@idds/styles 1.0.52 → 1.0.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idds/styles",
3
- "version": "1.0.52",
3
+ "version": "1.0.54",
4
4
  "description": "Shared CSS styles and colors for INA Digital Design System",
5
5
  "type": "module",
6
6
  "main": "./src/index.css",
@@ -12,8 +12,32 @@
12
12
  --ina-neutral-800: #1f1f1f;
13
13
  --ina-neutral-900: #141414;
14
14
  --ina-neutral-1000: #050505;
15
+
16
+ --ina-primary-25: #ffffff;
17
+ --ina-primary-50: #f8f8f7;
18
+ --ina-primary-100: #f5f5f5;
19
+ --ina-primary-200: #e5e5e5;
20
+ --ina-primary-300: #d4d4d4;
21
+ --ina-primary-400: #a3a3a3;
22
+ --ina-primary-500: #737373;
23
+ --ina-primary-600: #525252;
24
+ --ina-primary-700: #404040;
25
+ --ina-primary-800: #1f1f1f;
26
+ --ina-primary-900: #141414;
15
27
  --ina-primary-primary: #141414;
16
28
 
29
+ --ina-secondary-25: #f2f9fd;
30
+ --ina-secondary-50: #e3f0fb;
31
+ --ina-secondary-100: #c1e3f6;
32
+ --ina-secondary-200: #8accef;
33
+ --ina-secondary-300: #4cb2e4;
34
+ --ina-secondary-400: #269dd8;
35
+ --ina-secondary-500: #177ab2;
36
+ --ina-secondary-600: #146190;
37
+ --ina-secondary-700: #145378;
38
+ --ina-secondary-800: #164564;
39
+ --ina-secondary-900: #0f2d42;
40
+
17
41
  /* Blue Colors */
18
42
  --ina-blue-50: #fafcff;
19
43
  --ina-blue-100: #ebf3ff;
@@ -132,7 +132,7 @@
132
132
 
133
133
  /* Label */
134
134
  .ina-stepper__label {
135
- font-size: var(--ina-font-size-xs);
135
+ font-size: var(--ina-font-xs);
136
136
  color: var(--ina-content-primary);
137
137
  transition: color 0.2s ease;
138
138
  white-space: nowrap;
@@ -184,10 +184,10 @@
184
184
  background-color: var(--ina-guide-50);
185
185
  }
186
186
 
187
- .ina-stepper__item--active .ina-stepper__label {
187
+ /* .ina-stepper__item--active .ina-stepper__label {
188
188
  color: var(--ina-guide-500);
189
189
  font-weight: 500;
190
- }
190
+ } */
191
191
 
192
192
  /* Done/Completed State */
193
193
  .ina-stepper__item--completed .ina-stepper__icon-wrapper {