@preply/ds-web-core 0.52.0 → 0.53.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 Jan 13 2023 14:34:38 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Thu Jan 26 2023 10:39:44 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Fri Jan 13 2023 14:34:37 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Thu Jan 26 2023 10:39:43 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @AVATAR_SIZE_OPTIONS: 2xs, xs, s, m, l, xl;
4
4
  @BADGE_COLOR_OPTIONS: gray, teal, green, blue, yellow, red, magenta;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Fri Jan 13 2023 14:34:37 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Thu Jan 26 2023 10:39:43 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -400,6 +400,12 @@
400
400
  @text-weight-normal-fontWeight: var(--5ea101);
401
401
  @text-weight-medium-fontWeight: var(--2734e9);
402
402
  @text-weight-bold-fontWeight: var(--800787);
403
+ @input-base-color: var(--41d493);
404
+ @input-base-bgColor: var(--211bc0);
405
+ @input-placeholder-color: var(--d9209f);
406
+ @input-icon-color: var(--cbc724);
407
+ @input-error-color: var(--7b0f41);
408
+ @input-error-bgColor: var(--95df5b);
403
409
  @input-base-borderWidth: var(--d9baa3);
404
410
  @input-base-borderRadius: var(--c4b051);
405
411
  @root-size-none: var(--c12f10);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.52.0",
3
+ "version": "0.53.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.52.0",
23
- "@preply/ds-core-types": "0.52.0"
22
+ "@preply/ds-core": "0.53.0",
23
+ "@preply/ds-core-types": "0.53.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.52.0",
27
- "@preply/ds-core-types": "0.52.0",
26
+ "@preply/ds-core": "0.53.0",
27
+ "@preply/ds-core-types": "0.53.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "6a4770708988b14b65b7284104c367368c68b230"
31
+ "gitHead": "1578281eb5bb15d95d943e6a6c109381de37f0ad"
32
32
  }