@popgrids/ui 0.0.6 → 0.0.8

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/dist/theme.css CHANGED
@@ -6,87 +6,77 @@
6
6
  @import "@fontsource/poppins/700.css";
7
7
  @import "@fontsource/poppins/800.css";
8
8
 
9
+ @plugin "@tailwindcss/typography";
10
+
9
11
  @custom-variant dark (&:is(.dark *));
10
12
 
11
13
  :root {
12
14
  --radius: 0.625rem;
13
- --background: var(--background, oklch(1 0 0));
14
- --foreground: var(--foreground, oklch(0 0 0));
15
- --card: var(--card, oklch(1 0 0));
16
- --card-foreground: var(--card-foreground, oklch(0.145 0 0));
17
- --popover: var(--popover, oklch(1 0 0));
18
- --popover-foreground: var(--popover-foreground, oklch(0 0 0));
19
- --primary: var(--primary, oklch(0.205 0 0));
20
- --primary-foreground: var(--primary-foreground, oklch(0.985 0 0));
21
- --secondary: var(--secondary, oklch(0.97 0 0));
22
- --secondary-foreground: var(--secondary-foreground, oklch(0.205 0 0));
23
- --muted: var(--muted, oklch(0.97 0 0));
24
- --muted-foreground: var(--muted-foreground, oklch(0.48 0.007 255.43));
25
- --accent: var(--accent, oklch(0.97 0 0));
26
- --accent-foreground: var(--accent-foreground, oklch(0.205 0 0));
27
- --destructive: var(--destructive, oklch(0.577 0.245 27.325));
28
- --border: var(--border, oklch(0.1101 0.0763 264.05 / 10.2%));
29
- --input: var(--input, oklch(0.922 0 0));
30
- --ring: var(--ring, oklch(0.5367 0.2286 262.17));
31
- --chart-1: var(--chart-1, oklch(0.646 0.222 41.116));
32
- --chart-2: var(--chart-2, oklch(0.6 0.118 184.704));
33
- --chart-3: var(--chart-3, oklch(0.398 0.07 227.392));
34
- --chart-4: var(--chart-4, oklch(0.828 0.189 84.429));
35
- --chart-5: var(--chart-5, oklch(0.769 0.188 70.08));
36
- --sidebar: var(--sidebar, oklch(0.985 0 0));
37
- --sidebar-foreground: var(--sidebar-foreground, oklch(0.145 0 0));
38
- --sidebar-primary: var(--sidebar-primary, oklch(0.205 0 0));
39
- --sidebar-primary-foreground: var(
40
- --sidebar-primary-foreground,
41
- oklch(0.985 0 0)
42
- );
43
- --sidebar-accent: var(--sidebar-accent, oklch(0.97 0 0));
44
- --sidebar-accent-foreground: var(
45
- --sidebar-accent-foreground,
46
- oklch(0.205 0 0)
47
- );
48
- --sidebar-border: var(--sidebar-border, oklch(0.922 0 0));
49
- --sidebar-ring: var(--sidebar-ring, oklch(0.708 0 0));
15
+ --background: oklch(1 0 0);
16
+ --foreground: oklch(0 0 0);
17
+ --card: oklch(1 0 0);
18
+ --card-foreground: oklch(0.145 0 0);
19
+ --popover: oklch(1 0 0);
20
+ --popover-foreground: oklch(0 0 0);
21
+ --primary: oklch(0.205 0 0);
22
+ --primary-foreground: oklch(0.985 0 0);
23
+ --secondary: oklch(0.97 0 0);
24
+ --secondary-foreground: oklch(0.205 0 0);
25
+ --muted: oklch(0.97 0 0);
26
+ --muted-foreground: oklch(0.48 0.007 255.43);
27
+ --accent: oklch(0.97 0 0);
28
+ --accent-foreground: oklch(0.205 0 0);
29
+ --destructive: oklch(0.577 0.245 27.325);
30
+ --border: oklch(0.1101 0.0763 264.05 / 10.2%);
31
+ --input: oklch(0.922 0 0);
32
+ --ring: oklch(0.5367 0.2286 262.17);
33
+ --chart-1: oklch(0.646 0.222 41.116);
34
+ --chart-2: oklch(0.6 0.118 184.704);
35
+ --chart-3: oklch(0.398 0.07 227.392);
36
+ --chart-4: oklch(0.828 0.189 84.429);
37
+ --chart-5: oklch(0.769 0.188 70.08);
38
+ --sidebar: oklch(0.985 0 0);
39
+ --sidebar-foreground: oklch(0.145 0 0);
40
+ --sidebar-primary: oklch(0.205 0 0);
41
+ --sidebar-primary-foreground: oklch(0.985 0 0);
42
+ --sidebar-accent: oklch(0.97 0 0);
43
+ --sidebar-accent-foreground: oklch(0.205 0 0);
44
+ --sidebar-border: oklch(0.922 0 0);
45
+ --sidebar-ring: oklch(0.708 0 0);
50
46
  }
51
47
 
52
48
  .dark {
53
- --background: var(--background, oklch(0.15 0.03 255.43));
54
- --foreground: var(--foreground, oklch(0.66 0.006 255.43));
55
- --card: var(--card, oklch(0.205 0 0));
56
- --card-foreground: var(--card-foreground, oklch(0.985 0 0));
57
- --popover: var(--popover, oklch(0.15 0.03 255.43));
58
- --popover-foreground: var(--popover-foreground, oklch(0.66 0.006 255.43));
59
- --primary: var(--primary, oklch(0.922 0 0));
60
- --primary-foreground: var(--primary-foreground, oklch(0.205 0 0));
61
- --secondary: var(--secondary, oklch(0.269 0 0));
62
- --secondary-foreground: var(--secondary-foreground, oklch(0.985 0 0));
63
- --muted: var(--muted, oklch(0.269 0 0));
64
- --muted-foreground: var(--muted-foreground, oklch(0.66 0.006 255.43));
65
- --accent: var(--accent, oklch(0.269 0 0));
66
- --accent-foreground: var(--accent-foreground, oklch(0.985 0 0));
67
- --destructive: var(--destructive, oklch(0.704 0.191 22.216));
68
- --border: var(--border, oklch(1 0 0 / 10%));
69
- --input: var(--input, oklch(1 0 0 / 15%));
70
- --ring: var(--ring, oklch(0.5367 0.2286 262.17));
71
- --chart-1: var(--chart-1, oklch(0.488 0.243 264.376));
72
- --chart-2: var(--chart-2, oklch(0.696 0.17 162.48));
73
- --chart-3: var(--chart-3, oklch(0.769 0.188 70.08));
74
- --chart-4: var(--chart-4, oklch(0.627 0.265 303.9));
75
- --chart-5: var(--chart-5, oklch(0.645 0.246 16.439));
76
- --sidebar: var(--sidebar, oklch(0.205 0 0));
77
- --sidebar-foreground: var(--sidebar-foreground, oklch(0.985 0 0));
78
- --sidebar-primary: var(--sidebar-primary, oklch(0.488 0.243 264.376));
79
- --sidebar-primary-foreground: var(
80
- --sidebar-primary-foreground,
81
- oklch(0.985 0 0)
82
- );
83
- --sidebar-accent: var(--sidebar-accent, oklch(0.269 0 0));
84
- --sidebar-accent-foreground: var(
85
- --sidebar-accent-foreground,
86
- oklch(0.985 0 0)
87
- );
88
- --sidebar-border: var(--sidebar-border, oklch(1 0 0 / 10%));
89
- --sidebar-ring: var(--sidebar-ring, oklch(0.556 0 0));
49
+ --background: oklch(0.15 0.03 255.43);
50
+ --foreground: oklch(0.66 0.006 255.43);
51
+ --card: oklch(0.205 0 0);
52
+ --card-foreground: oklch(0.985 0 0);
53
+ --popover: oklch(0.15 0.03 255.43);
54
+ --popover-foreground: oklch(0.66 0.006 255.43);
55
+ --primary: oklch(0.922 0 0);
56
+ --primary-foreground: oklch(0.205 0 0);
57
+ --secondary: oklch(0.269 0 0);
58
+ --secondary-foreground: oklch(0.985 0 0);
59
+ --muted: oklch(0.269 0 0);
60
+ --muted-foreground: oklch(0.66 0.006 255.43);
61
+ --accent: oklch(0.269 0 0);
62
+ --accent-foreground: oklch(0.985 0 0);
63
+ --destructive: oklch(0.704 0.191 22.216);
64
+ --border: oklch(1 0 0 / 10%);
65
+ --input: oklch(1 0 0 / 15%);
66
+ --ring: oklch(0.5367 0.2286 262.17);
67
+ --chart-1: oklch(0.488 0.243 264.376);
68
+ --chart-2: oklch(0.696 0.17 162.48);
69
+ --chart-3: oklch(0.769 0.188 70.08);
70
+ --chart-4: oklch(0.627 0.265 303.9);
71
+ --chart-5: oklch(0.645 0.246 16.439);
72
+ --sidebar: oklch(0.205 0 0);
73
+ --sidebar-foreground: oklch(0.985 0 0);
74
+ --sidebar-primary: oklch(0.488 0.243 264.376);
75
+ --sidebar-primary-foreground: oklch(0.985 0 0);
76
+ --sidebar-accent: oklch(0.269 0 0);
77
+ --sidebar-accent-foreground: oklch(0.985 0 0);
78
+ --sidebar-border: oklch(1 0 0 / 10%);
79
+ --sidebar-ring: oklch(0.556 0 0);
90
80
  }
91
81
 
92
82
  @theme inline {
@@ -173,6 +163,17 @@
173
163
  cubic-bezier(0, 0, 0.2, 1) infinite;
174
164
  --animate-glowing-border: glowing-border 3s linear infinite;
175
165
 
166
+ /* Blur */
167
+ --blur-xs: 4px;
168
+ --blur-sm: 8px;
169
+ --blur-md: 16px;
170
+ --blur-lg: 24px;
171
+ --blur-xl: 40px;
172
+ --blur-2xl: 60px;
173
+
174
+ /* Breakpoints */
175
+ --breakpoint-2xl: 87.5rem;
176
+
176
177
  /* Color: Brand */
177
178
  --color-brand-midnight-900: oklch(0.15 0.03 255.43);
178
179
  --color-brand-midnight-800: oklch(0.19 0.05 255.43);
@@ -271,6 +272,59 @@
271
272
  --color-success-900: oklch(0.26 0.16 145.43);
272
273
  --color-success-950: oklch(0.17 0.13 145.43);
273
274
 
275
+ /* Container widths */
276
+ --container-3xs: 16rem;
277
+ --container-2xs: 20rem;
278
+ --container-xs: 24rem;
279
+ --container-sm: 30rem;
280
+ --container-md: 36rem;
281
+ --container-lg: 40rem;
282
+ --container-xl: 48rem;
283
+ --container-2xl: 64rem;
284
+ --container-3xl: 80rem;
285
+ --container-4xl: 90rem;
286
+ --container-5xl: 100rem;
287
+ --container-6xl: 120rem;
288
+ --container-7xl: 140rem;
289
+
290
+ /* Drop-Shadow */
291
+ --drop-shadow-xl: 0px 20px 24px rgba(16, 24, 40, 0.1);
292
+ --drop-shadow-2xl: 0px 24px 48px rgba(16, 24, 40, 0.18);
293
+ --drop-shadow-3xl: 0px 32px 48px rgba(16, 24, 40, 0.14);
294
+ --drop-shadow-4xl: 0px 24px 20px rgba(16, 24, 40, 0.28);
295
+ --drop-shadow-forest-3xl: 0px 32px 24px rgba(0, 80, 70, 0.45);
296
+
297
+ /* Durations */
298
+ --transition-duration-bouncy: 1s;
299
+ --transition-duration-card-highlight: 0.6s;
300
+ --transition-duration-gentle: 0.833s;
301
+ --transition-duration-menu: 0.4s;
302
+ --transition-duration-pop-hover: 0.6s;
303
+ --transition-duration-pop-text: 0.3s;
304
+ --transition-duration-quick: 0.833s;
305
+ --transition-duration-slow: 1.167s;
306
+
307
+ --default-transition-duration: 150ms;
308
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
309
+
310
+ /* Easing */
311
+ /* prettier-ignore */
312
+ --ease-bouncy: linear(0, 0.011, 0.045 1.3%, 0.184 2.7%, 0.911 7.4%, 1.153 9.4%, 1.301 11.2%, 1.342, 1.362 13%, 1.363, 1.355 14.4%, 1.306 16%, 1.028 21%, 0.939 23%, 0.89 24.7%, 0.876, 0.868 26.4%, 0.869, 0.882 29%, 0.907 30.5%, 1.014 35.9%, 1.038, 1.048 39.8% 41.1%, 1.043 42.5%, 0.995 49.3%, 0.987, 0.983 53.2%, 0.984 55.9%, 1.002 62.7%, 1.006 66.4%, 0.998 79.7%, 1);
313
+ /* prettier-ignore */
314
+ --ease-card-highlight: linear(0, 0.008, 0.031 1.8%, 0.127 3.9%, 0.671 11.8%, 0.881 15.5%, 0.959, 1.02 19.2%, 1.064, 1.093 23.2%, 1.102, 1.108, 1.108, 1.104 28.7%, 1.089 31.4%, 1.038 38.1%, 1.016 41.5%, 0.999 45.4%, 0.99 49.6%, 0.989 55.3%, 1.001 74.9%, 1);
315
+ /* prettier-ignore */
316
+ --ease-gentle: linear(0, 0.007, 0.026, 0.059 4.5%, 0.106 6.3%, 0.209 9.5%, 0.558 19.3%, 0.658, 0.742, 0.812, 0.87, 0.918, 0.957, 0.986 41.6%, 1.007 45.3%, 1.021 49.4%, 1.027 54% 60.9%, 1.007 83.2%, 1);
317
+ /* prettier-ignore */
318
+ --ease-menu: linear(0, 0.0034 0.81%, 0.0278 2.42%, 0.097 4.84%, 0.5361 15.32%, 0.655 18.55%, 0.7314, 0.7964 23.39%, 0.8662, 0.9185, 0.9561, 0.9818, 0.9984, 1.0083 42.74%, 1.014 46.77%, 1.0145 53.22%, 1.0053 68.55%, 1.0019 77.42%, 0.9998 100%);
319
+ /* prettier-ignore */
320
+ --ease-pop-hover: linear(0, 0.008, 0.031 1.8%, 0.127 3.9%, 0.671 11.8%, 0.881 15.5%, 0.959, 1.02 19.2%, 1.064, 1.093 23.2%, 1.102, 1.108, 1.108, 1.104 28.7%, 1.089 31.4%, 1.038 38.1%, 1.016 41.5%, 0.999 45.4%, 0.99 49.6%, 0.989 55.3%, 1.001 74.9%, 1);
321
+ /* prettier-ignore */
322
+ --ease-pop-text: linear(0, 0.0051 0.99%, 0.0261, 0.0607 3.61%, 0.1192 5.26%, 0.2531 8.21%, 0.6509 16.1%, 0.7652 18.73%, 0.8512, 0.9232 23.33%, 0.9881 25.96%, 1.0305 28.26%, 1.0642 30.88%, 1.0782 32.53%, 1.089, 1.094 36.47%, 1.0942, 1.0896 41.07%, 1.0804 43.7%, 1.0354 53.23%, 1.0181 57.5%, 1.0061 61.44%, 0.9974 65.71%, 0.9925 70.31%, 0.991 75.9%, 0.9996 99.88%);
323
+ /* prettier-ignore */
324
+ --ease-quick: linear(0, 0.008, 0.031 1.8%, 0.127 3.9%, 0.671 11.8%, 0.881 15.5%, 0.959, 1.02 19.2%, 1.064, 1.093 23.2%, 1.102, 1.108, 1.108, 1.104 28.7%, 1.089 31.4%, 1.038 38.1%, 1.016 41.5%, 0.999 45.4%, 0.99 49.6%, 0.989 55.3%, 1.001 74.9%, 1);
325
+ /* prettier-ignore */
326
+ --ease-slow: linear(0, 0.005, 0.02 2%, 0.081 4.5%, 0.469 15.2%, 0.567, 0.65, 0.722 24.4%, 0.784, 0.835 31.1%, 0.878 34.9%, 0.914 39.1%, 0.942 43.8%, 0.964 49.1%, 0.979 55.4%, 0.989 62.4%, 0.995 71.1%, 1);
327
+
274
328
  /* Brand Font Settings */
275
329
  --font--feature-settings: "kern" 1, "liga" 1, "calt" 1, "rlig" 1;
276
330
  --font--variation-settings: "opsz" 14;
@@ -279,8 +333,32 @@
279
333
  --font-decor--feature-settings: "cv08", "ss01" 1, "ss03" 1, "kern" 1, "liga" 1;
280
334
  --font-decor--variation-settings: "opsz" 32;
281
335
 
282
- --default-transition-duration: 150ms;
283
- --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
336
+ /* Radius */
337
+ --radius-none: 0; /* 0px */
338
+ --radius-xxs: 0.125rem; /* 2px */
339
+ --radius-xs: 0.25rem; /* 4px */
340
+ --radius-sm: 0.375rem; /* 6px */
341
+ --radius-md: 0.5rem; /* 8px */
342
+ --radius-lg: 0.625rem; /* 10px */
343
+ --radius-xl: 0.75rem; /* 12px */
344
+ --radius-2xl: 1rem; /* 16px */
345
+ --radius-3xl: 1.25rem; /* 20px */
346
+ --radius-4xl: 1.5rem; /* 24px */
347
+
348
+ /* Shadows */
349
+ --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
350
+ --shadow-sm: 0px 1px 3px 0px rgba(16, 24, 40, 0.1),
351
+ 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
352
+ --shadow-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.1),
353
+ 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
354
+ --shadow-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
355
+ 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
356
+ --shadow-xl: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
357
+ 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
358
+ --shadow-2xl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
359
+ --shadow-3xl: 0px 32px 48px rgba(16, 24, 40, 0.14);
360
+ --shadow-4xl: 0px 24px 20px rgba(16, 24, 40, 0.28);
361
+ --shadow-forest-3xl: 0px 32px 24px rgba(0, 80, 70, 0.45);
284
362
 
