@1024pix/pix-ui 44.2.3 → 44.2.5

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.
@@ -1,4 +1,5 @@
1
1
  // See https://www.figma.com/file/8RJ3aCSfdeQ8AZZVBBYKS8/Design-System-Pix?node-id=16%3A2
2
+ // stylelint-disable color-no-hex
2
3
  :root {
3
4
  --pix-primary-10: #f7f5ff;
4
5
  --pix-primary-100: #cec3f4;
@@ -57,7 +58,7 @@
57
58
  --pix-security-light: #ff3f94;
58
59
  --pix-environment-dark: #5e2563;
59
60
  --pix-environment-light: #564da6;
60
- --pix-shadow: #07142E;
61
+ --pix-shadow: #07142e;
61
62
  }
62
63
 
63
64
  // @deprecated - SCSS variables are replaced by CSS variables
@@ -199,3 +200,4 @@ $pix-content-gradient: linear-gradient(180deg, #1a8c89 0%, #52d987 100%);
199
200
  $pix-communication-gradient: linear-gradient(180deg, #3d68ff 0%, #12a3ff 100%);
200
201
  $pix-security-gradient: linear-gradient(180deg, #ac008d 0%, #ff3f94 100%);
201
202
  $pix-environment-gradient: linear-gradient(180deg, #5e2563 0%, #564da6 100%);
203
+ // stylelint-enable color-no-hex
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "44.2.3",
3
+ "version": "44.2.5",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"
@@ -59,9 +59,9 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@1024pix/ember-testing-library": "^1.0.0",
62
- "@1024pix/eslint-config": "^1.1.3",
62
+ "@1024pix/eslint-config": "^1.2.2",
63
63
  "@1024pix/storybook-ember": "^7.1.1",
64
- "@1024pix/stylelint-config": "^5.0.2",
64
+ "@1024pix/stylelint-config": "^5.1.1",
65
65
  "@babel/eslint-parser": "^7.19.1",
66
66
  "@babel/plugin-proposal-decorators": "^7.20.5",
67
67
  "@ember/optional-features": "^2.0.0",