frappe-ui 0.1.202 → 0.1.203
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
|
<template>
|
|
2
2
|
<div
|
|
3
|
-
class="inline-flex space-x-2 rounded transition"
|
|
3
|
+
class="inline-flex space-x-2 rounded transition bg-surface-white"
|
|
4
4
|
:class="{
|
|
5
5
|
'px-2.5 py-1.5': padding && size === 'sm',
|
|
6
6
|
'px-3 py-2': padding && size === 'md',
|
|
@@ -54,7 +54,7 @@ const labelClasses = computed(() => {
|
|
|
54
54
|
const inputClasses = computed(() => {
|
|
55
55
|
let baseClasses = props.disabled
|
|
56
56
|
? 'border-outline-gray-2 bg-surface-menu-bar text-ink-gray-3'
|
|
57
|
-
: 'border-outline-gray-4 text-ink-gray-9 hover:border-gray-
|
|
57
|
+
: 'border-outline-gray-4 text-ink-gray-9 hover:border-outline-gray-5 focus:ring-offset-0 focus:border-outline-gray-8 active:border-outline-gray-6 transition'
|
|
58
58
|
|
|
59
59
|
let interactionClasses = props.disabled
|
|
60
60
|
? ''
|