@preply/ds-web-core 0.31.2 → 0.32.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 Jun 10 2022 13:58:21 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Thu Jun 23 2022 14:49:17 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Fri Jun 10 2022 13:58:20 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Thu Jun 23 2022 14:49:17 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @AVATAR_SIZE_OPTIONS: 2xs, xs, s, m, l, xl;
4
4
  @BUTTON_SIZE_OPTIONS: xs, s, m, l, xl;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Fri Jun 10 2022 13:58:21 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Thu Jun 23 2022 14:49:17 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface);
4
4
  @scheme-bgColor: var(--786b9);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.31.2",
3
+ "version": "0.32.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.31.2",
23
- "@preply/ds-core-types": "0.31.2"
22
+ "@preply/ds-core": "0.32.0",
23
+ "@preply/ds-core-types": "0.32.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.31.2",
27
- "@preply/ds-core-types": "0.31.2",
26
+ "@preply/ds-core": "0.32.0",
27
+ "@preply/ds-core-types": "0.32.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "7fc442ad57c03733c5834ad711e0d78729021e67"
31
+ "gitHead": "639bc1a029e41a60ab326299e1518eb1cdca35f7"
32
32
  }