@spaced-out/ui-design-system 0.1.96 → 0.1.98

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.98](https://github.com/spaced-out/ui-design-system/compare/v0.1.97...v0.1.98) (2024-05-31)
6
+
7
+
8
+ ### Features
9
+
10
+ * removing grid-row fixed height and width ([#222](https://github.com/spaced-out/ui-design-system/issues/222)) ([4644961](https://github.com/spaced-out/ui-design-system/commit/46449611a3925d755c665c874bf766deb80f5c5b))
11
+
12
+ ### [0.1.97](https://github.com/spaced-out/ui-design-system/compare/v0.1.96...v0.1.97) (2024-05-30)
13
+
14
+
15
+ ### Features
16
+
17
+ * added new option as configration inside sidemenu component ([#221](https://github.com/spaced-out/ui-design-system/issues/221)) ([cd59000](https://github.com/spaced-out/ui-design-system/commit/cd5900059d113f8f289fdbb9df6528197c32414b))
18
+
5
19
  ### [0.1.96](https://github.com/spaced-out/ui-design-system/compare/v0.1.96-beta.1...v0.1.96) (2024-05-30)
6
20
 
7
21
 
@@ -4,18 +4,11 @@
4
4
  spaceLarge
5
5
  ) from '../../styles/variables/_space.css';
6
6
 
7
- @value (
8
- size960,
9
- sizeFluid
10
- ) from '../../styles/variables/_size.css';
11
-
12
7
  .gridRow {
13
8
  --grid-repeat-count: 12;
14
9
  --repeat-tracks: 1fr;
15
10
  display: grid !important;
16
11
  grid-template-columns: repeat(var(--grid-repeat-count), var(--repeat-tracks));
17
- width: sizeFluid;
18
- height: sizeFluid;
19
12
  gap: spaceMedium;
20
13
  padding: spaceNone spaceLarge;
21
14
  grid-auto-flow: row;
@@ -163,6 +163,11 @@ const MENU_NAME_LIST = Object.freeze({
163
163
  iconType: 'duotone'
164
164
  },
165
165
  settings: {
166
+ title: 'Settings',
167
+ iconName: 'gear',
168
+ iconType: 'duotone'
169
+ },
170
+ configuration: {
166
171
  title: 'Configuration',
167
172
  iconName: 'gear',
168
173
  iconType: 'duotone'
@@ -160,6 +160,11 @@ export const MENU_NAME_LIST = Object.freeze({
160
160
  iconType: 'duotone',
161
161
  },
162
162
  settings: {
163
+ title: 'Settings',
164
+ iconName: 'gear',
165
+ iconType: 'duotone',
166
+ },
167
+ configuration: {
163
168
  title: 'Configuration',
164
169
  iconName: 'gear',
165
170
  iconType: 'duotone',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.1.96",
3
+ "version": "0.1.98",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {