@uva-glass/component-library 1.4.1 → 1.5.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/index.js CHANGED
@@ -1,22 +1,24 @@
1
- import { Button as e } from "./components/Button/Button.js";
2
- import { Card as f } from "./components/Card/Card.js";
3
- import { Icon as x } from "./components/Icon/Icon.js";
4
- import { IconButton as n } from "./components/IconButton/IconButton.js";
5
- import { InfoMessage as i } from "./components/InfoMessage/InfoMessage.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";
9
- import { Spinner as b } from "./components/Spinner/Spinner.js";
1
+ import { AppStatusBar as t } from "./components/AppStatusBar/AppStatusBar.js";
2
+ import { Button as p } from "./components/Button/Button.js";
3
+ import { Card as x } from "./components/Card/Card.js";
4
+ import { Icon as n } from "./components/Icon/Icon.js";
5
+ import { IconButton as i } from "./components/IconButton/IconButton.js";
6
+ import { InfoMessage as a } from "./components/InfoMessage/InfoMessage.js";
7
+ import { SectionNotification as u } from "./components/SectionNotification/SectionNotification.js";
8
+ import { SelectListbox as B } from "./components/SelectListbox/SelectListbox.js";
9
+ import { SelectProvider as d, useSelect as b } from "./components/SelectListbox/SelectProvider.js";
10
+ import { Spinner as v } from "./components/Spinner/Spinner.js";
10
11
  export {
11
- e as Button,
12
- f as Card,
13
- x as Icon,
14
- n as IconButton,
15
- i as InfoMessage,
16
- s as SectionNotification,
17
- l as SelectListbox,
18
- I as SelectProvider,
19
- b as Spinner,
20
- d as useSelect
12
+ t as AppStatusBar,
13
+ p as Button,
14
+ x as Card,
15
+ n as Icon,
16
+ i as IconButton,
17
+ a as InfoMessage,
18
+ u as SectionNotification,
19
+ B as SelectListbox,
20
+ d as SelectProvider,
21
+ v as Spinner,
22
+ b as useSelect
21
23
  };
22
24
  //# 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.4.1",
5
+ "version": "1.5.0",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "types": "dist/index.d.ts",
@@ -44,14 +44,14 @@
44
44
  "@semantic-release/git": "^10.0.1",
45
45
  "@semantic-release/gitlab": "^13.1.0",
46
46
  "@semantic-release/npm": "^12.0.1",
47
- "@storybook/addon-a11y": "^8.0.10",
48
- "@storybook/addon-essentials": "^8.0.10",
49
- "@storybook/addon-interactions": "^8.0.10",
50
- "@storybook/addon-links": "^8.0.10",
51
- "@storybook/blocks": "^8.0.10",
52
- "@storybook/react": "^8.0.10",
53
- "@storybook/react-vite": "^8.0.10",
54
- "@storybook/test": "^8.0.10",
47
+ "@storybook/addon-a11y": "^8.1.0",
48
+ "@storybook/addon-essentials": "^8.1.0",
49
+ "@storybook/addon-interactions": "^8.1.0",
50
+ "@storybook/addon-links": "^8.1.0",
51
+ "@storybook/blocks": "^8.1.0",
52
+ "@storybook/react": "^8.1.0",
53
+ "@storybook/react-vite": "^8.1.0",
54
+ "@storybook/test": "^8.1.0",
55
55
  "@types/node": "^20.12.12",
56
56
  "@types/react": "^18.3.2",
57
57
  "@types/react-dom": "^18.3.0",
@@ -77,7 +77,7 @@
77
77
  "react": "^18.3.1",
78
78
  "react-dom": "^18.3.1",
79
79
  "semantic-release": "^23.1.1",
80
- "storybook": "^8.0.10",
80
+ "storybook": "^8.1.0",
81
81
  "style-dictionary": "^3.9.2",
82
82
  "stylelint": "^16.5.0",
83
83
  "stylelint-config-recommended": "^14.0.0",