@still-forest/canopy 0.64.0 → 0.65.0
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/README.md +10 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +143 -99
- package/dist/index.js +10896 -10820
- package/dist/styles/theme.css +6 -0
- package/dist/styles/typography.css +18 -12
- package/package.json +9 -9
package/dist/styles/theme.css
CHANGED
|
@@ -38,6 +38,8 @@
|
|
|
38
38
|
--sidebar-foreground: var(--color-neutral-950);
|
|
39
39
|
--sidebar-primary: var(--color-blue-600);
|
|
40
40
|
--sidebar-primary-foreground: var(--color-blue-50);
|
|
41
|
+
--sidebar-secondary: var(--color-stone-100);
|
|
42
|
+
--sidebar-secondary-foreground: var(--color-stone-900);
|
|
41
43
|
--sidebar-accent: var(--color-neutral-100);
|
|
42
44
|
--sidebar-accent-foreground: var(--color-neutral-900);
|
|
43
45
|
--sidebar-muted: var(--color-neutral-100);
|
|
@@ -91,6 +93,8 @@
|
|
|
91
93
|
--sidebar-foreground: var(--color-neutral-50);
|
|
92
94
|
--sidebar-primary: var(--color-blue-500);
|
|
93
95
|
--sidebar-primary-foreground: var(--color-blue-50);
|
|
96
|
+
--sidebar-secondary: var(--color-stone-800);
|
|
97
|
+
--sidebar-secondary-foreground: var(--color-stone-50);
|
|
94
98
|
--sidebar-accent: var(--color-neutral-800);
|
|
95
99
|
--sidebar-accent-foreground: var(--color-neutral-50);
|
|
96
100
|
--sidebar-muted: var(--color-neutral-800);
|
|
@@ -152,6 +156,8 @@
|
|
|
152
156
|
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
153
157
|
--color-sidebar-primary: var(--sidebar-primary);
|
|
154
158
|
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
159
|
+
--color-sidebar-secondary: var(--sidebar-secondary);
|
|
160
|
+
--color-sidebar-secondary-foreground: var(--sidebar-secondary-foreground);
|
|
155
161
|
--color-sidebar-accent: var(--sidebar-accent);
|
|
156
162
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
157
163
|
--color-sidebar-muted: var(--sidebar-muted);
|
|
@@ -36,38 +36,32 @@
|
|
|
36
36
|
@layer base {
|
|
37
37
|
h1,
|
|
38
38
|
.heading-1 {
|
|
39
|
-
@apply font-heading;
|
|
40
|
-
@apply text-5xl tracking-tight;
|
|
39
|
+
@apply font-heading text-5xl tracking-tight;
|
|
41
40
|
}
|
|
42
41
|
|
|
43
42
|
h2,
|
|
44
43
|
.heading-2 {
|
|
45
|
-
@apply font-heading;
|
|
46
|
-
@apply text-4xl tracking-normal;
|
|
44
|
+
@apply font-heading text-4xl tracking-normal;
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
h3,
|
|
50
48
|
.heading-3 {
|
|
51
|
-
@apply font-heading;
|
|
52
|
-
@apply text-3xl tracking-normal;
|
|
49
|
+
@apply font-heading text-3xl tracking-normal;
|
|
53
50
|
}
|
|
54
51
|
|
|
55
52
|
h4,
|
|
56
53
|
.heading-4 {
|
|
57
|
-
@apply font-body font-medium;
|
|
58
|
-
@apply text-xl;
|
|
54
|
+
@apply font-body font-medium text-xl;
|
|
59
55
|
}
|
|
60
56
|
|
|
61
57
|
h5,
|
|
62
58
|
.heading-5 {
|
|
63
|
-
@apply font-body font-semibold;
|
|
64
|
-
@apply text-lg;
|
|
59
|
+
@apply font-body font-semibold text-lg;
|
|
65
60
|
}
|
|
66
61
|
|
|
67
62
|
h6,
|
|
68
63
|
.heading-6 {
|
|
69
|
-
@apply font-body font-bold;
|
|
70
|
-
@apply text-base;
|
|
64
|
+
@apply font-body font-bold text-base;
|
|
71
65
|
}
|
|
72
66
|
|
|
73
67
|
p,
|
|
@@ -109,4 +103,16 @@
|
|
|
109
103
|
.eyebrow {
|
|
110
104
|
@apply font-body text-muted-foreground text-xs uppercase tracking-wide;
|
|
111
105
|
}
|
|
106
|
+
|
|
107
|
+
.dialog-title {
|
|
108
|
+
@apply font-heading font-semibold text-xl;
|
|
109
|
+
|
|
110
|
+
&:has(+ .dialog-description) {
|
|
111
|
+
@apply mb-0.5;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.dialog-description {
|
|
116
|
+
@apply text-muted-foreground text-sm text-balance;
|
|
117
|
+
}
|
|
112
118
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@still-forest/canopy",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.65.0",
|
|
4
4
|
"author": "John Szymanowski",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "React components, built with Tailwind CSS, Shadcn, and VisX",
|
|
@@ -53,17 +53,17 @@
|
|
|
53
53
|
"@base-ui/react": "^1.2.0",
|
|
54
54
|
"cmdk": "^1.1.1",
|
|
55
55
|
"date-fns": "^4.1.0",
|
|
56
|
-
"lucide-react": "^0.
|
|
56
|
+
"lucide-react": "^0.577.0",
|
|
57
57
|
"react-day-picker": "^9.13.2",
|
|
58
58
|
"react-router": "^7.8.2"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@biomejs/biome": "2.4.
|
|
61
|
+
"@biomejs/biome": "2.4.5",
|
|
62
62
|
"@still-forest/biomejs-config": "2.2.0",
|
|
63
|
-
"@storybook/addon-docs": "10.2.
|
|
64
|
-
"@storybook/addon-themes": "10.2.
|
|
65
|
-
"@storybook/builder-vite": "10.2.
|
|
66
|
-
"@storybook/react-vite": "10.2.
|
|
63
|
+
"@storybook/addon-docs": "10.2.14",
|
|
64
|
+
"@storybook/addon-themes": "10.2.14",
|
|
65
|
+
"@storybook/builder-vite": "10.2.14",
|
|
66
|
+
"@storybook/react-vite": "10.2.14",
|
|
67
67
|
"@tailwindcss/vite": "4.2.1",
|
|
68
68
|
"@testing-library/jest-dom": "6.9.1",
|
|
69
69
|
"@testing-library/react": "16.3.2",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"react": "19.2.4",
|
|
81
81
|
"react-dom": "19.2.4",
|
|
82
82
|
"release-it": "19.2.4",
|
|
83
|
-
"storybook": "10.2.
|
|
83
|
+
"storybook": "10.2.14",
|
|
84
84
|
"tailwind-merge": "3.5.0",
|
|
85
85
|
"tailwindcss": "4.2.1",
|
|
86
86
|
"tw-animate-css": "1.4.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tailwindcss": "^4.0.0",
|
|
97
97
|
"tw-animate-css": "^1.0.0"
|
|
98
98
|
},
|
|
99
|
-
"packageManager": "pnpm@10.30.
|
|
99
|
+
"packageManager": "pnpm@10.30.3",
|
|
100
100
|
"pnpm": {
|
|
101
101
|
"overrides": {
|
|
102
102
|
"rollup": "4.59.0"
|