@fastwork/xosmoz-css 0.0.32 → 0.0.33

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/dist/reset.css +1 -1
  2. package/package.json +2 -2
package/dist/reset.css CHANGED
@@ -241,7 +241,7 @@ hr {
241
241
  height: 1px;
242
242
  margin: 0;
243
243
  border: none;
244
- background: var(--xz-color-line-200);
244
+ background: var(--xz-color-line-100);
245
245
  }
246
246
 
247
247
  img,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fastwork/xosmoz-css",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "description": "CSS utility classes and component styles for Xosmoz design system",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "clean": "rm -rf dist"
37
37
  },
38
38
  "dependencies": {
39
- "@fastwork/xosmoz-theme": "^0.22.0"
39
+ "@fastwork/xosmoz-theme": "^0.30.0"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^20.11.0",