@threadlabs/looma 0.12.6 → 0.12.7
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/components/ui-checkbox/ui-checkbox.html +1 -1
- package/components/ui-combobox/ui-combobox.html +2 -2
- package/components/ui-disclosure/ui-disclosure.html +1 -1
- package/components/ui-editable/ui-editable.html +1 -1
- package/components/ui-input/ui-input.html +1 -1
- package/components/ui-radio/ui-radio.html +1 -1
- package/components/ui-select/ui-select.html +1 -1
- package/components/ui-switch/ui-switch.html +1 -1
- package/components/ui-textarea/ui-textarea.html +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/styles/ui-checkbox.css +1 -1
- package/styles/ui-combobox.css +2 -2
- package/styles/ui-disclosure.css +1 -1
- package/styles/ui-editable.css +1 -1
- package/styles/ui-input.css +1 -1
- package/styles/ui-radio.css +1 -1
- package/styles/ui-select.css +1 -1
- package/styles/ui-switch.css +1 -1
- package/styles/ui-textarea.css +1 -1
- package/theme-dark.css +1 -1
- package/theme-light.css +1 -1
- package/tokens.css +8 -6
- package/vue/UiCheckbox.vue +1 -1
- package/vue/UiCombobox.vue +2 -2
- package/vue/UiDisclosure.vue +1 -1
- package/vue/UiEditable.vue +1 -1
- package/vue/UiInput.vue +1 -1
- package/vue/UiRadio.vue +1 -1
- package/vue/UiSelect.vue +1 -1
- package/vue/UiSwitch.vue +1 -1
- package/vue/UiTextarea.vue +1 -1
- package/vue/chunks/UiCheckbox.js +1 -1
- package/vue/chunks/UiCombobox.js +1 -1
- package/vue/chunks/UiDisclosure.js +1 -1
- package/vue/chunks/UiEditable.js +1 -1
- package/vue/chunks/UiInput.js +1 -1
- package/vue/chunks/UiRadio.js +1 -1
- package/vue/chunks/UiSelect.js +1 -1
- package/vue/chunks/UiSwitch.js +1 -1
- package/vue/chunks/UiTextarea.js +1 -1
- package/vue/components.css +159 -159
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--ui-focus-ring) 45%, transparent);
|
|
369
369
|
}
|
|
370
370
|
input:disabled, button:disabled {
|
|
371
|
-
color: var(--ui-text
|
|
371
|
+
color: var(--ui-disabled-text);
|
|
372
372
|
cursor: not-allowed;
|
|
373
373
|
}
|
|
374
374
|
.field:has(input:disabled) {
|
|
@@ -406,7 +406,7 @@
|
|
|
406
406
|
outline-offset: -1px;
|
|
407
407
|
}
|
|
408
408
|
.option[aria-disabled="true"] {
|
|
409
|
-
color: var(--ui-text
|
|
409
|
+
color: var(--ui-disabled-text);
|
|
410
410
|
cursor: not-allowed;
|
|
411
411
|
}
|
|
412
412
|
.primary {
|