285
363
  /* Font Sizes */
286
364
  /* Regular Text */
@@ -440,10 +518,32 @@
440
518
  }
441
519
  }
442
520
 
521
+ @utility mask {
522
+ mask-size: contain;
523
+ mask-repeat: no-repeat;
524
+ mask-position: center;
525
+ }
526
+
527
+ @utility mask-squircle {
528
+ mask-image: url("data:image/svg+xml,%3csvg width='160' height='160' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M 0 80 C 0 14.12 14.12 0 80 0 C 145.88 0 160 14.12 160 80 C 160 145.88 145.88 160 80 160 C 14.12 160 0 145.88 0 80 Z'/%3e%3c/svg%3e");
529
+ }
530
+
443
531
  @utility scrollbar-stable {
444
532
  scrollbar-gutter: stable;
445
533
  }
446
534
 
535
+ @layer utilities {
536
+ .prose {
537
+ --tw-prose-body: var(--foreground);
538
+ --tw-prose-bullets: var(--foreground);
539
+ --tw-prose-headings: var(--foreground);
540
+
541
+ &::marker {
542
+ color: var(--foreground);
543
+ }
544
+ }
545
+ }
546
+
447
547
  /* Instruct Tailwind to scan this library's files when this CSS is imported */
448
548
  /* The path is relative to this CSS file's location in node_modules */
449
549
  @source "./**/*.{js,cjs}";
package/package.json CHANGED
@@ -1,21 +1,35 @@
1
1
  {
2
2
  "author": "PopGrids",
3
3
  "dependencies": {
4
- "@fontsource-variable/inter": "^5.0.0",
5
- "@fontsource/poppins": "^5.0.0",
6
4
  "class-variance-authority": "^0.7.0",
7
5
  "clsx": "^2.1.1",
8
- "tailwind-merge": "^2.5.5"
6
+ "tailwind-merge": "^3.4.0"
9
7
  },
10
- "description": "A modern, production-ready React UI component library based on shadcn/ui principles, built with Base UI primitives and optimized for tree-shaking.",
8
+ "description": "A modern, production-ready React UI component library based on shadcn/ui principles, built with Radix UI primitives and optimized for tree-shaking.",
11
9
  "devDependencies": {
12
10
  "@changesets/cli": "^2.29.8",
11
+ "@radix-ui/react-avatar": "^1.1.11",
12
+ "@radix-ui/react-collapsible": "^1.1.12",
13
+ "@radix-ui/react-dialog": "^1.1.15",
14
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
15
+ "@radix-ui/react-label": "^2.1.8",
16
+ "@radix-ui/react-separator": "^1.1.8",
17
+ "@radix-ui/react-slot": "^1.2.4",
18
+ "@radix-ui/react-tooltip": "^1.2.8",
19
+ "@radix-ui/react-visually-hidden": "^1.2.4",
20
+ "@size-limit/preset-small-lib": "^12.0.0",
21
+ "@size-limit/time": "^12.0.0",
13
22
  "@types/node": "^25.0.3",
14
- "@types/react": "^19.0.0",
15
- "@types/react-dom": "^19.0.0",
23
+ "@types/react": "^18.2.0 || ^19.0.0",
24
+ "@types/react-dom": "^18.2.0 || ^19.0.0",
25
+ "@untitledui/icons": "^0.0.19",
26
+ "fast-glob": "^3.3.3",
27
+ "prettier": "^3.7.4",
28
+ "prettier-plugin-tailwindcss": "^0.7.2",
16
29
  "react": "^19.0.0",
17
30
  "react-dom": "^19.0.0",
18
31
  "shadcn": "^3.6.2",
32
+ "size-limit": "^12.0.0",
19
33
  "tailwindcss": "^4.0.0",
20
34
  "tsup": "^8.3.5",
21
35
  "typescript": "^5.6.3"
@@ -31,6 +45,31 @@
31
45
  "default": "./dist/index.cjs"
32
46
  }
33
47
  },
