@k3-tech/react-kit 0.0.64 → 0.0.66
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.js +1825 -748
- package/dist/kit/builder/data-table/components/DataTable.d.ts +7 -1
- package/dist/kit/builder/data-table/components/DataTable.d.ts.map +1 -1
- package/dist/kit/builder/data-table/components/DataTablePagination.d.ts +7 -1
- package/dist/kit/builder/data-table/components/DataTablePagination.d.ts.map +1 -1
- package/dist/kit/layouts/admin/components/AdminLayout.d.ts.map +1 -1
- package/dist/kit/themes/base.css +1 -1
- package/dist/kit/themes/clean-slate.css +42 -20
- package/dist/kit/themes/default.css +64 -42
- package/dist/kit/themes/minimal-modern.css +42 -20
- package/dist/kit/themes/spotify.css +42 -20
- package/dist/shadcn/ui/form.d.ts +1 -1
- package/dist/shadcn/ui/form.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/kit/builder/data-table/components/DataTable.tsx +16 -2
- package/src/kit/builder/data-table/components/DataTablePagination.tsx +52 -33
- package/src/kit/layouts/admin/components/AdminLayout.tsx +27 -11
- package/src/kit/themes/default.css +27 -22
- package/src/shadcn/ui/table.tsx +1 -1
|
@@ -15,7 +15,13 @@ export interface DataTableProps<TData, TValue> {
|
|
|
15
15
|
rowCount?: number;
|
|
16
16
|
pagination?: boolean;
|
|
17
17
|
paginationState?: PaginationState;
|
|
18
|
+
/** @deprecated */
|
|
18
19
|
paginationVariant?: 'full' | 'compact';
|
|
20
|
+
paginationShowPageInfo?: boolean;
|
|
21
|
+
paginationShowSelectedRowInfo?: boolean;
|
|
22
|
+
paginationShowRowsPerPageSelection?: boolean;
|
|
23
|
+
paginationShowFirstAndLastPageButton?: boolean;
|
|
24
|
+
paginationWrapperClassName?: string;
|
|
19
25
|
onPaginationChange?: (newState: PaginationState) => void;
|
|
20
26
|
columnVisibility?: boolean;
|
|
21
27
|
columnVisibilityState?: VisibilityState;
|
|
@@ -42,5 +48,5 @@ export interface DataTableProps<TData, TValue> {
|
|
|
42
48
|
*/
|
|
43
49
|
CustomHeaderComponent?: () => React.ReactNode;
|
|
44
50
|
}
|
|
45
|
-
export declare function DataTable<TData, TValue>({ columns, data, loading, sorting, sortingState, onSortingChange, columnFilters, columnFiltersState, onColumnFiltersChange, rowCount, pagination,
|
|
51
|
+
export declare function DataTable<TData, TValue>({ columns, data, loading, sorting, sortingState, onSortingChange, columnFilters, columnFiltersState, onColumnFiltersChange, rowCount, pagination, paginationShowPageInfo, paginationShowSelectedRowInfo, paginationShowRowsPerPageSelection, paginationShowFirstAndLastPageButton, paginationWrapperClassName, onPaginationChange, paginationState, columnVisibility, columnVisibilityState, onColumnVisibilityChange, onTable, className, emptyText, formFilterForm, formFilters, formFilterValues, onFormFilterChange, selectable, actions, batchActions, showStandardActions, onRefresh, onRowClick, filterWrapper, filterTitle, filterShowActionsSeparator, CustomHeaderComponent, }: DataTableProps<TData, TValue>): import("react/jsx-runtime").JSX.Element;
|
|
46
52
|
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../../../src/kit/builder/data-table/components/DataTable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAOL,KAAK,SAAS,EACd,KAAK,kBAAkB,EACvB,KAAK,eAAe,EACpB,KAAK,KAAK,IAAI,UAAU,EACxB,KAAK,YAAY,EACjB,KAAK,eAAe,EACrB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAoBrD,OAAO,KAAK,EACV,eAAe,EACf,oBAAoB,EACpB,oBAAoB,EACrB,MAAM,UAAU,CAAC;AAIlB,MAAM,WAAW,cAAc,CAAC,KAAK,EAAE,MAAM;IAC3C,OAAO,EAAE,SAAS,CAAC,KAAK,EAAE,MAAM,CAAC,EAAE,CAAC;IACpC,IAAI,EAAE,KAAK,EAAE,CAAC;IAEd,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;IACnD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,qBAAqB,CAAC,EAAE,CAAC,QAAQ,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAC/D,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,kBAAkB,CAAC,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IACzD,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,qBAAqB,CAAC,EAAE,eAAe,CAAC;IACxC,wBAAwB,CAAC,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IAE/D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;IAE7C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,WAAW,CAAC,EAAE,oBAAoB,CAAC;IACnC,gBAAgB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IAClD,kBAAkB,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IAC/D,cAAc,CAAC,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IAEpC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,OAAO,CAAC,EAAE,eAAe,EAAE,CAAC;IAC5B,YAAY,CAAC,EAAE,oBAAoB,CAAC,KAAK,CAAC,EAAE,CAAC;IAE7C,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,SAAS,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAEvC,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,KAAK,KAAK,IAAI,CAAC;IAElC,aAAa,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,MAAM,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0BAA0B,CAAC,EAAE,OAAO,CAAC;IAErC;;;OAGG;IACH,qBAAqB,CAAC,EAAE,MAAM,KAAK,CAAC,SAAS,CAAC;CAC/C;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,EAAE,EACvC,OAAO,EACP,IAAI,EACJ,OAAO,EACP,OAAO,EACP,YAAY,EACZ,eAAe,EACf,aAAa,EACb,kBAAkB,EAClB,qBAAqB,EACrB,QAAQ,EACR,UAAU,EACV,
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../../../../src/kit/builder/data-table/components/DataTable.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
import { Table } from '@tanstack/react-table';
|
|
2
2
|
export interface DataTablePaginationProps<TData> {
|
|
3
3
|
table: Table<TData>;
|
|
4
|
+
/** @deprecated */
|
|
4
5
|
paginationVariant?: 'full' | 'compact';
|
|
6
|
+
showPageInfo?: boolean;
|
|
7
|
+
showSelectedRowInfo?: boolean;
|
|
8
|
+
showRowsPerPageSelection?: boolean;
|
|
9
|
+
showFirstAndLastPageButton?: boolean;
|
|
10
|
+
wrapperClassName?: string;
|
|
5
11
|
}
|
|
6
|
-
export declare function DataTablePagination<TData>({ table,
|
|
12
|
+
export declare function DataTablePagination<TData>({ table, showPageInfo, showSelectedRowInfo, showRowsPerPageSelection, showFirstAndLastPageButton, wrapperClassName, }: DataTablePaginationProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
7
13
|
//# sourceMappingURL=DataTablePagination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataTablePagination.d.ts","sourceRoot":"","sources":["../../../../../src/kit/builder/data-table/components/DataTablePagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"DataTablePagination.d.ts","sourceRoot":"","sources":["../../../../../src/kit/builder/data-table/components/DataTablePagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,uBAAuB,CAAC;AAiBnD,MAAM,WAAW,wBAAwB,CAAC,KAAK;IAC7C,KAAK,EAAE,KAAK,CAAC,KAAK,CAAC,CAAC;IACpB,kBAAkB;IAClB,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,EACzC,KAAK,EACL,YAAmB,EACnB,mBAA0B,EAC1B,wBAA+B,EAC/B,0BAAiC,EACjC,gBAAgB,GACjB,EAAE,wBAAwB,CAAC,KAAK,CAAC,2CAmGjC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminLayout.d.ts","sourceRoot":"","sources":["../../../../../src/kit/layouts/admin/components/AdminLayout.tsx"],"names":[],"mappings":"AA+BA,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAE9D,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAEhE,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACvC,CAAC;
|
|
1
|
+
{"version":3,"file":"AdminLayout.d.ts","sourceRoot":"","sources":["../../../../../src/kit/layouts/admin/components/AdminLayout.tsx"],"names":[],"mappings":"AA+BA,KAAK,gBAAgB,GAAG;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,eAAe,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAE9D,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAE7B,aAAa,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAChC,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAEhE,kBAAkB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACrC,gBAAgB,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;CACvC,CAAC;AAwOF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAClC,QAAQ,EACR,eAAe,EACf,kBAAkB,EAClB,aAAa,EACb,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,QAAQ,GACT,EAAE,gBAAgB,2CAmBlB"}
|
package/dist/kit/themes/base.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -2102,6 +2102,10 @@
|
|
|
2102
2102
|
background-color: var(--color-bg);
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
|
+
.bg-\[\#30A4A1\] {
|
|
2106
|
+
background-color: #30a4a1;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2105
2109
|
.bg-accent {
|
|
2106
2110
|
background-color: var(--accent);
|
|
2107
2111
|
}
|
|
@@ -2248,17 +2252,7 @@
|
|
|
2248
2252
|
background-color: var(--popover);
|
|
2249
2253
|
}
|
|
2250
2254
|
|
|
2251
|
-
.bg-primary, .bg-primary\/
|
|
2252
|
-
background-color: var(--primary);
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2256
|
-
.bg-primary\/10 {
|
|
2257
|
-
background-color: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
2258
|
-
}
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
.bg-primary\/20 {
|
|
2255
|
+
.bg-primary, .bg-primary\/20 {
|
|
2262
2256
|
background-color: var(--primary);
|
|
2263
2257
|
}
|
|
2264
2258
|
|
|
@@ -2284,6 +2278,16 @@
|
|
|
2284
2278
|
background-color: var(--sidebar-border);
|
|
2285
2279
|
}
|
|
2286
2280
|
|
|
2281
|
+
.bg-sidebar-primary\/10 {
|
|
2282
|
+
background-color: var(--sidebar-primary);
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2286
|
+
.bg-sidebar-primary\/10 {
|
|
2287
|
+
background-color: color-mix(in oklab, var(--sidebar-primary) 10%, transparent);
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2287
2291
|
.bg-teal-50 {
|
|
2288
2292
|
background-color: var(--color-teal-50);
|
|
2289
2293
|
}
|
|
@@ -2308,6 +2312,16 @@
|
|
|
2308
2312
|
background-color: var(--color-white);
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2315
|
+
.bg-white\/20 {
|
|
2316
|
+
background-color: #fff3;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2320
|
+
.bg-white\/20 {
|
|
2321
|
+
background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2311
2325
|
.fill-current {
|
|
2312
2326
|
fill: currentColor;
|
|
2313
2327
|
}
|
|
@@ -2733,6 +2747,14 @@
|
|
|
2733
2747
|
}
|
|
2734
2748
|
}
|
|
2735
2749
|
|
|
2750
|
+
.text-sidebar-primary {
|
|
2751
|
+
color: var(--sidebar-primary);
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.text-sidebar-primary-foreground {
|
|
2755
|
+
color: var(--sidebar-primary-foreground);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2736
2758
|
.text-teal-600 {
|
|
2737
2759
|
color: var(--color-teal-600);
|
|
2738
2760
|
}
|
|
@@ -3843,14 +3865,14 @@
|
|
|
3843
3865
|
}
|
|
3844
3866
|
}
|
|
3845
3867
|
|
|
3846
|
-
.data-\[active\=true\]\:bg-primary[data-active="true"] {
|
|
3847
|
-
background-color: var(--primary);
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
3868
|
.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
|
|
3851
3869
|
background-color: var(--sidebar-accent);
|
|
3852
3870
|
}
|
|
3853
3871
|
|
|
3872
|
+
.data-\[active\=true\]\:bg-sidebar-primary[data-active="true"] {
|
|
3873
|
+
background-color: var(--sidebar-primary);
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3854
3876
|
.data-\[active\=true\]\:font-medium[data-active="true"] {
|
|
3855
3877
|
--tw-font-weight: var(--font-weight-medium);
|
|
3856
3878
|
font-weight: var(--font-weight-medium);
|
|
@@ -3860,14 +3882,14 @@
|
|
|
3860
3882
|
color: var(--accent-foreground);
|
|
3861
3883
|
}
|
|
3862
3884
|
|
|
3863
|
-
.data-\[active\=true\]\:text-primary-foreground[data-active="true"] {
|
|
3864
|
-
color: var(--primary-foreground);
|
|
3865
|
-
}
|
|
3866
|
-
|
|
3867
3885
|
.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
|
|
3868
3886
|
color: var(--sidebar-accent-foreground);
|
|
3869
3887
|
}
|
|
3870
3888
|
|
|
3889
|
+
.data-\[active\=true\]\:text-sidebar-primary-foreground[data-active="true"] {
|
|
3890
|
+
color: var(--sidebar-primary-foreground);
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3871
3893
|
.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
|
|
3872
3894
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3873
3895
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -2105,6 +2105,10 @@
|
|
|
2105
2105
|
background-color: var(--color-bg);
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
|
+
.bg-\[\#30A4A1\] {
|
|
2109
|
+
background-color: #30a4a1;
|
|
2110
|
+
}
|
|
2111
|
+
|
|
2108
2112
|
.bg-accent {
|
|
2109
2113
|
background-color: var(--accent);
|
|
2110
2114
|
}
|
|
@@ -2251,17 +2255,7 @@
|
|
|
2251
2255
|
background-color: var(--popover);
|
|
2252
2256
|
}
|
|
2253
2257
|
|
|
2254
|
-
.bg-primary, .bg-primary\/
|
|
2255
|
-
background-color: var(--primary);
|
|
2256
|
-
}
|
|
2257
|
-
|
|
2258
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2259
|
-
.bg-primary\/10 {
|
|
2260
|
-
background-color: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
2261
|
-
}
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
.bg-primary\/20 {
|
|
2258
|
+
.bg-primary, .bg-primary\/20 {
|
|
2265
2259
|
background-color: var(--primary);
|
|
2266
2260
|
}
|
|
2267
2261
|
|
|
@@ -2287,6 +2281,16 @@
|
|
|
2287
2281
|
background-color: var(--sidebar-border);
|
|
2288
2282
|
}
|
|
2289
2283
|
|
|
2284
|
+
.bg-sidebar-primary\/10 {
|
|
2285
|
+
background-color: var(--sidebar-primary);
|
|
2286
|
+
}
|
|
2287
|
+
|
|
2288
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2289
|
+
.bg-sidebar-primary\/10 {
|
|
2290
|
+
background-color: color-mix(in oklab, var(--sidebar-primary) 10%, transparent);
|
|
2291
|
+
}
|
|
2292
|
+
}
|
|
2293
|
+
|
|
2290
2294
|
.bg-teal-50 {
|
|
2291
2295
|
background-color: var(--color-teal-50);
|
|
2292
2296
|
}
|
|
@@ -2311,6 +2315,16 @@
|
|
|
2311
2315
|
background-color: var(--color-white);
|
|
2312
2316
|
}
|
|
2313
2317
|
|
|
2318
|
+
.bg-white\/20 {
|
|
2319
|
+
background-color: #fff3;
|
|
2320
|
+
}
|
|
2321
|
+
|
|
2322
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2323
|
+
.bg-white\/20 {
|
|
2324
|
+
background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
2325
|
+
}
|
|
2326
|
+
}
|
|
2327
|
+
|
|
2314
2328
|
.fill-current {
|
|
2315
2329
|
fill: currentColor;
|
|
2316
2330
|
}
|
|
@@ -2740,6 +2754,14 @@
|
|
|
2740
2754
|
}
|
|
2741
2755
|
}
|
|
2742
2756
|
|
|
2757
|
+
.text-sidebar-primary {
|
|
2758
|
+
color: var(--sidebar-primary);
|
|
2759
|
+
}
|
|
2760
|
+
|
|
2761
|
+
.text-sidebar-primary-foreground {
|
|
2762
|
+
color: var(--sidebar-primary-foreground);
|
|
2763
|
+
}
|
|
2764
|
+
|
|
2743
2765
|
.text-teal-600 {
|
|
2744
2766
|
color: var(--color-teal-600);
|
|
2745
2767
|
}
|
|
@@ -3850,14 +3872,14 @@
|
|
|
3850
3872
|
}
|
|
3851
3873
|
}
|
|
3852
3874
|
|
|
3853
|
-
.data-\[active\=true\]\:bg-primary[data-active="true"] {
|
|
3854
|
-
background-color: var(--primary);
|
|
3855
|
-
}
|
|
3856
|
-
|
|
3857
3875
|
.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
|
|
3858
3876
|
background-color: var(--sidebar-accent);
|
|
3859
3877
|
}
|
|
3860
3878
|
|
|
3879
|
+
.data-\[active\=true\]\:bg-sidebar-primary[data-active="true"] {
|
|
3880
|
+
background-color: var(--sidebar-primary);
|
|
3881
|
+
}
|
|
3882
|
+
|
|
3861
3883
|
.data-\[active\=true\]\:font-medium[data-active="true"] {
|
|
3862
3884
|
--tw-font-weight: var(--font-weight-medium);
|
|
3863
3885
|
font-weight: var(--font-weight-medium);
|
|
@@ -3867,14 +3889,14 @@
|
|
|
3867
3889
|
color: var(--accent-foreground);
|
|
3868
3890
|
}
|
|
3869
3891
|
|
|
3870
|
-
.data-\[active\=true\]\:text-primary-foreground[data-active="true"] {
|
|
3871
|
-
color: var(--primary-foreground);
|
|
3872
|
-
}
|
|
3873
|
-
|
|
3874
3892
|
.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
|
|
3875
3893
|
color: var(--sidebar-accent-foreground);
|
|
3876
3894
|
}
|
|
3877
3895
|
|
|
3896
|
+
.data-\[active\=true\]\:text-sidebar-primary-foreground[data-active="true"] {
|
|
3897
|
+
color: var(--sidebar-primary-foreground);
|
|
3898
|
+
}
|
|
3899
|
+
|
|
3878
3900
|
.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
|
|
3879
3901
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3880
3902
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -5748,19 +5770,19 @@
|
|
|
5748
5770
|
--card-foreground: oklch(14.08% .0044 285.823);
|
|
5749
5771
|
--popover: oklch(100% 0 0);
|
|
5750
5772
|
--popover-foreground: oklch(14.08% .0044 285.823);
|
|
5751
|
-
--primary:
|
|
5773
|
+
--primary: #1976f2;
|
|
5752
5774
|
--primary-foreground: oklch(100% 0 0);
|
|
5753
5775
|
--secondary: oklch(96.74% .0013 286.375);
|
|
5754
5776
|
--secondary-foreground: oklch(14.08% .0044 285.823);
|
|
5755
5777
|
--muted: oklch(96.74% .0013 286.375);
|
|
5756
5778
|
--muted-foreground: oklch(55.17% .0138 285.939);
|
|
5757
|
-
--accent:
|
|
5758
|
-
--accent-foreground:
|
|
5759
|
-
--destructive:
|
|
5779
|
+
--accent: #e0f2f1;
|
|
5780
|
+
--accent-foreground: #0d9488;
|
|
5781
|
+
--destructive: #e84c3d;
|
|
5760
5782
|
--destructive-foreground: oklch(100% 0 0);
|
|
5761
|
-
--border:
|
|
5783
|
+
--border: #e5e7eb;
|
|
5762
5784
|
--input: oklch(100% 0 0);
|
|
5763
|
-
--ring:
|
|
5785
|
+
--ring: #1976f2;
|
|
5764
5786
|
--chart-1: oklch(52.34% .1347 144.167);
|
|
5765
5787
|
--chart-2: oklch(67.31% .1624 144.208);
|
|
5766
5788
|
--chart-3: oklch(64.23% .1467 133.015);
|
|
@@ -5768,12 +5790,12 @@
|
|
|
5768
5790
|
--chart-5: oklch(82.53% .1181 129.001);
|
|
5769
5791
|
--sidebar: oklch(98.51% 0 0);
|
|
5770
5792
|
--sidebar-foreground: oklch(55.17% .0138 285.939);
|
|
5771
|
-
--sidebar-primary:
|
|
5793
|
+
--sidebar-primary: #0d9488;
|
|
5772
5794
|
--sidebar-primary-foreground: oklch(100% 0 0);
|
|
5773
|
-
--sidebar-accent:
|
|
5774
|
-
--sidebar-accent-foreground:
|
|
5775
|
-
--sidebar-border:
|
|
5776
|
-
--sidebar-ring:
|
|
5795
|
+
--sidebar-accent: #e0f2f1;
|
|
5796
|
+
--sidebar-accent-foreground: #0d9488;
|
|
5797
|
+
--sidebar-border: #e5e7eb;
|
|
5798
|
+
--sidebar-ring: #0d9488;
|
|
5777
5799
|
--radius: .5rem;
|
|
5778
5800
|
--shadow-2xs: 0px 4px 8px 0px #00000008;
|
|
5779
5801
|
--shadow-xs: 0px 4px 8px 0px #00000008;
|
|
@@ -5804,19 +5826,19 @@
|
|
|
5804
5826
|
--card-foreground: oklch(98.51% 0 0);
|
|
5805
5827
|
--popover: oklch(21.03% .0059 285.885);
|
|
5806
5828
|
--popover-foreground: oklch(98.51% 0 0);
|
|
5807
|
-
--primary:
|
|
5808
|
-
--primary-foreground: oklch(
|
|
5829
|
+
--primary: #2196f3;
|
|
5830
|
+
--primary-foreground: oklch(100% 0 0);
|
|
5809
5831
|
--secondary: oklch(27.39% .0055 286.033);
|
|
5810
5832
|
--secondary-foreground: oklch(98.51% 0 0);
|
|
5811
5833
|
--muted: oklch(27.39% .0055 286.033);
|
|
5812
5834
|
--muted-foreground: oklch(71.18% .0129 286.067);
|
|
5813
|
-
--accent:
|
|
5814
|
-
--accent-foreground:
|
|
5815
|
-
--destructive:
|
|
5835
|
+
--accent: #134e4a;
|
|
5836
|
+
--accent-foreground: #5eead4;
|
|
5837
|
+
--destructive: #e84c3d;
|
|
5816
5838
|
--destructive-foreground: oklch(94.78% .023 17.5647);
|
|
5817
5839
|
--border: oklch(27.39% .0055 286.033);
|
|
5818
5840
|
--input: oklch(27.39% .0055 286.033);
|
|
5819
|
-
--ring:
|
|
5841
|
+
--ring: #2196f3;
|
|
5820
5842
|
--chart-1: oklch(67.31% .1624 144.208);
|
|
5821
5843
|
--chart-2: oklch(75.36% .1626 130.502);
|
|
5822
5844
|
--chart-3: oklch(85.55% .1766 114.846);
|
|
@@ -5824,12 +5846,12 @@
|
|
|
5824
5846
|
--chart-5: oklch(77.03% .1741 64.0539);
|
|
5825
5847
|
--sidebar: oklch(21.03% .0059 285.885);
|
|
5826
5848
|
--sidebar-foreground: oklch(71.18% .0129 286.067);
|
|
5827
|
-
--sidebar-primary:
|
|
5828
|
-
--sidebar-primary-foreground: oklch(
|
|
5829
|
-
--sidebar-accent:
|
|
5830
|
-
--sidebar-accent-foreground:
|
|
5849
|
+
--sidebar-primary: #0d9488;
|
|
5850
|
+
--sidebar-primary-foreground: oklch(100% 0 0);
|
|
5851
|
+
--sidebar-accent: #134e4a;
|
|
5852
|
+
--sidebar-accent-foreground: #5eead4;
|
|
5831
5853
|
--sidebar-border: oklch(27.39% .0055 286.033);
|
|
5832
|
-
--sidebar-ring:
|
|
5854
|
+
--sidebar-ring: #0d9488;
|
|
5833
5855
|
--radius: .5rem;
|
|
5834
5856
|
--shadow-2xs: 0px 2px 4px 0px #0000000d;
|
|
5835
5857
|
--shadow-xs: 0px 2px 4px 0px #0000000d;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -2102,6 +2102,10 @@
|
|
|
2102
2102
|
background-color: var(--color-bg);
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
|
+
.bg-\[\#30A4A1\] {
|
|
2106
|
+
background-color: #30a4a1;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2105
2109
|
.bg-accent {
|
|
2106
2110
|
background-color: var(--accent);
|
|
2107
2111
|
}
|
|
@@ -2248,17 +2252,7 @@
|
|
|
2248
2252
|
background-color: var(--popover);
|
|
2249
2253
|
}
|
|
2250
2254
|
|
|
2251
|
-
.bg-primary, .bg-primary\/
|
|
2252
|
-
background-color: var(--primary);
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2256
|
-
.bg-primary\/10 {
|
|
2257
|
-
background-color: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
2258
|
-
}
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
.bg-primary\/20 {
|
|
2255
|
+
.bg-primary, .bg-primary\/20 {
|
|
2262
2256
|
background-color: var(--primary);
|
|
2263
2257
|
}
|
|
2264
2258
|
|
|
@@ -2284,6 +2278,16 @@
|
|
|
2284
2278
|
background-color: var(--sidebar-border);
|
|
2285
2279
|
}
|
|
2286
2280
|
|
|
2281
|
+
.bg-sidebar-primary\/10 {
|
|
2282
|
+
background-color: var(--sidebar-primary);
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2286
|
+
.bg-sidebar-primary\/10 {
|
|
2287
|
+
background-color: color-mix(in oklab, var(--sidebar-primary) 10%, transparent);
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2287
2291
|
.bg-teal-50 {
|
|
2288
2292
|
background-color: var(--color-teal-50);
|
|
2289
2293
|
}
|
|
@@ -2308,6 +2312,16 @@
|
|
|
2308
2312
|
background-color: var(--color-white);
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2315
|
+
.bg-white\/20 {
|
|
2316
|
+
background-color: #fff3;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2320
|
+
.bg-white\/20 {
|
|
2321
|
+
background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2311
2325
|
.fill-current {
|
|
2312
2326
|
fill: currentColor;
|
|
2313
2327
|
}
|
|
@@ -2733,6 +2747,14 @@
|
|
|
2733
2747
|
}
|
|
2734
2748
|
}
|
|
2735
2749
|
|
|
2750
|
+
.text-sidebar-primary {
|
|
2751
|
+
color: var(--sidebar-primary);
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.text-sidebar-primary-foreground {
|
|
2755
|
+
color: var(--sidebar-primary-foreground);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2736
2758
|
.text-teal-600 {
|
|
2737
2759
|
color: var(--color-teal-600);
|
|
2738
2760
|
}
|
|
@@ -3843,14 +3865,14 @@
|
|
|
3843
3865
|
}
|
|
3844
3866
|
}
|
|
3845
3867
|
|
|
3846
|
-
.data-\[active\=true\]\:bg-primary[data-active="true"] {
|
|
3847
|
-
background-color: var(--primary);
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
3868
|
.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
|
|
3851
3869
|
background-color: var(--sidebar-accent);
|
|
3852
3870
|
}
|
|
3853
3871
|
|
|
3872
|
+
.data-\[active\=true\]\:bg-sidebar-primary[data-active="true"] {
|
|
3873
|
+
background-color: var(--sidebar-primary);
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3854
3876
|
.data-\[active\=true\]\:font-medium[data-active="true"] {
|
|
3855
3877
|
--tw-font-weight: var(--font-weight-medium);
|
|
3856
3878
|
font-weight: var(--font-weight-medium);
|
|
@@ -3860,14 +3882,14 @@
|
|
|
3860
3882
|
color: var(--accent-foreground);
|
|
3861
3883
|
}
|
|
3862
3884
|
|
|
3863
|
-
.data-\[active\=true\]\:text-primary-foreground[data-active="true"] {
|
|
3864
|
-
color: var(--primary-foreground);
|
|
3865
|
-
}
|
|
3866
|
-
|
|
3867
3885
|
.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
|
|
3868
3886
|
color: var(--sidebar-accent-foreground);
|
|
3869
3887
|
}
|
|
3870
3888
|
|
|
3889
|
+
.data-\[active\=true\]\:text-sidebar-primary-foreground[data-active="true"] {
|
|
3890
|
+
color: var(--sidebar-primary-foreground);
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3871
3893
|
.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
|
|
3872
3894
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3873
3895
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! tailwindcss v4.1.
|
|
1
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties {
|
|
3
3
|
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
4
4
|
*, :before, :after, ::backdrop {
|
|
@@ -2102,6 +2102,10 @@
|
|
|
2102
2102
|
background-color: var(--color-bg);
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
|
+
.bg-\[\#30A4A1\] {
|
|
2106
|
+
background-color: #30a4a1;
|
|
2107
|
+
}
|
|
2108
|
+
|
|
2105
2109
|
.bg-accent {
|
|
2106
2110
|
background-color: var(--accent);
|
|
2107
2111
|
}
|
|
@@ -2248,17 +2252,7 @@
|
|
|
2248
2252
|
background-color: var(--popover);
|
|
2249
2253
|
}
|
|
2250
2254
|
|
|
2251
|
-
.bg-primary, .bg-primary\/
|
|
2252
|
-
background-color: var(--primary);
|
|
2253
|
-
}
|
|
2254
|
-
|
|
2255
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
2256
|
-
.bg-primary\/10 {
|
|
2257
|
-
background-color: color-mix(in oklab, var(--primary) 10%, transparent);
|
|
2258
|
-
}
|
|
2259
|
-
}
|
|
2260
|
-
|
|
2261
|
-
.bg-primary\/20 {
|
|
2255
|
+
.bg-primary, .bg-primary\/20 {
|
|
2262
2256
|
background-color: var(--primary);
|
|
2263
2257
|
}
|
|
2264
2258
|
|
|
@@ -2284,6 +2278,16 @@
|
|
|
2284
2278
|
background-color: var(--sidebar-border);
|
|
2285
2279
|
}
|
|
2286
2280
|
|
|
2281
|
+
.bg-sidebar-primary\/10 {
|
|
2282
|
+
background-color: var(--sidebar-primary);
|
|
2283
|
+
}
|
|
2284
|
+
|
|
2285
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2286
|
+
.bg-sidebar-primary\/10 {
|
|
2287
|
+
background-color: color-mix(in oklab, var(--sidebar-primary) 10%, transparent);
|
|
2288
|
+
}
|
|
2289
|
+
}
|
|
2290
|
+
|
|
2287
2291
|
.bg-teal-50 {
|
|
2288
2292
|
background-color: var(--color-teal-50);
|
|
2289
2293
|
}
|
|
@@ -2308,6 +2312,16 @@
|
|
|
2308
2312
|
background-color: var(--color-white);
|
|
2309
2313
|
}
|
|
2310
2314
|
|
|
2315
|
+
.bg-white\/20 {
|
|
2316
|
+
background-color: #fff3;
|
|
2317
|
+
}
|
|
2318
|
+
|
|
2319
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2320
|
+
.bg-white\/20 {
|
|
2321
|
+
background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
|
|
2322
|
+
}
|
|
2323
|
+
}
|
|
2324
|
+
|
|
2311
2325
|
.fill-current {
|
|
2312
2326
|
fill: currentColor;
|
|
2313
2327
|
}
|
|
@@ -2733,6 +2747,14 @@
|
|
|
2733
2747
|
}
|
|
2734
2748
|
}
|
|
2735
2749
|
|
|
2750
|
+
.text-sidebar-primary {
|
|
2751
|
+
color: var(--sidebar-primary);
|
|
2752
|
+
}
|
|
2753
|
+
|
|
2754
|
+
.text-sidebar-primary-foreground {
|
|
2755
|
+
color: var(--sidebar-primary-foreground);
|
|
2756
|
+
}
|
|
2757
|
+
|
|
2736
2758
|
.text-teal-600 {
|
|
2737
2759
|
color: var(--color-teal-600);
|
|
2738
2760
|
}
|
|
@@ -3843,14 +3865,14 @@
|
|
|
3843
3865
|
}
|
|
3844
3866
|
}
|
|
3845
3867
|
|
|
3846
|
-
.data-\[active\=true\]\:bg-primary[data-active="true"] {
|
|
3847
|
-
background-color: var(--primary);
|
|
3848
|
-
}
|
|
3849
|
-
|
|
3850
3868
|
.data-\[active\=true\]\:bg-sidebar-accent[data-active="true"] {
|
|
3851
3869
|
background-color: var(--sidebar-accent);
|
|
3852
3870
|
}
|
|
3853
3871
|
|
|
3872
|
+
.data-\[active\=true\]\:bg-sidebar-primary[data-active="true"] {
|
|
3873
|
+
background-color: var(--sidebar-primary);
|
|
3874
|
+
}
|
|
3875
|
+
|
|
3854
3876
|
.data-\[active\=true\]\:font-medium[data-active="true"] {
|
|
3855
3877
|
--tw-font-weight: var(--font-weight-medium);
|
|
3856
3878
|
font-weight: var(--font-weight-medium);
|
|
@@ -3860,14 +3882,14 @@
|
|
|
3860
3882
|
color: var(--accent-foreground);
|
|
3861
3883
|
}
|
|
3862
3884
|
|
|
3863
|
-
.data-\[active\=true\]\:text-primary-foreground[data-active="true"] {
|
|
3864
|
-
color: var(--primary-foreground);
|
|
3865
|
-
}
|
|
3866
|
-
|
|
3867
3885
|
.data-\[active\=true\]\:text-sidebar-accent-foreground[data-active="true"] {
|
|
3868
3886
|
color: var(--sidebar-accent-foreground);
|
|
3869
3887
|
}
|
|
3870
3888
|
|
|
3889
|
+
.data-\[active\=true\]\:text-sidebar-primary-foreground[data-active="true"] {
|
|
3890
|
+
color: var(--sidebar-primary-foreground);
|
|
3891
|
+
}
|
|
3892
|
+
|
|
3871
3893
|
.data-\[active\=true\]\:ring-\[3px\][data-active="true"] {
|
|
3872
3894
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
3873
3895
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
package/dist/shadcn/ui/form.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { Slot } from '@radix-ui/react-slot';
|
|
|
2
2
|
import { ControllerProps, FieldPath, FieldValues } from 'react-hook-form';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import type * as LabelPrimitive from '@radix-ui/react-label';
|
|
5
|
-
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import('react-hook-form').FormProviderProps<TFieldValues, TContext, TTransformedValues>) =>
|
|
5
|
+
declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: import('react-hook-form').FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
6
6
|
declare const FormField: <TFieldValues extends FieldValues = FieldValues, TName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>>({ ...props }: ControllerProps<TFieldValues, TName>) => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
declare const useFormField: () => {
|
|
8
8
|
invalid: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../src/shadcn/ui/form.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAKL,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,WAAW,EACjB,MAAM,iBAAiB,CAAC;AAKzB,QAAA,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"form.d.ts","sourceRoot":"","sources":["../../../src/shadcn/ui/form.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,KAAK,cAAc,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,IAAI,EAAE,MAAM,sBAAsB,CAAC;AAC5C,OAAO,EAKL,KAAK,eAAe,EACpB,KAAK,SAAS,EACd,KAAK,WAAW,EACjB,MAAM,iBAAiB,CAAC;AAKzB,QAAA,MAAM,IAAI,4MAAe,CAAC;AAa1B,QAAA,MAAM,SAAS,GACb,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,KAAK,SAAS,SAAS,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC,YAAY,CAAC,EAC/D,cAEC,eAAe,CAAC,YAAY,EAAE,KAAK,CAAC,4CAMtC,CAAC;AAEF,QAAA,MAAM,YAAY;;;;;;;;;;;CAqBjB,CAAC;AAUF,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAYrE;AAED,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAYlD;AAED,iBAAS,WAAW,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,IAAI,CAAC,2CAiBnE;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,2CAW1E;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,CAAC,kDAkBtE;AAED,OAAO,EACL,YAAY,EACZ,IAAI,EACJ,QAAQ,EACR,SAAS,EACT,WAAW,EACX,eAAe,EACf,WAAW,EACX,SAAS,GACV,CAAC"}
|
package/package.json
CHANGED