@openameba/spindle-ui 2.3.0 → 2.4.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/.bundlewatch.config.js +5 -0
- package/.scaffdog/component.md +28 -18
- package/CHANGELOG.md +13 -0
- package/Dialog/Dialog.d.ts +2 -2
- package/DropdownMenu/DropdownMenu.d.ts +1 -1
- package/DropdownMenu/DropdownMenu.js +1 -1
- package/DropdownMenu/DropdownMenu.js.map +1 -1
- package/DropdownMenu/DropdownMenu.mjs +1 -1
- package/Form/ToggleSwitch.css +1 -1
- package/Form/index.css +1 -1
- package/Icon/Alt.d.ts +5 -0
- package/Icon/Alt.d.ts.map +1 -0
- package/Icon/Alt.js +41 -0
- package/Icon/Alt.js.map +1 -0
- package/Icon/Alt.mjs +4 -0
- package/Icon/AltFill.d.ts +5 -0
- package/Icon/AltFill.d.ts.map +1 -0
- package/Icon/AltFill.js +41 -0
- package/Icon/AltFill.js.map +1 -0
- package/Icon/AltFill.mjs +4 -0
- package/Icon/Table.d.ts +5 -0
- package/Icon/Table.d.ts.map +1 -0
- package/Icon/Table.js +41 -0
- package/Icon/Table.js.map +1 -0
- package/Icon/Table.mjs +4 -0
- package/Icon/index.d.ts +3 -0
- package/Icon/index.d.ts.map +1 -1
- package/Icon/index.js +14 -8
- package/Icon/index.js.map +1 -1
- package/Icon/index.mjs +3 -0
- package/InlineNotification/InlineNotification.d.ts +2 -2
- package/InlineNotification/InlineNotification.d.ts.map +1 -1
- package/InlineNotification/InlineNotification.js +15 -3
- package/InlineNotification/InlineNotification.js.map +1 -1
- package/InlineNotification/InlineNotification.mjs +14 -2
- package/Modal/AppealModal.d.ts +2 -2
- package/Modal/SemiModal.css +1 -1
- package/Modal/index.css +1 -1
- package/README.md +3 -0
- package/StackNotificationManager/StackNotificationManager.d.ts +1 -1
- package/StackNotificationManager/StackNotificationManager.d.ts.map +1 -1
- package/StackNotificationManager/StackNotificationManager.js +1 -1
- package/StackNotificationManager/StackNotificationManager.js.map +1 -1
- package/StackNotificationManager/StackNotificationManager.mjs +2 -2
- package/StackNotificationManager/hooks.d.ts +2 -2
- package/StackNotificationManager/index.d.ts +2 -1
- package/StackNotificationManager/index.d.ts.map +1 -1
- package/StackNotificationManager/index.js +2 -1
- package/StackNotificationManager/index.js.map +1 -1
- package/StackNotificationManager/index.mjs +1 -1
- package/icons.figma.js +3 -0
- package/icons.figma.js.map +1 -1
- package/icons.figma.mjs +4 -1
- package/index.css +2 -2
- package/index.d.ts +2 -0
- package/index.d.ts.map +1 -1
- package/index.js +4 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -0
- package/package.json +44 -45
- package/tsconfig.cjs.json +7 -2
- package/tsconfig.esm.json +7 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openameba/spindle-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.4.0",
|
|
4
4
|
"main": "./index.js",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"presize": "yarn build",
|
|
19
19
|
"size": "bundlewatch --config .bundlewatch.config.js",
|
|
20
20
|
"dev": "yarn storybook:start",
|
|
21
|
-
"storybook:start": "
|
|
22
|
-
"storybook:build": "
|
|
21
|
+
"storybook:start": "storybook dev -p 6006 -c .storybook",
|
|
22
|
+
"storybook:build": "storybook build -o public -c .storybook",
|
|
23
23
|
"storybook:deploy": "firebase deploy --only hosting",
|
|
24
24
|
"test:regression": "reg-suit run",
|
|
25
25
|
"serve": "firebase serve",
|
|
@@ -59,57 +59,56 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@openameba/spindle-hooks": "^1.
|
|
62
|
+
"@openameba/spindle-hooks": "^1.6.0",
|
|
63
63
|
"ameba-color-palette.css": "^4.14.0",
|
|
64
64
|
"react-merge-refs": "^1.1.0"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@figma/code-connect": "
|
|
68
|
-
"@
|
|
69
|
-
"@storybook/addon-
|
|
70
|
-
"@storybook/addon-
|
|
71
|
-
"@storybook/addon-
|
|
72
|
-
"@storybook/addon-
|
|
73
|
-
"@storybook/addon-
|
|
74
|
-
"@storybook/
|
|
75
|
-
"@storybook/
|
|
76
|
-
"@storybook/
|
|
77
|
-
"@
|
|
78
|
-
"@
|
|
79
|
-
"@testing-library/dom": "
|
|
80
|
-
"@testing-library/jest-dom": "
|
|
81
|
-
"@testing-library/react": "
|
|
82
|
-
"@testing-library/user-event": "
|
|
83
|
-
"@types/jest": "
|
|
84
|
-
"@types/react": "
|
|
85
|
-
"autoprefixer": "
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"jest": "
|
|
94
|
-
"
|
|
95
|
-
"postcss": "
|
|
96
|
-
"postcss-
|
|
97
|
-
"
|
|
98
|
-
"react": "
|
|
99
|
-
"
|
|
100
|
-
"reg-
|
|
101
|
-
"reg-
|
|
102
|
-
"reg-
|
|
103
|
-
"
|
|
104
|
-
"
|
|
67
|
+
"@figma/code-connect": "1.1.3",
|
|
68
|
+
"@storybook/addon-a11y": "^8.6.14",
|
|
69
|
+
"@storybook/addon-actions": "^8.6.14",
|
|
70
|
+
"@storybook/addon-backgrounds": "^8.6.14",
|
|
71
|
+
"@storybook/addon-docs": "^8.6.14",
|
|
72
|
+
"@storybook/addon-viewport": "^8.6.14",
|
|
73
|
+
"@storybook/addon-webpack5-compiler-swc": "3.0.0",
|
|
74
|
+
"@storybook/blocks": "^8.6.14",
|
|
75
|
+
"@storybook/react": "^8.6.14",
|
|
76
|
+
"@storybook/react-webpack5": "^8.6.14",
|
|
77
|
+
"@svgr/cli": "8.1.0",
|
|
78
|
+
"@swc/core": "1.12.5",
|
|
79
|
+
"@testing-library/dom": "10.4.0",
|
|
80
|
+
"@testing-library/jest-dom": "6.5.0",
|
|
81
|
+
"@testing-library/react": "16.0.1",
|
|
82
|
+
"@testing-library/user-event": "14.5.2",
|
|
83
|
+
"@types/jest": "29.5.13",
|
|
84
|
+
"@types/react": "18.3.9",
|
|
85
|
+
"autoprefixer": "10.4.20",
|
|
86
|
+
"bundlewatch": "0.4.0",
|
|
87
|
+
"cssnano": "7.0.6",
|
|
88
|
+
"dialog-polyfill": "0.5.6",
|
|
89
|
+
"dotenv": "16.4.5",
|
|
90
|
+
"figma-api": "1.11.0",
|
|
91
|
+
"firebase-tools": "13.17.0",
|
|
92
|
+
"jest": "29.7.0",
|
|
93
|
+
"jest-environment-jsdom": "29.0.0",
|
|
94
|
+
"postcss": "8.4.47",
|
|
95
|
+
"postcss-cli": "11.0.0",
|
|
96
|
+
"postcss-import": "16.1.0",
|
|
97
|
+
"react": "18.3.1",
|
|
98
|
+
"react-dom": "18.3.1",
|
|
99
|
+
"reg-keygen-git-hash-plugin": "0.14.3",
|
|
100
|
+
"reg-notify-github-plugin": "0.14.4",
|
|
101
|
+
"reg-publish-gcs-plugin": "0.14.4",
|
|
102
|
+
"reg-suit": "0.14.4",
|
|
103
|
+
"scaffdog": "4.1.0",
|
|
104
|
+
"storybook": "^8.6.14",
|
|
105
105
|
"stylelint": "^15.0.0",
|
|
106
106
|
"stylelint-config-prettier": "^9.0.0",
|
|
107
107
|
"stylelint-config-standard": "^34.0.0",
|
|
108
108
|
"stylelint-order": "^6.0.0",
|
|
109
109
|
"stylelint-prettier": "^4.0.0",
|
|
110
110
|
"stylelint-selector-bem-pattern": "^3.0.0",
|
|
111
|
-
"ts-jest": "29.3.
|
|
112
|
-
"webpack": "^5.73.0"
|
|
111
|
+
"ts-jest": "29.3.2"
|
|
113
112
|
},
|
|
114
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "c32d7ab2b14cd3576a19c17940c5949bb38580bf"
|
|
115
114
|
}
|
package/tsconfig.cjs.json
CHANGED
package/tsconfig.esm.json
CHANGED