@sats-group/ui-lib 89.0.1 → 89.0.2

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": "@sats-group/ui-lib",
3
- "version": "89.0.1",
3
+ "version": "89.0.2",
4
4
  "description": "SATS web user interface library",
5
5
  "author": "developer@sats.no",
6
6
  "license": "UNLICENSED",
@@ -136,7 +136,6 @@
136
136
  &--theme-light {
137
137
  color: var(--on-surface-featured);
138
138
  &-disabled {
139
-
140
139
  color: var(--on-surface-primary-disabled);
141
140
  }
142
141
  }
@@ -146,7 +145,6 @@
146
145
  color: var(--on-fixed-background-primary-disabled);
147
146
  }
148
147
  }
149
-
150
148
  }
151
149
 
152
150
  &__error {
@@ -164,7 +162,7 @@
164
162
  gap: spacing.$xs;
165
163
 
166
164
  &--theme-light {
167
- color: var(--on-background-primary-disabled);
165
+ color: var(--on-surface-primary-alternate);
168
166
  &--error {
169
167
  color: var(--on-surface-error);
170
168
  }