@tumaet/prompt-ui-components 0.0.5 → 0.0.6

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.
@@ -1,5 +1,5 @@
1
1
  export * from './ui';
2
- export * from './minimal-tiptap';
2
+ // export * from './minimal-tiptap'
3
3
  export * from './DatePicker';
4
4
  export * from './DeleteConfirmationDialog';
5
5
  export * from './ErrorPage';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAA;AACpB,cAAc,kBAAkB,CAAA;AAChC,cAAc,cAAc,CAAA;AAC5B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAA;AACpB,mCAAmC;AACnC,cAAc,cAAc,CAAA;AAC5B,cAAc,4BAA4B,CAAA;AAC1C,cAAc,aAAa,CAAA;AAC3B,cAAc,eAAe,CAAA;AAC7B,cAAc,wBAAwB,CAAA;AACtC,cAAc,oBAAoB,CAAA;AAClC,cAAc,oBAAoB,CAAA;AAClC,cAAc,eAAe,CAAA"}
package/dist/index.css CHANGED
@@ -1,105 +1,2 @@
1
- @tailwind base;
2
- @tailwind components;
3
- @tailwind utilities;
4
-
5
- @layer base {
6
- :root {
7
- --background: 0 0% 100%;
8
- --foreground: 240 10% 3.9%;
9
- --card: 0 0% 100%;
10
- --card-foreground: 240 10% 3.9%;
11
- --popover: 0 0% 100%;
12
- --popover-foreground: 240 10% 3.9%;
13
- --primary: 240 5.9% 10%;
14
- --primary-foreground: 0 0% 98%;
15
- --secondary: 240 4.8% 95.9%;
16
- --secondary-foreground: 240 5.9% 10%;
17
- --muted: 240 4.8% 95.9%;
18
- --muted-foreground: 240 3.8% 46.1%;
19
- --accent: 240 4.8% 95.9%;
20
- --accent-foreground: 240 5.9% 10%;
21
- --destructive: 0 84.2% 60.2%;
22
- --destructive-foreground: 0 0% 98%;
23
- --border: 240 5.9% 90%;
24
- --input: 240 5.9% 90%;
25
- --ring: 240 5.9% 10%;
26
- --radius: 0.5rem;
27
- --success: 120 84.2% 50%;
28
- --chart-blue: 221.2 83.2% 53.3%;
29
- --chart-1: 12 76% 61%;
30
- --chart-2: 173 58% 39%;
31
- --chart-3: 197 37% 24%;
32
- --chart-4: 43 74% 66%;
33
- --chart-5: 27 87% 67%;
34
- --sidebar-background: 0 0% 98%;
35
- --sidebar-foreground: 240 5.3% 26.1%;
36
- --sidebar-primary: 240 5.9% 10%;
37
- --sidebar-primary-foreground: 0 0% 98%;
38
- --sidebar-accent: 240 4.8% 95.9%;
39
- --sidebar-accent-foreground: 240 5.9% 10%;
40
- --sidebar-border: 220 13% 91%;
41
- --sidebar-ring: 217.2 91.2% 59.8%;
42
- }
43
-
44
- .dark {
45
- --background: 240 10% 3.9%;
46
- --foreground: 0 0% 98%;
47
- --card: 240 10% 3.9%;
48
- --card-foreground: 0 0% 98%;
49
- --popover: 240 10% 3.9%;
50
- --popover-foreground: 0 0% 98%;
51
- --primary: 0 0% 98%;
52
- --primary-foreground: 240 5.9% 10%;
53
- --secondary: 240 3.7% 15.9%;
54
- --secondary-foreground: 0 0% 98%;
55
- --muted: 240 3.7% 15.9%;
56
- --muted-foreground: 240 5% 64.9%;
57
- --accent: 240 3.7% 15.9%;
58
- --accent-foreground: 0 0% 98%;
59
- --destructive: 0 62.8% 30.6%;
60
- --destructive-foreground: 0 0% 98%;
61
- --border: 240 3.7% 15.9%;
62
- --input: 240 3.7% 15.9%;
63
- --ring: 240 4.9% 83.9%;
64
- --success: 120 84.2% 60%;
65
- --chart-blue: 217.2 91.2% 59.8%;
66
- --chart-1: 220 70% 50%;
67
- --chart-2: 160 60% 45%;
68
- --chart-3: 30 80% 55%;
69
- --chart-4: 280 65% 60%;
70
- --chart-5: 340 75% 55%;
71
- --sidebar-background: 240 5.9% 10%;
72
- --sidebar-foreground: 240 4.8% 95.9%;
73
- --sidebar-primary: 224.3 76.3% 48%;
74
- --sidebar-primary-foreground: 0 0% 100%;
75
- --sidebar-accent: 240 3.7% 15.9%;
76
- --sidebar-accent-foreground: 240 4.8% 95.9%;
77
- --sidebar-border: 240 3.7% 15.9%;
78
- --sidebar-ring: 217.2 91.2% 59.8%;
79
- }
80
- }
81
-
82
-
83
- @layer base {
84
- * {
85
- @apply border-border;
86
- }
87
- body {
88
- @apply bg-background text-foreground;
89
- }
90
-
91
-
92
- ::-webkit-scrollbar {
93
- @apply w-2 h-2;
94
- }
95
-
96
- ::-webkit-scrollbar-track {
97
- @apply bg-muted;
98
- }
99
-
100
- ::-webkit-scrollbar-thumb {
101
- @apply rounded-full bg-muted-foreground;
102
- }
103
- }
104
-
105
- /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uL3NyYy9pbmRleC5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEiLCJmaWxlIjoiaW5kZXguY3NzIiwic291cmNlc0NvbnRlbnQiOlsiQHRhaWx3aW5kIGJhc2U7XG5AdGFpbHdpbmQgY29tcG9uZW50cztcbkB0YWlsd2luZCB1dGlsaXRpZXM7IFxuXG5AbGF5ZXIgYmFzZSB7XG4gIDpyb290IHtcbiAgICAtLWJhY2tncm91bmQ6IDAgMCUgMTAwJTtcbiAgICAtLWZvcmVncm91bmQ6IDI0MCAxMCUgMy45JTtcbiAgICAtLWNhcmQ6IDAgMCUgMTAwJTtcbiAgICAtLWNhcmQtZm9yZWdyb3VuZDogMjQwIDEwJSAzLjklO1xuICAgIC0tcG9wb3ZlcjogMCAwJSAxMDAlO1xuICAgIC0tcG9wb3Zlci1mb3JlZ3JvdW5kOiAyNDAgMTAlIDMuOSU7XG4gICAgLS1wcmltYXJ5OiAyNDAgNS45JSAxMCU7XG4gICAgLS1wcmltYXJ5LWZvcmVncm91bmQ6IDAgMCUgOTglO1xuICAgIC0tc2Vjb25kYXJ5OiAyNDAgNC44JSA5NS45JTtcbiAgICAtLXNlY29uZGFyeS1mb3JlZ3JvdW5kOiAyNDAgNS45JSAxMCU7XG4gICAgLS1tdXRlZDogMjQwIDQuOCUgOTUuOSU7XG4gICAgLS1tdXRlZC1mb3JlZ3JvdW5kOiAyNDAgMy44JSA0Ni4xJTtcbiAgICAtLWFjY2VudDogMjQwIDQuOCUgOTUuOSU7XG4gICAgLS1hY2NlbnQtZm9yZWdyb3VuZDogMjQwIDUuOSUgMTAlO1xuICAgIC0tZGVzdHJ1Y3RpdmU6IDAgODQuMiUgNjAuMiU7XG4gICAgLS1kZXN0cnVjdGl2ZS1mb3JlZ3JvdW5kOiAwIDAlIDk4JTtcbiAgICAtLWJvcmRlcjogMjQwIDUuOSUgOTAlO1xuICAgIC0taW5wdXQ6IDI0MCA1LjklIDkwJTtcbiAgICAtLXJpbmc6IDI0MCA1LjklIDEwJTtcbiAgICAtLXJhZGl1czogMC41cmVtO1xuICAgIC0tc3VjY2VzczogMTIwIDg0LjIlIDUwJTsgXG4gICAgLS1jaGFydC1ibHVlOiAyMjEuMiA4My4yJSA1My4zJTtcbiAgICAtLWNoYXJ0LTE6IDEyIDc2JSA2MSU7XG4gICAgLS1jaGFydC0yOiAxNzMgNTglIDM5JTtcbiAgICAtLWNoYXJ0LTM6IDE5NyAzNyUgMjQlO1xuICAgIC0tY2hhcnQtNDogNDMgNzQlIDY2JTtcbiAgICAtLWNoYXJ0LTU6IDI3IDg3JSA2NyU7XG4gICAgLS1zaWRlYmFyLWJhY2tncm91bmQ6IDAgMCUgOTglO1xuICAgIC0tc2lkZWJhci1mb3JlZ3JvdW5kOiAyNDAgNS4zJSAyNi4xJTtcbiAgICAtLXNpZGViYXItcHJpbWFyeTogMjQwIDUuOSUgMTAlO1xuICAgIC0tc2lkZWJhci1wcmltYXJ5LWZvcmVncm91bmQ6IDAgMCUgOTglO1xuICAgIC0tc2lkZWJhci1hY2NlbnQ6IDI0MCA0LjglIDk1LjklO1xuICAgIC0tc2lkZWJhci1hY2NlbnQtZm9yZWdyb3VuZDogMjQwIDUuOSUgMTAlO1xuICAgIC0tc2lkZWJhci1ib3JkZXI6IDIyMCAxMyUgOTElO1xuICAgIC0tc2lkZWJhci1yaW5nOiAyMTcuMiA5MS4yJSA1OS44JTtcbiAgfVxuXG4gIC5kYXJrIHtcbiAgICAtLWJhY2tncm91bmQ6IDI0MCAxMCUgMy45JTtcbiAgICAtLWZvcmVncm91bmQ6IDAgMCUgOTglO1xuICAgIC0tY2FyZDogMjQwIDEwJSAzLjklO1xuICAgIC0tY2FyZC1mb3JlZ3JvdW5kOiAwIDAlIDk4JTtcbiAgICAtLXBvcG92ZXI6IDI0MCAxMCUgMy45JTtcbiAgICAtLXBvcG92ZXItZm9yZWdyb3VuZDogMCAwJSA5OCU7XG4gICAgLS1wcmltYXJ5OiAwIDAlIDk4JTtcbiAgICAtLXByaW1hcnktZm9yZWdyb3VuZDogMjQwIDUuOSUgMTAlO1xuICAgIC0tc2Vjb25kYXJ5OiAyNDAgMy43JSAxNS45JTtcbiAgICAtLXNlY29uZGFyeS1mb3JlZ3JvdW5kOiAwIDAlIDk4JTtcbiAgICAtLW11dGVkOiAyNDAgMy43JSAxNS45JTtcbiAgICAtLW11dGVkLWZvcmVncm91bmQ6IDI0MCA1JSA2NC45JTtcbiAgICAtLWFjY2VudDogMjQwIDMuNyUgMTUuOSU7XG4gICAgLS1hY2NlbnQtZm9yZWdyb3VuZDogMCAwJSA5OCU7XG4gICAgLS1kZXN0cnVjdGl2ZTogMCA2Mi44JSAzMC42JTtcbiAgICAtLWRlc3RydWN0aXZlLWZvcmVncm91bmQ6IDAgMCUgOTglO1xuICAgIC0tYm9yZGVyOiAyNDAgMy43JSAxNS45JTtcbiAgICAtLWlucHV0OiAyNDAgMy43JSAxNS45JTtcbiAgICAtLXJpbmc6IDI0MCA0LjklIDgzLjklO1xuICAgIC0tc3VjY2VzczogMTIwIDg0LjIlIDYwJTtcbiAgICAtLWNoYXJ0LWJsdWU6IDIxNy4yIDkxLjIlIDU5LjglO1xuICAgIC0tY2hhcnQtMTogMjIwIDcwJSA1MCU7XG4gICAgLS1jaGFydC0yOiAxNjAgNjAlIDQ1JTtcbiAgICAtLWNoYXJ0LTM6IDMwIDgwJSA1NSU7XG4gICAgLS1jaGFydC00OiAyODAgNjUlIDYwJTtcbiAgICAtLWNoYXJ0LTU6IDM0MCA3NSUgNTUlO1xuICAgIC0tc2lkZWJhci1iYWNrZ3JvdW5kOiAyNDAgNS45JSAxMCU7XG4gICAgLS1zaWRlYmFyLWZvcmVncm91bmQ6IDI0MCA0LjglIDk1LjklO1xuICAgIC0tc2lkZWJhci1wcmltYXJ5OiAyMjQuMyA3Ni4zJSA0OCU7XG4gICAgLS1zaWRlYmFyLXByaW1hcnktZm9yZWdyb3VuZDogMCAwJSAxMDAlO1xuICAgIC0tc2lkZWJhci1hY2NlbnQ6IDI0MCAzLjclIDE1LjklO1xuICAgIC0tc2lkZWJhci1hY2NlbnQtZm9yZWdyb3VuZDogMjQwIDQuOCUgOTUuOSU7XG4gICAgLS1zaWRlYmFyLWJvcmRlcjogMjQwIDMuNyUgMTUuOSU7XG4gICAgLS1zaWRlYmFyLXJpbmc6IDIxNy4yIDkxLjIlIDU5LjglO1xuICB9XG59XG5cblxuQGxheWVyIGJhc2Uge1xuICAqIHtcbiAgICBAYXBwbHkgYm9yZGVyLWJvcmRlcjtcbiAgfVxuICBib2R5IHtcbiAgICBAYXBwbHkgYmctYmFja2dyb3VuZCB0ZXh0LWZvcmVncm91bmQ7XG4gIH1cblxuXG4gIDo6LXdlYmtpdC1zY3JvbGxiYXIge1xuICAgIEBhcHBseSB3LTIgaC0yO1xuICB9XG5cbiAgOjotd2Via2l0LXNjcm9sbGJhci10cmFjayB7XG4gICAgQGFwcGx5IGJnLW11dGVkO1xuICB9XG5cbiAgOjotd2Via2l0LXNjcm9sbGJhci10aHVtYiB7XG4gICAgQGFwcGx5IHJvdW5kZWQtZnVsbCBiZy1tdXRlZC1mb3JlZ3JvdW5kO1xuICB9XG59XG4iXX0= */
1
+ /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
2
+ @supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-leading:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 rgba(0,0,0,0);--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 rgba(0,0,0,0);--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 rgba(0,0,0,0);--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 rgba(0,0,0,0);--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 rgba(0,0,0,0);--tw-outline-style:solid;--tw-duration:initial;--tw-ease:initial;--tw-content:"";--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}.pointer-events-auto:not(#\#):not(#\#){pointer-events:auto}.pointer-events-none:not(#\#):not(#\#){pointer-events:none}.invisible:not(#\#):not(#\#){visibility:hidden}.visible:not(#\#):not(#\#){visibility:visible}.sr-only:not(#\#):not(#\#){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute:not(#\#):not(#\#){position:absolute}.fixed:not(#\#):not(#\#){position:fixed}.relative:not(#\#):not(#\#){position:relative}.sticky:not(#\#):not(#\#){position:sticky}.top-\[50\%\]:not(#\#):not(#\#){top:50%}.left-\[50\%\]:not(#\#):not(#\#){left:50%}.z-10:not(#\#):not(#\#){z-index:10}.z-20:not(#\#):not(#\#){z-index:20}.z-50:not(#\#):not(#\#){z-index:50}.z-\[100\]:not(#\#):not(#\#){z-index:100}.container:not(#\#):not(#\#){width:100%}.mx-auto:not(#\#):not(#\#){margin-left:auto;margin-right:auto}.ml-auto:not(#\#):not(#\#){margin-left:auto}.block:not(#\#):not(#\#){display:block}.flex:not(#\#):not(#\#){display:flex}.grid:not(#\#):not(#\#){display:grid}.hidden:not(#\#):not(#\#){display:none}.inline-flex:not(#\#):not(#\#){display:inline-flex}.table:not(#\#):not(#\#){display:table}.aspect-square:not(#\#):not(#\#){aspect-ratio:1}.h-\[1px\]:not(#\#):not(#\#){height:1px}.h-\[var\(--radix-select-trigger-height\)\]:not(#\#):not(#\#){height:var(--radix-select-trigger-height)}.h-auto:not(#\#):not(#\#){height:auto}.h-full:not(#\#):not(#\#){height:100%}.h-px:not(#\#):not(#\#){height:1px}.h-screen:not(#\#):not(#\#){height:100vh}.h-svh:not(#\#):not(#\#){height:100svh}.max-h-\[300px\]:not(#\#):not(#\#){max-height:300px}.max-h-screen:not(#\#):not(#\#){max-height:100vh}.min-h-\[80px\]:not(#\#):not(#\#){min-height:80px}.min-h-screen:not(#\#):not(#\#){min-height:100vh}.min-h-svh:not(#\#):not(#\#){min-height:100svh}.w-3\/4:not(#\#):not(#\#){width:75%}.w-\[--sidebar-width\]:not(#\#):not(#\#){width:--sidebar-width}.w-\[1px\]:not(#\#):not(#\#){width:1px}.w-\[280px\]:not(#\#):not(#\#){width:280px}.w-\[300px\]:not(#\#):not(#\#){width:300px}.w-auto:not(#\#):not(#\#){width:auto}.w-full:not(#\#):not(#\#){width:100%}.w-screen:not(#\#):not(#\#){width:100vw}.max-w-\[--skeleton-width\]:not(#\#):not(#\#){max-width:--skeleton-width}.max-w-full:not(#\#):not(#\#){max-width:100%}.min-w-\[8rem\]:not(#\#):not(#\#){min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]:not(#\#):not(#\#){min-width:var(--radix-select-trigger-width)}.flex-1:not(#\#):not(#\#){flex:1}.shrink-0:not(#\#):not(#\#){flex-shrink:0}.caption-bottom:not(#\#):not(#\#){caption-side:bottom}.border-collapse:not(#\#):not(#\#){border-collapse:collapse}.-translate-x-1\/2:not(#\#):not(#\#){--tw-translate-x:calc(calc(1/2*100%)*-1);translate:calc((1/2*100%)*-1)var(--tw-translate-y);translate:calc(calc(1/2*100%)*-1)var(--tw-translate-y);translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px:not(#\#):not(#\#){--tw-translate-x:-1px;translate:-1pxvar(--tw-translate-y);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-\[-50\%\]:not(#\#):not(#\#){--tw-translate-x:-50%;translate:-50%var(--tw-translate-y);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px:not(#\#):not(#\#){--tw-translate-x:1px;translate:1pxvar(--tw-translate-y);translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-y-\[-50\%\]:not(#\#):not(#\#){--tw-translate-y:-50%;translate:var(--tw-translate-x)-50%;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform:not(#\#):not(#\#){transform: ;transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-default:not(#\#):not(#\#){cursor:default}.cursor-pointer:not(#\#):not(#\#){cursor:pointer}.touch-none:not(#\#):not(#\#){touch-action:none}.resize:not(#\#):not(#\#){resize:both}.flex-col:not(#\#):not(#\#){flex-direction:column}.flex-col-reverse:not(#\#):not(#\#){flex-direction:column-reverse}.flex-row:not(#\#):not(#\#){flex-direction:row}.flex-wrap:not(#\#):not(#\#){flex-wrap:wrap}.items-center:not(#\#):not(#\#){align-items:center}.items-end:not(#\#):not(#\#){align-items:flex-end}.items-start:not(#\#):not(#\#){align-items:flex-start}.items-stretch:not(#\#):not(#\#){align-items:stretch}.justify-between:not(#\#):not(#\#){justify-content:space-between}.justify-center:not(#\#):not(#\#){justify-content:center}.justify-start:not(#\#):not(#\#){justify-content:flex-start}.overflow-auto:not(#\#):not(#\#){overflow:auto}.overflow-hidden:not(#\#):not(#\#){overflow:hidden}.overflow-x-hidden:not(#\#):not(#\#){overflow-x:hidden}.overflow-y-auto:not(#\#):not(#\#){overflow-y:auto}.rounded-\[2px\]:not(#\#):not(#\#){border-radius:2px}.rounded-\[inherit\]:not(#\#):not(#\#){border-radius:inherit}.rounded-full:not(#\#):not(#\#){border-radius:3.40282e38px}.border:not(#\#):not(#\#){border-style:var(--tw-border-style);border-width:1px}.border-2:not(#\#):not(#\#){border-style:var(--tw-border-style);border-width:2px}.border-\[1\.5px\]:not(#\#):not(#\#){border-style:var(--tw-border-style);border-width:1.5px}.border-t:not(#\#):not(#\#){border-top-style:var(--tw-border-style);border-top-width:1px}.border-r:not(#\#):not(#\#){border-right-style:var(--tw-border-style);border-right-width:1px}.border-b:not(#\#):not(#\#){border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l:not(#\#):not(#\#){border-left-style:var(--tw-border-style);border-left-width:1px}.border-dashed:not(#\#):not(#\#){--tw-border-style:dashed;border-style:dashed}.border-\[--color-border\]:not(#\#):not(#\#){border-color:--color-border}.border-transparent:not(#\#):not(#\#){border-color:rgba(0,0,0,0)}.border-t-transparent:not(#\#):not(#\#){border-top-color:rgba(0,0,0,0)}.border-l-transparent:not(#\#):not(#\#){border-left-color:rgba(0,0,0,0)}.bg-\[--color-bg\]:not(#\#):not(#\#){background-color:--color-bg}.bg-inherit:not(#\#):not(#\#){background-color:inherit}.bg-transparent:not(#\#):not(#\#){background-color:rgba(0,0,0,0)}.fill-current:not(#\#):not(#\#){fill:currentColor}.p-\[1px\]:not(#\#):not(#\#){padding:1px}.text-center:not(#\#):not(#\#){text-align:center}.text-left:not(#\#):not(#\#){text-align:left}.align-middle:not(#\#):not(#\#){vertical-align:middle}.text-\[0\.8rem\]:not(#\#):not(#\#){font-size:.8rem}.leading-none:not(#\#):not(#\#){--tw-leading:1;line-height:1}.break-words:not(#\#):not(#\#){word-wrap:break-word}.whitespace-nowrap:not(#\#):not(#\#){white-space:nowrap}.text-current:not(#\#):not(#\#){color:currentColor}.tabular-nums:not(#\#):not(#\#){--tw-numeric-spacing:tabular-nums;font-feature-settings: tabular-nums ;font-feature-settings:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,);font-variant-numeric: tabular-nums ;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline-offset-4:not(#\#):not(#\#){text-underline-offset:4px}.opacity-0:not(#\#):not(#\#){opacity:0}.opacity-50:not(#\#):not(#\#){opacity:.5}.opacity-60:not(#\#):not(#\#){opacity:.6}.opacity-70:not(#\#):not(#\#){opacity:.7}.opacity-90:not(#\#):not(#\#){opacity:.9}.shadow-\[0_0_0_1px_hsl\(var\(--sidebar-border\)\)\]:not(#\#):not(#\#){--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-border)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 0 1px hsl(220, 13%, 91%);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-none:not(#\#):not(#\#){--tw-shadow:0 0 rgba(0,0,0,0);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 rgba(0,0,0,0);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring:not(#\#):not(#\#){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0:not(#\#):not(#\#){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline:not(#\#):not(#\#){outline-style:var(--tw-outline-style);outline-width:1px}.transition:not(#\#):not(#\#){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-\[left\,right\,width\]:not(#\#):not(#\#){transition-property:left,right,width;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-\[margin\,opa\]:not(#\#):not(#\#){transition-property:margin,opa;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-\[width\,height\,padding\]:not(#\#):not(#\#){transition-property:width,height,padding;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-\[width\]:not(#\#):not(#\#){transition-property:width;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-all:not(#\#):not(#\#){transition-property:all;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-colors:not(#\#):not(#\#){transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-opacity:not(#\#):not(#\#){transition-property:opacity;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.transition-transform:not(#\#):not(#\#){transition-property:transform,translate,scale,rotate;transition-timing-function:ease;transition-timing-function:var(--tw-ease,ease);transition-duration:0s;transition-duration:var(--tw-duration,0s)}.delay-150:not(#\#):not(#\#){transition-delay:.15s}.duration-200:not(#\#):not(#\#){--tw-duration:.2s;transition-duration:.2s}.duration-300:not(#\#):not(#\#){--tw-duration:.3s;transition-duration:.3s}.ease-linear:not(#\#):not(#\#){--tw-ease:linear;transition-timing-function:linear}.outline-none:not(#\#):not(#\#){--tw-outline-style:none;outline-style:none}.select-none:not(#\#):not(#\#){-webkit-user-select:none;-moz-user-select:none;user-select:none}:where(.group\/menu-item):focus-within:not(#\#):not(#\#) .group-focus-within\/menu-item\:opacity-100{opacity:1}@media (hover:hover){:where(.group):hover:not(#\#):not(#\#) .group-hover\:opacity-100{opacity:1}:where(.group\/menu-item):hover:not(#\#):not(#\#) .group-hover\/menu-item\:opacity-100{opacity:1}}[data-collapsible=icon]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=icon\]\:hidden{display:none}[data-collapsible=icon]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=icon\]\:w-\[--sidebar-width-icon\]{width:--sidebar-width-icon}[data-collapsible=icon]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)\)\]{width:calc(var(--sidebar-width-icon) + 1rem)}[data-collapsible=icon]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=icon\]\:w-\[calc\(var\(--sidebar-width-icon\)_\+_theme\(spacing\.4\)_\+2px\)\]{width:calc(var(--sidebar-width-icon) + 1rem + 2px)}[data-collapsible=icon]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=icon\]\:overflow-hidden{overflow:hidden}[data-collapsible=icon]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=icon\]\:opacity-0{opacity:0}[data-collapsible=offcanvas]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=offcanvas\]\:right-\[calc\(var\(--sidebar-width\)\*-1\)\]{right:calc(var(--sidebar-width)*-1)}[data-collapsible=offcanvas]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=offcanvas\]\:left-\[calc\(var\(--sidebar-width\)\*-1\)\]{left:calc(var(--sidebar-width)*-1)}[data-side=left]:where(.group):not(#\#):not(#\#) .group-data-\[side\=left\]\:border-r{border-right-style:var(--tw-border-style);border-right-width:1px}[data-side=right]:where(.group):not(#\#):not(#\#) .group-data-\[side\=right\]\:rotate-180{rotate:180deg}[data-side=right]:where(.group):not(#\#):not(#\#) .group-data-\[side\=right\]\:border-l{border-left-style:var(--tw-border-style);border-left-width:1px}[data-variant=floating]:where(.group):not(#\#):not(#\#) .group-data-\[variant\=floating\]\:border{border-style:var(--tw-border-style);border-width:1px}:where(.peer):disabled:not(#\#):not(#\#)~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}:where(.peer):disabled:not(#\#):not(#\#)~.peer-disabled\:opacity-70{opacity:.7}[data-variant=inset]:where(.peer):not(#\#):not(#\#)~.peer-data-\[variant\=inset\]\:min-h-\[calc\(100svh-theme\(spacing\.4\)\)\]{min-height:calc(100svh - 1rem)}.file\:border-0:not(#\#):not(#\#)::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent:not(#\#):not(#\#)::file-selector-button{background-color:rgba(0,0,0,0)}.after\:absolute:not(#\#):not(#\#):after{content:var(--tw-content);position:absolute}.after\:left-1\/2:not(#\#):not(#\#):after{content:var(--tw-content);left:50%}.after\:w-\[2px\]:not(#\#):not(#\#):after{content:var(--tw-content);width:2px}[data-collapsible=offcanvas]:where(.group):not(#\#):not(#\#) .group-data-\[collapsible\=offcanvas\]\:after\:left-full:after{content:var(--tw-content);left:100%}.focus-within\:relative:focus-within:not(#\#):not(#\#){position:relative}.focus-within\:z-20:focus-within:not(#\#):not(#\#){z-index:20}@media (hover:hover){.hover\:scale-110:hover:not(#\#):not(#\#){--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:110%110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\:bg-inherit:hover:not(#\#):not(#\#){background-color:inherit}.hover\:bg-transparent:hover:not(#\#):not(#\#){background-color:rgba(0,0,0,0)}.hover\:underline:hover:not(#\#):not(#\#){text-decoration-line:underline}.hover\:opacity-100:hover:not(#\#):not(#\#){opacity:1}.hover\:shadow-\[0_0_0_1px_hsl\(var\(--sidebar-accent\)\)\]:hover:not(#\#):not(#\#){--tw-shadow:0 0 0 1px var(--tw-shadow-color,hsl(var(--sidebar-accent)));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 0 1px hsl(240, 5%, 96%);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\:opacity-100:focus:not(#\#):not(#\#){opacity:1}.focus\:ring-2:focus:not(#\#):not(#\#){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus:not(#\#):not(#\#){--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus:not(#\#):not(#\#){--tw-outline-style:none;outline-style:none}.focus-visible\:ring-2:focus-visible:not(#\#):not(#\#){--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-2:focus-visible:not(#\#):not(#\#){--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible:not(#\#):not(#\#){--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled:not(#\#):not(#\#){pointer-events:none}.disabled\:cursor-not-allowed:disabled:not(#\#):not(#\#){cursor:not-allowed}.disabled\:opacity-50:disabled:not(#\#):not(#\#){opacity:.5}.aria-disabled\:pointer-events-none[aria-disabled=true]:not(#\#):not(#\#){pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]:not(#\#):not(#\#){opacity:.5}.aria-selected\:opacity-100[aria-selected=true]:not(#\#):not(#\#){opacity:1}.data-\[disabled\]\:pointer-events-none[data-disabled]:not(#\#):not(#\#){pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]:not(#\#):not(#\#){opacity:.5}.data-\[disabled\=true\]\:pointer-events-none[data-disabled=true]:not(#\#):not(#\#){pointer-events:none}.data-\[disabled\=true\]\:opacity-50[data-disabled=true]:not(#\#):not(#\#){opacity:.5}.data-\[state\=closed\]\:duration-300[data-state=closed]:not(#\#):not(#\#){--tw-duration:.3s;transition-duration:.3s}.data-\[state\=open\]\:opacity-100[data-state=open]:not(#\#):not(#\#){opacity:1}.data-\[state\=open\]\:duration-500[data-state=open]:not(#\#):not(#\#){--tw-duration:.5s;transition-duration:.5s}.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]:not(#\#):not(#\#){--tw-translate-x:var(--radix-toast-swipe-end-x);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]:not(#\#):not(#\#){--tw-translate-x:var(--radix-toast-swipe-move-x);translate:var(--tw-translate-x)var(--tw-translate-y)}.data-\[swipe\=move\]\:transition-none[data-swipe=move]:not(#\#):not(#\#){transition-property:none}.\[\&_\.recharts-dot\[stroke\=\'\#fff\'\]\]\:stroke-transparent:not(#\#):not(#\#) .recharts-dot[stroke=\#fff]{stroke:rgba(0,0,0,0)}.\[\&_\.recharts-layer\]\:outline-none:not(#\#):not(#\#) .recharts-layer,.\[\&_\.recharts-sector\]\:outline-none:not(#\#):not(#\#) .recharts-sector{--tw-outline-style:none;outline-style:none}.\[\&_\.recharts-sector\[stroke\=\'\#fff\'\]\]\:stroke-transparent:not(#\#):not(#\#) .recharts-sector[stroke=\#fff]{stroke:rgba(0,0,0,0)}.\[\&_\.recharts-surface\]\:outline-none:not(#\#):not(#\#) .recharts-surface{--tw-outline-style:none;outline-style:none}.\[\&_svg\]\:pointer-events-auto:not(#\#):not(#\#) svg{pointer-events:auto}.\[\&_svg\]\:pointer-events-none:not(#\#):not(#\#) svg{pointer-events:none}.\[\&_svg\]\:invisible:not(#\#):not(#\#) svg{visibility:hidden}.\[\&_svg\]\:shrink-0:not(#\#):not(#\#) svg{flex-shrink:0}.\[\&_tr\]\:border-b:not(#\#):not(#\#) tr{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.\[\&_tr\:last-child\]\:border-0:not(#\#):not(#\#) tr:last-child{border-style:var(--tw-border-style);border-width:0}.\[\&\>button\]\:hidden:not(#\#):not(#\#)>button{display:none}.\[\&\>span\]\:line-clamp-1:not(#\#):not(#\#)>span{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.\[\&\>span\:last-child\]\:truncate:not(#\#):not(#\#)>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.\[\&\>svg\]\:absolute:not(#\#):not(#\#)>svg{position:absolute}.\[\&\>svg\]\:shrink-0:not(#\#):not(#\#)>svg{flex-shrink:0}.\[\&\>svg\+div\]\:translate-y-\[-3px\]:not(#\#):not(#\#)>svg+div{--tw-translate-y:-3px;translate:var(--tw-translate-x)-3px;translate:var(--tw-translate-x)var(--tw-translate-y)}.\[\&\>tr\]\:last\:border-b-0:not(#\#):not(#\#)>tr:last-child{border-bottom-style:var(--tw-border-style);border-bottom-width:0}.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]:not(#\#):not(#\#)>svg{rotate:180deg}[data-side=left]:not(#\#):not(#\#) .\[\[data-side\=left\]_\&\]\:cursor-w-resize{cursor:w-resize}[data-side=left][data-state=collapsed]:not(#\#):not(#\#) .\[\[data-side\=left\]\[data-state\=collapsed\]_\&\]\:cursor-e-resize,[data-side=right]:not(#\#):not(#\#) .\[\[data-side\=right\]_\&\]\:cursor-e-resize{cursor:e-resize}[data-side=right][data-state=collapsed]:not(#\#):not(#\#) .\[\[data-side\=right\]\[data-state\=collapsed\]_\&\]\:cursor-w-resize{cursor:w-resize}:root:not(#\#){--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:.5rem;--success:120 84.2% 50%;--chart-blue:221.2 83.2% 53.3%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.dark:not(#\#){--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%;--success:120 84.2% 60%;--chart-blue:217.2 91.2% 59.8%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%;--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 rgba(0,0,0,0)}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}
@@ -1,5 +1,4 @@
1
1
  export * from './ui';
2
- export * from './minimal-tiptap';
3
2
  export * from './DatePicker';
4
3
  export * from './DeleteConfirmationDialog';
5
4
  export * from './ErrorPage';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tumaet/prompt-ui-components",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/ls1intum/prompt-lib.git"
@@ -12,8 +12,7 @@
12
12
  "exports": {
13
13
  ".": "./dist/index.js",
14
14
  "./index.css": "./dist/index.css",
15
- "./tailwind-config": "./tailwind/tailwind.config.js",
16
- "./postcss-config": "./tailwind/postcss.config.js"
15
+ "./tailwind-config": "./tailwind/tailwind.config.js"
17
16
  },
18
17
  "files": [
19
18
  "dist",
@@ -22,7 +21,7 @@
22
21
  ],
23
22
  "scripts": {
24
23
  "build:esm": "tsc --project tsconfig.json && tsc-alias",
25
- "build:css": "postcss src/index.css -o dist/index.css",
24
+ "build:css": "NODE_ENV=production postcss src/index.css -o dist/index.css",
26
25
  "build": "yarn build:esm && yarn build:css",
27
26
  "lint": "eslint \"**/*.{js,jsx,ts,tsx}\""
28
27
  },
@@ -50,6 +49,7 @@
50
49
  "@radix-ui/react-toggle": "^1.1.0",
51
50
  "@radix-ui/react-toggle-group": "^1.1.0",
52
51
  "@radix-ui/react-tooltip": "^1.1.4",
52
+ "@tailwindcss/postcss": "^4.1.4",
53
53
  "@tiptap/core": "^2.11.7",
54
54
  "@tiptap/extension-code-block": "^2.11.7",
55
55
  "@tiptap/extension-code-block-lowlight": "^2.11.7",
@@ -84,6 +84,7 @@
84
84
  "recharts": "^2.15.3",
85
85
  "sonner": "^2.0.3",
86
86
  "tailwind-merge": "^2.5.4",
87
+ "tailwindcss": "^4.1.4",
87
88
  "tsc-alias": "^1.8.15",
88
89
  "typescript": "^5.7.3"
89
90
  },
