@uva-glass/component-library 1.18.0 → 1.20.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/MenuLink-CLEqkVVh.js +865 -0
- package/dist/MenuLink-CLEqkVVh.js.map +1 -0
- package/dist/ModalDialog-yEr_JLht.js +1276 -0
- package/dist/ModalDialog-yEr_JLht.js.map +1 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js +9 -0
- package/dist/_commonjsHelpers-DaMA6jEr.js.map +1 -0
- package/dist/assets/Container.css +1 -1
- package/dist/assets/ModalDialog.css +1 -0
- package/dist/assets/ModalDialog2.css +1 -0
- package/dist/assets/Tooltip.css +1 -0
- package/dist/components/Button/Button.stories.js +1 -1
- package/dist/components/IconButton/IconButton.stories.js +1 -1
- package/dist/components/MenuLink/MenuLink.js +1 -1
- package/dist/components/MenuLink/MenuLink.stories.js +1 -1
- package/dist/components/MenuLink/index.js +1 -1
- package/dist/components/ModalDialog/ModalDialog.d.ts +24 -0
- package/dist/components/ModalDialog/ModalDialog.js +11 -0
- package/dist/components/ModalDialog/ModalDialog.js.map +1 -0
- package/dist/components/ModalDialog/ModalDialog.stories.d.ts +6 -0
- package/dist/components/ModalDialog/ModalDialog.stories.js +74 -0
- package/dist/components/ModalDialog/ModalDialog.stories.js.map +1 -0
- package/dist/components/ModalDialog/index.d.ts +1 -0
- package/dist/components/ModalDialog/index.js +5 -0
- package/dist/components/ModalDialog/index.js.map +1 -0
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js +4 -4
- package/dist/components/OverlayCloseButton/OverlayCloseButton.stories.js.map +1 -1
- package/dist/components/SelectListbox/SelectListBox.stories.js +1 -1
- package/dist/components/Tooltip/Tooltip.d.ts +10 -0
- package/dist/components/Tooltip/Tooltip.js +76 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.stories.d.ts +5 -0
- package/dist/components/Tooltip/Tooltip.stories.js +29 -0
- package/dist/components/Tooltip/Tooltip.stories.js.map +1 -0
- package/dist/components/Tooltip/index.d.ts +1 -0
- package/dist/components/Tooltip/index.js +5 -0
- package/dist/components/Tooltip/index.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +33 -29
- package/dist/components/index.js.map +1 -1
- package/dist/components/storyComponents/Container/Container.d.ts +3 -1
- package/dist/components/storyComponents/Container/Container.js +23 -13
- package/dist/components/storyComponents/Container/Container.js.map +1 -1
- package/dist/{MenuLink-DDAin3rf.js → index-BA9Z7itR.js} +8080 -8937
- package/dist/index-BA9Z7itR.js.map +1 -0
- package/dist/{index-Ce_VqA9S.js → index-DFUrxrKJ.js} +910 -913
- package/dist/{index-Ce_VqA9S.js.map → index-DFUrxrKJ.js.map} +1 -1
- package/dist/index.js +33 -29
- package/dist/index.js.map +1 -1
- package/package.json +5 -4
- package/dist/MenuLink-DDAin3rf.js.map +0 -1
package/dist/index.js
CHANGED
|
@@ -1,42 +1,46 @@
|
|
|
1
1
|
import { AppStatusBar as t } from "./components/AppStatusBar/AppStatusBar.js";
|
|
2
2
|
import { Backdrop as p } from "./components/Backdrop/Backdrop.js";
|
|
3
3
|
import { Button as x } from "./components/Button/Button.js";
|
|
4
|
-
import { Card as
|
|
4
|
+
import { Card as a } from "./components/Card/Card.js";
|
|
5
5
|
import { FieldHint as i } from "./components/FieldHint/FieldHint.js";
|
|
6
|
-
import { Icon as
|
|
7
|
-
import { IconButton as
|
|
6
|
+
import { Icon as s } from "./components/Icon/Icon.js";
|
|
7
|
+
import { IconButton as c } from "./components/IconButton/IconButton.js";
|
|
8
8
|
import { InfoMessage as B } from "./components/InfoMessage/InfoMessage.js";
|
|
9
|
-
import { Input as
|
|
10
|
-
import { InputField as
|
|
11
|
-
import { Label as
|
|
12
|
-
import { M as
|
|
13
|
-
import { MetaDataList as
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
9
|
+
import { Input as S } from "./components/Input/Input.js";
|
|
10
|
+
import { InputField as L } from "./components/InputField/InputField.js";
|
|
11
|
+
import { Label as g } from "./components/Label/Label.js";
|
|
12
|
+
import { M as v } from "./MenuLink-CLEqkVVh.js";
|
|
13
|
+
import { MetaDataList as D } from "./components/MetaDataList/MetaDataList.js";
|
|
14
|
+
import { M as y } from "./ModalDialog-yEr_JLht.js";
|
|
15
|
+
import { OverlayCloseButton as H } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
16
|
+
import { RadioButton as O } from "./components/RadioButton/RadioButton.js";
|
|
17
|
+
import { SectionNotification as R } from "./components/SectionNotification/SectionNotification.js";
|
|
18
|
+
import { SelectListbox as h } from "./components/SelectListbox/SelectListbox.js";
|
|
19
|
+
import { SelectProvider as q, useSelect as w } from "./components/SelectListbox/SelectProvider.js";
|
|
20
|
+
import { Spinner as E } from "./components/Spinner/Spinner.js";
|
|
21
|
+
import { Tooltip as J } from "./components/Tooltip/Tooltip.js";
|
|
20
22
|
export {
|
|
21
23
|
t as AppStatusBar,
|
|
22
24
|
p as Backdrop,
|
|
23
25
|
x as Button,
|
|
24
|
-
|
|
26
|
+
a as Card,
|
|
25
27
|
i as FieldHint,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
+
s as Icon,
|
|
29
|
+
c as IconButton,
|
|
28
30
|
B as InfoMessage,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
H as
|
|
36
|
-
O as
|
|
37
|
-
R as
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
31
|
+
S as Input,
|
|
32
|
+
L as InputField,
|
|
33
|
+
g as Label,
|
|
34
|
+
v as MenuLink,
|
|
35
|
+
D as MetaDataList,
|
|
36
|
+
y as ModalDialog,
|
|
37
|
+
H as OverlayCloseButton,
|
|
38
|
+
O as RadioButton,
|
|
39
|
+
R as SectionNotification,
|
|
40
|
+
h as SelectListbox,
|
|
41
|
+
q as SelectProvider,
|
|
42
|
+
E as Spinner,
|
|
43
|
+
J as Tooltip,
|
|
44
|
+
w as useSelect
|
|
41
45
|
};
|
|
42
46
|
//# 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.20.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -41,6 +41,9 @@
|
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@commitlint/cli": "^19.3.0",
|
|
43
43
|
"@commitlint/config-conventional": "^19.2.2",
|
|
44
|
+
"@react-aria/dialog": "^3.5.14",
|
|
45
|
+
"@react-aria/overlays": "^3.22.1",
|
|
46
|
+
"@react-types/dialog": "^3.5.10",
|
|
44
47
|
"@semantic-release/git": "^10.0.1",
|
|
45
48
|
"@semantic-release/gitlab": "^13.1.0",
|
|
46
49
|
"@semantic-release/npm": "^12.0.1",
|
|
@@ -76,6 +79,7 @@
|
|
|
76
79
|
"npm-run-all2": "^6.2.0",
|
|
77
80
|
"react": "^18.3.1",
|
|
78
81
|
"react-dom": "^18.3.1",
|
|
82
|
+
"react-router-dom": "^6.23.1",
|
|
79
83
|
"semantic-release": "^23.1.1",
|
|
80
84
|
"storybook": "^8.1.5",
|
|
81
85
|
"style-dictionary": "^3.9.2",
|
|
@@ -89,8 +93,5 @@
|
|
|
89
93
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
90
94
|
"vite-plugin-svgr": "^4.2.0",
|
|
91
95
|
"vite-tsconfig-paths": "^4.3.2"
|
|
92
|
-
},
|
|
93
|
-
"dependencies": {
|
|
94
|
-
"react-router-dom": "^6.23.1"
|
|
95
96
|
}
|
|
96
97
|
}
|