@preply/ds-web-core 0.64.2 → 0.65.1
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @Tue
|
|
1
|
+
/* AUTO GENERATED @Tue Sep 05 2023 13:28:39 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
@ACTION_VARIANT_ACTIVE_BORDER_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain,
|
|
4
4
|
dangerous, critical;
|
|
@@ -23,6 +23,7 @@
|
|
|
23
23
|
@BUTTON_FONT_WEIGHT_OPTIONS: large, medium, default, small;
|
|
24
24
|
@BUTTON_HEIGHT_OPTIONS: large, medium, small;
|
|
25
25
|
@BUTTON_HORIZONTAL_PADDING_OPTIONS: large, medium, small;
|
|
26
|
+
@BUTTON_LETTER_SPACING_OPTIONS: large, medium, default, small;
|
|
26
27
|
@BUTTON_LINE_HEIGHT_OPTIONS: large, medium, default, small;
|
|
27
28
|
@BUTTON_SIZE_OPTIONS: xs, s, m, l, xl;
|
|
28
29
|
@BUTTON_VARIANT_OPTIONS: primary, secondary, tertiary, quaternary, plain, dangerous, critical;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* AUTO GENERATED @Tue
|
|
1
|
+
/* AUTO GENERATED @Tue Sep 05 2023 13:28:39 GMT+0000 (Coordinated Universal Time) */
|
|
2
2
|
|
|
3
3
|
@scheme-color: var(--aface6);
|
|
4
4
|
@scheme-bgColor: var(--786b9e);
|
|
@@ -227,6 +227,8 @@
|
|
|
227
227
|
@avatar-size-96-size: var(--796da2);
|
|
228
228
|
@avatar-size-160-size: var(--329ba7);
|
|
229
229
|
@badge-base-borderRadius: var(--93d4a2);
|
|
230
|
+
@badge-base-color-normal: var(--956cdb);
|
|
231
|
+
@badge-base-color-inverted: var(--6e40a7);
|
|
230
232
|
@badge-size-xs-verticalPadding: var(--8feee9);
|
|
231
233
|
@badge-size-s-verticalPadding: var(--25e959);
|
|
232
234
|
@badge-size-m-verticalPadding: var(--0d8aa3);
|
|
@@ -235,12 +237,18 @@
|
|
|
235
237
|
@badge-size-s-horizontalPadding: var(--796ab1);
|
|
236
238
|
@badge-size-m-horizontalPadding: var(--3d1d33);
|
|
237
239
|
@badge-size-default-horizontalPadding: var(--234e96);
|
|
238
|
-
@badge-accent-accent: var(--
|
|
239
|
-
@badge-accent-positive: var(--
|
|
240
|
-
@badge-accent-critical: var(--
|
|
241
|
-
@badge-accent-warning: var(--
|
|
242
|
-
@badge-accent-info: var(--
|
|
243
|
-
@badge-accent-tertiary: var(--
|
|
240
|
+
@badge-accent-accent-normal: var(--d69293);
|
|
241
|
+
@badge-accent-positive-normal: var(--b76c1a);
|
|
242
|
+
@badge-accent-critical-normal: var(--2e98a8);
|
|
243
|
+
@badge-accent-warning-normal: var(--c9af97);
|
|
244
|
+
@badge-accent-info-normal: var(--e57ae7);
|
|
245
|
+
@badge-accent-tertiary-normal: var(--83b5e3);
|
|
246
|
+
@badge-accent-accent-inverted: var(--e6383c);
|
|
247
|
+
@badge-accent-positive-inverted: var(--c8be43);
|
|
248
|
+
@badge-accent-critical-inverted: var(--bb7e5f);
|
|
249
|
+
@badge-accent-warning-inverted: var(--22285a);
|
|
250
|
+
@badge-accent-info-inverted: var(--df7fb9);
|
|
251
|
+
@badge-accent-tertiary-inverted: var(--f785c7);
|
|
244
252
|
@spinner-size-default-size: var(--9270b5);
|
|
245
253
|
@spinner-size-large-size: var(--77547f);
|
|
246
254
|
@spinner-icon-color: var(--d288ed);
|
|
@@ -764,6 +772,10 @@
|
|
|
764
772
|
@button-large-horizontalPadding: var(--12e54f);
|
|
765
773
|
@button-medium-horizontalPadding: var(--9d50a9);
|
|
766
774
|
@button-small-horizontalPadding: var(--61ea28);
|
|
775
|
+
@button-large-letterSpacing: var(--894bd7);
|
|
776
|
+
@button-medium-letterSpacing: var(--cf9a36);
|
|
777
|
+
@button-default-letterSpacing: var(--abb4c9);
|
|
778
|
+
@button-small-letterSpacing: var(--b7aa0a);
|
|
767
779
|
@spacing-0: var(--d434fb);
|
|
768
780
|
@spacing-2: var(--05dd73);
|
|
769
781
|
@spacing-4: var(--590b8d);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@preply/ds-web-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.1",
|
|
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.
|
|
23
|
-
"@preply/ds-core-types": "0.
|
|
22
|
+
"@preply/ds-core": "0.65.1",
|
|
23
|
+
"@preply/ds-core-types": "0.65.1"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
|
-
"@preply/ds-core": "0.
|
|
27
|
-
"@preply/ds-core-types": "0.
|
|
26
|
+
"@preply/ds-core": "0.65.1",
|
|
27
|
+
"@preply/ds-core-types": "0.65.1",
|
|
28
28
|
"react": "^16.8.3",
|
|
29
29
|
"react-dom": "^16.8.3"
|
|
30
30
|
},
|
|
31
|
-
"gitHead": "
|
|
31
|
+
"gitHead": "24817b0b510187ad2cf5b1ac4957e412ed898192"
|
|
32
32
|
}
|