diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Black.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Black.colorset/Contents.json new file mode 100644 index 0000000..02b0cee --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Black.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x00", + "blue": "0x00", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue100.colorset/Contents.json new file mode 100644 index 0000000..6f684a4 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF2", + "green": "0xF3", + "blue": "0xFE", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x1F", + "green": "0x21", + "blue": "0x3A", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue200.colorset/Contents.json new file mode 100644 index 0000000..1eefa6e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE3", + "green": "0xE5", + "blue": "0xFE", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x29", + "green": "0x2D", + "blue": "0x5A", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue300.colorset/Contents.json new file mode 100644 index 0000000..be45137 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC4", + "green": "0xC8", + "blue": "0xFC", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x3C", + "green": "0x43", + "blue": "0x93", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue400.colorset/Contents.json new file mode 100644 index 0000000..24dc6c8 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xA6", + "green": "0xAB", + "blue": "0xFB", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x56", + "green": "0x5F", + "blue": "0xE0", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue500.colorset/Contents.json new file mode 100644 index 0000000..e37a93e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x88", + "green": "0x8A", + "blue": "0xF3", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x79", + "green": "0x81", + "blue": "0xF5", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue600.colorset/Contents.json new file mode 100644 index 0000000..8db21fc --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x65", + "green": "0x68", + "blue": "0xE6", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x9A", + "green": "0xA1", + "blue": "0xF8", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue700.colorset/Contents.json new file mode 100644 index 0000000..93f7d58 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x4B", + "green": "0x4E", + "blue": "0xD9", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB6", + "green": "0xBB", + "blue": "0xFC", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue800.colorset/Contents.json new file mode 100644 index 0000000..1650224 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x36", + "green": "0x38", + "blue": "0xAD", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC7", + "green": "0xCB", + "blue": "0xFA", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue900.colorset/Contents.json new file mode 100644 index 0000000..c645b18 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Blue900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x28", + "green": "0x29", + "blue": "0x59", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE0", + "green": "0xE4", + "blue": "0xFA", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha100.colorset/Contents.json new file mode 100644 index 0000000..30aa02a --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x0F", + "blue": "0xEB", + "alpha": "0.051" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x61", + "green": "0x71", + "blue": "0xFF", + "alpha": "0.071" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha200.colorset/Contents.json new file mode 100644 index 0000000..ee47407 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x13", + "blue": "0xF6", + "alpha": "0.110" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x4D", + "green": "0x5E", + "blue": "0xFF", + "alpha": "0.141" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha300.colorset/Contents.json new file mode 100644 index 0000000..440a666 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x10", + "blue": "0xF2", + "alpha": "0.231" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x47", + "green": "0x5A", + "blue": "0xFF", + "alpha": "0.278" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha400.colorset/Contents.json new file mode 100644 index 0000000..00f7da7 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x4D", + "green": "0x57", + "blue": "0xF7", + "alpha": "0.502" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x47", + "green": "0x5A", + "blue": "0xFF", + "alpha": "0.439" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha500.colorset/Contents.json new file mode 100644 index 0000000..eac83d4 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/BlueAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x6A", + "green": "0x6D", + "blue": "0xF0", + "alpha": "0.800" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x5F", + "green": "0x6E", + "blue": "0xF1", + "alpha": "0.659" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Contents.json new file mode 100644 index 0000000..97a8662 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info": { + "version": 1, + "author": "xcode" + } +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray00.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray00.colorset/Contents.json new file mode 100644 index 0000000..befb77e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray00.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x18", + "green": "0x18", + "blue": "0x1B", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray100.colorset/Contents.json new file mode 100644 index 0000000..763d276 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF7", + "green": "0xF7", + "blue": "0xF7", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x23", + "green": "0x23", + "blue": "0x29", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray200.colorset/Contents.json new file mode 100644 index 0000000..dc63b7e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE4", + "green": "0xE4", + "blue": "0xE7", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x2D", + "green": "0x2D", + "blue": "0x36", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray300.colorset/Contents.json new file mode 100644 index 0000000..f6d6876 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xDC", + "green": "0xDD", + "blue": "0xE0", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x3C", + "green": "0x3C", + "blue": "0x46", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray400.colorset/Contents.json new file mode 100644 index 0000000..e402abf --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC8", + "green": "0xC9", + "blue": "0xD0", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x56", + "green": "0x57", + "blue": "0x68", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray50.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray50.colorset/Contents.json new file mode 100644 index 0000000..2b715a9 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray50.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFA", + "green": "0xFA", + "blue": "0xFA", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x1C", + "green": "0x1C", + "blue": "0x22", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray500.colorset/Contents.json new file mode 100644 index 0000000..80baa03 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xA4", + "green": "0xA5", + "blue": "0xB2", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x82", + "green": "0x84", + "blue": "0x99", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray600.colorset/Contents.json new file mode 100644 index 0000000..e1f56f1 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x80", + "green": "0x82", + "blue": "0x93", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xA8", + "green": "0xA9", + "blue": "0xBB", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray700.colorset/Contents.json new file mode 100644 index 0000000..7d3dd52 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x59", + "green": "0x5A", + "blue": "0x69", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xD3", + "green": "0xD3", + "blue": "0xDE", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray800.colorset/Contents.json new file mode 100644 index 0000000..114a78c --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x3A", + "green": "0x3A", + "blue": "0x41", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE8", + "green": "0xE8", + "blue": "0xEE", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray900.colorset/Contents.json new file mode 100644 index 0000000..37d80fd --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Gray900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x17", + "green": "0x17", + "blue": "0x1C", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF7", + "green": "0xF7", + "blue": "0xF9", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha100.colorset/Contents.json new file mode 100644 index 0000000..08031c8 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x00", + "blue": "0x00", + "alpha": "0.031" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x9C", + "green": "0x9C", + "blue": "0xC3", + "alpha": "0.059" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha200.colorset/Contents.json new file mode 100644 index 0000000..f77ec12 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x1D", + "green": "0x1D", + "blue": "0x3A", + "alpha": "0.071" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x90", + "green": "0x90", + "blue": "0xBC", + "alpha": "0.110" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha300.colorset/Contents.json new file mode 100644 index 0000000..8207a34 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0B", + "green": "0x0B", + "blue": "0x24", + "alpha": "0.161" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xA6", + "green": "0xA6", + "blue": "0xC9", + "alpha": "0.161" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha400.colorset/Contents.json new file mode 100644 index 0000000..97bea21 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x07", + "green": "0x0B", + "blue": "0x28", + "alpha": "0.271" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xA6", + "green": "0xA6", + "blue": "0xC9", + "alpha": "0.259" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha50.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha50.colorset/Contents.json new file mode 100644 index 0000000..7289cbe --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha50.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x00", + "blue": "0x00", + "alpha": "0.020" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x9C", + "green": "0x9C", + "blue": "0xC3", + "alpha": "0.059" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha500.colorset/Contents.json new file mode 100644 index 0000000..fe784fa --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x02", + "green": "0x06", + "blue": "0x27", + "alpha": "0.431" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xAB", + "green": "0xAB", + "blue": "0xC9", + "alpha": "0.400" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha600.colorset/Contents.json new file mode 100644 index 0000000..c3930bb --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x01", + "blue": "0x24", + "alpha": "0.541" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB9", + "green": "0xB9", + "blue": "0xD5", + "alpha": "0.522" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha700.colorset/Contents.json new file mode 100644 index 0000000..d03f87f --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x02", + "green": "0x02", + "blue": "0x17", + "alpha": "0.678" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC4", + "green": "0xC4", + "blue": "0xD4", + "alpha": "0.690" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha800.colorset/Contents.json new file mode 100644 index 0000000..849ba47 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x00", + "blue": "0x0A", + "alpha": "0.780" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xCC", + "green": "0xCC", + "blue": "0xD6", + "alpha": "0.839" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha900.colorset/Contents.json new file mode 100644 index 0000000..dd33974 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GrayAlpha900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0x00", + "blue": "0x06", + "alpha": "0.910" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE2", + "green": "0xE2", + "blue": "0xE8", + "alpha": "0.922" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green100.colorset/Contents.json new file mode 100644 index 0000000..d2eaece --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE9", + "green": "0xF8", + "blue": "0xED", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x1D", + "green": "0x2B", + "blue": "0x23", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green200.colorset/Contents.json new file mode 100644 index 0000000..f089fcd --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC8", + "green": "0xF0", + "blue": "0xD4", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x22", + "green": "0x43", + "blue": "0x30", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green300.colorset/Contents.json new file mode 100644 index 0000000..686343c --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x75", + "green": "0xE1", + "blue": "0x9B", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x24", + "green": "0x60", + "blue": "0x40", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green400.colorset/Contents.json new file mode 100644 index 0000000..0903050 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x27", + "green": "0xCB", + "blue": "0x69", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x35", + "green": "0x97", + "blue": "0x63", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green500.colorset/Contents.json new file mode 100644 index 0000000..55b9def --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x17", + "green": "0xAB", + "blue": "0x61", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x3D", + "green": "0xC2", + "blue": "0x7E", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green600.colorset/Contents.json new file mode 100644 index 0000000..2c73058 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0D", + "green": "0x88", + "blue": "0x4D", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x6C", + "green": "0xDA", + "blue": "0x9C", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green700.colorset/Contents.json new file mode 100644 index 0000000..a39d6a4 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0C", + "green": "0x70", + "blue": "0x40", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x9E", + "green": "0xEB", + "blue": "0xB2", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green800.colorset/Contents.json new file mode 100644 index 0000000..75977db --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0E", + "green": "0x54", + "blue": "0x31", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xBF", + "green": "0xF3", + "blue": "0xCD", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green900.colorset/Contents.json new file mode 100644 index 0000000..323a813 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Green900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0D", + "green": "0x35", + "blue": "0x21", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE8", + "green": "0xFD", + "blue": "0xF0", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha100.colorset/Contents.json new file mode 100644 index 0000000..75b07ea --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x2B", + "green": "0xA3", + "blue": "0x00", + "alpha": "0.051" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0xFF", + "blue": "0x64", + "alpha": "0.059" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha200.colorset/Contents.json new file mode 100644 index 0000000..edeafdd --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0E", + "green": "0xA3", + "blue": "0x00", + "alpha": "0.122" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0xFF", + "blue": "0x64", + "alpha": "0.129" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha300.colorset/Contents.json new file mode 100644 index 0000000..46b910f --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x0E", + "green": "0xA3", + "blue": "0x00", + "alpha": "0.259" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x1A", + "green": "0xFF", + "blue": "0x74", + "alpha": "0.251" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha400.colorset/Contents.json new file mode 100644 index 0000000..3fbd60c --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0xA8", + "blue": "0x05", + "alpha": "0.522" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x33", + "green": "0xFF", + "blue": "0x83", + "alpha": "0.459" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha500.colorset/Contents.json new file mode 100644 index 0000000..73a5527 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/GreenAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0xA2", + "blue": "0x4F", + "alpha": "0.839" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x00", + "green": "0xD1", + "blue": "0x52", + "alpha": "0.722" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta100.colorset/Contents.json new file mode 100644 index 0000000..d9d4bfa --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFA", + "green": "0xF2", + "blue": "0xF1", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x37", + "green": "0x16", + "blue": "0x1D", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta200.colorset/Contents.json new file mode 100644 index 0000000..28e7b52 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFB", + "green": "0xE0", + "blue": "0xE9", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x51", + "green": "0x0B", + "blue": "0x1A", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta300.colorset/Contents.json new file mode 100644 index 0000000..aad7688 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFE", + "green": "0xB8", + "blue": "0xCE", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x6C", + "green": "0x02", + "blue": "0x21", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta400.colorset/Contents.json new file mode 100644 index 0000000..9c39d5e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFB", + "green": "0x92", + "blue": "0xB3", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x8C", + "green": "0x03", + "blue": "0x2D", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta500.colorset/Contents.json new file mode 100644 index 0000000..696fa00 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFA", + "green": "0x5C", + "blue": "0x91", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC8", + "green": "0x02", + "blue": "0x43", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta600.colorset/Contents.json new file mode 100644 index 0000000..00e1182 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE1", + "green": "0x25", + "blue": "0x67", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE5", + "green": "0x3E", + "blue": "0x79", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta700.colorset/Contents.json new file mode 100644 index 0000000..e2c7c31 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB5", + "green": "0x25", + "blue": "0x5F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE2", + "green": "0x73", + "blue": "0x9E", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta800.colorset/Contents.json new file mode 100644 index 0000000..03fb877 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x81", + "green": "0x27", + "blue": "0x4E", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE3", + "green": "0xA1", + "blue": "0xBE", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta900.colorset/Contents.json new file mode 100644 index 0000000..17a0ade --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Magenta900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x4B", + "green": "0x20", + "blue": "0x34", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFC", + "green": "0xDE", + "blue": "0xE9", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha100.colorset/Contents.json new file mode 100644 index 0000000..e2aa316 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x9B", + "green": "0x00", + "blue": "0x31", + "alpha": "0.051" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x00", + "blue": "0x80", + "alpha": "0.071" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha200.colorset/Contents.json new file mode 100644 index 0000000..78cd9f0 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xDE", + "green": "0x00", + "blue": "0x48", + "alpha": "0.122" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x00", + "blue": "0x80", + "alpha": "0.161" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha300.colorset/Contents.json new file mode 100644 index 0000000..a1668e3 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFB", + "green": "0x00", + "blue": "0x3B", + "alpha": "0.251" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x00", + "blue": "0x80", + "alpha": "0.259" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha400.colorset/Contents.json new file mode 100644 index 0000000..2a83dac --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF7", + "green": "0x25", + "blue": "0x67", + "alpha": "0.502" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x00", + "blue": "0x80", + "alpha": "0.502" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha500.colorset/Contents.json new file mode 100644 index 0000000..278cd5a --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/MagentaAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF9", + "green": "0x33", + "blue": "0x76", + "alpha": "0.800" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x00", + "blue": "0x80", + "alpha": "0.722" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha100.colorset/Contents.json new file mode 100644 index 0000000..2f43938 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha100.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.078" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha200.colorset/Contents.json new file mode 100644 index 0000000..5b8d884 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha200.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.122" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha300.colorset/Contents.json new file mode 100644 index 0000000..5e5f4da --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha300.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.161" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha400.colorset/Contents.json new file mode 100644 index 0000000..4017015 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha400.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.341" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha500.colorset/Contents.json new file mode 100644 index 0000000..40a8068 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha500.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.439" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha600.colorset/Contents.json new file mode 100644 index 0000000..3e09a45 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha600.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.561" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha700.colorset/Contents.json new file mode 100644 index 0000000..68f156c --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha700.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.639" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha800.colorset/Contents.json new file mode 100644 index 0000000..028faf3 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha800.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.722" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha900.colorset/Contents.json new file mode 100644 index 0000000..e7bfd6e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/NeutralAlpha900.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "0.859" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange100.colorset/Contents.json new file mode 100644 index 0000000..c83fda7 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFD", + "green": "0xF0", + "blue": "0xE2", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x2B", + "green": "0x22", + "blue": "0x1A", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange200.colorset/Contents.json new file mode 100644 index 0000000..8471880 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFD", + "green": "0xE4", + "blue": "0xC9", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x49", + "green": "0x32", + "blue": "0x1D", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange300.colorset/Contents.json new file mode 100644 index 0000000..fc72c65 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFC", + "green": "0xC4", + "blue": "0x83", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x77", + "green": "0x4B", + "blue": "0x22", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange400.colorset/Contents.json new file mode 100644 index 0000000..edd0b78 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xAD", + "blue": "0x5C", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xAA", + "green": "0x64", + "blue": "0x1D", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange500.colorset/Contents.json new file mode 100644 index 0000000..521f55c --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x94", + "blue": "0x29", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF4", + "green": "0x8F", + "blue": "0x29", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange600.colorset/Contents.json new file mode 100644 index 0000000..66a6887 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xEB", + "green": "0x85", + "blue": "0x00", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xAD", + "blue": "0x5C", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange700.colorset/Contents.json new file mode 100644 index 0000000..d480ddd --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x96", + "green": "0x4E", + "blue": "0x0F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xC6", + "blue": "0x80", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange800.colorset/Contents.json new file mode 100644 index 0000000..0951778 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x6A", + "green": "0x3F", + "blue": "0x14", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFB", + "green": "0xD3", + "blue": "0xAC", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange900.colorset/Contents.json new file mode 100644 index 0000000..9db714d --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Orange900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x40", + "green": "0x2A", + "blue": "0x14", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFE", + "green": "0xE7", + "blue": "0xD2", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha100.colorset/Contents.json new file mode 100644 index 0000000..ecb45e1 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF5", + "green": "0xBC", + "blue": "0x00", + "alpha": "0.071" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xA3", + "blue": "0x33", + "alpha": "0.059" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha200.colorset/Contents.json new file mode 100644 index 0000000..5b0516e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xC7", + "blue": "0x0F", + "alpha": "0.161" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xA3", + "blue": "0x33", + "alpha": "0.141" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha300.colorset/Contents.json new file mode 100644 index 0000000..0f83270 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFA", + "green": "0xA2", + "blue": "0x00", + "alpha": "0.322" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x9A", + "blue": "0x1F", + "alpha": "0.251" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha400.colorset/Contents.json new file mode 100644 index 0000000..b6c8709 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF5", + "green": "0x93", + "blue": "0x00", + "alpha": "0.580" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x9A", + "blue": "0x1F", + "alpha": "0.439" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha500.colorset/Contents.json new file mode 100644 index 0000000..d51ba15 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/OrangeAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xED", + "green": "0x79", + "blue": "0x00", + "alpha": "0.820" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x8B", + "blue": "0x1F", + "alpha": "0.722" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple100.colorset/Contents.json new file mode 100644 index 0000000..7642472 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF9", + "green": "0xF2", + "blue": "0xFB", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x2C", + "green": "0x19", + "blue": "0x32", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple200.colorset/Contents.json new file mode 100644 index 0000000..3dbd835 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF1", + "green": "0xE2", + "blue": "0xF8", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x3D", + "green": "0x1C", + "blue": "0x47", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple300.colorset/Contents.json new file mode 100644 index 0000000..35ab33d --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE4", + "green": "0xBF", + "blue": "0xF0", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x5A", + "green": "0x21", + "blue": "0x71", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple400.colorset/Contents.json new file mode 100644 index 0000000..d029d60 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xD7", + "green": "0x9C", + "blue": "0xE9", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x77", + "green": "0x23", + "blue": "0x9C", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple500.colorset/Contents.json new file mode 100644 index 0000000..3f9cd4e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC5", + "green": "0x76", + "blue": "0xDD", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x9A", + "green": "0x23", + "blue": "0xD0", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple600.colorset/Contents.json new file mode 100644 index 0000000..fd83a53 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xAE", + "green": "0x4B", + "blue": "0xCC", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB6", + "green": "0x4E", + "blue": "0xE9", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple700.colorset/Contents.json new file mode 100644 index 0000000..2810355 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x92", + "green": "0x39", + "blue": "0xAB", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xC6", + "green": "0x77", + "blue": "0xF0", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple800.colorset/Contents.json new file mode 100644 index 0000000..da9f9e6 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x69", + "green": "0x32", + "blue": "0x7A", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xD5", + "green": "0xA5", + "blue": "0xF2", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple900.colorset/Contents.json new file mode 100644 index 0000000..8f2bb16 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Purple900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x40", + "green": "0x23", + "blue": "0x4A", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xEC", + "green": "0xDA", + "blue": "0xF8", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha100.colorset/Contents.json new file mode 100644 index 0000000..b1fb98a --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x87", + "green": "0x00", + "blue": "0xAF", + "alpha": "0.051" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB9", + "green": "0x00", + "blue": "0xFF", + "alpha": "0.071" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha200.colorset/Contents.json new file mode 100644 index 0000000..93c5694 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x8A", + "green": "0x0D", + "blue": "0xC5", + "alpha": "0.122" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB9", + "green": "0x00", + "blue": "0xFF", + "alpha": "0.161" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha300.colorset/Contents.json new file mode 100644 index 0000000..2f33ba3 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x93", + "green": "0x00", + "blue": "0xC3", + "alpha": "0.251" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xBA", + "green": "0x24", + "blue": "0xFF", + "alpha": "0.259" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha400.colorset/Contents.json new file mode 100644 index 0000000..35664c1 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xAF", + "green": "0x39", + "blue": "0xD3", + "alpha": "0.502" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB9", + "green": "0x00", + "blue": "0xFF", + "alpha": "0.502" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha500.colorset/Contents.json new file mode 100644 index 0000000..08fa05b --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/PurpleAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB7", + "green": "0x54", + "blue": "0xD5", + "alpha": "0.800" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB9", + "green": "0x00", + "blue": "0xFF", + "alpha": "0.729" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red100.colorset/Contents.json new file mode 100644 index 0000000..02364f3 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFB", + "green": "0xF3", + "blue": "0xED", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x2B", + "green": "0x1F", + "blue": "0x1E", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red200.colorset/Contents.json new file mode 100644 index 0000000..88c01ec --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFA", + "green": "0xE2", + "blue": "0xD8", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x44", + "green": "0x27", + "blue": "0x24", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red300.colorset/Contents.json new file mode 100644 index 0000000..233a298 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF9", + "green": "0xBE", + "blue": "0xA9", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x79", + "green": "0x34", + "blue": "0x2B", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red400.colorset/Contents.json new file mode 100644 index 0000000..dc4b9ae --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x94", + "blue": "0x70", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xAE", + "green": "0x43", + "blue": "0x32", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red500.colorset/Contents.json new file mode 100644 index 0000000..9e7b75e --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFE", + "green": "0x6E", + "blue": "0x3E", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xEE", + "green": "0x54", + "blue": "0x39", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red600.colorset/Contents.json new file mode 100644 index 0000000..eeb4314 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xDD", + "green": "0x39", + "blue": "0x0F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x7B", + "blue": "0x66", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red700.colorset/Contents.json new file mode 100644 index 0000000..3815bcd --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB4", + "green": "0x30", + "blue": "0x19", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x9F", + "blue": "0x8F", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red800.colorset/Contents.json new file mode 100644 index 0000000..0b87d71 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x85", + "green": "0x29", + "blue": "0x1F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xCA", + "blue": "0xC2", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red900.colorset/Contents.json new file mode 100644 index 0000000..d987981 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Red900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x53", + "green": "0x1C", + "blue": "0x1F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xE1", + "blue": "0xDB", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha100.colorset/Contents.json new file mode 100644 index 0000000..8dc58b9 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xDD", + "green": "0x58", + "blue": "0x0F", + "alpha": "0.059" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x1E", + "blue": "0x0A", + "alpha": "0.059" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha200.colorset/Contents.json new file mode 100644 index 0000000..5813caf --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xDD", + "green": "0x5A", + "blue": "0x17", + "alpha": "0.180" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x1E", + "blue": "0x0A", + "alpha": "0.141" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha300.colorset/Contents.json new file mode 100644 index 0000000..bc58d56 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE3", + "green": "0x3C", + "blue": "0x09", + "alpha": "0.290" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x1E", + "blue": "0x0A", + "alpha": "0.278" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha400.colorset/Contents.json new file mode 100644 index 0000000..a85e567 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE0", + "green": "0x3D", + "blue": "0x0C", + "alpha": "0.600" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x1E", + "blue": "0x0A", + "alpha": "0.478" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha500.colorset/Contents.json new file mode 100644 index 0000000..c807dab --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/RedAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xEB", + "green": "0x3C", + "blue": "0x01", + "alpha": "0.820" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0x1E", + "blue": "0x0A", + "alpha": "0.741" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/White.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/White.colorset/Contents.json new file mode 100644 index 0000000..516e497 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/White.colorset/Contents.json @@ -0,0 +1,20 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xFF", + "blue": "0xFF", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow100.colorset/Contents.json new file mode 100644 index 0000000..deb545b --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFD", + "green": "0xF9", + "blue": "0xE9", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x2A", + "green": "0x28", + "blue": "0x1E", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow200.colorset/Contents.json new file mode 100644 index 0000000..285519c --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFA", + "green": "0xF2", + "blue": "0xB3", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x3D", + "green": "0x39", + "blue": "0x24", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow300.colorset/Contents.json new file mode 100644 index 0000000..f0084f2 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF7", + "green": "0xE3", + "blue": "0x64", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x5E", + "green": "0x55", + "blue": "0x26", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow400.colorset/Contents.json new file mode 100644 index 0000000..9ed96c7 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF7", + "green": "0xD2", + "blue": "0x40", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x8F", + "green": "0x7F", + "blue": "0x2B", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow500.colorset/Contents.json new file mode 100644 index 0000000..a72f316 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xEC", + "green": "0xBD", + "blue": "0x13", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB9", + "green": "0xA3", + "blue": "0x32", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow600.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow600.colorset/Contents.json new file mode 100644 index 0000000..e541743 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow600.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xD6", + "green": "0xA5", + "blue": "0x1F", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE0", + "green": "0xC7", + "blue": "0x4A", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow700.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow700.colorset/Contents.json new file mode 100644 index 0000000..53e2887 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow700.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xB5", + "green": "0x8B", + "blue": "0x17", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF0", + "green": "0xDB", + "blue": "0x6D", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow800.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow800.colorset/Contents.json new file mode 100644 index 0000000..34a7bdb --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow800.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x97", + "green": "0x7C", + "blue": "0x20", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF6", + "green": "0xE6", + "blue": "0x93", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow900.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow900.colorset/Contents.json new file mode 100644 index 0000000..6308ae6 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/Yellow900.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0x68", + "green": "0x58", + "blue": "0x28", + "alpha": "1.000" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFC", + "green": "0xF2", + "blue": "0xC0", + "alpha": "1.000" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha100.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha100.colorset/Contents.json new file mode 100644 index 0000000..28a11a0 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha100.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xD1", + "blue": "0x38", + "alpha": "0.059" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF5", + "green": "0xCF", + "blue": "0x00", + "alpha": "0.071" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha200.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha200.colorset/Contents.json new file mode 100644 index 0000000..b11f1d5 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha200.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xD7", + "blue": "0x52", + "alpha": "0.161" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xF5", + "green": "0xCF", + "blue": "0x00", + "alpha": "0.129" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha300.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha300.colorset/Contents.json new file mode 100644 index 0000000..3322065 --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha300.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xD9", + "blue": "0x00", + "alpha": "0.239" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xE5", + "green": "0xC2", + "blue": "0x00", + "alpha": "0.271" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha400.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha400.colorset/Contents.json new file mode 100644 index 0000000..05d224f --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha400.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xCC", + "blue": "0x00", + "alpha": "0.478" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xD7", + "blue": "0x00", + "alpha": "0.522" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha500.colorset/Contents.json b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha500.colorset/Contents.json new file mode 100644 index 0000000..bcec32a --- /dev/null +++ b/Projects/Shared/DesignSystem/Resources/Colors.xcassets/YellowAlpha500.colorset/Contents.json @@ -0,0 +1,44 @@ +{ + "info": { + "version": 1, + "author": "xcode" + }, + "colors": [ + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "light" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xD5", + "blue": "0x1A", + "alpha": "0.859" + } + } + }, + { + "idiom": "universal", + "appearances": [ + { + "appearance": "luminosity", + "value": "dark" + } + ], + "color": { + "color-space": "srgb", + "components": { + "red": "0xFF", + "green": "0xD7", + "blue": "0x00", + "alpha": "0.722" + } + } + } + ] +} diff --git a/Projects/Shared/DesignSystem/Sources/Color/Generated/Colors+Generated.swift b/Projects/Shared/DesignSystem/Sources/Color/Generated/Colors+Generated.swift new file mode 100644 index 0000000..991c07b --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Color/Generated/Colors+Generated.swift @@ -0,0 +1,178 @@ +// +// Colors+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import SwiftUI + +private final class DesignSystemBundleToken {} +private let designSystemBundle = Bundle(for: DesignSystemBundleToken.self) + +public enum Colors { + // MARK: - Orange + public static let orange100: Color = Color("Orange100", bundle: designSystemBundle) + public static let orange200: Color = Color("Orange200", bundle: designSystemBundle) + public static let orange300: Color = Color("Orange300", bundle: designSystemBundle) + public static let orange400: Color = Color("Orange400", bundle: designSystemBundle) + public static let orange500: Color = Color("Orange500", bundle: designSystemBundle) + public static let orange600: Color = Color("Orange600", bundle: designSystemBundle) + public static let orange700: Color = Color("Orange700", bundle: designSystemBundle) + public static let orange800: Color = Color("Orange800", bundle: designSystemBundle) + public static let orange900: Color = Color("Orange900", bundle: designSystemBundle) + + // MARK: - Red + public static let red100: Color = Color("Red100", bundle: designSystemBundle) + public static let red200: Color = Color("Red200", bundle: designSystemBundle) + public static let red300: Color = Color("Red300", bundle: designSystemBundle) + public static let red400: Color = Color("Red400", bundle: designSystemBundle) + public static let red500: Color = Color("Red500", bundle: designSystemBundle) + public static let red600: Color = Color("Red600", bundle: designSystemBundle) + public static let red700: Color = Color("Red700", bundle: designSystemBundle) + public static let red800: Color = Color("Red800", bundle: designSystemBundle) + public static let red900: Color = Color("Red900", bundle: designSystemBundle) + + // MARK: - Magenta + public static let magenta100: Color = Color("Magenta100", bundle: designSystemBundle) + public static let magenta200: Color = Color("Magenta200", bundle: designSystemBundle) + public static let magenta300: Color = Color("Magenta300", bundle: designSystemBundle) + public static let magenta400: Color = Color("Magenta400", bundle: designSystemBundle) + public static let magenta500: Color = Color("Magenta500", bundle: designSystemBundle) + public static let magenta600: Color = Color("Magenta600", bundle: designSystemBundle) + public static let magenta700: Color = Color("Magenta700", bundle: designSystemBundle) + public static let magenta800: Color = Color("Magenta800", bundle: designSystemBundle) + public static let magenta900: Color = Color("Magenta900", bundle: designSystemBundle) + + // MARK: - Yellow + public static let yellow100: Color = Color("Yellow100", bundle: designSystemBundle) + public static let yellow200: Color = Color("Yellow200", bundle: designSystemBundle) + public static let yellow300: Color = Color("Yellow300", bundle: designSystemBundle) + public static let yellow400: Color = Color("Yellow400", bundle: designSystemBundle) + public static let yellow500: Color = Color("Yellow500", bundle: designSystemBundle) + public static let yellow600: Color = Color("Yellow600", bundle: designSystemBundle) + public static let yellow700: Color = Color("Yellow700", bundle: designSystemBundle) + public static let yellow800: Color = Color("Yellow800", bundle: designSystemBundle) + public static let yellow900: Color = Color("Yellow900", bundle: designSystemBundle) + + // MARK: - Purple + public static let purple100: Color = Color("Purple100", bundle: designSystemBundle) + public static let purple200: Color = Color("Purple200", bundle: designSystemBundle) + public static let purple300: Color = Color("Purple300", bundle: designSystemBundle) + public static let purple400: Color = Color("Purple400", bundle: designSystemBundle) + public static let purple500: Color = Color("Purple500", bundle: designSystemBundle) + public static let purple600: Color = Color("Purple600", bundle: designSystemBundle) + public static let purple700: Color = Color("Purple700", bundle: designSystemBundle) + public static let purple800: Color = Color("Purple800", bundle: designSystemBundle) + public static let purple900: Color = Color("Purple900", bundle: designSystemBundle) + + // MARK: - Green + public static let green100: Color = Color("Green100", bundle: designSystemBundle) + public static let green200: Color = Color("Green200", bundle: designSystemBundle) + public static let green300: Color = Color("Green300", bundle: designSystemBundle) + public static let green400: Color = Color("Green400", bundle: designSystemBundle) + public static let green500: Color = Color("Green500", bundle: designSystemBundle) + public static let green600: Color = Color("Green600", bundle: designSystemBundle) + public static let green700: Color = Color("Green700", bundle: designSystemBundle) + public static let green800: Color = Color("Green800", bundle: designSystemBundle) + public static let green900: Color = Color("Green900", bundle: designSystemBundle) + + // MARK: - Blue + public static let blue100: Color = Color("Blue100", bundle: designSystemBundle) + public static let blue200: Color = Color("Blue200", bundle: designSystemBundle) + public static let blue300: Color = Color("Blue300", bundle: designSystemBundle) + public static let blue400: Color = Color("Blue400", bundle: designSystemBundle) + public static let blue500: Color = Color("Blue500", bundle: designSystemBundle) + public static let blue600: Color = Color("Blue600", bundle: designSystemBundle) + public static let blue700: Color = Color("Blue700", bundle: designSystemBundle) + public static let blue800: Color = Color("Blue800", bundle: designSystemBundle) + public static let blue900: Color = Color("Blue900", bundle: designSystemBundle) + + // MARK: - Gray + public static let gray50: Color = Color("Gray50", bundle: designSystemBundle) + public static let gray100: Color = Color("Gray100", bundle: designSystemBundle) + public static let gray200: Color = Color("Gray200", bundle: designSystemBundle) + public static let gray300: Color = Color("Gray300", bundle: designSystemBundle) + public static let gray400: Color = Color("Gray400", bundle: designSystemBundle) + public static let gray500: Color = Color("Gray500", bundle: designSystemBundle) + public static let gray600: Color = Color("Gray600", bundle: designSystemBundle) + public static let gray700: Color = Color("Gray700", bundle: designSystemBundle) + public static let gray800: Color = Color("Gray800", bundle: designSystemBundle) + public static let gray900: Color = Color("Gray900", bundle: designSystemBundle) + public static let gray00: Color = Color("Gray00", bundle: designSystemBundle) + + // MARK: - Static + public static let white: Color = Color("White", bundle: designSystemBundle) + public static let black: Color = Color("Black", bundle: designSystemBundle) + + // MARK: - Orange Alpha + public static let orangeAlpha100: Color = Color("OrangeAlpha100", bundle: designSystemBundle) + public static let orangeAlpha200: Color = Color("OrangeAlpha200", bundle: designSystemBundle) + public static let orangeAlpha300: Color = Color("OrangeAlpha300", bundle: designSystemBundle) + public static let orangeAlpha400: Color = Color("OrangeAlpha400", bundle: designSystemBundle) + public static let orangeAlpha500: Color = Color("OrangeAlpha500", bundle: designSystemBundle) + + // MARK: - Red Alpha + public static let redAlpha100: Color = Color("RedAlpha100", bundle: designSystemBundle) + public static let redAlpha200: Color = Color("RedAlpha200", bundle: designSystemBundle) + public static let redAlpha300: Color = Color("RedAlpha300", bundle: designSystemBundle) + public static let redAlpha400: Color = Color("RedAlpha400", bundle: designSystemBundle) + public static let redAlpha500: Color = Color("RedAlpha500", bundle: designSystemBundle) + + // MARK: - Magenta Alpha + public static let magentaAlpha100: Color = Color("MagentaAlpha100", bundle: designSystemBundle) + public static let magentaAlpha200: Color = Color("MagentaAlpha200", bundle: designSystemBundle) + public static let magentaAlpha300: Color = Color("MagentaAlpha300", bundle: designSystemBundle) + public static let magentaAlpha400: Color = Color("MagentaAlpha400", bundle: designSystemBundle) + public static let magentaAlpha500: Color = Color("MagentaAlpha500", bundle: designSystemBundle) + + // MARK: - Yellow Alpha + public static let yellowAlpha100: Color = Color("YellowAlpha100", bundle: designSystemBundle) + public static let yellowAlpha200: Color = Color("YellowAlpha200", bundle: designSystemBundle) + public static let yellowAlpha300: Color = Color("YellowAlpha300", bundle: designSystemBundle) + public static let yellowAlpha400: Color = Color("YellowAlpha400", bundle: designSystemBundle) + public static let yellowAlpha500: Color = Color("YellowAlpha500", bundle: designSystemBundle) + + // MARK: - Purple Alpha + public static let purpleAlpha100: Color = Color("PurpleAlpha100", bundle: designSystemBundle) + public static let purpleAlpha200: Color = Color("PurpleAlpha200", bundle: designSystemBundle) + public static let purpleAlpha300: Color = Color("PurpleAlpha300", bundle: designSystemBundle) + public static let purpleAlpha400: Color = Color("PurpleAlpha400", bundle: designSystemBundle) + public static let purpleAlpha500: Color = Color("PurpleAlpha500", bundle: designSystemBundle) + + // MARK: - Green Alpha + public static let greenAlpha100: Color = Color("GreenAlpha100", bundle: designSystemBundle) + public static let greenAlpha200: Color = Color("GreenAlpha200", bundle: designSystemBundle) + public static let greenAlpha300: Color = Color("GreenAlpha300", bundle: designSystemBundle) + public static let greenAlpha400: Color = Color("GreenAlpha400", bundle: designSystemBundle) + public static let greenAlpha500: Color = Color("GreenAlpha500", bundle: designSystemBundle) + + // MARK: - Blue Alpha + public static let blueAlpha100: Color = Color("BlueAlpha100", bundle: designSystemBundle) + public static let blueAlpha200: Color = Color("BlueAlpha200", bundle: designSystemBundle) + public static let blueAlpha300: Color = Color("BlueAlpha300", bundle: designSystemBundle) + public static let blueAlpha400: Color = Color("BlueAlpha400", bundle: designSystemBundle) + public static let blueAlpha500: Color = Color("BlueAlpha500", bundle: designSystemBundle) + + // MARK: - Gray Alpha + public static let grayAlpha50: Color = Color("GrayAlpha50", bundle: designSystemBundle) + public static let grayAlpha100: Color = Color("GrayAlpha100", bundle: designSystemBundle) + public static let grayAlpha200: Color = Color("GrayAlpha200", bundle: designSystemBundle) + public static let grayAlpha300: Color = Color("GrayAlpha300", bundle: designSystemBundle) + public static let grayAlpha400: Color = Color("GrayAlpha400", bundle: designSystemBundle) + public static let grayAlpha500: Color = Color("GrayAlpha500", bundle: designSystemBundle) + public static let grayAlpha600: Color = Color("GrayAlpha600", bundle: designSystemBundle) + public static let grayAlpha700: Color = Color("GrayAlpha700", bundle: designSystemBundle) + public static let grayAlpha800: Color = Color("GrayAlpha800", bundle: designSystemBundle) + public static let grayAlpha900: Color = Color("GrayAlpha900", bundle: designSystemBundle) + + // MARK: - Neutral Alpha + public static let neutralAlpha100: Color = Color("NeutralAlpha100", bundle: designSystemBundle) + public static let neutralAlpha200: Color = Color("NeutralAlpha200", bundle: designSystemBundle) + public static let neutralAlpha300: Color = Color("NeutralAlpha300", bundle: designSystemBundle) + public static let neutralAlpha400: Color = Color("NeutralAlpha400", bundle: designSystemBundle) + public static let neutralAlpha500: Color = Color("NeutralAlpha500", bundle: designSystemBundle) + public static let neutralAlpha600: Color = Color("NeutralAlpha600", bundle: designSystemBundle) + public static let neutralAlpha700: Color = Color("NeutralAlpha700", bundle: designSystemBundle) + public static let neutralAlpha800: Color = Color("NeutralAlpha800", bundle: designSystemBundle) + public static let neutralAlpha900: Color = Color("NeutralAlpha900", bundle: designSystemBundle) +} diff --git a/Projects/Shared/DesignSystem/Sources/CustomFont/Generated/Typography+Generated.swift b/Projects/Shared/DesignSystem/Sources/CustomFont/Generated/Typography+Generated.swift new file mode 100644 index 0000000..b5c8944 --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/CustomFont/Generated/Typography+Generated.swift @@ -0,0 +1,46 @@ +// +// Typography+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import UIKit + +public enum Typography { + // MARK: - Font Family + public static let typographyFontFamily: String = "Pretendard" + + // MARK: - Font Weight + public static let typographyWeight400: UIFont.Weight = .regular + public static let typographyWeight500: UIFont.Weight = .medium + public static let typographyWeight600: UIFont.Weight = .semibold + public static let typographyWeight700: UIFont.Weight = .bold + + // MARK: - Font Size + public static let typographySize100: CGFloat = 11 + public static let typographySize200: CGFloat = 13 + public static let typographySize300: CGFloat = 15 + public static let typographySize400: CGFloat = 17 + public static let typographySize500: CGFloat = 19 + public static let typographySize600: CGFloat = 21 + public static let typographySize700: CGFloat = 25 + public static let typographySize800: CGFloat = 29 + public static let typographySize900: CGFloat = 31 + + // MARK: - Line Height + public static let typographyLineHeight100: CGFloat = 15 + public static let typographyLineHeight200: CGFloat = 18 + public static let typographyLineHeight300: CGFloat = 22 + public static let typographyLineHeight400: CGFloat = 24 + public static let typographyLineHeight500: CGFloat = 26 + public static let typographyLineHeight600: CGFloat = 30 + public static let typographyLineHeight700: CGFloat = 34 + public static let typographyLineHeight800: CGFloat = 40 + public static let typographyLineHeight900: CGFloat = 44 + + // MARK: - Letter Spacing (em fraction) + public static let typographyLetterSpacing000: CGFloat = 0 + public static let typographyLetterSpacing100: CGFloat = -0.001 + public static let typographyLetterSpacing200: CGFloat = -0.002 + public static let typographyLetterSpacing300: CGFloat = -0.003 +} diff --git a/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BorderRadius+Generated.swift b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BorderRadius+Generated.swift new file mode 100644 index 0000000..33487cd --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BorderRadius+Generated.swift @@ -0,0 +1,20 @@ +// +// BorderRadius+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import CoreGraphics + +public enum BorderRadius { + public static let borderRadius100: CGFloat = 4 + public static let borderRadius150: CGFloat = 6 + public static let borderRadius200: CGFloat = 8 + public static let borderRadius225: CGFloat = 10 + public static let borderRadius250: CGFloat = 12 + public static let borderRadius300: CGFloat = 16 + public static let borderRadius400: CGFloat = 24 + public static let borderRadius50: CGFloat = 2 + public static let borderRadius500: CGFloat = 32 + public static let borderRadiusFull: CGFloat = 999 +} diff --git a/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BorderWidth+Generated.swift b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BorderWidth+Generated.swift new file mode 100644 index 0000000..7bca1d5 --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BorderWidth+Generated.swift @@ -0,0 +1,13 @@ +// +// BorderWidth+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import CoreGraphics + +public enum BorderWidth { + public static let borderWidth100: CGFloat = 1 + public static let borderWidth150: CGFloat = 1.5 + public static let borderWidth200: CGFloat = 2 +} diff --git a/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BoxShadow+Generated.swift b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BoxShadow+Generated.swift new file mode 100644 index 0000000..760bf8b --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/BoxShadow+Generated.swift @@ -0,0 +1,46 @@ +// +// BoxShadow+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import SwiftUI + +public struct DesignTokenShadow: Sendable { + public let offsetX: CGFloat + public let offsetY: CGFloat + public let blur: CGFloat + public let spread: CGFloat + public let color: Color +} + +public enum BoxShadow { + public static let boxShadow100 = DesignTokenShadow( + offsetX: 0, + offsetY: 1, + blur: 3, + spread: 0, + color: Color(red: 0, green: 0, blue: 0, opacity: 0.141) + ) + public static let boxShadow200 = DesignTokenShadow( + offsetX: 0, + offsetY: 4, + blur: 10, + spread: 0, + color: Color(red: 0, green: 0, blue: 0, opacity: 0.161) + ) + public static let boxShadow300 = DesignTokenShadow( + offsetX: 0, + offsetY: 2, + blur: 20, + spread: 0, + color: Color(red: 0, green: 0, blue: 0, opacity: 0.2) + ) + public static let boxShadow400 = DesignTokenShadow( + offsetX: 0, + offsetY: 16, + blur: 40, + spread: 0, + color: Color(red: 0, green: 0, blue: 0, opacity: 0.2) + ) +} diff --git a/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Opacity+Generated.swift b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Opacity+Generated.swift new file mode 100644 index 0000000..eb094df --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Opacity+Generated.swift @@ -0,0 +1,21 @@ +// +// Opacity+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import CoreGraphics + +public enum Opacity { + public static let opacity100: CGFloat = 0.08 + public static let opacity150: CGFloat = 0.12 + public static let opacity200: CGFloat = 0.16 + public static let opacity300: CGFloat = 0.24 + public static let opacity400: CGFloat = 0.32 + public static let opacity50: CGFloat = 0.05 + public static let opacity500: CGFloat = 0.4 + public static let opacity600: CGFloat = 0.48 + public static let opacity700: CGFloat = 0.64 + public static let opacity800: CGFloat = 0.78 + public static let opacity900: CGFloat = 0.94 +} diff --git a/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Sizing+Generated.swift b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Sizing+Generated.swift new file mode 100644 index 0000000..7a4f66a --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Sizing+Generated.swift @@ -0,0 +1,25 @@ +// +// Sizing+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import CoreGraphics + +public enum Sizing { + public static let sizing100: CGFloat = 16 + public static let sizing150: CGFloat = 20 + public static let sizing200: CGFloat = 24 + public static let sizing300: CGFloat = 32 + public static let sizing325: CGFloat = 34 + public static let sizing350: CGFloat = 36 + public static let sizing400: CGFloat = 40 + public static let sizing425: CGFloat = 42 + public static let sizing450: CGFloat = 44 + public static let sizing500: CGFloat = 48 + public static let sizing550: CGFloat = 52 + public static let sizing600: CGFloat = 56 + public static let sizing700: CGFloat = 64 + public static let sizing800: CGFloat = 104 + public static let sizing900: CGFloat = 112 +} diff --git a/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Spacing+Generated.swift b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Spacing+Generated.swift new file mode 100644 index 0000000..86da0b8 --- /dev/null +++ b/Projects/Shared/DesignSystem/Sources/Tokens/Generated/Spacing+Generated.swift @@ -0,0 +1,25 @@ +// +// Spacing+Generated.swift +// +// Auto-generated by Style Dictionary. Do not edit directly. +// + +import CoreGraphics + +public enum Spacing { + public static let spacing100: CGFloat = 4 + public static let spacing150: CGFloat = 6 + public static let spacing200: CGFloat = 8 + public static let spacing225: CGFloat = 10 + public static let spacing250: CGFloat = 12 + public static let spacing300: CGFloat = 16 + public static let spacing350: CGFloat = 20 + public static let spacing400: CGFloat = 24 + public static let spacing450: CGFloat = 28 + public static let spacing50: CGFloat = 2 + public static let spacing500: CGFloat = 32 + public static let spacing600: CGFloat = 40 + public static let spacing700: CGFloat = 48 + public static let spacing800: CGFloat = 56 + public static let spacing900: CGFloat = 62 +}