@preply/ds-web-core 0.64.2 → 0.65.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.
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Aug 29 2023 18:16:15 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Fri Sep 01 2023 15:23:20 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Aug 29 2023 18:16:13 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Fri Sep 01 2023 15:23:18 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @ACTION_VARIANT_ACTIVE_BORDER_COLOR_OPTIONS: primary, secondary, tertiary, quaternary, plain,
4
4
  dangerous, critical;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Aug 29 2023 18:16:14 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Fri Sep 01 2023 15:23:19 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(--c0734a);
239
- @badge-accent-positive: var(--cadf86);
240
- @badge-accent-critical: var(--bb9325);
241
- @badge-accent-warning: var(--5eae35);
242
- @badge-accent-info: var(--3b4f76);
243
- @badge-accent-tertiary: var(--14dcd1);
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.64.2",
3
+ "version": "0.65.0",
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.64.2",
23
- "@preply/ds-core-types": "0.64.2"
22
+ "@preply/ds-core": "0.65.0",
23
+ "@preply/ds-core-types": "0.65.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.64.2",
27
- "@preply/ds-core-types": "0.64.2",
26
+ "@preply/ds-core": "0.65.0",
27
+ "@preply/ds-core-types": "0.65.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "c5a8e01c69050265a687d2ef070e6346a4319350"
31
+ "gitHead": "c3f6382680e18fac0c222d780b0560580190b8d4"
32
32
  }