@unsource/ui 2.0.17 → 2.0.19

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.17",
4
+ "version": "2.0.19",
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 * as numeral from "numeral";
29
+ import numeral from "../lib/numeral";
30
30
  const { Type, Input } = defineProps({
31
31
  disabled: { type: Boolean, required: false },
32
32
  Input: { type: Object, required: false },
@@ -0,0 +1,2 @@
1
+ import numeral from 'numeral';
2
+ export default numeral;
@@ -0,0 +1,2 @@
1
+ import numeral from "numeral";
2
+ export default numeral;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unsource/ui",
3
- "version": "2.0.17",
3
+ "version": "2.0.19",
4
4
  "private": false,
5
5
  "description": "nuxt ui kit for unsource env",
6
6
  "repository": "https://github.com/alisa2142/unsource-ui",