-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Colors): Update Color Palette definition. (#206)
BREAKING CHANGE: Color palette properties are no longer static variabales.
- Loading branch information
Showing
74 changed files
with
1,306 additions
and
976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.13 KB
MisticaCatalog/Source/Assets.xcassets/ActionSheets.imageset/ActionSheets.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...assets/Empty State.imageset/Contents.json → ...ssets/ActionSheets.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Empty States.pdf", | ||
"filename" : "ActionSheets.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
|
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Alerts.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Alerts.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Bars.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Bars.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+1.63 KB
MisticaCatalog/Source/Assets.xcassets/BottomSheets.imageset/BottomSheets.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/BottomSheets.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "BottomSheets.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file modified
BIN
-2.49 KB
(58%)
MisticaCatalog/Source/Assets.xcassets/Buttons.imageset/Buttons.pdf
Binary file not shown.
Binary file modified
BIN
-2.48 KB
(37%)
MisticaCatalog/Source/Assets.xcassets/Callout.imageset/Callouts.pdf
Binary file not shown.
Binary file modified
BIN
-2.22 KB
(45%)
MisticaCatalog/Source/Assets.xcassets/Cards.imageset/Cards.pdf
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Checkbox.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Checkbox.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MisticaCatalog/Source/Assets.xcassets/Colors.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Colors.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file added
BIN
+1.66 KB
MisticaCatalog/Source/Assets.xcassets/ColorsFilled.imageset/ColorsFilled.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MisticaCatalog/Source/Assets.xcassets/ColorsFilled.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ColorsFilled.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "original" | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
MisticaCatalog/Source/Assets.xcassets/Components.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "components.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file added
BIN
+6.81 KB
MisticaCatalog/Source/Assets.xcassets/Components.imageset/components.pdf
Binary file not shown.
Binary file added
BIN
+2.31 KB
MisticaCatalog/Source/Assets.xcassets/ComponentsFilled.imageset/ComponentsFilled.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MisticaCatalog/Source/Assets.xcassets/ComponentsFilled.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ComponentsFilled.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "original" | ||
} | ||
} |
Binary file modified
BIN
-2.48 KB
(37%)
MisticaCatalog/Source/Assets.xcassets/Controls.imageset/Controls.pdf
Binary file not shown.
Binary file modified
BIN
-2.25 KB
(46%)
MisticaCatalog/Source/Assets.xcassets/Crouton.imageset/Crouton.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Dividers.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Dividers.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+869 Bytes
MisticaCatalog/Source/Assets.xcassets/Dividers.imageset/Dividers.pdf
Binary file not shown.
Binary file removed
BIN
-3.87 KB
MisticaCatalog/Source/Assets.xcassets/Empty State.imageset/Empty States.pdf
Binary file not shown.
Binary file modified
BIN
-4.9 KB
(18%)
MisticaCatalog/Source/Assets.xcassets/EmptyStates.imageset/Empty States.pdf
Binary file not shown.
Binary file modified
BIN
-4 KB
(31%)
MisticaCatalog/Source/Assets.xcassets/Feedbacks.imageset/Feedbacks.pdf
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MisticaCatalog/Source/Assets.xcassets/Fonts.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Fonts.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "template" | ||
} | ||
} |
Binary file not shown.
16 changes: 16 additions & 0 deletions
16
MisticaCatalog/Source/Assets.xcassets/FontsFilled.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "FontsFilled.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
}, | ||
"properties" : { | ||
"preserves-vector-representation" : true, | ||
"template-rendering-intent" : "original" | ||
} | ||
} |
Binary file added
BIN
+3.42 KB
MisticaCatalog/Source/Assets.xcassets/FontsFilled.imageset/FontsFilled.pdf
Binary file not shown.
Binary file modified
BIN
-2.4 KB
(40%)
MisticaCatalog/Source/Assets.xcassets/Headers.imageset/Headers.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
MisticaCatalog/Source/Assets.xcassets/InputFields.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "InputFields.pdf", | ||
"filename" : "Input Fields.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
|
Binary file added
BIN
+4.45 KB
MisticaCatalog/Source/Assets.xcassets/InputFields.imageset/Input Fields.pdf
Binary file not shown.
Binary file removed
BIN
-5.34 KB
MisticaCatalog/Source/Assets.xcassets/InputFields.imageset/InputFields.pdf
Binary file not shown.
Binary file modified
BIN
-2.69 KB
(36%)
MisticaCatalog/Source/Assets.xcassets/Labels.imageset/Labels.pdf
Binary file not shown.
Binary file modified
BIN
-2.14 KB
(46%)
MisticaCatalog/Source/Assets.xcassets/Lists.imageset/Lists.pdf
Binary file not shown.
Binary file modified
BIN
-2.5 KB
(38%)
MisticaCatalog/Source/Assets.xcassets/Notifications.imageset/Notifications.pdf
Binary file not shown.
Binary file modified
BIN
-2.98 KB
(24%)
MisticaCatalog/Source/Assets.xcassets/Popovers.imageset/Popovers.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/ProgressBar.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "ProgressBar.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file added
BIN
+2.78 KB
MisticaCatalog/Source/Assets.xcassets/ProgressBar.imageset/ProgressBar.pdf
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Radio.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Radio.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Splash.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Splash.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
MisticaCatalog/Source/Assets.xcassets/Stepper.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Stepper.pdf", | ||
"filename" : "Steppers.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
|
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions
12
MisticaCatalog/Source/Assets.xcassets/Switch.imageset/Contents.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"images" : [ | ||
{ | ||
"filename" : "Switch.pdf", | ||
"idiom" : "universal" | ||
} | ||
], | ||
"info" : { | ||
"author" : "xcode", | ||
"version" : 1 | ||
} | ||
} |
Binary file not shown.
Binary file modified
BIN
-1.94 KB
(50%)
MisticaCatalog/Source/Assets.xcassets/Tabs.imageset/Tabs.pdf
Binary file not shown.
Binary file modified
BIN
-2.55 KB
(41%)
MisticaCatalog/Source/Assets.xcassets/Texts.imageset/Texts.pdf
Binary file not shown.
Oops, something went wrong.