48
+ "./button": {
49
+ "types": "./dist/button.d.ts",
50
+ "import": "./dist/button.js",
51
+ "require": "./dist/button.cjs"
52
+ },
53
+ "./content-block": {
54
+ "types": "./dist/content-block.d.ts",
55
+ "import": "./dist/content-block.js",
56
+ "require": "./dist/content-block.cjs"
57
+ },
58
+ "./dropdown-menu": {
59
+ "types": "./dist/dropdown-menu.d.ts",
60
+ "import": "./dist/dropdown-menu.js",
61
+ "require": "./dist/dropdown-menu.cjs"
62
+ },
63
+ "./footer": {
64
+ "types": "./dist/footer.d.ts",
65
+ "import": "./dist/footer.js",
66
+ "require": "./dist/footer.cjs"
67
+ },
68
+ "./section-flourish": {
69
+ "types": "./dist/section-flourish.d.ts",
70
+ "import": "./dist/section-flourish.js",
71
+ "require": "./dist/section-flourish.cjs"
72
+ },
34
73
  "./theme.css": "./dist/theme.css"
35
74
  },
36
75
  "files": [
@@ -43,7 +82,7 @@
43
82
  "tailwind",
44
83
  "tailwindcss",
45
84
  "shadcn",
46
- "base-ui",
85
+ "radix-ui",
47
86
  "tree-shakeable",
48
87
  "typescript"
49
88
  ],
@@ -52,12 +91,25 @@
52
91
  "module": "./dist/index.js",
53
92
  "name": "@popgrids/ui",
54
93
  "peerDependencies": {
55
- "@base-ui/react": "^1.0.0",
56
- "react": "^19.0.0",
57
- "react-dom": "^19.0.0",
58
- "shadcn": "^3.6.2",
94
+ "@radix-ui/react-avatar": "^1.1.11",
95
+ "@radix-ui/react-collapsible": "^1.1.12",
96
+ "@radix-ui/react-dialog": "^1.1.15",
97
+ "@radix-ui/react-dropdown-menu": "^2.1.16",
98
+ "@radix-ui/react-label": "^2.1.8",
99
+ "@radix-ui/react-separator": "^1.1.8",
100
+ "@radix-ui/react-slot": "^1.2.4",
101
+ "@radix-ui/react-tooltip": "^1.2.8",
102
+ "@radix-ui/react-visually-hidden": "^1.2.4",
103
+ "@untitledui/icons": "^0.0.19",
104
+ "react": "^18 || ^19",
105
+ "react-dom": "^18 || ^19",
59
106
  "tailwindcss": "^4.0.0"
60
107
  },
108
+ "peerDependenciesMeta": {
109
+ "tailwindcss": {
110
+ "optional": false
111
+ }
112
+ },
61
113
  "private": false,
62
114
  "publishConfig": {
63
115
  "access": "public"
@@ -67,10 +119,18 @@
67
119
  "url": "git+https://github.com/popgrids/popgrids-ui.git"
68
120
  },
69
121
  "sideEffects": false,
122
+ "size-limit": [
123
+ {
124
+ "limit": "20 KB",
125
+ "path": "dist/index.js",
126
+ "running": false
127
+ }
128
+ ],
70
129
  "type": "module",
71
130
  "types": "./dist/index.d.ts",
72
- "version": "0.0.6",
131
+ "version": "0.0.8",
73
132
  "scripts": {
74
- "build": "tsup"
133
+ "build": "tsup",
134
+ "size": "size-limit"
75
135
  }
76
136
  }