@preply/ds-web-core 0.64.0 → 0.64.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 Aug 29 2023 09:22:21 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Aug 29 2023 15:27:49 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 09:22:20 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Aug 29 2023 15:27:47 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 09:22:20 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Aug 29 2023 15:27:48 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -124,6 +124,8 @@
124
124
  @border-positive-borderColor: var(--497c8d);
125
125
  @border-accent-borderColor: var(--bedf4f);
126
126
  @border-disabled-borderColor: var(--5b31a4);
127
+ @background-secondary: var(--5836cb);
128
+ @background-overlay: var(--410fb7);
127
129
  @action-base-borderRadius: var(--8d5131);
128
130
  @action-base-disabled-color: var(--a8b89c);
129
131
  @action-base-disabled-bgColor: var(--04daeb);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.64.0",
3
+ "version": "0.64.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.64.0",
23
- "@preply/ds-core-types": "0.64.0"
22
+ "@preply/ds-core": "0.64.1",
23
+ "@preply/ds-core-types": "0.64.1"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.64.0",
27
- "@preply/ds-core-types": "0.64.0",
26
+ "@preply/ds-core": "0.64.1",
27
+ "@preply/ds-core-types": "0.64.1",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "a50ce845596e49d1b8034554709dde5121960e9f"
31
+ "gitHead": "5b690c5ab913b0008566dbf89b3e00703f539f9f"
32
32
  }