@motiadev/plugin-example 0.14.0-beta.165-454838 → 0.14.0-beta.165-210612

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/index.css ADDED
@@ -0,0 +1,666 @@
1
+ /*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --spacing: 0.25rem;
11
+ --container-4xl: 56rem;
12
+ --text-sm: 0.875rem;
13
+ --text-sm--line-height: calc(1.25 / 0.875);
14
+ --text-lg: 1.125rem;
15
+ --text-lg--line-height: calc(1.75 / 1.125);
16
+ --text-xl: 1.25rem;
17
+ --text-xl--line-height: calc(1.75 / 1.25);
18
+ --text-3xl: 1.875rem;
19
+ --text-3xl--line-height: calc(2.25 / 1.875);
20
+ --font-weight-semibold: 600;
21
+ --font-weight-bold: 700;
22
+ --radius-lg: 0.5rem;
23
+ --default-font-family: var(--font-sans);
24
+ --default-mono-font-family: var(--font-mono);
25
+ --font-weight-500: var(--font-weight-500);
26
+ --font-weight-600: var(--font-weight-600);
27
+ --font-weight-700: var(--font-weight-700);
28
+ }
29
+ }
30
+ @layer base {
31
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
32
+ box-sizing: border-box;
33
+ margin: 0;
34
+ padding: 0;
35
+ border: 0 solid;
36
+ }
37
+ html, :host {
38
+ line-height: 1.5;
39
+ -webkit-text-size-adjust: 100%;
40
+ tab-size: 4;
41
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
42
+ font-feature-settings: var(--default-font-feature-settings, normal);
43
+ font-variation-settings: var(--default-font-variation-settings, normal);
44
+ -webkit-tap-highlight-color: transparent;
45
+ }
46
+ hr {
47
+ height: 0;
48
+ color: inherit;
49
+ border-top-width: 1px;
50
+ }
51
+ abbr:where([title]) {
52
+ -webkit-text-decoration: underline dotted;
53
+ text-decoration: underline dotted;
54
+ }
55
+ h1, h2, h3, h4, h5, h6 {
56
+ font-size: inherit;
57
+ font-weight: inherit;
58
+ }
59
+ a {
60
+ color: inherit;
61
+ -webkit-text-decoration: inherit;
62
+ text-decoration: inherit;
63
+ }
64
+ b, strong {
65
+ font-weight: bolder;
66
+ }
67
+ code, kbd, samp, pre {
68
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
69
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
70
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
71
+ font-size: 1em;
72
+ }
73
+ small {
74
+ font-size: 80%;
75
+ }
76
+ sub, sup {
77
+ font-size: 75%;
78
+ line-height: 0;
79
+ position: relative;
80
+ vertical-align: baseline;
81
+ }
82
+ sub {
83
+ bottom: -0.25em;
84
+ }
85
+ sup {
86
+ top: -0.5em;
87
+ }
88
+ table {
89
+ text-indent: 0;
90
+ border-color: inherit;
91
+ border-collapse: collapse;
92
+ }
93
+ :-moz-focusring {
94
+ outline: auto;
95
+ }
96
+ progress {
97
+ vertical-align: baseline;
98
+ }
99
+ summary {
100
+ display: list-item;
101
+ }
102
+ ol, ul, menu {
103
+ list-style: none;
104
+ }
105
+ img, svg, video, canvas, audio, iframe, embed, object {
106
+ display: block;
107
+ vertical-align: middle;
108
+ }
109
+ img, video {
110
+ max-width: 100%;
111
+ height: auto;
112
+ }
113
+ button, input, select, optgroup, textarea, ::file-selector-button {
114
+ font: inherit;
115
+ font-feature-settings: inherit;
116
+ font-variation-settings: inherit;
117
+ letter-spacing: inherit;
118
+ color: inherit;
119
+ border-radius: 0;
120
+ background-color: transparent;
121
+ opacity: 1;
122
+ }
123
+ :where(select:is([multiple], [size])) optgroup {
124
+ font-weight: bolder;
125
+ }
126
+ :where(select:is([multiple], [size])) optgroup option {
127
+ padding-inline-start: 20px;
128
+ }
129
+ ::file-selector-button {
130
+ margin-inline-end: 4px;
131
+ }
132
+ ::placeholder {
133
+ opacity: 1;
134
+ }
135
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
136
+ ::placeholder {
137
+ color: currentcolor;
138
+ @supports (color: color-mix(in lab, red, red)) {
139
+ color: color-mix(in oklab, currentcolor 50%, transparent);
140
+ }
141
+ }
142
+ }
143
+ textarea {
144
+ resize: vertical;
145
+ }
146
+ ::-webkit-search-decoration {
147
+ -webkit-appearance: none;
148
+ }
149
+ ::-webkit-date-and-time-value {
150
+ min-height: 1lh;
151
+ text-align: inherit;
152
+ }
153
+ ::-webkit-datetime-edit {
154
+ display: inline-flex;
155
+ }
156
+ ::-webkit-datetime-edit-fields-wrapper {
157
+ padding: 0;
158
+ }
159
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
160
+ padding-block: 0;
161
+ }
162
+ ::-webkit-calendar-picker-indicator {
163
+ line-height: 1;
164
+ }
165
+ :-moz-ui-invalid {
166
+ box-shadow: none;
167
+ }
168
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
169
+ appearance: button;
170
+ }
171
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
172
+ height: auto;
173
+ }
174
+ [hidden]:where(:not([hidden="until-found"])) {
175
+ display: none !important;
176
+ }
177
+ }
178
+ @layer utilities {
179
+ .mx-auto {
180
+ margin-inline: auto;
181
+ }
182
+ .mt-6 {
183
+ margin-top: calc(var(--spacing) * 6);
184
+ }
185
+ .mb-2 {
186
+ margin-bottom: calc(var(--spacing) * 2);
187
+ }
188
+ .flex {
189
+ display: flex;
190
+ }
191
+ .grid {
192
+ display: grid;
193
+ }
194
+ .h-4 {
195
+ height: calc(var(--spacing) * 4);
196
+ }
197
+ .h-8 {
198
+ height: calc(var(--spacing) * 8);
199
+ }
200
+ .h-full {
201
+ height: 100%;
202
+ }
203
+ .w-4 {
204
+ width: calc(var(--spacing) * 4);
205
+ }
206
+ .w-8 {
207
+ width: calc(var(--spacing) * 8);
208
+ }
209
+ .w-full {
210
+ width: 100%;
211
+ }
212
+ .max-w-4xl {
213
+ max-width: var(--container-4xl);
214
+ }
215
+ .list-inside {
216
+ list-style-position: inside;
217
+ }
218
+ .list-disc {
219
+ list-style-type: disc;
220
+ }
221
+ .grid-cols-1 {
222
+ grid-template-columns: repeat(1, minmax(0, 1fr));
223
+ }
224
+ .items-center {
225
+ align-items: center;
226
+ }
227
+ .gap-2 {
228
+ gap: calc(var(--spacing) * 2);
229
+ }
230
+ .gap-3 {
231
+ gap: calc(var(--spacing) * 3);
232
+ }
233
+ .gap-4 {
234
+ gap: calc(var(--spacing) * 4);
235
+ }
236
+ .space-y-2 {
237
+ :where(& > :not(:last-child)) {
238
+ --tw-space-y-reverse: 0;
239
+ margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
240
+ margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
241
+ }
242
+ }
243
+ .space-y-4 {
244
+ :where(& > :not(:last-child)) {
245
+ --tw-space-y-reverse: 0;
246
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
247
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
248
+ }
249
+ }
250
+ .space-y-6 {
251
+ :where(& > :not(:last-child)) {
252
+ --tw-space-y-reverse: 0;
253
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
254
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
255
+ }
256
+ }
257
+ .overflow-auto {
258
+ overflow: auto;
259
+ }
260
+ .rounded-lg {
261
+ border-radius: var(--radius-lg);
262
+ }
263
+ .border {
264
+ border-style: var(--tw-border-style);
265
+ border-width: 1px;
266
+ }
267
+ .p-4 {
268
+ padding: calc(var(--spacing) * 4);
269
+ }
270
+ .p-6 {
271
+ padding: calc(var(--spacing) * 6);
272
+ }
273
+ .text-3xl {
274
+ font-size: var(--text-3xl);
275
+ line-height: var(--tw-leading, var(--text-3xl--line-height));
276
+ }
277
+ .text-lg {
278
+ font-size: var(--text-lg);
279
+ line-height: var(--tw-leading, var(--text-lg--line-height));
280
+ }
281
+ .text-sm {
282
+ font-size: var(--text-sm);
283
+ line-height: var(--tw-leading, var(--text-sm--line-height));
284
+ }
285
+ .text-xl {
286
+ font-size: var(--text-xl);
287
+ line-height: var(--tw-leading, var(--text-xl--line-height));
288
+ }
289
+ .font-bold {
290
+ --tw-font-weight: var(--font-weight-bold);
291
+ font-weight: var(--font-weight-bold);
292
+ }
293
+ .font-semibold {
294
+ --tw-font-weight: var(--font-weight-semibold);
295
+ font-weight: var(--font-weight-semibold);
296
+ }
297
+ .text-muted-foreground {
298
+ color: var(--muted-foreground);
299
+ }
300
+ .text-primary {
301
+ color: var(--primary);
302
+ }
303
+ .outline {
304
+ outline-style: var(--tw-outline-style);
305
+ outline-width: 1px;
306
+ }
307
+ .md\:grid-cols-3 {
308
+ @media (width >= 48rem) {
309
+ grid-template-columns: repeat(3, minmax(0, 1fr));
310
+ }
311
+ }
312
+ }
313
+ :root {
314
+ --default-font-family: "DM Sans", ui-sans-serif, sans-serif;
315
+ --font-dm-mono: "DM Mono", ui-monospace, monospace;
316
+ line-height: 1.5;
317
+ font-size: 16px;
318
+ color-scheme: light dark;
319
+ font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ), serif;
320
+ font-synthesis: none;
321
+ text-rendering: optimizeLegibility;
322
+ -webkit-font-smoothing: antialiased;
323
+ -moz-osx-font-smoothing: grayscale;
324
+ width: 100%;
325
+ font-optical-sizing: auto;
326
+ --font-weight-500: 500;
327
+ --font-weight-600: 600;
328
+ --font-weight-700: 700;
329
+ --accent-1000: #2862fe;
330
+ --accent-970: #2862fef7;
331
+ --accent-950: #2862fef2;
332
+ --accent-900: #2862fee5;
333
+ --accent-800: #2862fecc;
334
+ --accent-700: #2862feb2;
335
+ --accent-600: #2862fe99;
336
+ --accent-500: #2862fe80;
337
+ --accent-400: #2862fe66;
338
+ --accent-300: #2862fe4d;
339
+ --accent-200: #2862fe33;
340
+ --accent-100: #2862fe1a;
341
+ --accent-50: #2862fe0d;
342
+ --accent-30: #2862fe08;
343
+ --dark-1000: #0a0a0a;
344
+ --dark-970: #0a0a0af7;
345
+ --dark-950: #0a0a0af2;
346
+ --dark-900: #0a0a0ae5;
347
+ --dark-800: #0a0a0acc;
348
+ --dark-700: #0a0a0ab2;
349
+ --dark-600: #0a0a0a99;
350
+ --dark-500: #0a0a0a80;
351
+ --dark-400: #0a0a0a66;
352
+ --dark-300: #0a0a0a4d;
353
+ --dark-200: #0a0a0a33;
354
+ --dark-100: #0a0a0a1a;
355
+ --dark-50: #0a0a0a0d;
356
+ --dark-30: #0a0a0a08;
357
+ --light-1000: #ffffff;
358
+ --light-970: #fffffff7;
359
+ --light-950: #fffffff2;
360
+ --light-900: #ffffffe5;
361
+ --light-800: #ffffffcc;
362
+ --light-700: #ffffffb2;
363
+ --light-600: #ffffff99;
364
+ --light-500: #ffffff80;
365
+ --light-400: #ffffff66;
366
+ --light-300: #ffffff4d;
367
+ --light-200: #ffffff33;
368
+ --light-100: #ffffff1a;
369
+ --light-50: #ffffff0d;
370
+ --light-30: #ffffff08;
371
+ --error: #d61355;
372
+ --canvas-background: #ebebeb;
373
+ --background: var(--light-1000);
374
+ --foreground: var(--dark-1000);
375
+ --surface-content: var(--dark-30);
376
+ --surface-component: var(--dark-50);
377
+ --surface-light-100: var(--dark-100);
378
+ --surface-light-200: var(--dark-200);
379
+ --border: var(--dark-100);
380
+ --border-accent: var(--accent-1000);
381
+ --states-hover: var(--dark-30);
382
+ --states-selected: var(--dark-100);
383
+ --states-active: var(--accent-1000);
384
+ --text-header: var(--dark-1000);
385
+ --text-body: var(--dark-600);
386
+ --text-placeholder: var(--dark-400);
387
+ --text-accent: var(--accent-1000);
388
+ --text-error: var(--error);
389
+ --icon-active: var(--dark-1000);
390
+ --icon-light: var(--dark-600);
391
+ --icon-component: var(--dark-400);
392
+ --icon-accent: var(--accent-1000);
393
+ --primary: var(--accent-1000);
394
+ --primary-foreground: var(--light-1000);
395
+ --secondary: var(--surface-component);
396
+ --secondary-foreground: var(--text-body);
397
+ --muted: var(--surface-light-100);
398
+ --muted-foreground: var(--text-body);
399
+ --accent: var(--accent-1000);
400
+ --accent-foreground: var(--light-1000);
401
+ --destructive: var(--error);
402
+ --destructive-foreground: var(--light-1000);
403
+ --card: var(--surface-content);
404
+ --card-foreground: var(--foreground);
405
+ --popover: var(--surface-content);
406
+ --popover-foreground: var(--foreground);
407
+ --input: var(--states-hover);
408
+ --ring: var(--border-accent);
409
+ --chart-1: var(--accent-1000);
410
+ --chart-2: var(--accent-800);
411
+ --chart-3: var(--accent-600);
412
+ --chart-4: var(--accent-400);
413
+ --chart-5: var(--accent-200);
414
+ --header: var(--background);
415
+ --header-foreground: var(--text-header);
416
+ --header-primary: var(--primary);
417
+ --header-primary-foreground: var(--primary-foreground);
418
+ --header-accent: var(--surface-component);
419
+ --header-accent-foreground: var(--text-body);
420
+ --header-border: var(--border);
421
+ --header-ring: var(--ring);
422
+ --sidebar: var(--background);
423
+ --sidebar-foreground: var(--text-header);
424
+ --sidebar-primary: var(--primary);
425
+ --sidebar-primary-foreground: var(--primary-foreground);
426
+ --sidebar-accent: var(--surface-component);
427
+ --sidebar-accent-foreground: var(--text-body);
428
+ --sidebar-border: var(--border);
429
+ --sidebar-ring: var(--ring);
430
+ }
431
+ .dark {
432
+ --canvas-background: #030303;
433
+ --background: var(--dark-1000);
434
+ --foreground: var(--light-1000);
435
+ --surface-content: var(--light-30);
436
+ --surface-component: var(--light-50);
437
+ --surface-light-100: var(--light-100);
438
+ --surface-light-200: var(--light-200);
439
+ --border: var(--light-100);
440
+ --states-hover: var(--light-30);
441
+ --states-selected: var(--light-100);
442
+ --text-header: var(--light-1000);
443
+ --text-body: var(--light-600);
444
+ --text-placeholder: var(--light-400);
445
+ --icon-active: var(--light-1000);
446
+ --icon-light: var(--light-600);
447
+ --icon-component: var(--light-400);
448
+ --secondary-foreground: var(--light-600);
449
+ --muted-foreground: var(--light-600);
450
+ --card: var(--surface-content);
451
+ --card-foreground: var(--foreground);
452
+ --popover: var(--surface-content);
453
+ --popover-foreground: var(--foreground);
454
+ --input: var(--states-hover);
455
+ --ring: var(--border-accent);
456
+ --chart-1: var(--accent-1000);
457
+ --chart-2: var(--accent-800);
458
+ --chart-3: var(--accent-600);
459
+ --chart-4: var(--accent-400);
460
+ --chart-5: var(--accent-200);
461
+ --header: var(--background);
462
+ --header-foreground: var(--text-header);
463
+ --header-primary: var(--primary);
464
+ --header-primary-foreground: var(--primary-foreground);
465
+ --header-accent: var(--surface-component);
466
+ --header-accent-foreground: var(--text-body);
467
+ --header-border: var(--border);
468
+ --header-ring: var(--ring);
469
+ --sidebar: var(--background);
470
+ --sidebar-foreground: var(--text-header);
471
+ --sidebar-primary: var(--primary);
472
+ --sidebar-primary-foreground: var(--primary-foreground);
473
+ --sidebar-accent: var(--surface-component);
474
+ --sidebar-accent-foreground: var(--text-body);
475
+ --sidebar-border: var(--border);
476
+ --sidebar-ring: var(--ring);
477
+ }
478
+ @layer base {
479
+ * {
480
+ border-color: var(--border);
481
+ }
482
+ body {
483
+ background-color: var(--background);
484
+ color: var(--foreground);
485
+ }
486
+ }
487
+ @layer theme, base, components, utilities;
488
+ @layer theme;
489
+ @layer base {
490
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
491
+ box-sizing: border-box;
492
+ margin: 0;
493
+ padding: 0;
494
+ border: 0 solid;
495
+ }
496
+ html, :host {
497
+ line-height: 1.5;
498
+ -webkit-text-size-adjust: 100%;
499
+ tab-size: 4;
500
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
501
+ font-feature-settings: var(--default-font-feature-settings, normal);
502
+ font-variation-settings: var(--default-font-variation-settings, normal);
503
+ -webkit-tap-highlight-color: transparent;
504
+ }
505
+ hr {
506
+ height: 0;
507
+ color: inherit;
508
+ border-top-width: 1px;
509
+ }
510
+ abbr:where([title]) {
511
+ -webkit-text-decoration: underline dotted;
512
+ text-decoration: underline dotted;
513
+ }
514
+ h1, h2, h3, h4, h5, h6 {
515
+ font-size: inherit;
516
+ font-weight: inherit;
517
+ }
518
+ a {
519
+ color: inherit;
520
+ -webkit-text-decoration: inherit;
521
+ text-decoration: inherit;
522
+ }
523
+ b, strong {
524
+ font-weight: bolder;
525
+ }
526
+ code, kbd, samp, pre {
527
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
528
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
529
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
530
+ font-size: 1em;
531
+ }
532
+ small {
533
+ font-size: 80%;
534
+ }
535
+ sub, sup {
536
+ font-size: 75%;
537
+ line-height: 0;
538
+ position: relative;
539
+ vertical-align: baseline;
540
+ }
541
+ sub {
542
+ bottom: -0.25em;
543
+ }
544
+ sup {
545
+ top: -0.5em;
546
+ }
547
+ table {
548
+ text-indent: 0;
549
+ border-color: inherit;
550
+ border-collapse: collapse;
551
+ }
552
+ :-moz-focusring {
553
+ outline: auto;
554
+ }
555
+ progress {
556
+ vertical-align: baseline;
557
+ }
558
+ summary {
559
+ display: list-item;
560
+ }
561
+ ol, ul, menu {
562
+ list-style: none;
563
+ }
564
+ img, svg, video, canvas, audio, iframe, embed, object {
565
+ display: block;
566
+ vertical-align: middle;
567
+ }
568
+ img, video {
569
+ max-width: 100%;
570
+ height: auto;
571
+ }
572
+ button, input, select, optgroup, textarea, ::file-selector-button {
573
+ font: inherit;
574
+ font-feature-settings: inherit;
575
+ font-variation-settings: inherit;
576
+ letter-spacing: inherit;
577
+ color: inherit;
578
+ border-radius: 0;
579
+ background-color: transparent;
580
+ opacity: 1;
581
+ }
582
+ :where(select:is([multiple], [size])) optgroup {
583
+ font-weight: bolder;
584
+ }
585
+ :where(select:is([multiple], [size])) optgroup option {
586
+ padding-inline-start: 20px;
587
+ }
588
+ ::file-selector-button {
589
+ margin-inline-end: 4px;
590
+ }
591
+ ::placeholder {
592
+ opacity: 1;
593
+ }
594
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
595
+ ::placeholder {
596
+ color: currentcolor;
597
+ @supports (color: color-mix(in lab, red, red)) {
598
+ color: color-mix(in oklab, currentcolor 50%, transparent);
599
+ }
600
+ }
601
+ }
602
+ textarea {
603
+ resize: vertical;
604
+ }
605
+ ::-webkit-search-decoration {
606
+ -webkit-appearance: none;
607
+ }
608
+ ::-webkit-date-and-time-value {
609
+ min-height: 1lh;
610
+ text-align: inherit;
611
+ }
612
+ ::-webkit-datetime-edit {
613
+ display: inline-flex;
614
+ }
615
+ ::-webkit-datetime-edit-fields-wrapper {
616
+ padding: 0;
617
+ }
618
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
619
+ padding-block: 0;
620
+ }
621
+ ::-webkit-calendar-picker-indicator {
622
+ line-height: 1;
623
+ }
624
+ :-moz-ui-invalid {
625
+ box-shadow: none;
626
+ }
627
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
628
+ appearance: button;
629
+ }
630
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
631
+ height: auto;
632
+ }
633
+ [hidden]:where(:not([hidden="until-found"])) {
634
+ display: none !important;
635
+ }
636
+ }
637
+ @layer utilities;
638
+ @property --tw-space-y-reverse {
639
+ syntax: "*";
640
+ inherits: false;
641
+ initial-value: 0;
642
+ }
643
+ @property --tw-border-style {
644
+ syntax: "*";
645
+ inherits: false;
646
+ initial-value: solid;
647
+ }
648
+ @property --tw-font-weight {
649
+ syntax: "*";
650
+ inherits: false;
651
+ }
652
+ @property --tw-outline-style {
653
+ syntax: "*";
654
+ inherits: false;
655
+ initial-value: solid;
656
+ }
657
+ @layer properties {
658
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
659
+ *, ::before, ::after, ::backdrop {
660
+ --tw-space-y-reverse: 0;
661
+ --tw-border-style: solid;
662
+ --tw-font-weight: initial;
663
+ --tw-outline-style: solid;
664
+ }
665
+ }
666
+ }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.css","names":[],"sources":["../src/styles.css"],"sourcesContent":["export default undefined;"],"mappings":"AAAA"}
package/dist/index.d.ts CHANGED
@@ -1,2 +1,7 @@
1
- export { ExamplePage } from './components/example-page';
1
+ import React from "react";
2
+
3
+ //#region src/components/example-page.d.ts
4
+ declare const ExamplePage: React.FC;
5
+ //#endregion
6
+ export { ExamplePage };
2
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAA;AAErB,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA"}
1
+ {"version":3,"file":"index.d.ts","names":[],"sources":["../src/components/example-page.tsx"],"sourcesContent":[],"mappings":";;;cAIa,aAAa,KAAA,CAAM"}