@uva-glass/component-library 1.4.1 → 1.5.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/assets/AppStatusBar.css +1 -0
- package/dist/components/AppStatusBar/AppStatusBar.d.ts +6 -0
- package/dist/components/AppStatusBar/AppStatusBar.js +13 -0
- package/dist/components/AppStatusBar/AppStatusBar.js.map +1 -0
- package/dist/components/AppStatusBar/AppStatusBar.stories.d.ts +7 -0
- package/dist/components/AppStatusBar/AppStatusBar.stories.js +23 -0
- package/dist/components/AppStatusBar/AppStatusBar.stories.js.map +1 -0
- package/dist/components/AppStatusBar/index.d.ts +1 -0
- package/dist/components/AppStatusBar/index.js +5 -0
- package/dist/components/AppStatusBar/index.js.map +1 -0
- package/dist/components/Button/Button.stories.js +1 -1
- package/dist/components/Icon/icons/index.d.ts +3 -0
- package/dist/components/Icon/icons/index.js +22 -21
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +21 -19
- package/dist/components/index.js.map +1 -1
- package/dist/{index-DHAcOIyn.js → index-Ca2Q7D5u.js} +4745 -4702
- package/dist/index-Ca2Q7D5u.js.map +1 -0
- package/dist/index.js +21 -19
- package/dist/index.js.map +1 -1
- package/package.json +10 -10
- package/dist/index-DHAcOIyn.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,22 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
1
|
+
import { AppStatusBar as t } from "./components/AppStatusBar/AppStatusBar.js";
|
|
2
|
+
import { Button as p } from "./components/Button/Button.js";
|
|
3
|
+
import { Card as x } from "./components/Card/Card.js";
|
|
4
|
+
import { Icon as n } from "./components/Icon/Icon.js";
|
|
5
|
+
import { IconButton as i } from "./components/IconButton/IconButton.js";
|
|
6
|
+
import { InfoMessage as a } from "./components/InfoMessage/InfoMessage.js";
|
|
7
|
+
import { SectionNotification as u } from "./components/SectionNotification/SectionNotification.js";
|
|
8
|
+
import { SelectListbox as B } from "./components/SelectListbox/SelectListbox.js";
|
|
9
|
+
import { SelectProvider as d, useSelect as b } from "./components/SelectListbox/SelectProvider.js";
|
|
10
|
+
import { Spinner as v } from "./components/Spinner/Spinner.js";
|
|
10
11
|
export {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
x as
|
|
14
|
-
n as
|
|
15
|
-
i as
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
12
|
+
t as AppStatusBar,
|
|
13
|
+
p as Button,
|
|
14
|
+
x as Card,
|
|
15
|
+
n as Icon,
|
|
16
|
+
i as IconButton,
|
|
17
|
+
a as InfoMessage,
|
|
18
|
+
u as SectionNotification,
|
|
19
|
+
B as SelectListbox,
|
|
20
|
+
d as SelectProvider,
|
|
21
|
+
v as Spinner,
|
|
22
|
+
b as useSelect
|
|
21
23
|
};
|
|
22
24
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@uva-glass/component-library",
|
|
3
3
|
"author": "Team Glass - Frontend vrienden",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "1.
|
|
5
|
+
"version": "1.5.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"@semantic-release/git": "^10.0.1",
|
|
45
45
|
"@semantic-release/gitlab": "^13.1.0",
|
|
46
46
|
"@semantic-release/npm": "^12.0.1",
|
|
47
|
-
"@storybook/addon-a11y": "^8.0
|
|
48
|
-
"@storybook/addon-essentials": "^8.0
|
|
49
|
-
"@storybook/addon-interactions": "^8.0
|
|
50
|
-
"@storybook/addon-links": "^8.0
|
|
51
|
-
"@storybook/blocks": "^8.0
|
|
52
|
-
"@storybook/react": "^8.0
|
|
53
|
-
"@storybook/react-vite": "^8.0
|
|
54
|
-
"@storybook/test": "^8.0
|
|
47
|
+
"@storybook/addon-a11y": "^8.1.0",
|
|
48
|
+
"@storybook/addon-essentials": "^8.1.0",
|
|
49
|
+
"@storybook/addon-interactions": "^8.1.0",
|
|
50
|
+
"@storybook/addon-links": "^8.1.0",
|
|
51
|
+
"@storybook/blocks": "^8.1.0",
|
|
52
|
+
"@storybook/react": "^8.1.0",
|
|
53
|
+
"@storybook/react-vite": "^8.1.0",
|
|
54
|
+
"@storybook/test": "^8.1.0",
|
|
55
55
|
"@types/node": "^20.12.12",
|
|
56
56
|
"@types/react": "^18.3.2",
|
|
57
57
|
"@types/react-dom": "^18.3.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"react": "^18.3.1",
|
|
78
78
|
"react-dom": "^18.3.1",
|
|
79
79
|
"semantic-release": "^23.1.1",
|
|
80
|
-
"storybook": "^8.0
|
|
80
|
+
"storybook": "^8.1.0",
|
|
81
81
|
"style-dictionary": "^3.9.2",
|
|
82
82
|
"stylelint": "^16.5.0",
|
|
83
83
|
"stylelint-config-recommended": "^14.0.0",
|