@spaced-out/ui-design-system 0.1.79 → 0.1.81

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,20 @@
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.1.81](https://github.com/spaced-out/ui-design-system/compare/v0.1.80...v0.1.81) (2024-03-27)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * add broadcast to page title ([#167](https://github.com/spaced-out/ui-design-system/issues/167)) ([bb5e1c9](https://github.com/spaced-out/ui-design-system/commit/bb5e1c93f08231b5bf7c68c4e7cf359d73d81a4c))
11
+
12
+ ### [0.1.80](https://github.com/spaced-out/ui-design-system/compare/v0.1.79...v0.1.80) (2024-02-20)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * radio input shrink issue ([#162](https://github.com/spaced-out/ui-design-system/issues/162)) ([09d5595](https://github.com/spaced-out/ui-design-system/commit/09d55958733242e46a9e5c49cab1faaf38587895))
18
+
5
19
  ### [0.1.79](https://github.com/spaced-out/ui-design-system/compare/v0.1.78...v0.1.79) (2024-02-16)
6
20
 
7
21
 
@@ -130,6 +130,12 @@ const PAGE_NAME_LIST = Object.freeze({
130
130
  title: 'Settings',
131
131
  iconName: 'gear',
132
132
  iconType: 'duotone'
133
+ },
134
+ broadcast: {
135
+ title: 'Broadcast',
136
+ iconName: 'bullhorn',
137
+ iconType: 'duotone',
138
+ swapOpacity: true
133
139
  }
134
140
  });
135
141
  exports.PAGE_NAME_LIST = PAGE_NAME_LIST;
@@ -139,6 +139,12 @@ export const PAGE_NAME_LIST = Object.freeze({
139
139
  iconName: 'gear',
140
140
  iconType: 'duotone',
141
141
  },
142
+ broadcast: {
143
+ title: 'Broadcast',
144
+ iconName: 'bullhorn',
145
+ iconType: 'duotone',
146
+ swapOpacity: true,
147
+ },
142
148
  });
143
149
 
144
150
  export type TabSlotProps = {
@@ -53,6 +53,8 @@
53
53
  border-radius: borderRadiusMedium;
54
54
  height: size20;
55
55
  width: size20;
56
+ min-width: size20;
57
+ min-height: size20;
56
58
  background: colorBackgroundTertiary;
57
59
  margin: spaceNone;
58
60
  cursor: pointer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.79",
3
+ "version": "0.1.81",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {