@spaced-out/ui-design-system 0.0.54 → 0.0.56

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.
@@ -101,6 +101,7 @@
101
101
 
102
102
  #root {
103
103
  font-family: initial;
104
+ background: #fafafa;
104
105
  }
105
106
 
106
107
  #docs-root {
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.0.56](https://github.com/spaced-out/ui-design-system/compare/v0.0.55...v0.0.56) (2023-03-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * consistent color in stories ([5a4a927](https://github.com/spaced-out/ui-design-system/commit/5a4a9270150e89114fc77db396e89a2cd0faf990))
11
+
12
+ ### [0.0.55](https://github.com/spaced-out/ui-design-system/compare/v0.0.54...v0.0.55) (2023-03-23)
13
+
14
+
15
+ ### Features
16
+
17
+ * tokens now use incontext alerts and added a new brand color ([6ec8513](https://github.com/spaced-out/ui-design-system/commit/6ec8513d2c96ea654a3a59e07c731883c1740903))
18
+
5
19
  ### [0.0.54](https://github.com/spaced-out/ui-design-system/compare/v0.0.53...v0.0.54) (2023-03-21)
6
20
 
7
21
 
@@ -52,6 +52,9 @@
52
52
  }
53
53
  },
54
54
  "background": {
55
+ "brand": {
56
+ "value": "{baseColor.purple.900.value}"
57
+ },
55
58
  "primary": {
56
59
  "value": "{baseColor.gray.25.value}"
57
60
  },
@@ -28,6 +28,8 @@
28
28
 
29
29
  @value colorBorderDanger: #e31c4c;
30
30
 
31
+ @value colorBackgroundBrand: #271656;
32
+
31
33
  @value colorBackgroundPrimary: #fafafa;
32
34
 
33
35
  @value colorBackgroundSecondary: #f4f4f4;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.colorWarningLightest = exports.colorWarningLight = exports.colorWarningDarkest = exports.colorWarningDark = exports.colorWarning = exports.colorTooltipFill = exports.colorTextWarning = exports.colorTextTertiary = exports.colorTextSuccess = exports.colorTextSecondary = exports.colorTextPrimary = exports.colorTextNeutral = exports.colorTextInverseSecondary = exports.colorTextInversePrimary = exports.colorTextInformation = exports.colorTextDisabled = exports.colorTextDanger = exports.colorTextClickable = exports.colorSuccessLightest = exports.colorSuccessLight = exports.colorSuccessDarkest = exports.colorSuccessDark = exports.colorSuccess = exports.colorSubMenuBackgroundDefault = exports.colorSideMenuIconDefault = exports.colorSideMenuIconActive = exports.colorNeutralLightest = exports.colorNeutralLight = exports.colorNeutralDarkest = exports.colorNeutralDark = exports.colorNeutral = exports.colorInformationLightest = exports.colorInformationLight = exports.colorInformationDarkest = exports.colorInformationDark = exports.colorInformation = exports.colorGrayLightest = exports.colorFocusPrimary = exports.colorFocusDanger = exports.colorFillSecondary = exports.colorFillPrimary = exports.colorFillNone = exports.colorFillInversePrimary = exports.colorFillDisabled = exports.colorDangerLightest = exports.colorDangerLight = exports.colorDangerDarkest = exports.colorDangerDark = exports.colorDanger = exports.colorButtonFillTertiaryPressed = exports.colorButtonFillTertiaryHovered = exports.colorButtonFillTertiaryEnabled = exports.colorButtonFillSecondaryPressed = exports.colorButtonFillSecondaryHovered = exports.colorButtonFillSecondaryEnabled = exports.colorButtonFillPrimaryPressed = exports.colorButtonFillPrimaryHovered = exports.colorButtonFillPrimaryEnabled = exports.colorButtonFillGhostPressed = exports.colorButtonFillGhostHovered = exports.colorButtonFillGhostEnabled = exports.colorButtonFillDangerPressed = exports.colorButtonFillDangerHovered = exports.colorButtonFillDangerEnabled = exports.colorBorderSecondary = exports.colorBorderPrimary = exports.colorBorderDanger = exports.colorBackgroundTertiary = exports.colorBackgroundSecondary = exports.colorBackgroundPrimary = exports.colorBackdropFill = void 0;
6
+ exports.colorWarningLightest = exports.colorWarningLight = exports.colorWarningDarkest = exports.colorWarningDark = exports.colorWarning = exports.colorTooltipFill = exports.colorTextWarning = exports.colorTextTertiary = exports.colorTextSuccess = exports.colorTextSecondary = exports.colorTextPrimary = exports.colorTextNeutral = exports.colorTextInverseSecondary = exports.colorTextInversePrimary = exports.colorTextInformation = exports.colorTextDisabled = exports.colorTextDanger = exports.colorTextClickable = exports.colorSuccessLightest = exports.colorSuccessLight = exports.colorSuccessDarkest = exports.colorSuccessDark = exports.colorSuccess = exports.colorSubMenuBackgroundDefault = exports.colorSideMenuIconDefault = exports.colorSideMenuIconActive = exports.colorNeutralLightest = exports.colorNeutralLight = exports.colorNeutralDarkest = exports.colorNeutralDark = exports.colorNeutral = exports.colorInformationLightest = exports.colorInformationLight = exports.colorInformationDarkest = exports.colorInformationDark = exports.colorInformation = exports.colorGrayLightest = exports.colorFocusPrimary = exports.colorFocusDanger = exports.colorFillSecondary = exports.colorFillPrimary = exports.colorFillNone = exports.colorFillInversePrimary = exports.colorFillDisabled = exports.colorDangerLightest = exports.colorDangerLight = exports.colorDangerDarkest = exports.colorDangerDark = exports.colorDanger = exports.colorButtonFillTertiaryPressed = exports.colorButtonFillTertiaryHovered = exports.colorButtonFillTertiaryEnabled = exports.colorButtonFillSecondaryPressed = exports.colorButtonFillSecondaryHovered = exports.colorButtonFillSecondaryEnabled = exports.colorButtonFillPrimaryPressed = exports.colorButtonFillPrimaryHovered = exports.colorButtonFillPrimaryEnabled = exports.colorButtonFillGhostPressed = exports.colorButtonFillGhostHovered = exports.colorButtonFillGhostEnabled = exports.colorButtonFillDangerPressed = exports.colorButtonFillDangerHovered = exports.colorButtonFillDangerEnabled = exports.colorBorderSecondary = exports.colorBorderPrimary = exports.colorBorderDanger = exports.colorBackgroundTertiary = exports.colorBackgroundSecondary = exports.colorBackgroundPrimary = exports.colorBackgroundBrand = exports.colorBackdropFill = void 0;
7
7
 
8
8
  const colorTextPrimary = '#17172A';
9
9
  exports.colorTextPrimary = colorTextPrimary;
@@ -35,6 +35,8 @@ const colorBorderSecondary = '#d1d1d1';
35
35
  exports.colorBorderSecondary = colorBorderSecondary;
36
36
  const colorBorderDanger = '#e31c4c';
37
37
  exports.colorBorderDanger = colorBorderDanger;
38
+ const colorBackgroundBrand = '#271656';
39
+ exports.colorBackgroundBrand = colorBackgroundBrand;
38
40
  const colorBackgroundPrimary = '#fafafa';
39
41
  exports.colorBackgroundPrimary = colorBackgroundPrimary;
40
42
  const colorBackgroundSecondary = '#f4f4f4';
@@ -30,6 +30,8 @@ export const colorBorderSecondary = '#d1d1d1';
30
30
 
31
31
  export const colorBorderDanger = '#e31c4c';
32
32
 
33
+ export const colorBackgroundBrand = '#271656';
34
+
33
35
  export const colorBackgroundPrimary = '#fafafa';
34
36
 
35
37
  export const colorBackgroundSecondary = '#f4f4f4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spaced-out/ui-design-system",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "main": "index.js",
5
5
  "description": "Sense UI components library",
6
6
  "author": {