package/src/index.css CHANGED
@@ -77,27 +77,4 @@
77
77
  --sidebar-border: 240 3.7% 15.9%;
78
78
  --sidebar-ring: 217.2 91.2% 59.8%;
79
79
  }
80
- }
81
-
82
-
83
- @layer base {
84
- * {
85
- @apply border-border;
86
- }
87
- body {
88
- @apply bg-background text-foreground;
89
- }
90
-
91
-
92
- ::-webkit-scrollbar {
93
- @apply w-2 h-2;
94
- }
95
-
96
- ::-webkit-scrollbar-track {
97
- @apply bg-muted;
98
- }
99
-
100
- ::-webkit-scrollbar-thumb {
101
- @apply rounded-full bg-muted-foreground;
102
- }
103
- }
80
+ }
@@ -1,7 +0,0 @@
1
- import tailwindcss from 'tailwindcss'
2
- import autoprefixer from 'autoprefixer'
3
- import postcssPresetEnv from 'postcss-preset-env'
4
-
5
- export default {
6
- plugins: [postcssPresetEnv, tailwindcss, autoprefixer],
7
- }
@@ -1,69 +0,0 @@
1
- // Default values that shall be reused in every component
2
-
3
- /** @type {import('tailwindcss').Config} */
4
- module.exports = {
5
- darkMode: ['class'],
6
- safelist: [
7
- 'dark',
8
- 'ProseMirror',
9
- {
10
- pattern: /^(dark:)?(bg|text|border)-[a-z]+(?:-[a-z]+)*(?:-\d{1,3})?$/,
11
- variants: ['dark'],
12
- },
13
- ],
14
- theme: {
15
- extend: {
16
- colors: {
17
- border: 'hsl(var(--border))',
18
- input: 'hsl(var(--input))',
19
- ring: 'hsl(var(--ring))',
20
- background: 'hsl(var(--background))',
21
- foreground: 'hsl(var(--foreground))',
22
- primary: {
23
- DEFAULT: 'hsl(var(--primary))',
24
- foreground: 'hsl(var(--primary-foreground))',
25
- },
26
- secondary: {
27
- DEFAULT: 'hsl(var(--secondary))',
28
- foreground: 'hsl(var(--secondary-foreground))',
29
- },
30
- destructive: {
31
- DEFAULT: 'hsl(var(--destructive))',
32
- foreground: 'hsl(var(--destructive-foreground))',
33
- },
34
- muted: {
35
- DEFAULT: 'hsl(var(--muted))',
36
- foreground: 'hsl(var(--muted-foreground))',
37
- },
38
- accent: {
39
- DEFAULT: 'hsl(var(--accent))',
40
- foreground: 'hsl(var(--accent-foreground))',
41
- },
42
- popover: {
43
- DEFAULT: 'hsl(var(--popover))',
44
- foreground: 'hsl(var(--popover-foreground))',
45
- },
46
- card: {
47
- DEFAULT: 'hsl(var(--card))',
48
- foreground: 'hsl(var(--card-foreground))',
49
- },
50
- sidebar: {
51
- DEFAULT: 'hsl(var(--sidebar-background))',
52
- foreground: 'hsl(var(--sidebar-foreground))',
53
- primary: 'hsl(var(--sidebar-primary))',
54
- 'primary-foreground': 'hsl(var(--sidebar-primary-foreground))',
55
- accent: 'hsl(var(--sidebar-accent))',
56
- 'accent-foreground': 'hsl(var(--sidebar-accent-foreground))',
57
- border: 'hsl(var(--sidebar-border))',
58
- ring: 'hsl(var(--sidebar-ring))',
59
- },
60
- },
61
- borderRadius: {
62
- lg: `var(--radius)`,
63
- md: `calc(var(--radius) - 2px)`,
64
- sm: 'calc(var(--radius) - 4px)',
65
- },
66
- },
67
- },
68
- plugins: [require('tailwindcss-animate'), require('@tailwindcss/typography')],
69
- }