@unsource/ui 2.0.22 → 2.0.23

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "unsource-ui",
3
3
  "configKey": "unsourceUi",
4
- "version": "2.0.22",
4
+ "version": "2.0.23",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -26,7 +26,7 @@
26
26
 
27
27
  <script setup>
28
28
  import { s2n, p2e, computed } from "#imports";
29
- import numeral from "../lib/numeral";
29
+ import * as numeral from "numeral";
30
30
  const { Type, Input } = defineProps({
31
31
  disabled: { type: Boolean, required: false },
32
32
  Input: { type: Object, required: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsource/ui",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "private": false,
5
5
  "description": "nuxt ui kit for unsource env",
6
6
  "repository": "https://github.com/alisa2142/unsource-ui",
@@ -88,7 +88,7 @@
88
88
  "@unocss/nuxt": "^66.5.3",
89
89
  "changelogen": "^0.6.2",
90
90
  "eslint": "^9.37.0",
91
- "nuxt": "^4.2.0",
91
+ "nuxt": "^3.19.3",
92
92
  "sass": "^1.93.2",
93
93
  "sass-embedded": "^1.93.2",
94
94
  "typescript": "~5.9.3",
@@ -1,2 +0,0 @@
1
- import numeral from 'numeral';
2
- export default numeral;
@@ -1,2 +0,0 @@
1
- import numeral from "numeral";
2
- export default numeral;