@sproutsocial/seeds-react-theme 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__flow__/types/theme.flow.js +1 -0
- package/commonjs/light/theme.js +1 -0
- package/dist/themes/dark/theme.scss +2 -0
- package/dist/themes/extendedThemes/sproutTheme/dark/theme.scss +2 -0
- package/dist/themes/extendedThemes/sproutTheme/light/theme.scss +2 -0
- package/dist/themes/light/theme.scss +3 -0
- package/dist/types/dark/theme.d.ts +2 -0
- package/dist/types/dark/theme.d.ts.map +1 -1
- package/dist/types/light/theme.d.ts +3 -0
- package/dist/types/light/theme.d.ts.map +1 -1
- package/lib/light/theme.js +1 -0
- package/package.json +1 -1
package/commonjs/light/theme.js
CHANGED
|
@@ -358,6 +358,7 @@ var radii = exports.radii = {
|
|
|
358
358
|
400: _seedsBorder.default.BORDER_RADIUS_400,
|
|
359
359
|
500: _seedsBorder.default.BORDER_RADIUS_500,
|
|
360
360
|
600: _seedsBorder.default.BORDER_RADIUS_600,
|
|
361
|
+
900: _seedsBorder.default.BORDER_RADIUS_900,
|
|
361
362
|
1000: _seedsBorder.default.BORDER_RADIUS_1000,
|
|
362
363
|
inner: _seedsBorder.default.BORDER_RADIUS_500,
|
|
363
364
|
outer: _seedsBorder.default.BORDER_RADIUS_600,
|
|
@@ -635,6 +635,7 @@ $theme: (
|
|
|
635
635
|
"400": 4px,
|
|
636
636
|
"500": 6px,
|
|
637
637
|
"600": 8px,
|
|
638
|
+
"900": 24px,
|
|
638
639
|
"1000": 999999px,
|
|
639
640
|
"inner": 6px,
|
|
640
641
|
"outer": 8px,
|
|
@@ -643,6 +644,7 @@ $theme: (
|
|
|
643
644
|
"400": 4px,
|
|
644
645
|
"500": 6px,
|
|
645
646
|
"600": 8px,
|
|
647
|
+
"900": 24px,
|
|
646
648
|
"1000": 999999px,
|
|
647
649
|
"inner": 6px,
|
|
648
650
|
"outer": 8px,
|
|
@@ -916,6 +916,7 @@ $theme: (
|
|
|
916
916
|
"400": 4px,
|
|
917
917
|
"500": 6px,
|
|
918
918
|
"600": 8px,
|
|
919
|
+
"900": 24px,
|
|
919
920
|
"1000": 999999px,
|
|
920
921
|
"inner": 6px,
|
|
921
922
|
"outer": 8px,
|
|
@@ -924,6 +925,7 @@ $theme: (
|
|
|
924
925
|
"400": 4px,
|
|
925
926
|
"500": 6px,
|
|
926
927
|
"600": 8px,
|
|
928
|
+
"900": 24px,
|
|
927
929
|
"1000": 999999px,
|
|
928
930
|
"inner": 6px,
|
|
929
931
|
"outer": 8px,
|
|
@@ -916,6 +916,7 @@ $theme: (
|
|
|
916
916
|
"400": 4px,
|
|
917
917
|
"500": 6px,
|
|
918
918
|
"600": 8px,
|
|
919
|
+
"900": 24px,
|
|
919
920
|
"1000": 999999px,
|
|
920
921
|
"inner": 6px,
|
|
921
922
|
"outer": 8px,
|
|
@@ -924,6 +925,7 @@ $theme: (
|
|
|
924
925
|
"400": 4px,
|
|
925
926
|
"500": 6px,
|
|
926
927
|
"600": 8px,
|
|
928
|
+
"900": 24px,
|
|
927
929
|
"1000": 999999px,
|
|
928
930
|
"inner": 6px,
|
|
929
931
|
"outer": 8px,
|
|
@@ -642,6 +642,7 @@ $theme: (
|
|
|
642
642
|
"400": 4px,
|
|
643
643
|
"500": 6px,
|
|
644
644
|
"600": 8px,
|
|
645
|
+
"900": 24px,
|
|
645
646
|
"1000": 999999px,
|
|
646
647
|
"inner": 6px,
|
|
647
648
|
"outer": 8px,
|
|
@@ -650,6 +651,7 @@ $theme: (
|
|
|
650
651
|
"400": 4px,
|
|
651
652
|
"500": 6px,
|
|
652
653
|
"600": 8px,
|
|
654
|
+
"900": 24px,
|
|
653
655
|
"1000": 999999px,
|
|
654
656
|
"inner": 6px,
|
|
655
657
|
"outer": 8px,
|
|
@@ -728,6 +730,7 @@ $theme: (
|
|
|
728
730
|
"400": 4px,
|
|
729
731
|
"500": 6px,
|
|
730
732
|
"600": 8px,
|
|
733
|
+
"900": 24px,
|
|
731
734
|
"1000": 999999px,
|
|
732
735
|
"inner": 6px,
|
|
733
736
|
"outer": 8px,
|
|
@@ -567,6 +567,7 @@ declare const darkTheme: {
|
|
|
567
567
|
400: string;
|
|
568
568
|
500: string;
|
|
569
569
|
600: string;
|
|
570
|
+
900: string;
|
|
570
571
|
1000: string;
|
|
571
572
|
inner: string;
|
|
572
573
|
outer: string;
|
|
@@ -575,6 +576,7 @@ declare const darkTheme: {
|
|
|
575
576
|
400: string;
|
|
576
577
|
500: string;
|
|
577
578
|
600: string;
|
|
579
|
+
900: string;
|
|
578
580
|
1000: string;
|
|
579
581
|
inner: string;
|
|
580
582
|
outer: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/dark/theme.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAgPF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;0BA7NT,mDAAmD;;;;;;;;;;;;;;;gBAAnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2IrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BApKjD,mDAAmD
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/dark/theme.ts"],"names":[],"mappings":"AA0BA,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAgPF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;0BA7NT,mDAAmD;;;;;;;;;;;;;;;gBAAnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2IrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BApKjD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkOxD,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -64,6 +64,7 @@ export declare const radii: {
|
|
|
64
64
|
400: string;
|
|
65
65
|
500: string;
|
|
66
66
|
600: string;
|
|
67
|
+
900: string;
|
|
67
68
|
1000: string;
|
|
68
69
|
inner: string;
|
|
69
70
|
outer: string;
|
|
@@ -649,6 +650,7 @@ declare const theme: {
|
|
|
649
650
|
400: string;
|
|
650
651
|
500: string;
|
|
651
652
|
600: string;
|
|
653
|
+
900: string;
|
|
652
654
|
1000: string;
|
|
653
655
|
inner: string;
|
|
654
656
|
outer: string;
|
|
@@ -657,6 +659,7 @@ declare const theme: {
|
|
|
657
659
|
400: string;
|
|
658
660
|
500: string;
|
|
659
661
|
600: string;
|
|
662
|
+
900: string;
|
|
660
663
|
1000: string;
|
|
661
664
|
inner: string;
|
|
662
665
|
outer: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/light/theme.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,WAAW,UAA0C,CAAC;AAqRnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;CAatB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAarB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAavB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,eAAO,MAAM,UAAU,QAA+B,CAAC;AAEvD,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/light/theme.ts"],"names":[],"mappings":"AA6BA,eAAO,MAAM,WAAW,UAA0C,CAAC;AAqRnE,eAAO,MAAM,UAAU;;;;;;;;;;;;;CAatB,CAAC;AAEF,eAAO,MAAM,SAAS;;;;;;;;;;;;;CAarB,CAAC;AAEF,eAAO,MAAM,WAAW;;;;;;;;;;;;;CAavB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAE1C,eAAO,MAAM,UAAU,QAA+B,CAAC;AAEvD,eAAO,MAAM,WAAW;;;;;CAKvB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;CASjB,CAAC;AAEF,eAAO,MAAM,OAAO;;CAEnB,CAAC;AAEF,eAAO,MAAM,YAAY;;CAExB,CAAC;AAEF,eAAO,MAAM,OAAO;;;;CAInB,CAAC;AAEF,eAAO,MAAM,MAAM;;;;CAIlB,CAAC;AAEF,eAAO,MAAM,QAAQ;;;;CAIpB,CAAC;AAEF,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAjVL,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAzBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;gBAyBnD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;YA2IrD,mDAAmD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqOtD,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
package/lib/light/theme.js
CHANGED
|
@@ -354,6 +354,7 @@ export var radii = {
|
|
|
354
354
|
400: BORDER.BORDER_RADIUS_400,
|
|
355
355
|
500: BORDER.BORDER_RADIUS_500,
|
|
356
356
|
600: BORDER.BORDER_RADIUS_600,
|
|
357
|
+
900: BORDER.BORDER_RADIUS_900,
|
|
357
358
|
1000: BORDER.BORDER_RADIUS_1000,
|
|
358
359
|
inner: BORDER.BORDER_RADIUS_500,
|
|
359
360
|
outer: BORDER.BORDER_RADIUS_600,
|