@1024pix/pix-ui 45.0.17 → 45.1.1

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,64 +1,64 @@
1
1
  // See https://www.figma.com/file/8RJ3aCSfdeQ8AZZVBBYKS8/Design-System-Pix?node-id=16%3A2
2
2
  // stylelint-disable color-no-hex
3
3
  :root {
4
- --pix-primary-10: #f7f5ff;
5
- --pix-primary-100: #cec3f4;
6
- --pix-primary-300: #957ee8;
7
- --pix-primary-500: #613fdd;
8
- --pix-primary-700: #452d9d;
9
- --pix-primary-900: #291a5d;
10
- --pix-secondary-50: #fffaeb;
11
- --pix-secondary-100: #ffefc0;
12
- --pix-secondary-300: #ffdc76;
13
- --pix-secondary-500: #ffcb33;
14
- --pix-secondary-700: #a16206;
15
- --pix-secondary-900: #5b3808;
16
- --pix-tertiary-100: #c3d0ff;
17
- --pix-tertiary-500: #3d68ff;
18
- --pix-tertiary-900: #1a2c6b;
19
- --pix-neutral-0: #ffffff;
20
- --pix-neutral-20: #f4f5f7;
21
- --pix-neutral-100: #cdd1d9;
22
- --pix-neutral-500: #5e6c84;
23
- --pix-neutral-800: #253858;
24
- --pix-neutral-900: #122647;
25
- --pix-info-50: #e6f2fe;
26
- --pix-info-100: #b0d3f4;
27
- --pix-info-500: #3b82f6;
28
- --pix-info-700: #1d4ed8;
29
- --pix-info-900: #1e3a8a;
30
- --pix-success-50: #e8f3ef;
31
- --pix-success-100: #b9d8cd;
32
- --pix-success-300: #67ab92;
33
- --pix-success-500: #1c825d;
34
- --pix-success-700: #145c42;
35
- --pix-success-900: #0c3727;
36
- --pix-warning-50: #fff7eb;
37
- --pix-warning-100: #ffe5c0;
38
- --pix-warning-300: #ffc676;
39
- --pix-warning-500: #f59e0b;
40
- --pix-warning-700: #b45309;
41
- --pix-warning-900: #78350f;
42
- --pix-error-50: #fbecec;
43
- --pix-error-100: #f1c4c4;
44
- --pix-error-500: #d24140;
45
- --pix-error-700: #952e2e;
46
- --pix-error-900: #581b1b;
47
- --pix-certif-50: #e8f2f2;
48
- --pix-certif-500: #187f7d;
49
- --pix-orga-50: #ebf1f9;
50
- --pix-orga-500: #3674bf;
51
- --pix-information-dark: #f24645;
52
- --pix-information-light: #f1a141;
53
- --pix-content-dark: #1a8c89;
54
- --pix-content-light: #52d987;
55
- --pix-communication-dark: #3d68ff;
56
- --pix-communication-light: #12a3ff;
57
- --pix-security-dark: #ac008d;
58
- --pix-security-light: #ff3f94;
59
- --pix-environment-dark: #5e2563;
60
- --pix-environment-light: #564da6;
61
- --pix-shadow: #07142e;
4
+ --pix-primary-10: rgb(247, 245, 255);
5
+ --pix-primary-100: rgb(206, 195, 244);
6
+ --pix-primary-300: rgb(149, 126, 232);
7
+ --pix-primary-500: rgb(97, 63, 221);
8
+ --pix-primary-700: rgb(69, 45, 157);
9
+ --pix-primary-900: rgb(41, 26, 93);
10
+ --pix-secondary-50: rgb(255, 250, 235);
11
+ --pix-secondary-100: rgb(255, 239, 192);
12
+ --pix-secondary-300: rgb(255, 220, 118);
13
+ --pix-secondary-500: rgb(255, 203, 51);
14
+ --pix-secondary-700: rgb(161, 98, 6);
15
+ --pix-secondary-900: rgb(91, 56, 8);
16
+ --pix-tertiary-100: rgb(195, 208, 255);
17
+ --pix-tertiary-500: rgb(61, 104, 255);
18
+ --pix-tertiary-900: rgb(26, 44, 107);
19
+ --pix-neutral-0: rgb(255, 255, 255);
20
+ --pix-neutral-20: rgb(244, 245, 247);
21
+ --pix-neutral-100: rgb(205, 209, 217);
22
+ --pix-neutral-500: rgb(94, 108, 132);
23
+ --pix-neutral-800: rgb(37, 56, 88);
24
+ --pix-neutral-900: rgb(18, 38, 71);
25
+ --pix-info-50: rgb(230, 242, 254);
26
+ --pix-info-100: rgb(176, 211, 244);
27
+ --pix-info-500: rgb(59, 130, 246);
28
+ --pix-info-700: rgb(29, 78, 216);
29
+ --pix-info-900: rgb(30, 58, 138);
30
+ --pix-success-50: rgb(232, 243, 239);
31
+ --pix-success-100: rgb(185, 216, 205);
32
+ --pix-success-300: rgb(103, 171, 146);
33
+ --pix-success-500: rgb(28, 130, 93);
34
+ --pix-success-700: rgb(20, 92, 66);
35
+ --pix-success-900: rgb(12, 55, 39);
36
+ --pix-warning-50: rgb(255, 247, 235);
37
+ --pix-warning-100: rgb(255, 229, 192);
38
+ --pix-warning-300: rgb(255, 198, 118);
39
+ --pix-warning-500: rgb(245, 158, 11);
40
+ --pix-warning-700: rgb(180, 83, 9);
41
+ --pix-warning-900: rgb(120, 53, 15);
42
+ --pix-error-50: rgb(251, 236, 236);
43
+ --pix-error-100: rgb(241, 196, 196);
44
+ --pix-error-500: rgb(210, 65, 64);
45
+ --pix-error-700: rgb(149, 46, 46);
46
+ --pix-error-900: rgb(88, 27, 27);
47
+ --pix-certif-50: rgb(232, 242, 242);
48
+ --pix-certif-500: rgb(24, 127, 125);
49
+ --pix-orga-50: rgb(235, 241, 249);
50
+ --pix-orga-500: rgb(54, 116, 191);
51
+ --pix-information-dark: rgb(242, 70, 69);
52
+ --pix-information-light: rgb(241, 161, 65);
53
+ --pix-content-dark: rgb(26, 140, 137);
54
+ --pix-content-light: rgb(82, 217, 135);
55
+ --pix-communication-dark: rgb(61, 104, 255);
56
+ --pix-communication-light: rgb(18, 163, 255);
57
+ --pix-security-dark: rgb(172, 0, 141);
58
+ --pix-security-light: rgb(255, 63, 148);
59
+ --pix-environment-dark: rgb(94, 37, 99);
60
+ --pix-environment-light: rgb(86, 77, 166);
61
+ --pix-shadow: rgb(7, 20, 46);
62
62
  }
63
63
 
64
64
  // @deprecated - SCSS variables are replaced by CSS variables
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "45.0.17",
3
+ "version": "45.1.1",
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,7 +59,7 @@
59
59
  },
60
60
  "devDependencies": {
61
61
  "@1024pix/ember-testing-library": "^1.1.0",
62
- "@1024pix/eslint-config": "^1.2.4",
62
+ "@1024pix/eslint-config": "^1.2.5",
63
63
  "@1024pix/stylelint-config": "^5.1.7",
64
64
  "@babel/eslint-parser": "^7.19.1",
65
65
  "@babel/plugin-proposal-decorators": "^7.20.5",