@wix/design-system-tokens 1.100.1 → 1.101.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.101.0 - 2025-05-07
2
+
3
+ ### Bug Fixes
4
+
5
+ - fix(TimeInput): loophole with onInvalid function call [14821](https://github.com/wix-private/wix-design-systems/pull/14821)
6
+
1
7
  ## 1.94.0 - 2025-04-14
2
8
 
3
9
  ### Features
package/all.css CHANGED
@@ -1408,6 +1408,7 @@
1408
1408
  --wds-field-set-label-font-size-tiny: var(--wds-font-size-body-tiny);
1409
1409
  --wds-field-set-label-font-size-small: var(--wds-font-size-body-small);
1410
1410
  --wds-field-set-label-fill: var(--wds-color-text-standard-secondary);
1411
+ --wds-dropdown-icon-fill-disabled: var(--wds-color-text-disabled);
1411
1412
  --wds-dropdown-icon-fill: var(--wds-color-text-primary);
1412
1413
  --wds-dock-foreground-fill-hover: var(--wds-color-fill-standard-secondary-active);
1413
1414
  --wds-dock-foreground-fill-disabled: var(--wds-color-fill-standard-primary-disabled);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/design-system-tokens",
3
- "version": "1.100.1",
3
+ "version": "1.101.0",
4
4
  "packageManager": "yarn@3.5.0",
5
5
  "author": "augustinasv@wix.com",
6
6
  "license": "MIT",
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress"
34
34
  }
35
35
  },
36
- "falconPackageHash": "5df999c96c5dd2d63b6271443b4c7b7798894457bda20e662872ec39"
36
+ "falconPackageHash": "a59e4dcac87b3b8a4866bc0961bd9801c4034d9a455997c3a7be7362"
37
37
  }
package/studio/all.css CHANGED
@@ -1096,6 +1096,7 @@
1096
1096
  --wds-dropdown-layout-option-size-small: var(--wds-space-800);
1097
1097
  --wds-dropdown-layout-option-size-big: var(--wds-space-1000);
1098
1098
  --wds-dropdown-list-paddings: var(--wds-space-0);
1099
+ --wds-dropdown-icon-fill-disabled: var(--wds-color-text-disabled);
1099
1100
  --wds-dock-foreground-fill-disabled: var(--wds-color-fill-standard-primary-disabled);
1100
1101
  --wds-dock-background-fill-hover: var(--wds-color-blue-500);
1101
1102
  --wds-dock-background-fill-disabled: var(--wds-color-fill-standard-secondary-disabled);
package/wixel/all.css CHANGED
@@ -1431,6 +1431,7 @@
1431
1431
  --wds-field-set-label-font-size-tiny: var(--wds-font-size-body-tiny);
1432
1432
  --wds-field-set-label-font-size-small: var(--wds-font-size-body-small);
1433
1433
  --wds-field-set-label-fill: var(--wds-color-text-standard-primary);
1434
+ --wds-dropdown-icon-fill-disabled: var(--wds-color-text-disabled);
1434
1435
  --wds-dropdown-icon-fill: var(--wds-color-text-standard-secondary);
1435
1436
  --wds-dock-foreground-fill-hover: var(--wds-color-fill-standard-secondary-active);
1436
1437
  --wds-dock-foreground-fill-active: var(--wds-color-fill-standard-primary);