@northlight/ui 2.10.0 → 2.11.0
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/es/northlight.d.mts +135 -32
- package/dist/es/northlight.mjs +2032 -1925
- package/dist/es/northlight.mjs.map +1 -1
- package/dist/ts/types.d.ts +135 -32
- package/dist/umd/northlight.js +2039 -1932
- package/dist/umd/northlight.js.map +1 -1
- package/dist/umd/northlight.min.js +3 -3
- package/dist/umd/northlight.min.js.map +1 -1
- package/package.json +30 -29
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@northlight/ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.11.0",
|
|
4
4
|
"description": "Northlight UI library, based on Chakra-ui",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Mediatool",
|
|
7
|
+
"type": "module",
|
|
7
8
|
"exports": {
|
|
8
9
|
"./package.json": "./package.json",
|
|
9
10
|
".": {
|
|
@@ -26,31 +27,31 @@
|
|
|
26
27
|
"watch": "yarn transpile -w"
|
|
27
28
|
},
|
|
28
29
|
"dependencies": {
|
|
29
|
-
"@chakra-ui/clickable": "^2.0
|
|
30
|
-
"@chakra-ui/react": "^2.
|
|
31
|
-
"@chakra-ui/system": "^2.
|
|
32
|
-
"@chakra-ui/theme-tools": "^2.
|
|
30
|
+
"@chakra-ui/clickable": "^2.1.0",
|
|
31
|
+
"@chakra-ui/react": "^2.8.1",
|
|
32
|
+
"@chakra-ui/system": "^2.6.1",
|
|
33
|
+
"@chakra-ui/theme-tools": "^2.1.1",
|
|
33
34
|
"@dnd-kit/core": "^6.0.8",
|
|
34
35
|
"@dnd-kit/modifiers": "^6.0.1",
|
|
35
36
|
"@dnd-kit/sortable": "^7.0.2",
|
|
36
37
|
"@dnd-kit/utilities": "^3.2.1",
|
|
37
|
-
"@emotion/react": "^11.
|
|
38
|
-
"@emotion/styled": "^11.
|
|
39
|
-
"@internationalized/date": "^3.0
|
|
40
|
-
"@northlight/icons": "^1.1.
|
|
41
|
-
"@northlight/tokens": "^1.0.
|
|
42
|
-
"@react-aria/button": "^3.
|
|
43
|
-
"@react-aria/calendar": "^3.0
|
|
44
|
-
"@react-aria/checkbox": "^3.
|
|
45
|
-
"@react-aria/datepicker": "^3.
|
|
46
|
-
"@react-aria/focus": "^3.
|
|
47
|
-
"@react-aria/i18n": "^3.
|
|
48
|
-
"@react-aria/radio": "^3.
|
|
49
|
-
"@react-aria/utils": "^3.
|
|
50
|
-
"@react-stately/calendar": "^3.0
|
|
51
|
-
"@react-stately/checkbox": "^3.
|
|
52
|
-
"@react-stately/datepicker": "^3.
|
|
53
|
-
"@react-stately/radio": "^3.
|
|
38
|
+
"@emotion/react": "^11.11.1",
|
|
39
|
+
"@emotion/styled": "^11.11.0",
|
|
40
|
+
"@internationalized/date": "^3.5.0",
|
|
41
|
+
"@northlight/icons": "^1.1.2",
|
|
42
|
+
"@northlight/tokens": "^1.0.8",
|
|
43
|
+
"@react-aria/button": "^3.8.2",
|
|
44
|
+
"@react-aria/calendar": "^3.5.0",
|
|
45
|
+
"@react-aria/checkbox": "^3.11.0",
|
|
46
|
+
"@react-aria/datepicker": "^3.7.0",
|
|
47
|
+
"@react-aria/focus": "^3.14.1",
|
|
48
|
+
"@react-aria/i18n": "^3.8.2",
|
|
49
|
+
"@react-aria/radio": "^3.8.0",
|
|
50
|
+
"@react-aria/utils": "^3.20.0",
|
|
51
|
+
"@react-stately/calendar": "^3.4.0",
|
|
52
|
+
"@react-stately/checkbox": "^3.5.0",
|
|
53
|
+
"@react-stately/datepicker": "^3.7.0",
|
|
54
|
+
"@react-stately/radio": "^3.9.0",
|
|
54
55
|
"@types/mocha": "^10.0.1",
|
|
55
56
|
"@types/ramda": "^0.28.15",
|
|
56
57
|
"@types/react-avatar-editor": "^13.0.0",
|
|
@@ -61,12 +62,13 @@
|
|
|
61
62
|
"framer-motion": "^4",
|
|
62
63
|
"ramda": "^0.15.1",
|
|
63
64
|
"react-avatar-editor": "^13.0.0",
|
|
64
|
-
"react-hook-form": "^7.
|
|
65
|
+
"react-hook-form": "^7.46.2",
|
|
65
66
|
"react-input-mask": "2.0.4",
|
|
67
|
+
"react-number-format": "^5.3.1",
|
|
66
68
|
"react-router-dom": "5.2.0",
|
|
67
|
-
"react-virtualized": "^9.22.
|
|
68
|
-
"react-virtualized-auto-sizer": "^1.0.
|
|
69
|
-
"react-window": "^1.8.
|
|
69
|
+
"react-virtualized": "^9.22.5",
|
|
70
|
+
"react-virtualized-auto-sizer": "^1.0.20",
|
|
71
|
+
"react-window": "^1.8.9",
|
|
70
72
|
"sinon": "^15.2.0"
|
|
71
73
|
},
|
|
72
74
|
"devDependencies": {
|
|
@@ -90,13 +92,12 @@
|
|
|
90
92
|
"rollup-plugin-dts": "^5.2.0",
|
|
91
93
|
"rollup-plugin-esbuild": "^5.0.0",
|
|
92
94
|
"sinon": "^15.2.0",
|
|
93
|
-
"typescript": "^
|
|
94
|
-
"vite": "4.1.3"
|
|
95
|
+
"typescript": "^5.2.2"
|
|
95
96
|
},
|
|
96
97
|
"peerDependencies": {
|
|
97
98
|
"react": ">=18.0.0",
|
|
98
99
|
"react-dom": ">=18.0.0",
|
|
99
100
|
"react-router-dom": "^5.0.0"
|
|
100
101
|
},
|
|
101
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "aaab2c9402cbc0cb0d026b7f3f1f1a65abd89dcc"
|
|
102
103
|
}
|