@preply/ds-web-core 9.0.0 → 9.0.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 by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Wed Jan 28 2026 12:09:09 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-less.ts @Thu Feb 05 2026 10:11:25 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @breakpoints: {
4
4
  narrow-l: 400px;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-scss.ts @Wed Jan 28 2026 12:09:09 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/breakpoints/web-core-breakpoints-scss.ts @Thu Feb 05 2026 10:11:25 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  $breakpoints: (
4
4
  narrow-l: 400px,
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/hover/web-core-hover-less.ts @Wed Jan 28 2026 12:09:09 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/hover/web-core-hover-less.ts @Thu Feb 05 2026 10:11:26 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 by support/tools/src/tool/code-generator/output/hover/web-core-hover-scss.ts @Wed Jan 28 2026 12:09:09 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/hover/web-core-hover-scss.ts @Thu Feb 05 2026 10:11:26 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @mixin onHover {
4
4
  @media (hover: hover) and (pointer: fine) {
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Wed Jan 28 2026 12:09:07 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-less.ts @Thu Feb 05 2026 10:11:24 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @ACTION_LINK_VARIANT_ACTIVE_COLOR_OPTIONS: accentDark, accentDarkInverted, neutral, neutralInverted,
4
4
  unsetColors;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-scss.ts @Wed Jan 28 2026 12:09:07 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/types/web-core-options-scss.ts @Thu Feb 05 2026 10:11:24 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  $ACTION_LINK_VARIANT_ACTIVE_COLOR_OPTIONS:
4
4
  accentDark, accentDarkInverted, neutral, neutralInverted, unsetColors;
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Wed Jan 28 2026 12:09:08 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-less.ts @Thu Feb 05 2026 10:11:24 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  @text-typeface: var(--42e7c5);
4
4
  @text-fontFamily: var(--51aa6f);
@@ -1,4 +1,4 @@
1
- /* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-scss.ts @Wed Jan 28 2026 12:09:08 GMT+0000 (Coordinated Universal Time) */
1
+ /* AUTO GENERATED by support/tools/src/tool/code-generator/output/tokens/web-core-tokens-scss.ts @Thu Feb 05 2026 10:11:24 GMT+0000 (Coordinated Universal Time) */
2
2
 
3
3
  $text-typeface: var(--42e7c5);
4
4
  $text-fontFamily: var(--51aa6f);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preply/ds-web-core",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -20,14 +20,14 @@
20
20
  "dev": "run build:rollup -w"
21
21
  },
22
22
  "devDependencies": {
23
- "@preply/ds-core": "9.0.0",
24
- "@preply/ds-core-types": "9.0.0"
23
+ "@preply/ds-core": "9.0.1",
24
+ "@preply/ds-core-types": "9.0.1"
25
25
  },
26
26
  "peerDependencies": {
27
- "@preply/ds-core": "9.0.0",
28
- "@preply/ds-core-types": "9.0.0",
27
+ "@preply/ds-core": "9.0.1",
28
+ "@preply/ds-core-types": "9.0.1",
29
29
  "react": "^16 || ^18",
30
30
  "react-dom": "^16 || ^18"
31
31
  },
32
- "gitHead": "a0b46c59704c7529f5fc2d2af6b8a41dba73ec8e"
32
+ "gitHead": "812ed429ea051e7d4b2d1f1bbc29172b053d9d38"
33
33
  }