@spaced-out/ui-design-system 0.3.44 → 0.3.45

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/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.3.45](https://github.com/spaced-out/ui-design-system/compare/v0.3.44...v0.3.45) (2025-06-16)
6
+
5
7
  ### [0.3.44](https://github.com/spaced-out/ui-design-system/compare/v0.3.43...v0.3.44) (2025-06-16)
6
8
 
7
9
 
@@ -1,6 +1,7 @@
1
1
  export * from './Avatar';
2
2
  export * from './AvatarGroup';
3
3
  export * from './Badge';
4
+ export * from './BadgedIcon';
4
5
  export * from './Banner';
5
6
  export * from './Breadcrumbs';
6
7
  export * from './Button';
@@ -51,7 +52,6 @@ export * from './RangeSlider';
51
52
  export * from './Rating';
52
53
  export * from './ScoreBar';
53
54
  export * from './SearchInput';
54
- export * from './SemanticAIIcon';
55
55
  export * from './Separator';
56
56
  export * from './Shimmer';
57
57
  export * from './SideMenuLink';
@@ -36,6 +36,17 @@ Object.keys(_Badge).forEach(function (key) {
36
36
  }
37
37
  });
38
38
  });
39
+ var _BadgedIcon = require("./BadgedIcon");
40
+ Object.keys(_BadgedIcon).forEach(function (key) {
41
+ if (key === "default" || key === "__esModule") return;
42
+ if (key in exports && exports[key] === _BadgedIcon[key]) return;
43
+ Object.defineProperty(exports, key, {
44
+ enumerable: true,
45
+ get: function () {
46
+ return _BadgedIcon[key];
47
+ }
48
+ });
49
+ });
39
50
  var _Banner = require("./Banner");
40
51
  Object.keys(_Banner).forEach(function (key) {
41
52
  if (key === "default" || key === "__esModule") return;
@@ -586,17 +597,6 @@ Object.keys(_SearchInput).forEach(function (key) {
586
597
  }
587
598
  });
588
599
  });
589
- var _SemanticAIIcon = require("./SemanticAIIcon");
590
- Object.keys(_SemanticAIIcon).forEach(function (key) {
591
- if (key === "default" || key === "__esModule") return;
592
- if (key in exports && exports[key] === _SemanticAIIcon[key]) return;
593
- Object.defineProperty(exports, key, {
594
- enumerable: true,
595
- get: function () {
596
- return _SemanticAIIcon[key];
597
- }
598
- });
599
- });
600
600
  var _Separator = require("./Separator");
601
601
  Object.keys(_Separator).forEach(function (key) {
602
602
  if (key === "default" || key === "__esModule") return;
@@ -3,6 +3,7 @@
3
3
  export * from './Avatar';
4
4
  export * from './AvatarGroup';
5
5
  export * from './Badge';
6
+ export * from './BadgedIcon';
6
7
  export * from './Banner';
7
8
  export * from './Breadcrumbs';
8
9
  export * from './Button';
@@ -53,7 +54,6 @@ export * from './RangeSlider';
53
54
  export * from './Rating';
54
55
  export * from './ScoreBar';
55
56
  export * from './SearchInput';
56
- export * from './SemanticAIIcon';
57
57
  export * from './Separator';
58
58
  export * from './Shimmer';
59
59
  export * from './SideMenuLink';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.3.44",
3
+ "version": "0.3.45",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {