@trackunit/css-component-tokens 0.0.66-alpha-1820203754.0 → 0.0.66
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/index.cjs.js
CHANGED
|
@@ -151,7 +151,7 @@ const SearchTokenDefinition = AsComponentTokenDefinition({
|
|
|
151
151
|
},
|
|
152
152
|
"focus-within": {
|
|
153
153
|
borderColor: "rgb(var(--color-slate-400))",
|
|
154
|
-
boxShadow: "var(--tw-ring-
|
|
154
|
+
boxShadow: "var(--tw-ring-inset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)",
|
|
155
155
|
},
|
|
156
156
|
widen: { borderBottomColor: "rgb(var(--color-gray-400))" },
|
|
157
157
|
"widen-focus": { borderBottomColor: "rgb(var(--color-gray-400))" },
|
package/index.esm.js
CHANGED
|
@@ -143,7 +143,7 @@ const SearchTokenDefinition = AsComponentTokenDefinition({
|
|
|
143
143
|
},
|
|
144
144
|
"focus-within": {
|
|
145
145
|
borderColor: "rgb(var(--color-slate-400))",
|
|
146
|
-
boxShadow: "var(--tw-ring-
|
|
146
|
+
boxShadow: "var(--tw-ring-inset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)",
|
|
147
147
|
},
|
|
148
148
|
widen: { borderBottomColor: "rgb(var(--color-gray-400))" },
|
|
149
149
|
"widen-focus": { borderBottomColor: "rgb(var(--color-gray-400))" },
|
package/package.json
CHANGED
|
@@ -105,7 +105,7 @@ export declare const getComponentTokenVariablesByThemeName: (theme: ThemeNames,
|
|
|
105
105
|
};
|
|
106
106
|
readonly "focus-within": {
|
|
107
107
|
readonly borderColor: "rgb(var(--color-slate-400))";
|
|
108
|
-
readonly boxShadow: "var(--tw-ring-
|
|
108
|
+
readonly boxShadow: "var(--tw-ring-inset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)";
|
|
109
109
|
};
|
|
110
110
|
readonly widen: {
|
|
111
111
|
readonly borderBottomColor: "rgb(var(--color-gray-400))";
|
|
@@ -112,7 +112,7 @@ export declare const componentTokenDefinitions: {
|
|
|
112
112
|
};
|
|
113
113
|
readonly "focus-within": {
|
|
114
114
|
readonly borderColor: "rgb(var(--color-slate-400))";
|
|
115
|
-
readonly boxShadow: "var(--tw-ring-
|
|
115
|
+
readonly boxShadow: "var(--tw-ring-inset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)";
|
|
116
116
|
};
|
|
117
117
|
readonly widen: {
|
|
118
118
|
readonly borderBottomColor: "rgb(var(--color-gray-400))";
|
|
@@ -26,7 +26,7 @@ export declare const SearchTokenDefinition: {
|
|
|
26
26
|
};
|
|
27
27
|
readonly "focus-within": {
|
|
28
28
|
readonly borderColor: "rgb(var(--color-slate-400))";
|
|
29
|
-
readonly boxShadow: "var(--tw-ring-
|
|
29
|
+
readonly boxShadow: "var(--tw-ring-inset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)";
|
|
30
30
|
};
|
|
31
31
|
readonly widen: {
|
|
32
32
|
readonly borderBottomColor: "rgb(var(--color-gray-400))";
|