@uva-glass/component-library 1.15.0 → 1.16.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-DDAin3rf.js +20431 -0
- package/dist/MenuLink-DDAin3rf.js.map +1 -0
- package/dist/assets/MenuLink.css +1 -0
- package/dist/assets/MenuLink2.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.d.ts +3 -0
- package/dist/components/MenuLink/MenuLink.js +7 -0
- package/dist/components/MenuLink/MenuLink.js.map +1 -0
- package/dist/components/MenuLink/MenuLink.stories.d.ts +5 -0
- package/dist/components/MenuLink/MenuLink.stories.js +15 -0
- package/dist/components/MenuLink/MenuLink.stories.js.map +1 -0
- package/dist/components/MenuLink/index.d.ts +1 -0
- package/dist/components/MenuLink/index.js +5 -0
- package/dist/components/MenuLink/index.js.map +1 -0
- package/dist/components/OverlayCloseButton/OverlayCloseButton.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 +15 -13
- package/dist/components/index.js.map +1 -1
- package/dist/{index-Ca2Q7D5u.js → index-Ce_VqA9S.js} +14 -13
- package/dist/{index-Ca2Q7D5u.js.map → index-Ce_VqA9S.js.map} +1 -1
- package/dist/index.js +15 -13
- package/dist/index.js.map +1 -1
- package/package.json +6 -3
package/dist/index.js
CHANGED
|
@@ -3,34 +3,36 @@ import { Button as p } from "./components/Button/Button.js";
|
|
|
3
3
|
import { Card as x } from "./components/Card/Card.js";
|
|
4
4
|
import { FieldHint as n } from "./components/FieldHint/FieldHint.js";
|
|
5
5
|
import { Icon as a } from "./components/Icon/Icon.js";
|
|
6
|
-
import { IconButton as
|
|
6
|
+
import { IconButton as l } from "./components/IconButton/IconButton.js";
|
|
7
7
|
import { InfoMessage as s } from "./components/InfoMessage/InfoMessage.js";
|
|
8
8
|
import { Input as d } from "./components/Input/Input.js";
|
|
9
9
|
import { InputField as I } from "./components/InputField/InputField.js";
|
|
10
|
-
import { Label as
|
|
10
|
+
import { Label as M } from "./components/Label/Label.js";
|
|
11
|
+
import { M as v } from "./MenuLink-DDAin3rf.js";
|
|
11
12
|
import { OverlayCloseButton as F } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
12
|
-
import { RadioButton as
|
|
13
|
+
import { RadioButton as k } from "./components/RadioButton/RadioButton.js";
|
|
13
14
|
import { SectionNotification as A } from "./components/SectionNotification/SectionNotification.js";
|
|
14
|
-
import { SelectListbox as
|
|
15
|
-
import { SelectProvider as
|
|
16
|
-
import { Spinner as
|
|
15
|
+
import { SelectListbox as N } from "./components/SelectListbox/SelectListbox.js";
|
|
16
|
+
import { SelectProvider as P, useSelect as R } from "./components/SelectListbox/SelectProvider.js";
|
|
17
|
+
import { Spinner as j } from "./components/Spinner/Spinner.js";
|
|
17
18
|
export {
|
|
18
19
|
t as AppStatusBar,
|
|
19
20
|
p as Button,
|
|
20
21
|
x as Card,
|
|
21
22
|
n as FieldHint,
|
|
22
23
|
a as Icon,
|
|
23
|
-
|
|
24
|
+
l as IconButton,
|
|
24
25
|
s as InfoMessage,
|
|
25
26
|
d as Input,
|
|
26
27
|
I as InputField,
|
|
27
|
-
|
|
28
|
+
M as Label,
|
|
29
|
+
v as MenuLink,
|
|
28
30
|
F as OverlayCloseButton,
|
|
29
|
-
|
|
31
|
+
k as RadioButton,
|
|
30
32
|
A as SectionNotification,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
33
|
+
N as SelectListbox,
|
|
34
|
+
P as SelectProvider,
|
|
35
|
+
j as Spinner,
|
|
36
|
+
R as useSelect
|
|
35
37
|
};
|
|
36
38
|
//# 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.16.0",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -79,15 +79,18 @@
|
|
|
79
79
|
"semantic-release": "^23.1.1",
|
|
80
80
|
"storybook": "^8.1.4",
|
|
81
81
|
"style-dictionary": "^3.9.2",
|
|
82
|
-
"stylelint": "^16.6.
|
|
82
|
+
"stylelint": "^16.6.1",
|
|
83
83
|
"stylelint-config-recommended": "^14.0.0",
|
|
84
84
|
"stylelint-config-standard": "^36.0.0",
|
|
85
85
|
"stylelint-order": "^6.0.4",
|
|
86
86
|
"typescript": "^5.4.5",
|
|
87
|
-
"vite": "^5.2.
|
|
87
|
+
"vite": "^5.2.12",
|
|
88
88
|
"vite-plugin-dts": "^3.9.1",
|
|
89
89
|
"vite-plugin-lib-inject-css": "^2.1.1",
|
|
90
90
|
"vite-plugin-svgr": "^4.2.0",
|
|
91
91
|
"vite-tsconfig-paths": "^4.3.2"
|
|
92
|
+
},
|
|
93
|
+
"dependencies": {
|
|
94
|
+
"react-router-dom": "^6.23.1"
|
|
92
95
|
}
|
|
93
96
|
}
|