@preply/ds-web-core 0.61.1 → 0.62.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 @Fri Aug 11 2023 10:38:56 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Aug 15 2023 14:15:19 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Fri Aug 11 2023 10:38:55 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Aug 15 2023 14:15: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 @Fri Aug 11 2023 10:38:55 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Aug 15 2023 14:15:18 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -51,6 +51,8 @@
51
51
  @root-palette-magenta-500: var(--5893e7);
52
52
  @root-text-base-typeface: var(--7068b6);
53
53
  @root-text-base-fontFamily: var(--0e3095);
54
+ @root-heading-base-typeface: var(--f5d1a5);
55
+ @root-heading-base-fontFamily: var(--bd44ae);
54
56
  @root-text-base-variable-fontFamily: var(--5b7e08);
55
57
  @root-text-height-200: var(--3056af);
56
58
  @root-text-height-400: var(--f8a468);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.61.1",
3
+ "version": "0.62.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.61.1",
23
- "@preply/ds-core-types": "0.61.1"
22
+ "@preply/ds-core": "0.62.0",
23
+ "@preply/ds-core-types": "0.62.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.61.1",
27
- "@preply/ds-core-types": "0.61.1",
26
+ "@preply/ds-core": "0.62.0",
27
+ "@preply/ds-core-types": "0.62.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "3da4409d8f12a50bde51f38cbb68637e7e6ce79e"
31
+ "gitHead": "5a2c6c9db428b77b5f670a85e4b8e53c98f29381"
32
32
  }