@stubber/ui 1.0.3 → 1.0.4
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 +1 -1
- package/tailwind.config.js +3 -11
package/package.json
CHANGED
package/tailwind.config.js
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
import { Select } from 'bits-ui';
|
|
2
|
-
|
|
3
1
|
/** @type {import('tailwindcss').Config} */
|
|
4
2
|
export default {
|
|
5
3
|
content: [
|
|
6
4
|
"./src/**/*.{html,js,svelte,ts,cjs}",
|
|
7
|
-
"./node_modules
|
|
5
|
+
"./node_modules/@stubber/**/*.{html,js,svelte,ts,cjs}",
|
|
8
6
|
],
|
|
9
7
|
theme: {
|
|
10
8
|
extend: {
|
|
11
9
|
colors: {
|
|
12
|
-
|
|
13
10
|
border: "hsl(var(--border) / <alpha-value>)",
|
|
14
11
|
input: "hsl(var(--input) / <alpha-value>)",
|
|
15
12
|
ring: "hsl(var(--ring) / <alpha-value>)",
|
|
@@ -39,9 +36,7 @@ export default {
|
|
|
39
36
|
DEFAULT: "hsl(var(--card) / <alpha-value>)",
|
|
40
37
|
foreground: "hsl(var(--card-foreground) / <alpha-value>)",
|
|
41
38
|
},
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
39
|
+
|
|
45
40
|
primary: {
|
|
46
41
|
DEFAULT: "hsl(var(--primary) / <alpha-value>)",
|
|
47
42
|
foreground: "hsl(var(--primary-foreground) / <alpha-value>)",
|
|
@@ -162,11 +157,10 @@ export default {
|
|
|
162
157
|
0px 8px 16px 4px rgba(0, 0, 0, 0.08),
|
|
163
158
|
0px 12px 24px 8px rgba(0, 0, 0, 0.08)`,
|
|
164
159
|
|
|
165
|
-
|
|
160
|
+
btn: `inset 0 29px 23px -16px rgba(255, 255, 255, 0.04),
|
|
166
161
|
inset 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.2),
|
|
167
162
|
0 0.5px 1px 0 rgba(0, 0, 0, 1.0)`,
|
|
168
163
|
|
|
169
|
-
|
|
170
164
|
checkbox: `
|
|
171
165
|
inset 0 16px 16px -16px rgba(0, 0, 0, 0.1333),
|
|
172
166
|
inset 0 12px 12px -12px rgba(0, 0, 0, 0.1333),
|
|
@@ -181,9 +175,7 @@ export default {
|
|
|
181
175
|
inset 0 29px 23px -16px rgba(255, 255, 255, 0.1),
|
|
182
176
|
inset 0 0.5px 0.5px 0 rgba(255, 255, 255, 0.2)
|
|
183
177
|
`,
|
|
184
|
-
|
|
185
178
|
},
|
|
186
|
-
|
|
187
179
|
|
|
188
180
|
spacing: {
|
|
189
181
|
0: "0px",
|