@preply/ds-web-core 0.65.1 → 0.65.3
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/dist/generated/breakpoints.less +1 -1
- package/dist/generated/options.less +18 -15
- package/dist/generated/tokens.less +39 -1
- package/dist/typography/module-text-accent/hooks/useTextAccentClassnames.d.ts +1 -1
- package/dist/typography/module-text-accent/style/index.module.less.js +2 -2
- package/package.json +6 -6
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
/* AUTO GENERATED @
|
|
1
|
+
/* AUTO GENERATED @Thu Sep 07 2023 07:34:36 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
@ACTION_VARIANT_ACTIVE_BORDER_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain,
|
|
4
|
-
dangerous, critical;
|
|
4
|
+
dangerous, critical, onBrand, inverted;
|
|
5
5
|
@ACTION_VARIANT_DISABLED_BG_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain,
|
|
6
|
-
dangerous, critical;
|
|
6
|
+
dangerous, critical, onBrand, inverted;
|
|
7
7
|
@ACTION_VARIANT_DISABLED_BORDER_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain,
|
|
8
|
-
dangerous, critical;
|
|
8
|
+
dangerous, critical, onBrand, inverted;
|
|
9
9
|
@ACTION_VARIANT_DISABLED_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain, dangerous,
|
|
10
|
-
critical;
|
|
10
|
+
critical, onBrand, inverted;
|
|
11
11
|
@ACTION_VARIANT_HOVER_BORDER_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain,
|
|
12
|
-
dangerous, critical;
|
|
12
|
+
dangerous, critical, onBrand, inverted;
|
|
13
13
|
@ACTION_VARIANT_TEXT_DECORATION_OPTIONS: primary, secondary, tertiary, quaternary, plain, dangerous,
|
|
14
|
-
critical;
|
|
14
|
+
critical, onBrand, inverted;
|
|
15
15
|
@AVATAR_SIZE_OPTIONS: 2xs, xs, s, m, l, xl, 24, 32, 48, 64, 96, 160;
|
|
16
16
|
@BADGE_ACCENT_OPTIONS: accent, positive, critical, warning, info, tertiary;
|
|
17
17
|
@BADGE_COLOR_OPTIONS: gray, teal, green, blue, yellow, red, magenta;
|
|
@@ -26,24 +26,26 @@
|
|
|
26
26
|
@BUTTON_LETTER_SPACING_OPTIONS: large, medium, default, small;
|
|
27
27
|
@BUTTON_LINE_HEIGHT_OPTIONS: large, medium, default, small;
|
|
28
28
|
@BUTTON_SIZE_OPTIONS: xs, s, m, l, xl;
|
|
29
|
-
@BUTTON_VARIANT_OPTIONS: primary, secondary, tertiary, quaternary, plain, dangerous, critical
|
|
29
|
+
@BUTTON_VARIANT_OPTIONS: primary, secondary, tertiary, quaternary, plain, dangerous, critical,
|
|
30
|
+
onBrand, inverted;
|
|
30
31
|
@BUTTON_VERTICAL_PADDING_OPTIONS: large, medium, small;
|
|
31
32
|
@COLOR_BACKGROUND_OPTIONS: primary, secondary, tertiary, accent, overlay, disabled, brand, accent,
|
|
32
33
|
positive, info, warning, critical;
|
|
33
34
|
@COLOR_BACKGROUND_ACTION_ACTIVE_DS_INTERNAL_PRIMITIVE_OPTIONS: primary, secondary, tertiary,
|
|
34
|
-
quaternary, critical;
|
|
35
|
+
quaternary, critical, onBrand, inverted;
|
|
35
36
|
@COLOR_BACKGROUND_ACTION_HOVER_DS_INTERNAL_PRIMITIVE_OPTIONS: primary, secondary, tertiary,
|
|
36
|
-
quaternary, critical;
|
|
37
|
+
quaternary, critical, onBrand, inverted;
|
|
37
38
|
@COLOR_BACKGROUND_ACTION_REST_DS_INTERNAL_PRIMITIVE_OPTIONS: primary, secondary, tertiary,
|
|
38
|
-
quaternary, critical;
|
|
39
|
+
quaternary, critical, onBrand, inverted;
|
|
39
40
|
@COLOR_BLUE_DS_INTERNAL_PRIMITIVE_OPTIONS: 50, 100, 200, 300, 400, 500, 600, 700, 800;
|
|
40
41
|
@COLOR_BORDER_OPTIONS: primary, secondary, focus, critical, tertiary, brand;
|
|
41
42
|
@COLOR_BORDER_ACTION_DS_INTERNAL_PRIMITIVE_OPTIONS: primary, secondary, tertiary, quaternary,
|
|
42
|
-
critical, disabled;
|
|
43
|
+
critical, disabled, inverted;
|
|
43
44
|
@COLOR_GREY_DS_INTERNAL_PRIMITIVE_OPTIONS: 0, 50, 100, 200, 300, 400, 500, 600, 700, 800, 900,
|
|
44
45
|
900-56, 900-6;
|
|
45
46
|
@COLOR_GREY_OPACITY_DS_INTERNAL_PRIMITIVE_OPTIONS: 900-56;
|
|
46
|
-
@COLOR_ICON_OPTIONS: primary, secondary, tertiary, positive, info, warning, critical, brand
|
|
47
|
+
@COLOR_ICON_OPTIONS: primary, secondary, tertiary, positive, info, warning, critical, brand,
|
|
48
|
+
inverted, disabled;
|
|
47
49
|
@COLOR_NAME_OPTIONS: white, gray-100, gray-200, gray-300, gray-400, gray-500, gray-600, teal-100,
|
|
48
50
|
teal-200, teal-300, teal-400, teal-500, green-100, green-200, green-300, green-400, green-500,
|
|
49
51
|
yellow-100, yellow-200, yellow-300, yellow-400, yellow-500, red-100, red-200, red-300, red-400,
|
|
@@ -53,9 +55,10 @@
|
|
|
53
55
|
@COLOR_RED_DS_INTERNAL_PRIMITIVE_OPTIONS: 50, 100, 200, 300, 400, 500, 600, 700, 800;
|
|
54
56
|
@COLOR_SCHEME_OPTIONS: base, banner, invert;
|
|
55
57
|
@COLOR_TEAL_DS_INTERNAL_PRIMITIVE_OPTIONS: 50, 100, 200, 300, 400, 500, 600, 700, 800;
|
|
56
|
-
@COLOR_TEXT_OPTIONS: primary, secondary, tertiary, brand, accent, positive, info, warning, critical
|
|
58
|
+
@COLOR_TEXT_OPTIONS: primary, secondary, tertiary, brand, accent, positive, info, warning, critical,
|
|
59
|
+
inverted;
|
|
57
60
|
@COLOR_TEXT_ACTION_DS_INTERNAL_PRIMITIVE_OPTIONS: primary, secondary, tertiary, quaternary, critical,
|
|
58
|
-
disabled;
|
|
61
|
+
disabled, onBrand, inverted;
|
|
59
62
|
@COLOR_YELLOW_DS_INTERNAL_PRIMITIVE_OPTIONS: 50, 100, 200, 300, 400, 500, 600, 700, 800;
|
|
60
63
|
@HEADING_LEVEL_OPTIONS: h1, h2, h3, h4, h5;
|
|
61
64
|
@HEADING_TAG_OPTIONS: h1, h2, h3, h4, h5, p, div;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @
|
|
1
|
+
/* AUTO GENERATED @Thu Sep 07 2023 07:34:37 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
@scheme-color: var(--aface6);
|
|
4
4
|
@scheme-bgColor: var(--786b9e);
|
|
@@ -145,6 +145,8 @@
|
|
|
145
145
|
@action-variant-plain-color: var(--122a99);
|
|
146
146
|
@action-variant-dangerous-color: var(--efde5b);
|
|
147
147
|
@action-variant-critical-color: var(--f68030);
|
|
148
|
+
@action-variant-onBrand-color: var(--81d1b3);
|
|
149
|
+
@action-variant-inverted-color: var(--81b7df);
|
|
148
150
|
@action-variant-primary-bgColor: var(--508b34);
|
|
149
151
|
@action-variant-secondary-bgColor: var(--e56164);
|
|
150
152
|
@action-variant-tertiary-bgColor: var(--28f3c1);
|
|
@@ -152,6 +154,8 @@
|
|
|
152
154
|
@action-variant-plain-bgColor: var(--bbb356);
|
|
153
155
|
@action-variant-dangerous-bgColor: var(--118bda);
|
|
154
156
|
@action-variant-critical-bgColor: var(--faae28);
|
|
157
|
+
@action-variant-onBrand-bgColor: var(--f34057);
|
|
158
|
+
@action-variant-inverted-bgColor: var(--c54155);
|
|
155
159
|
@action-variant-primary-borderColor: var(--44bfe9);
|
|
156
160
|
@action-variant-secondary-borderColor: var(--ab736c);
|
|
157
161
|
@action-variant-tertiary-borderColor: var(--10556e);
|
|
@@ -159,6 +163,8 @@
|
|
|
159
163
|
@action-variant-plain-borderColor: var(--0cad84);
|
|
160
164
|
@action-variant-dangerous-borderColor: var(--ab5970);
|
|
161
165
|
@action-variant-critical-borderColor: var(--b357d0);
|
|
166
|
+
@action-variant-onBrand-borderColor: var(--27aa69);
|
|
167
|
+
@action-variant-inverted-borderColor: var(--fe1378);
|
|
162
168
|
@action-variant-primary-hover-bgColor: var(--902b50);
|
|
163
169
|
@action-variant-secondary-hover-bgColor: var(--0d124d);
|
|
164
170
|
@action-variant-tertiary-hover-bgColor: var(--ec17be);
|
|
@@ -166,6 +172,8 @@
|
|
|
166
172
|
@action-variant-plain-hover-bgColor: var(--df2aca);
|
|
167
173
|
@action-variant-dangerous-hover-bgColor: var(--e0b0f4);
|
|
168
174
|
@action-variant-critical-hover-bgColor: var(--064c43);
|
|
175
|
+
@action-variant-onBrand-hover-bgColor: var(--b510af);
|
|
176
|
+
@action-variant-inverted-hover-bgColor: var(--8a16b5);
|
|
169
177
|
@action-variant-primary-active-bgColor: var(--c1c1ca);
|
|
170
178
|
@action-variant-secondary-active-bgColor: var(--33b439);
|
|
171
179
|
@action-variant-tertiary-active-bgColor: var(--b0bf50);
|
|
@@ -173,6 +181,8 @@
|
|
|
173
181
|
@action-variant-plain-active-bgColor: var(--435fa5);
|
|
174
182
|
@action-variant-dangerous-active-bgColor: var(--a5eaa1);
|
|
175
183
|
@action-variant-critical-active-bgColor: var(--152a7a);
|
|
184
|
+
@action-variant-onBrand-active-bgColor: var(--dd9507);
|
|
185
|
+
@action-variant-inverted-active-bgColor: var(--de59a1);
|
|
176
186
|
@action-variant-primary-hover-color: var(--df6151);
|
|
177
187
|
@action-variant-secondary-hover-color: var(--0d6ae2);
|
|
178
188
|
@action-variant-tertiary-hover-color: var(--175a77);
|
|
@@ -180,6 +190,8 @@
|
|
|
180
190
|
@action-variant-plain-hover-color: var(--1265db);
|
|
181
191
|
@action-variant-dangerous-hover-color: var(--6f5d5d);
|
|
182
192
|
@action-variant-critical-hover-color: var(--c3136e);
|
|
193
|
+
@action-variant-onBrand-hover-color: var(--3bd8a5);
|
|
194
|
+
@action-variant-inverted-hover-color: var(--79a09e);
|
|
183
195
|
@action-variant-primary-active-color: var(--15cee1);
|
|
184
196
|
@action-variant-secondary-active-color: var(--22cb4c);
|
|
185
197
|
@action-variant-tertiary-active-color: var(--8274ee);
|
|
@@ -187,6 +199,8 @@
|
|
|
187
199
|
@action-variant-plain-active-color: var(--a41624);
|
|
188
200
|
@action-variant-dangerous-active-color: var(--6b4e92);
|
|
189
201
|
@action-variant-critical-active-color: var(--f9fba8);
|
|
202
|
+
@action-variant-onBrand-active-color: var(--37eefd);
|
|
203
|
+
@action-variant-inverted-active-color: var(--77e945);
|
|
190
204
|
@action-link-color: var(--1e7527);
|
|
191
205
|
@action-link-hover-color: var(--7d7969);
|
|
192
206
|
@action-link-active-color: var(--17d302);
|
|
@@ -626,6 +640,7 @@
|
|
|
626
640
|
@color-text-info: var(--aad149);
|
|
627
641
|
@color-text-warning: var(--d7c974);
|
|
628
642
|
@color-text-critical: var(--8ec9e5);
|
|
643
|
+
@color-text-inverted: var(--c2b191);
|
|
629
644
|
@color-icon-primary: var(--95b129);
|
|
630
645
|
@color-icon-secondary: var(--a987e0);
|
|
631
646
|
@color-icon-tertiary: var(--684972);
|
|
@@ -634,6 +649,8 @@
|
|
|
634
649
|
@color-icon-warning: var(--38e02f);
|
|
635
650
|
@color-icon-critical: var(--dc4541);
|
|
636
651
|
@color-icon-brand: var(--254659);
|
|
652
|
+
@color-icon-inverted: var(--e6a034);
|
|
653
|
+
@color-icon-disabled: var(--12f66e);
|
|
637
654
|
@color-background-primary: var(--3546c3);
|
|
638
655
|
@color-background-secondary: var(--302ecf);
|
|
639
656
|
@color-background-tertiary: var(--a5c761);
|
|
@@ -658,22 +675,30 @@
|
|
|
658
675
|
@dsInternalPrimitive-color-text-quaternary-action: var(--826199);
|
|
659
676
|
@dsInternalPrimitive-color-text-critical-action: var(--57195c);
|
|
660
677
|
@dsInternalPrimitive-color-text-disabled-action: var(--7f32d7);
|
|
678
|
+
@dsInternalPrimitive-color-text-onBrand-action: var(--24b2f7);
|
|
679
|
+
@dsInternalPrimitive-color-text-inverted-action: var(--250d1b);
|
|
661
680
|
@dsInternalPrimitive-color-text-primary-action-active: var(--480cdf);
|
|
662
681
|
@dsInternalPrimitive-color-background-primary-action-rest: var(--cf27db);
|
|
663
682
|
@dsInternalPrimitive-color-background-secondary-action-rest: var(--ae8a27);
|
|
664
683
|
@dsInternalPrimitive-color-background-tertiary-action-rest: var(--83c38a);
|
|
665
684
|
@dsInternalPrimitive-color-background-quaternary-action-rest: var(--a8903a);
|
|
666
685
|
@dsInternalPrimitive-color-background-critical-action-rest: var(--f99bbd);
|
|
686
|
+
@dsInternalPrimitive-color-background-onBrand-action-rest: var(--701770);
|
|
687
|
+
@dsInternalPrimitive-color-background-inverted-action-rest: var(--63afb0);
|
|
667
688
|
@dsInternalPrimitive-color-background-primary-action-hover: var(--3d8e0b);
|
|
668
689
|
@dsInternalPrimitive-color-background-secondary-action-hover: var(--92d63b);
|
|
669
690
|
@dsInternalPrimitive-color-background-tertiary-action-hover: var(--4d016b);
|
|
670
691
|
@dsInternalPrimitive-color-background-quaternary-action-hover: var(--77f2f6);
|
|
671
692
|
@dsInternalPrimitive-color-background-critical-action-hover: var(--5cd326);
|
|
693
|
+
@dsInternalPrimitive-color-background-onBrand-action-hover: var(--26ae6b);
|
|
694
|
+
@dsInternalPrimitive-color-background-inverted-action-hover: var(--4df5c9);
|
|
672
695
|
@dsInternalPrimitive-color-background-primary-action-active: var(--5cd9cc);
|
|
673
696
|
@dsInternalPrimitive-color-background-secondary-action-active: var(--5a73d2);
|
|
674
697
|
@dsInternalPrimitive-color-background-tertiary-action-active: var(--7b2a72);
|
|
675
698
|
@dsInternalPrimitive-color-background-quaternary-action-active: var(--391000);
|
|
676
699
|
@dsInternalPrimitive-color-background-critical-action-active: var(--bd5da9);
|
|
700
|
+
@dsInternalPrimitive-color-background-onBrand-action-active: var(--d72dd5);
|
|
701
|
+
@dsInternalPrimitive-color-background-inverted-action-active: var(--5e5ef1);
|
|
677
702
|
@dsInternalPrimitive-color-background-disabled-action: var(--65f18f);
|
|
678
703
|
@dsInternalPrimitive-color-border-primary-action: var(--9637ca);
|
|
679
704
|
@dsInternalPrimitive-color-border-secondary-action: var(--ac18ee);
|
|
@@ -681,6 +706,7 @@
|
|
|
681
706
|
@dsInternalPrimitive-color-border-quaternary-action: var(--c324de);
|
|
682
707
|
@dsInternalPrimitive-color-border-critical-action: var(--a0106b);
|
|
683
708
|
@dsInternalPrimitive-color-border-disabled-action: var(--d4d142);
|
|
709
|
+
@dsInternalPrimitive-color-border-inverted-action: var(--bfac34);
|
|
684
710
|
@dsInternalPrimitive-color-border-tertiary-action-hover: var(--5a42a7);
|
|
685
711
|
@text-heading-huge-fontFamily: var(--ccb2e6);
|
|
686
712
|
@text-heading-extraLarge-fontFamily: var(--796c06);
|
|
@@ -799,6 +825,8 @@
|
|
|
799
825
|
@action-variant-plain-textDecoration: var(--d2d32f);
|
|
800
826
|
@action-variant-dangerous-textDecoration: var(--0bf14c);
|
|
801
827
|
@action-variant-critical-textDecoration: var(--91f4fa);
|
|
828
|
+
@action-variant-onBrand-textDecoration: var(--2aca00);
|
|
829
|
+
@action-variant-inverted-textDecoration: var(--fb8624);
|
|
802
830
|
@action-variant-primary-hover-borderColor: var(--1e9600);
|
|
803
831
|
@action-variant-secondary-hover-borderColor: var(--76310d);
|
|
804
832
|
@action-variant-tertiary-hover-borderColor: var(--bdfcc7);
|
|
@@ -806,6 +834,8 @@
|
|
|
806
834
|
@action-variant-plain-hover-borderColor: var(--082540);
|
|
807
835
|
@action-variant-dangerous-hover-borderColor: var(--4eff94);
|
|
808
836
|
@action-variant-critical-hover-borderColor: var(--958f21);
|
|
837
|
+
@action-variant-onBrand-hover-borderColor: var(--ffb8d8);
|
|
838
|
+
@action-variant-inverted-hover-borderColor: var(--19fa74);
|
|
809
839
|
@action-variant-primary-active-borderColor: var(--9ddbb2);
|
|
810
840
|
@action-variant-secondary-active-borderColor: var(--9b7461);
|
|
811
841
|
@action-variant-tertiary-active-borderColor: var(--dca6dc);
|
|
@@ -813,6 +843,8 @@
|
|
|
813
843
|
@action-variant-plain-active-borderColor: var(--370fd8);
|
|
814
844
|
@action-variant-dangerous-active-borderColor: var(--4c7bfb);
|
|
815
845
|
@action-variant-critical-active-borderColor: var(--fb2597);
|
|
846
|
+
@action-variant-onBrand-active-borderColor: var(--81c178);
|
|
847
|
+
@action-variant-inverted-active-borderColor: var(--0d330c);
|
|
816
848
|
@action-variant-primary-disabled-borderColor: var(--f0720e);
|
|
817
849
|
@action-variant-secondary-disabled-borderColor: var(--3f0f51);
|
|
818
850
|
@action-variant-tertiary-disabled-borderColor: var(--fd08b7);
|
|
@@ -820,6 +852,8 @@
|
|
|
820
852
|
@action-variant-plain-disabled-borderColor: var(--c6b607);
|
|
821
853
|
@action-variant-dangerous-disabled-borderColor: var(--7deffa);
|
|
822
854
|
@action-variant-critical-disabled-borderColor: var(--e117c7);
|
|
855
|
+
@action-variant-onBrand-disabled-borderColor: var(--5a20e5);
|
|
856
|
+
@action-variant-inverted-disabled-borderColor: var(--e797f1);
|
|
823
857
|
@action-variant-primary-disabled-color: var(--dfbd08);
|
|
824
858
|
@action-variant-secondary-disabled-color: var(--4dc516);
|
|
825
859
|
@action-variant-tertiary-disabled-color: var(--161e2d);
|
|
@@ -827,6 +861,8 @@
|
|
|
827
861
|
@action-variant-plain-disabled-color: var(--2f5174);
|
|
828
862
|
@action-variant-dangerous-disabled-color: var(--3ed7a9);
|
|
829
863
|
@action-variant-critical-disabled-color: var(--ff8727);
|
|
864
|
+
@action-variant-onBrand-disabled-color: var(--499ea7);
|
|
865
|
+
@action-variant-inverted-disabled-color: var(--e0ef5a);
|
|
830
866
|
@action-variant-primary-disabled-bgColor: var(--818487);
|
|
831
867
|
@action-variant-secondary-disabled-bgColor: var(--ce895b);
|
|
832
868
|
@action-variant-tertiary-disabled-bgColor: var(--a8b810);
|
|
@@ -834,6 +870,8 @@
|
|
|
834
870
|
@action-variant-plain-disabled-bgColor: var(--c970d4);
|
|
835
871
|
@action-variant-dangerous-disabled-bgColor: var(--8d2e23);
|
|
836
872
|
@action-variant-critical-disabled-bgColor: var(--1ce20d);
|
|
873
|
+
@action-variant-onBrand-disabled-bgColor: var(--10925f);
|
|
874
|
+
@action-variant-inverted-disabled-bgColor: var(--b1756a);
|
|
837
875
|
@action-base-borderWidth: var(--0b1b71);
|
|
838
876
|
@icon-fieldLayout-width: var(--d57208);
|
|
839
877
|
@icon-fieldLayout-height: var(--3caeb9);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const useTextAccentClassnames: (fallbackToDefault: boolean, accent?: "primary" | "secondary" | "branded" | "positive" | "error" | "tertiary" | "selected" | "warning" | "info" | "accent" | "disabled" | "brand" | "critical" | undefined) => string[];
|
|
1
|
+
export declare const useTextAccentClassnames: (fallbackToDefault: boolean, accent?: "primary" | "secondary" | "branded" | "positive" | "error" | "tertiary" | "selected" | "warning" | "info" | "accent" | "disabled" | "brand" | "critical" | "inverted" | undefined) => string[];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import styleInject from '../../../external/style-inject/dist/style-inject.es.js';
|
|
2
2
|
|
|
3
|
-
var css_248z = "._2JBCx7{color:var(--aface6)}._2523Lq{color:var(--e41135)}._8nxFNH{color:var(--3d280d)}.QuvH20{color:var(--4dadf3)}._3D9_5x{color:var(--318747)}._2m5Mga{color:var(--9167e9)}._2Fd9Md{color:var(--c35795)}._21_0pN{color:var(--c37262)}._1Dm0Py{color:var(--70eeac)}._3fTJ5H{color:var(--d66ba4)}._3ywcH_{color:var(--2b2771)}.OdMv1u{color:var(--a056c3)}._2523Lq{color:var(--628fb7)}._8nxFNH{color:var(--a2f1c8)}._2Fd9Md{color:var(--c07ea8)}._3R4c-Z{color:var(--0ee7cb)}._3ywcH_{color:var(--26a5ae)}._3D9_5x{color:var(--3e566f)}._3fTJ5H{color:var(--aad149)}._1Dm0Py{color:var(--d7c974)}._3SjEZq{color:var(--8ec9e5)}";
|
|
4
|
-
var styles = {__id:"/home/jenkins/workspace/design-system_main/packages/web-core/src/typography/module-text-accent/style/index.module.less",__css:css_248z,"TextAccent--accent-default":"_2JBCx7","TextAccent--accent-primary":"_2523Lq","TextAccent--accent-secondary":"_8nxFNH","TextAccent--accent-branded":"QuvH20","TextAccent--accent-positive":"_3D9_5x","TextAccent--accent-error":"_2m5Mga","TextAccent--accent-tertiary":"_2Fd9Md","TextAccent--accent-selected":"_21_0pN","TextAccent--accent-warning":"_1Dm0Py","TextAccent--accent-info":"_3fTJ5H","TextAccent--accent-accent":"_3ywcH_","TextAccent--accent-disabled":"OdMv1u","TextAccent--accent-brand":"_3R4c-Z","TextAccent--accent-critical":"_3SjEZq"};
|
|
3
|
+
var css_248z = "._2JBCx7{color:var(--aface6)}._2523Lq{color:var(--e41135)}._8nxFNH{color:var(--3d280d)}.QuvH20{color:var(--4dadf3)}._3D9_5x{color:var(--318747)}._2m5Mga{color:var(--9167e9)}._2Fd9Md{color:var(--c35795)}._21_0pN{color:var(--c37262)}._1Dm0Py{color:var(--70eeac)}._3fTJ5H{color:var(--d66ba4)}._3ywcH_{color:var(--2b2771)}.OdMv1u{color:var(--a056c3)}._2523Lq{color:var(--628fb7)}._8nxFNH{color:var(--a2f1c8)}._2Fd9Md{color:var(--c07ea8)}._3R4c-Z{color:var(--0ee7cb)}._3ywcH_{color:var(--26a5ae)}._3D9_5x{color:var(--3e566f)}._3fTJ5H{color:var(--aad149)}._1Dm0Py{color:var(--d7c974)}._3SjEZq{color:var(--8ec9e5)}.GSQn1T{color:var(--c2b191)}";
|
|
4
|
+
var styles = {__id:"/home/jenkins/workspace/design-system_main/packages/web-core/src/typography/module-text-accent/style/index.module.less",__css:css_248z,"TextAccent--accent-default":"_2JBCx7","TextAccent--accent-primary":"_2523Lq","TextAccent--accent-secondary":"_8nxFNH","TextAccent--accent-branded":"QuvH20","TextAccent--accent-positive":"_3D9_5x","TextAccent--accent-error":"_2m5Mga","TextAccent--accent-tertiary":"_2Fd9Md","TextAccent--accent-selected":"_21_0pN","TextAccent--accent-warning":"_1Dm0Py","TextAccent--accent-info":"_3fTJ5H","TextAccent--accent-accent":"_3ywcH_","TextAccent--accent-disabled":"OdMv1u","TextAccent--accent-brand":"_3R4c-Z","TextAccent--accent-critical":"_3SjEZq","TextAccent--accent-inverted":"GSQn1T"};
|
|
5
5
|
var stylesheet=css_248z;
|
|
6
6
|
styleInject(css_248z);
|
|
7
7
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-web-core",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -19,14 +19,14 @@
|
|
|
19
19
|
"dev": "run build:rollup -w"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@preply/ds-core": "0.65.
|
|
23
|
-
"@preply/ds-core-types": "0.65.
|
|
22
|
+
"@preply/ds-core": "0.65.3",
|
|
23
|
+
"@preply/ds-core-types": "0.65.3"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@preply/ds-core": "0.65.
|
|
27
|
-
"@preply/ds-core-types": "0.65.
|
|
26
|
+
"@preply/ds-core": "0.65.3",
|
|
27
|
+
"@preply/ds-core-types": "0.65.3",
|
|
28
28
|
"react": "^16.8.3",
|
|
29
29
|
"react-dom": "^16.8.3"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "cfb4feb50ae00fa6752ce01b46684fe632d62f5a"
|
|
32
32
|
}
|