@ynput/ayon-react-components 0.3.9 → 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/index.d.ts CHANGED
@@ -2,7 +2,7 @@ export { AssigneeField } from './AssigneeSelect/AssigneeField';
2
2
  export { AssigneeSelect } from './AssigneeSelect/AssigneeSelect';
3
3
  export { TagsSelect } from './TagsSelect';
4
4
  export { Button } from './Button';
5
- export { Dropdown } from './Dropdown';
5
+ export { Dropdown, DefaultValueTemplate, DefaultItemTemplate } from './Dropdown';
6
6
  export { FileUpload } from './FileUpload';
7
7
  export { Icon } from './Icon';
8
8
  export { IconSelect } from './IconSelect';
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.9",
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.7",
24
- "@storybook/addon-essentials": "^7.0.7",
25
- "@storybook/addon-interactions": "^7.0.7",
26
- "@storybook/addon-links": "^7.0.7",
27
- "@storybook/addon-storysource": "^7.0.7",
28
- "@storybook/addon-styling": "^1.0.1",
29
- "@storybook/blocks": "^7.0.7",
30
- "@storybook/manager-api": "^7.0.7",
31
- "@storybook/node-logger": "^7.0.7",
32
- "@storybook/react": "^7.0.7",
33
- "@storybook/react-vite": "^7.0.7",
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.7",
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",
@@ -53,7 +53,7 @@
53
53
  "eslint-plugin-react": "^7.31.10",
54
54
  "eslint-plugin-react-hooks": "^4.6.0",
55
55
  "eslint-plugin-simple-import-sort": "^8.0.0",
56
- "eslint-plugin-storybook": "^0.6.11",
56
+ "eslint-plugin-storybook": "^0.6.12",
57
57
  "husky": "^8.0.1",
58
58
  "leaflet": "^1.8.0",
59
59
  "lint-staged": "^13.0.3",
@@ -68,7 +68,7 @@
68
68
  "react-scripts": "5.0.1",
69
69
  "sass": "^1.61.0",
70
70
  "sass-loader": "^13.2.2",
71
- "storybook": "^7.0.7",
71
+ "storybook": "^7.0.12",
72
72
  "styled-components": "^5.3.6",
73
73
  "typescript": "^5.0.4",
74
74
  "vite": "^3.2.0",
@@ -101,18 +101,15 @@
101
101
  "dist"
102
102
  ],
103
103
  "exports": {
104
- ".": {
105
- "import": "./dist/ayon-react-components.es.js"
106
- },
107
104
  "./dist/style.css": {
108
105
  "import": "./dist/style.css",
109
106
  "require": "./dist/style.css"
110
107
  }
111
108
  },
112
- "main": "dist/ayon-react-components.umd.js",
113
- "module": "dist/ayon-react-components.es.js",
109
+ "main": "/dist/ayon-react-components.umd.js",
110
+ "module": "/dist/ayon-react-components.es.js",
114
111
  "publishConfig": {
115
112
  "access": "public"
116
113
  },
117
- "types": "dist/index.d.ts"
114
+ "types": "/dist/index.d.ts"
118
115
  }