@preply/ds-web-core 0.80.3 → 0.81.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 Nov 14 2023 14:19:38 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Nov 28 2023 09:16:13 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Nov 14 2023 14:19:38 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Nov 28 2023 09:16:13 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  .onHover(@styles) {
4
4
  @media (hover: hover) and (pointer: fine) {
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Nov 14 2023 14:19:36 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Nov 28 2023 09:16:10 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @ACTION_LINK_VARIANT_ACTIVE_COLOR_OPTIONS: accentDark, accentDarkInverted, neutral, neutralInverted,
4
4
  unsetColors;
@@ -105,6 +105,7 @@
105
105
  @RADIUS_OPTIONS: 0, 2, 4, 16, 8, 300;
106
106
  @SIZING_OPTIONS: 0, 1, 2, 4, 8, 12, 16, 24, 32, 48, 64, 96, 160;
107
107
  @SPACING_OPTIONS: 0, 1, 2, 4, 8, 12, 16, 24, 32, 48, 64, 96, 160;
108
+ @SPINNER_ICON_COLOR_OPTIONS: normal, inverted;
108
109
  @SPINNER_SIZE_OPTIONS: default, large;
109
110
  @TEXT_ACCENT_OPTIONS: primary, secondary, tertiary, accentDark, placeholder, inverted, positive,
110
111
  info, warning, critical, disabled, branded, selected, error, accent;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED @Tue Nov 14 2023 14:19:36 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED @Tue Nov 28 2023 09:16:11 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @scheme-color: var(--aface6);
4
4
  @scheme-bgColor: var(--786b9e);
@@ -381,7 +381,8 @@
381
381
  @badge-accent-tertiary-inverted-color: var(--ab5158);
382
382
  @spinner-size-default-size: var(--9270b5);
383
383
  @spinner-size-large-size: var(--77547f);
384
- @spinner-icon-color: var(--d288ed);
384
+ @spinner-icon-color-normal: var(--19bcb6);
385
+ @spinner-icon-color-inverted: var(--38413d);
385
386
  @box-radius-none-borderRadius: var(--84e079);
386
387
  @box-radius-m-borderRadius: var(--1c37d5);
387
388
  @box-radius-l-borderRadius: var(--9e57e5);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "0.80.3",
3
+ "version": "0.81.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.80.3",
23
- "@preply/ds-core-types": "0.80.3"
22
+ "@preply/ds-core": "0.81.0",
23
+ "@preply/ds-core-types": "0.81.0"
24
24
  },
25
25
  "peerDependencies": {
26
- "@preply/ds-core": "0.80.3",
27
- "@preply/ds-core-types": "0.80.3",
26
+ "@preply/ds-core": "0.81.0",
27
+ "@preply/ds-core-types": "0.81.0",
28
28
  "react": "^16.8.3",
29
29
  "react-dom": "^16.8.3"
30
30
  },
31
- "gitHead": "38ee46a2677d56ab471024136df515a642de1727"
31
+ "gitHead": "0d77d8fb87287190f173ae9ccaaecfec310f30ba"
32
32
  }