@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.
package/dist/components/index.js
CHANGED
|
@@ -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
|
|
4
|
+
import { IconButton as c } from "./IconButton/IconButton.js";
|
|
5
5
|
import { InfoMessage as i } from "./InfoMessage/InfoMessage.js";
|
|
6
|
-
import { SectionNotification as
|
|
7
|
-
import { SelectListbox as
|
|
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
|
-
|
|
13
|
+
c as IconButton,
|
|
13
14
|
i as InfoMessage,
|
|
14
|
-
|
|
15
|
-
|
|
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
|
|
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
|
|
7
|
-
import { SelectListbox as
|
|
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
|
-
|
|
13
|
+
c as IconButton,
|
|
13
14
|
i as InfoMessage,
|
|
14
|
-
|
|
15
|
-
|
|
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":";;;;;;;;"}
|