@neatui/nuxt 1.2.6 → 1.2.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neatui/nuxt",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "NeatUI component library for Nuxt 3",
5
5
  "main": "./src/index.ts",
6
6
  "license": "MIT",
@@ -37,7 +37,7 @@
37
37
  "@fekit/scrollto": "^3.0.3",
38
38
  "@fekit/toast": "^2.7.2",
39
39
  "@fekit/utils": "^4.3.1",
40
- "@neatui/css": "^3.10.6",
40
+ "@neatui/css": "^3.15.0",
41
41
  "@rollup/plugin-commonjs": "^26.0.1",
42
42
  "@rollup/plugin-node-resolve": "^15.2.3",
43
43
  "@vue/compiler-sfc": "^3.4.30",
@@ -295,7 +295,7 @@
295
295
  width: 4rem;
296
296
  height: 3px;
297
297
  border-radius: 1em;
298
- background-color: var(--co-text-ss);
298
+ background-color: var(--co-text-o-ss);
299
299
  top: 5px;
300
300
  left: 50%;
301
301
  transform: translateX(-50%);