@w-iris/themes 0.1.16 → 0.1.17

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.
Files changed (2) hide show
  1. package/light.css +1 -1
  2. package/package.json +1 -1
package/light.css CHANGED
@@ -94,7 +94,7 @@
94
94
  --wi-z-overlay: 1000;
95
95
  --wi-z-toast: 1100;
96
96
 
97
- /* PrimeReact semantic mapping. Load this file after the PrimeReact theme. */
97
+ /* Shared semantic mapping for the Ant Design theme. */
98
98
  --primary-color: var(--wi-action-primary);
99
99
  --primary-color-text: var(--wi-on-action);
100
100
  --surface-ground: var(--wi-surface-canvas);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@w-iris/themes",
3
- "version": "0.1.16",
3
+ "version": "0.1.17",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./base.css": "./base.css",