@ynput/ayon-react-components 0.3.8 → 0.3.10
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/Dropdown/DefaultItemTemplate.d.ts +24 -0
- package/dist/Dropdown/Dropdown.d.ts +13 -1
- package/dist/Dropdown/index.d.ts +1 -0
- package/dist/Inputs/InputDate/InputDate.d.ts +5 -0
- package/dist/Inputs/InputDate/index.d.ts +1 -0
- package/dist/TagsSelect/TagsSelect.d.ts +2 -0
- package/dist/ayon-react-components.es.js +17047 -6893
- package/dist/ayon-react-components.umd.js +178 -133
- package/dist/index.d.ts +2 -1
- package/dist/style.css +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ynput/ayon-react-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.10",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"serve-storybook": "npx http-server ./storybook-static"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@storybook/addon-actions": "^7.0.
|
|
24
|
-
"@storybook/addon-essentials": "^7.0.
|
|
25
|
-
"@storybook/addon-interactions": "^7.0.
|
|
26
|
-
"@storybook/addon-links": "^7.0.
|
|
27
|
-
"@storybook/addon-storysource": "^7.0.
|
|
28
|
-
"@storybook/addon-styling": "^1.0.
|
|
29
|
-
"@storybook/blocks": "^7.0.
|
|
30
|
-
"@storybook/manager-api": "^7.0.
|
|
31
|
-
"@storybook/node-logger": "^7.0.
|
|
32
|
-
"@storybook/react": "^7.0.
|
|
33
|
-
"@storybook/react-vite": "^7.0.
|
|
23
|
+
"@storybook/addon-actions": "^7.0.12",
|
|
24
|
+
"@storybook/addon-essentials": "^7.0.12",
|
|
25
|
+
"@storybook/addon-interactions": "^7.0.12",
|
|
26
|
+
"@storybook/addon-links": "^7.0.12",
|
|
27
|
+
"@storybook/addon-storysource": "^7.0.12",
|
|
28
|
+
"@storybook/addon-styling": "^1.0.8",
|
|
29
|
+
"@storybook/blocks": "^7.0.12",
|
|
30
|
+
"@storybook/manager-api": "^7.0.12",
|
|
31
|
+
"@storybook/node-logger": "^7.0.12",
|
|
32
|
+
"@storybook/react": "^7.0.12",
|
|
33
|
+
"@storybook/react-vite": "^7.0.12",
|
|
34
34
|
"@storybook/testing-library": "^0.1.0",
|
|
35
|
-
"@storybook/theming": "^7.0.
|
|
35
|
+
"@storybook/theming": "^7.0.12",
|
|
36
36
|
"@testing-library/jest-dom": "^5.16.4",
|
|
37
37
|
"@testing-library/react": "^13.3.0",
|
|
38
38
|
"@testing-library/user-event": "^13.5.0",
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
"@types/leaflet": "^1.7.11",
|
|
41
41
|
"@types/node": "^16.11.43",
|
|
42
42
|
"@types/react": "^18.0.34",
|
|
43
|
+
"@types/react-datepicker": "^4.11.0",
|
|
43
44
|
"@types/react-dom": "^18.0.11",
|
|
44
45
|
"@types/react-leaflet": "^2.8.2",
|
|
45
46
|
"@types/styled-components": "^5.1.25",
|
|
@@ -52,7 +53,7 @@
|
|
|
52
53
|
"eslint-plugin-react": "^7.31.10",
|
|
53
54
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
54
55
|
"eslint-plugin-simple-import-sort": "^8.0.0",
|
|
55
|
-
"eslint-plugin-storybook": "^0.6.
|
|
56
|
+
"eslint-plugin-storybook": "^0.6.12",
|
|
56
57
|
"husky": "^8.0.1",
|
|
57
58
|
"leaflet": "^1.8.0",
|
|
58
59
|
"lint-staged": "^13.0.3",
|
|
@@ -60,13 +61,14 @@
|
|
|
60
61
|
"prettier": "^2.7.1",
|
|
61
62
|
"prop-types": "^15.8.1",
|
|
62
63
|
"react": "^18.2.0",
|
|
64
|
+
"react-datepicker": "^4.11.0",
|
|
63
65
|
"react-dom": "^18.2.0",
|
|
64
66
|
"react-hooks": "^1.0.1",
|
|
65
67
|
"react-leaflet": "^4.2.1",
|
|
66
68
|
"react-scripts": "5.0.1",
|
|
67
69
|
"sass": "^1.61.0",
|
|
68
70
|
"sass-loader": "^13.2.2",
|
|
69
|
-
"storybook": "^7.0.
|
|
71
|
+
"storybook": "^7.0.12",
|
|
70
72
|
"styled-components": "^5.3.6",
|
|
71
73
|
"typescript": "^5.0.4",
|
|
72
74
|
"vite": "^3.2.0",
|
|
@@ -79,6 +81,7 @@
|
|
|
79
81
|
"@types/react-dom": "^18.0.6",
|
|
80
82
|
"@types/styled-components": "^5.1.25",
|
|
81
83
|
"react": "^18.2.0",
|
|
84
|
+
"react-datepicker": "^4.11.0",
|
|
82
85
|
"react-dom": "^18.2.0",
|
|
83
86
|
"sass": "^1.61.0",
|
|
84
87
|
"styled-components": "^5.3.6"
|
|
@@ -98,18 +101,15 @@
|
|
|
98
101
|
"dist"
|
|
99
102
|
],
|
|
100
103
|
"exports": {
|
|
101
|
-
".": {
|
|
102
|
-
"import": "./dist/ayon-react-components.es.js"
|
|
103
|
-
},
|
|
104
104
|
"./dist/style.css": {
|
|
105
105
|
"import": "./dist/style.css",
|
|
106
106
|
"require": "./dist/style.css"
|
|
107
107
|
}
|
|
108
108
|
},
|
|
109
|
-
"main": "dist/ayon-react-components.umd.js",
|
|
110
|
-
"module": "dist/ayon-react-components.es.js",
|
|
109
|
+
"main": "/dist/ayon-react-components.umd.js",
|
|
110
|
+
"module": "/dist/ayon-react-components.es.js",
|
|
111
111
|
"publishConfig": {
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
|
-
"types": "dist/index.d.ts"
|
|
114
|
+
"types": "/dist/index.d.ts"
|
|
115
115
|
}
|