@uva-glass/component-library 1.3.2 → 1.3.3

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.
@@ -5,3 +5,4 @@ export * from './IconButton';
5
5
  export * from './InfoMessage';
6
6
  export * from './SectionNotification';
7
7
  export * from './SelectListbox';
8
+ export * from './SelectListbox/SelectProvider';
@@ -1,17 +1,20 @@
1
1
  import { Button as r } from "./Button/Button.js";
2
2
  import { Card as f } from "./Card/Card.js";
3
3
  import { Icon as m } from "./Icon/Icon.js";
4
- import { IconButton as p } from "./IconButton/IconButton.js";
4
+ import { IconButton as c } from "./IconButton/IconButton.js";
5
5
  import { InfoMessage as i } from "./InfoMessage/InfoMessage.js";
6
- import { SectionNotification as s } from "./SectionNotification/SectionNotification.js";
7
- import { SelectListbox as u } from "./SelectListbox/SelectListbox.js";
6
+ import { SectionNotification as S } from "./SectionNotification/SectionNotification.js";
7
+ import { SelectListbox as l } from "./SelectListbox/SelectListbox.js";
8
+ import { SelectProvider as I, useSelect as d } from "./SelectListbox/SelectProvider.js";
8
9
  export {
9
10
  r as Button,
10
11
  f as Card,
11
12
  m as Icon,
12
- p as IconButton,
13
+ c as IconButton,
13
14
  i as InfoMessage,
14
- s as SectionNotification,
15
- u as SelectListbox
15
+ S as SectionNotification,
16
+ l as SelectListbox,
17
+ I as SelectProvider,
18
+ d as useSelect
16
19
  };
17
20
  //# 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,17 +1,20 @@
1
1
  import { Button as r } from "./components/Button/Button.js";
2
2
  import { Card as f } from "./components/Card/Card.js";
3
3
  import { Icon as m } from "./components/Icon/Icon.js";
4
- import { IconButton as p } from "./components/IconButton/IconButton.js";
4
+ import { IconButton as c } from "./components/IconButton/IconButton.js";
5
5
  import { InfoMessage as i } from "./components/InfoMessage/InfoMessage.js";
6
- import { SectionNotification as s } from "./components/SectionNotification/SectionNotification.js";
7
- import { SelectListbox as u } from "./components/SelectListbox/SelectListbox.js";
6
+ import { SectionNotification as S } from "./components/SectionNotification/SectionNotification.js";
7
+ import { SelectListbox as l } from "./components/SelectListbox/SelectListbox.js";
8
+ import { SelectProvider as I, useSelect as d } from "./components/SelectListbox/SelectProvider.js";
8
9
  export {
9
10
  r as Button,
10
11
  f as Card,
11
12
  m as Icon,
12
- p as IconButton,
13
+ c as IconButton,
13
14
  i as InfoMessage,
14
- s as SectionNotification,
15
- u as SelectListbox
15
+ S as SectionNotification,
16
+ l as SelectListbox,
17
+ I as SelectProvider,
18
+ d as useSelect
16
19
  };
17
20
  //# 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.3.2",
5
+ "version": "1.3.3",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",