@uva-glass/component-library 1.14.0 → 1.15.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.
@@ -0,0 +1 @@
1
+ export * from './FieldHint';
@@ -0,0 +1,5 @@
1
+ import { FieldHint as o } from "./FieldHint.js";
2
+ export {
3
+ o as FieldHint
4
+ };
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -1,6 +1,7 @@
1
1
  export * from './AppStatusBar';
2
2
  export * from './Button';
3
3
  export * from './Card';
4
+ export * from './FieldHint';
4
5
  export * from './Icon';
5
6
  export * from './IconButton';
6
7
  export * from './InfoMessage';
@@ -1,34 +1,36 @@
1
1
  import { AppStatusBar as t } from "./AppStatusBar/AppStatusBar.js";
2
2
  import { Button as p } from "./Button/Button.js";
3
3
  import { Card as x } from "./Card/Card.js";
4
- import { Icon as n } from "./Icon/Icon.js";
5
- import { IconButton as a } from "./IconButton/IconButton.js";
6
- import { InfoMessage as c } from "./InfoMessage/InfoMessage.js";
7
- import { Input as s } from "./Input/Input.js";
8
- import { InputField as B } from "./InputField/InputField.js";
9
- import { Label as d } from "./Label/Label.js";
10
- import { OverlayCloseButton as v } from "./OverlayCloseButton/OverlayCloseButton.js";
11
- import { RadioButton as L } from "./RadioButton/RadioButton.js";
12
- import { SectionNotification as y } from "./SectionNotification/SectionNotification.js";
13
- import { SelectListbox as F } from "./SelectListbox/SelectListbox.js";
14
- import { SelectProvider as N, useSelect as O } from "./SelectListbox/SelectProvider.js";
15
- import { Spinner as R } from "./Spinner/Spinner.js";
4
+ import { FieldHint as n } from "./FieldHint/FieldHint.js";
5
+ import { Icon as a } from "./Icon/Icon.js";
6
+ import { IconButton as u } from "./IconButton/IconButton.js";
7
+ import { InfoMessage as s } from "./InfoMessage/InfoMessage.js";
8
+ import { Input as d } from "./Input/Input.js";
9
+ import { InputField as I } from "./InputField/InputField.js";
10
+ import { Label as v } from "./Label/Label.js";
11
+ import { OverlayCloseButton as F } from "./OverlayCloseButton/OverlayCloseButton.js";
12
+ import { RadioButton as g } from "./RadioButton/RadioButton.js";
13
+ import { SectionNotification as A } from "./SectionNotification/SectionNotification.js";
14
+ import { SelectListbox as M } from "./SelectListbox/SelectListbox.js";
15
+ import { SelectProvider as O, useSelect as P } from "./SelectListbox/SelectProvider.js";
16
+ import { Spinner as h } from "./Spinner/Spinner.js";
16
17
  export {
17
18
  t as AppStatusBar,
18
19
  p as Button,
19
20
  x as Card,
20
- n as Icon,
21
- a as IconButton,
22
- c as InfoMessage,
23
- s as Input,
24
- B as InputField,
25
- d as Label,
26
- v as OverlayCloseButton,
27
- L as RadioButton,
28
- y as SectionNotification,
29
- F as SelectListbox,
30
- N as SelectProvider,
31
- R as Spinner,
32
- O as useSelect
21
+ n as FieldHint,
22
+ a as Icon,
23
+ u as IconButton,
24
+ s as InfoMessage,
25
+ d as Input,
26
+ I as InputField,
27
+ v as Label,
28
+ F as OverlayCloseButton,
29
+ g as RadioButton,
30
+ A as SectionNotification,
31
+ M as SelectListbox,
32
+ O as SelectProvider,
33
+ h as Spinner,
34
+ P as useSelect
33
35
  };
34
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;"}
package/dist/index.js CHANGED
@@ -1,34 +1,36 @@
1
1
  import { AppStatusBar as t } from "./components/AppStatusBar/AppStatusBar.js";
2
2
  import { Button as p } from "./components/Button/Button.js";
3
3
  import { Card as x } from "./components/Card/Card.js";
4
- import { Icon as n } from "./components/Icon/Icon.js";
5
- import { IconButton as a } from "./components/IconButton/IconButton.js";
6
- import { InfoMessage as c } from "./components/InfoMessage/InfoMessage.js";
7
- import { Input as s } from "./components/Input/Input.js";
8
- import { InputField as B } from "./components/InputField/InputField.js";
9
- import { Label as d } from "./components/Label/Label.js";
10
- import { OverlayCloseButton as v } from "./components/OverlayCloseButton/OverlayCloseButton.js";
11
- import { RadioButton as L } from "./components/RadioButton/RadioButton.js";
12
- import { SectionNotification as y } from "./components/SectionNotification/SectionNotification.js";
13
- import { SelectListbox as F } from "./components/SelectListbox/SelectListbox.js";
14
- import { SelectProvider as N, useSelect as O } from "./components/SelectListbox/SelectProvider.js";
15
- import { Spinner as R } from "./components/Spinner/Spinner.js";
4
+ import { FieldHint as n } from "./components/FieldHint/FieldHint.js";
5
+ import { Icon as a } from "./components/Icon/Icon.js";
6
+ import { IconButton as u } from "./components/IconButton/IconButton.js";
7
+ import { InfoMessage as s } from "./components/InfoMessage/InfoMessage.js";
8
+ import { Input as d } from "./components/Input/Input.js";
9
+ import { InputField as I } from "./components/InputField/InputField.js";
10
+ import { Label as v } from "./components/Label/Label.js";
11
+ import { OverlayCloseButton as F } from "./components/OverlayCloseButton/OverlayCloseButton.js";
12
+ import { RadioButton as g } from "./components/RadioButton/RadioButton.js";
13
+ import { SectionNotification as A } from "./components/SectionNotification/SectionNotification.js";
14
+ import { SelectListbox as M } from "./components/SelectListbox/SelectListbox.js";
15
+ import { SelectProvider as O, useSelect as P } from "./components/SelectListbox/SelectProvider.js";
16
+ import { Spinner as h } from "./components/Spinner/Spinner.js";
16
17
  export {
17
18
  t as AppStatusBar,
18
19
  p as Button,
19
20
  x as Card,
20
- n as Icon,
21
- a as IconButton,
22
- c as InfoMessage,
23
- s as Input,
24
- B as InputField,
25
- d as Label,
26
- v as OverlayCloseButton,
27
- L as RadioButton,
28
- y as SectionNotification,
29
- F as SelectListbox,
30
- N as SelectProvider,
31
- R as Spinner,
32
- O as useSelect
21
+ n as FieldHint,
22
+ a as Icon,
23
+ u as IconButton,
24
+ s as InfoMessage,
25
+ d as Input,
26
+ I as InputField,
27
+ v as Label,
28
+ F as OverlayCloseButton,
29
+ g as RadioButton,
30
+ A as SectionNotification,
31
+ M as SelectListbox,
32
+ O as SelectProvider,
33
+ h as Spinner,
34
+ P as useSelect
33
35
  };
34
36
  //# 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.14.0",
5
+ "version": "1.15.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",