@idds/styles 1.0.46 → 1.0.48

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.46",
3
+ "version": "1.0.48",
4
4
  "description": "Shared CSS styles and colors for INA Digital Design System",
5
5
  "type": "module",
6
6
  "main": "./src/index.css",
@@ -41,7 +41,7 @@
41
41
 
42
42
  .ina-stepper--horizontal-responsive .ina-stepper__separator {
43
43
  width: 2px;
44
- height: 2rem;
44
+ min-height: 72px;
45
45
  margin: 0;
46
46
  flex-grow: 0;
47
47
  align-self: flex-start;
@@ -51,6 +51,11 @@
51
51
  left: 12px;
52
52
  bottom: 0;
53
53
  }
54
+ .ina-stepper--horizontal-responsive .ina-stepper__label {
55
+ position: absolute;
56
+ left: 2rem;
57
+ top: 0.25rem;
58
+ }
54
59
 
55
60
  .ina-stepper--horizontal-responsive .ina-stepper__item:last-child {
56
61
  margin-bottom: 0;
@@ -80,8 +85,7 @@
80
85
  max-height: 24px;
81
86
  overflow: visible;
82
87
  }
83
- .ina-stepper--vertical .ina-stepper__separator,
84
- .ina-stepper--horizontal-responsive .ina-stepper__separator {
88
+ .ina-stepper--vertical .ina-stepper__separator {
85
89
  min-height: 72px;
86
90
  }
87
91
 
@@ -134,8 +138,7 @@
134
138
  position: absolute;
135
139
  top: 2rem;
136
140
  }
137
- .ina-stepper--vertical .ina-stepper__label,
138
- .ina-stepper--horizontal-responsive .ina-stepper__label {
141
+ .ina-stepper--vertical .ina-stepper__label {
139
142
  position: absolute;
140
143
  left: 2rem;
141
144
  top: 0.25rem;
@@ -48,7 +48,7 @@
48
48
  padding: var(--ina-spacing-3);
49
49
  border-radius: var(--ina-radius-lg);
50
50
  white-space: nowrap;
51
- min-width: fit-content;
51
+ min-width: max-content;
52
52
  max-width: 320px;
53
53
  box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08),
54
54
  0 4px 6px -2px rgba(10, 13, 18, 0.03);
@@ -405,7 +405,7 @@
405
405
  }
406
406
  .ina-tooltip__content {
407
407
  max-width: 320px;
408
- min-width: fit-content;
408
+ min-width: max-content;
409
409
  }
410
410
  /* Arrow colors - match parent bubble/card background color */
411
411
  /* Following W3Schools pattern: only the side pointing to trigger has color */