@uva-glass/component-library 3.44.0 → 3.45.1
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/SearchField.module-OI1uPUjC.js +17 -0
- package/dist/SearchField.module-OI1uPUjC.js.map +1 -0
- package/dist/{TablePlugin-DaKDRL4G.js → TablePlugin-4Zj0xZie.js} +6 -5
- package/dist/{TablePlugin-DaKDRL4G.js.map → TablePlugin-4Zj0xZie.js.map} +1 -1
- package/dist/assets/SearchField.css +1 -0
- package/dist/components/CheckboxTree/CheckboxTree.js +9 -8
- package/dist/components/CheckboxTree/CheckboxTree.js.map +1 -1
- package/dist/components/FormInput/FormInput.js +4 -3
- package/dist/components/FormInput/FormInput.js.map +1 -1
- package/dist/components/Icon/icons/index.d.ts +6 -0
- package/dist/components/Icon/icons/index.js +76 -71
- package/dist/components/Icon/icons/index.js.map +1 -1
- package/dist/components/InputField/InputField.stories.js +9 -8
- package/dist/components/InputField/InputField.stories.js.map +1 -1
- package/dist/components/MultiSelect/MultiSelect.js +1 -1
- package/dist/components/MultiSelect/MultiSelect.stories.js +1 -1
- package/dist/components/MultiSelect/components/MultiSelectHeader.js +3 -2
- package/dist/components/MultiSelect/components/MultiSelectHeader.js.map +1 -1
- package/dist/components/MultiSelect/index.js +1 -1
- package/dist/components/PeriodSelector/PeriodSelector.js +4 -3
- package/dist/components/PeriodSelector/PeriodSelector.js.map +1 -1
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js +9 -8
- package/dist/components/ProgrammeCard/ProgrammeCard.stories.js.map +1 -1
- package/dist/components/RadioTabSelector/RadioTabSelector.js +4 -3
- package/dist/components/RadioTabSelector/RadioTabSelector.js.map +1 -1
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js +4 -3
- package/dist/components/RteEditor/EditorHeader/EditorHeader.js.map +1 -1
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js +8 -7
- package/dist/components/RteEditor/Plugins/HistoryPlugin/HistoryPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js +3 -2
- package/dist/components/RteEditor/Plugins/LinkPlugin/AddLinkForm/AddLinkFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js +4 -3
- package/dist/components/RteEditor/Plugins/LinkPlugin/LinkPlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js +3 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/AddTableFrom.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js +3 -2
- package/dist/components/RteEditor/Plugins/TablePlugin/TablePlugin.js.map +1 -1
- package/dist/components/RteEditor/Plugins/TablePlugin/index.js +1 -1
- package/dist/components/RteEditor/Plugins/ToolbarPlugin/ToolbarPlugin.js +1 -1
- package/dist/components/RteEditor/Plugins/index.js +1 -1
- package/dist/components/RteEditor/RteEditor.js +4 -3
- package/dist/components/RteEditor/RteEditor.js.map +1 -1
- package/dist/components/SearchField/SearchField.d.ts +24 -0
- package/dist/components/SearchField/SearchField.js +77 -0
- package/dist/components/SearchField/SearchField.js.map +1 -0
- package/dist/components/SearchField/SearcheField.stories.d.ts +5 -0
- package/dist/components/SearchField/SearcheField.stories.js +113 -0
- package/dist/components/SearchField/SearcheField.stories.js.map +1 -0
- package/dist/components/SearchField/components/ResultOptionBox.d.ts +6 -0
- package/dist/components/SearchField/components/ResultOptionBox.js +11 -0
- package/dist/components/SearchField/components/ResultOptionBox.js.map +1 -0
- package/dist/components/SearchField/components/ResultsOption.d.ts +9 -0
- package/dist/components/SearchField/components/ResultsOption.js +37 -0
- package/dist/components/SearchField/components/ResultsOption.js.map +1 -0
- package/dist/components/SearchField/index.d.ts +1 -0
- package/dist/components/SearchField/index.js +5 -0
- package/dist/components/SearchField/index.js.map +1 -0
- package/dist/components/SearchField/mockData.d.ts +11 -0
- package/dist/components/SearchField/mockData.js +237 -0
- package/dist/components/SearchField/mockData.js.map +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +40 -38
- package/dist/components/index.js.map +1 -1
- package/dist/index.js +40 -38
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -5,13 +5,13 @@ import { AppStatusBar as a } from "./components/AppStatusBar/AppStatusBar.js";
|
|
|
5
5
|
import { Attention as n } from "./components/Attention/Attention.js";
|
|
6
6
|
import { Backdrop as c } from "./components/Backdrop/Backdrop.js";
|
|
7
7
|
import { ButtonGroup as u } from "./components/ButtonGroup/ButtonGroup.js";
|
|
8
|
-
import { Button as
|
|
8
|
+
import { Button as S } from "./components/Buttons/Button.js";
|
|
9
9
|
import { LinkButton as b } from "./components/Buttons/LinkButton.js";
|
|
10
|
-
import { MenuButton as
|
|
11
|
-
import { Card as
|
|
10
|
+
import { MenuButton as F } from "./components/Buttons/MenuButton.js";
|
|
11
|
+
import { Card as k } from "./components/Card/Card.js";
|
|
12
12
|
import { Checkbox as g } from "./components/Checkbox/Checkbox.js";
|
|
13
13
|
import { CheckboxButtonBar as P } from "./components/CheckboxButtonBar/CheckboxButtonBar.js";
|
|
14
|
-
import { CheckboxTree as
|
|
14
|
+
import { CheckboxTree as h } from "./components/CheckboxTree/CheckboxTree.js";
|
|
15
15
|
import { Chip as y } from "./components/Chip/Chip.js";
|
|
16
16
|
import { ControlsButton as T } from "./components/ControlsButton/ControlsButton.js";
|
|
17
17
|
import { Drawer as w } from "./components/Drawer/Drawer.js";
|
|
@@ -32,13 +32,13 @@ import { InfoMessage as ao } from "./components/InfoMessage/InfoMessage.js";
|
|
|
32
32
|
import { Input as no } from "./components/Input/Input.js";
|
|
33
33
|
import { InputField as co } from "./components/InputField/InputField.js";
|
|
34
34
|
import { Label as Bo } from "./components/Label/Label.js";
|
|
35
|
-
import { MenuLink as
|
|
35
|
+
import { MenuLink as so } from "./components/MenuLink/MenuLink.js";
|
|
36
36
|
import { MetaDataList as Co } from "./components/MetaDataList/MetaDataList.js";
|
|
37
|
-
import { ModalDialog as
|
|
38
|
-
import { M as Mo } from "./TablePlugin-
|
|
37
|
+
import { ModalDialog as Io } from "./components/ModalDialog/ModalDialog.js";
|
|
38
|
+
import { M as Mo } from "./TablePlugin-4Zj0xZie.js";
|
|
39
39
|
import { MultiSelectBox as Lo } from "./components/MultiSelectBox/MultiSelectBox.js";
|
|
40
40
|
import { Notification as Ro } from "./components/Notification/Notification.js";
|
|
41
|
-
import { OverlayCloseButton as
|
|
41
|
+
import { OverlayCloseButton as Ao } from "./components/OverlayCloseButton/OverlayCloseButton.js";
|
|
42
42
|
import { OverlayStepBar as Do } from "./components/OverlayStepBar/OverlayStepBar.js";
|
|
43
43
|
import { PageOverlay as vo } from "./components/PageOverlay/PageOverlay.js";
|
|
44
44
|
import { Periods as Eo } from "./components/Periods/Periods.js";
|
|
@@ -49,17 +49,18 @@ import { RadioGroup as qo } from "./components/RadioGroup/RadioGroup.js";
|
|
|
49
49
|
import { RadioTabSelector as Ko } from "./components/RadioTabSelector/RadioTabSelector.js";
|
|
50
50
|
import { Repeater as Uo } from "./components/Repeater/Repeater.js";
|
|
51
51
|
import { Rte as Xo, RteEditor as Yo } from "./components/RteEditor/RteEditor.js";
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
52
|
+
import { SearchField as _o } from "./components/SearchField/SearchField.js";
|
|
53
|
+
import { SectionNotification as or } from "./components/SectionNotification/SectionNotification.js";
|
|
54
|
+
import { SelectListbox as tr } from "./components/SelectListbox/SelectListbox.js";
|
|
55
|
+
import { SelectProvider as pr, useSelect as xr } from "./components/SelectListbox/SelectProvider.js";
|
|
56
|
+
import { Sortable as mr } from "./components/Sortable/Sortable.js";
|
|
57
|
+
import { Spinner as ir } from "./components/Spinner/Spinner.js";
|
|
58
|
+
import { StatusBadge as lr } from "./components/StatusBadge/StatusBage.js";
|
|
59
|
+
import { StatusPill as dr } from "./components/StatusPill/StatusPill.js";
|
|
60
|
+
import { TextArea as Br } from "./components/TextArea/TextArea.js";
|
|
61
|
+
import { ToggleSwitch as sr } from "./components/ToggleSwitch/ToggleSwitch.js";
|
|
62
|
+
import { Tooltip as Cr } from "./components/Tooltip/Tooltip.js";
|
|
63
|
+
import { VarIndicator as Ir } from "./components/VarIndicator/VarIndicator.js";
|
|
63
64
|
export {
|
|
64
65
|
t as Accordion,
|
|
65
66
|
p as AccordionCard,
|
|
@@ -67,12 +68,12 @@ export {
|
|
|
67
68
|
a as AppStatusBar,
|
|
68
69
|
n as Attention,
|
|
69
70
|
c as Backdrop,
|
|
70
|
-
|
|
71
|
+
S as Button,
|
|
71
72
|
u as ButtonGroup,
|
|
72
|
-
|
|
73
|
+
k as Card,
|
|
73
74
|
g as Checkbox,
|
|
74
75
|
P as CheckboxButtonBar,
|
|
75
|
-
|
|
76
|
+
h as CheckboxTree,
|
|
76
77
|
y as Chip,
|
|
77
78
|
T as ControlsButton,
|
|
78
79
|
w as Drawer,
|
|
@@ -94,14 +95,14 @@ export {
|
|
|
94
95
|
co as InputField,
|
|
95
96
|
Bo as Label,
|
|
96
97
|
b as LinkButton,
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
F as MenuButton,
|
|
99
|
+
so as MenuLink,
|
|
99
100
|
Co as MetaDataList,
|
|
100
|
-
|
|
101
|
+
Io as ModalDialog,
|
|
101
102
|
Mo as MultiSelect,
|
|
102
103
|
Lo as MultiSelectBox,
|
|
103
104
|
Ro as Notification,
|
|
104
|
-
|
|
105
|
+
Ao as OverlayCloseButton,
|
|
105
106
|
Do as OverlayStepBar,
|
|
106
107
|
vo as PageOverlay,
|
|
107
108
|
Oo as PeriodSelector,
|
|
@@ -113,17 +114,18 @@ export {
|
|
|
113
114
|
Uo as Repeater,
|
|
114
115
|
Xo as Rte,
|
|
115
116
|
Yo as RteEditor,
|
|
116
|
-
_o as
|
|
117
|
-
or as
|
|
118
|
-
tr as
|
|
119
|
-
|
|
120
|
-
mr as
|
|
121
|
-
ir as
|
|
122
|
-
lr as
|
|
123
|
-
dr as
|
|
124
|
-
Br as
|
|
125
|
-
|
|
126
|
-
Cr as
|
|
127
|
-
|
|
117
|
+
_o as SearchField,
|
|
118
|
+
or as SectionNotification,
|
|
119
|
+
tr as SelectListbox,
|
|
120
|
+
pr as SelectProvider,
|
|
121
|
+
mr as Sortable,
|
|
122
|
+
ir as Spinner,
|
|
123
|
+
lr as StatusBadge,
|
|
124
|
+
dr as StatusPill,
|
|
125
|
+
Br as TextArea,
|
|
126
|
+
sr as ToggleSwitch,
|
|
127
|
+
Cr as Tooltip,
|
|
128
|
+
Ir as VarIndicator,
|
|
129
|
+
xr as useSelect
|
|
128
130
|
};
|
|
129
131
|
//# 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": "3.
|
|
5
|
+
"version": "3.45.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"@testing-library/jest-dom": "^6.8.0",
|
|
61
61
|
"@testing-library/react": "^16.3.0",
|
|
62
62
|
"@types/jest": "^30.0.0",
|
|
63
|
-
"@types/node": "^22.18.
|
|
63
|
+
"@types/node": "^22.18.5",
|
|
64
64
|
"@types/react": "^19.1.13",
|
|
65
65
|
"@types/react-dom": "^19.1.9",
|
|
66
66
|
"@uva-glass/eslint-config": "^1.3.11",
|
|
67
67
|
"@uva-glass/stylelint-config": "^1.2.3",
|
|
68
|
-
"@vitejs/plugin-react": "^5.0.
|
|
68
|
+
"@vitejs/plugin-react": "^5.0.3",
|
|
69
69
|
"babel-jest": "^30.1.2",
|
|
70
70
|
"babel-plugin-transform-vite-meta-env": "^1.0.3",
|
|
71
71
|
"clsx": "^2.1.1",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"optionalDependencies": {
|
|
111
111
|
"@ast-grep/napi-linux-x64-gnu": "0.39.5",
|
|
112
112
|
"@rollup/rollup-linux-x64-gnu": "^4.50.2",
|
|
113
|
-
"@rspack/binding-darwin-arm64": "1.5.
|
|
114
|
-
"@rspack/binding-linux-x64-gnu": "1.5.
|
|
113
|
+
"@rspack/binding-darwin-arm64": "1.5.5",
|
|
114
|
+
"@rspack/binding-linux-x64-gnu": "1.5.5"
|
|
115
115
|
}
|
|
116
116
|
}
|