@rfdtech/components 1.22.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +209 -81
- package/dist/adapters/next-adapter.d.ts.map +1 -1
- package/dist/components/app-header/AppHeader.d.ts.map +1 -1
- package/dist/components/app-header/AppHeaderNotificationItem.d.ts +3 -0
- package/dist/components/app-header/AppHeaderNotificationItem.d.ts.map +1 -0
- package/dist/components/app-header/AppHeaderProfile.d.ts +5 -0
- package/dist/components/app-header/AppHeaderProfile.d.ts.map +1 -1
- package/dist/components/app-header/index.d.ts +3 -1
- package/dist/components/app-header/index.d.ts.map +1 -1
- package/dist/components/app-switcher/AppIconTile.d.ts +10 -0
- package/dist/components/app-switcher/AppIconTile.d.ts.map +1 -0
- package/dist/components/app-switcher/AppSwitcher.d.ts +1 -1
- package/dist/components/app-switcher/AppSwitcher.d.ts.map +1 -1
- package/dist/components/app-switcher/AppSwitcherItem.d.ts.map +1 -1
- package/dist/components/app-switcher/IconPatterns.d.ts +8 -0
- package/dist/components/app-switcher/IconPatterns.d.ts.map +1 -0
- package/dist/components/app-switcher/SystemAppIcon.d.ts.map +1 -1
- package/dist/components/app-switcher/index.d.ts +2 -0
- package/dist/components/app-switcher/index.d.ts.map +1 -1
- package/dist/components/avatar/Avatar.d.ts.map +1 -1
- package/dist/components/bulk-import-modal/BulkImportModal.d.ts.map +1 -1
- package/dist/components/bulk-import-modal/steps/ValidateDataStep.d.ts.map +1 -1
- package/dist/components/button/Button.d.ts +1 -1
- package/dist/components/button/Button.d.ts.map +1 -1
- package/dist/components/button/Spinner.d.ts.map +1 -1
- package/dist/components/combobox/Combobox.d.ts +4 -0
- package/dist/components/combobox/Combobox.d.ts.map +1 -0
- package/dist/components/combobox/Combobox.test.d.ts +2 -0
- package/dist/components/combobox/Combobox.test.d.ts.map +1 -0
- package/dist/components/combobox/index.d.ts +3 -0
- package/dist/components/combobox/index.d.ts.map +1 -0
- package/dist/components/country-selector/CountrySelector.d.ts +7 -0
- package/dist/components/country-selector/CountrySelector.d.ts.map +1 -1
- package/dist/components/country-selector/index.d.ts +1 -0
- package/dist/components/country-selector/index.d.ts.map +1 -1
- package/dist/components/date-range-selector/DateRangeSelector.d.ts +2 -2
- package/dist/components/date-range-selector/DateRangeSelector.d.ts.map +1 -1
- package/dist/components/date-range-selector/index.d.ts +1 -1
- package/dist/components/date-range-selector/index.d.ts.map +1 -1
- package/dist/components/date-selector/DateSelector.d.ts.map +1 -1
- package/dist/components/dropdown/Dropdown.d.ts +1 -1
- package/dist/components/dropdown/Dropdown.d.ts.map +1 -1
- package/dist/components/export-button/ExportButton.d.ts +3 -0
- package/dist/components/export-button/ExportButton.d.ts.map +1 -0
- package/dist/components/export-button/ExportButton.test.d.ts +2 -0
- package/dist/components/export-button/ExportButton.test.d.ts.map +1 -0
- package/dist/components/export-button/index.d.ts +3 -0
- package/dist/components/export-button/index.d.ts.map +1 -0
- package/dist/components/launchpad/Launchpad.d.ts +4 -0
- package/dist/components/launchpad/Launchpad.d.ts.map +1 -0
- package/dist/components/launchpad/Launchpad.test.d.ts +2 -0
- package/dist/components/launchpad/Launchpad.test.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadGridIcon.d.ts +2 -0
- package/dist/components/launchpad/LaunchpadGridIcon.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadIconTile.d.ts +10 -0
- package/dist/components/launchpad/LaunchpadIconTile.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadItem.d.ts +8 -0
- package/dist/components/launchpad/LaunchpadItem.d.ts.map +1 -0
- package/dist/components/launchpad/LaunchpadOverlays.d.ts +3 -0
- package/dist/components/launchpad/LaunchpadOverlays.d.ts.map +1 -0
- package/dist/components/launchpad/SystemLaunchpadIcon.d.ts +5 -0
- package/dist/components/launchpad/SystemLaunchpadIcon.d.ts.map +1 -0
- package/dist/components/launchpad/hooks/useLaunchpad.d.ts +3 -0
- package/dist/components/launchpad/hooks/useLaunchpad.d.ts.map +1 -0
- package/dist/components/launchpad/index.d.ts +10 -0
- package/dist/components/launchpad/index.d.ts.map +1 -0
- package/dist/components/metric-card/MetricCard.d.ts.map +1 -1
- package/dist/components/network-operator/NetworkOperator.d.ts +4 -0
- package/dist/components/network-operator/NetworkOperator.d.ts.map +1 -1
- package/dist/components/network-operator/index.d.ts +1 -0
- package/dist/components/network-operator/index.d.ts.map +1 -1
- package/dist/components/notice/Notice.d.ts +4 -0
- package/dist/components/notice/Notice.d.ts.map +1 -0
- package/dist/components/notice/Notice.test.d.ts +2 -0
- package/dist/components/notice/Notice.test.d.ts.map +1 -0
- package/dist/components/notice/index.d.ts +3 -0
- package/dist/components/notice/index.d.ts.map +1 -0
- package/dist/components/phone-number-input/PhoneNumberInput.d.ts.map +1 -1
- package/dist/components/popup/Popup.d.ts +15 -0
- package/dist/components/popup/Popup.d.ts.map +1 -0
- package/dist/components/popup/Popup.test.d.ts +2 -0
- package/dist/components/popup/Popup.test.d.ts.map +1 -0
- package/dist/components/popup/index.d.ts +3 -0
- package/dist/components/popup/index.d.ts.map +1 -0
- package/dist/components/profile-popover/ProfilePopover.d.ts +4 -0
- package/dist/components/profile-popover/ProfilePopover.d.ts.map +1 -0
- package/dist/components/profile-popover/ProfilePopover.test.d.ts +2 -0
- package/dist/components/profile-popover/ProfilePopover.test.d.ts.map +1 -0
- package/dist/components/profile-popover/index.d.ts +3 -0
- package/dist/components/profile-popover/index.d.ts.map +1 -0
- package/dist/components/role-select/RoleSelect.d.ts +4 -0
- package/dist/components/role-select/RoleSelect.d.ts.map +1 -0
- package/dist/components/role-select/RoleSelect.test.d.ts +2 -0
- package/dist/components/role-select/RoleSelect.test.d.ts.map +1 -0
- package/dist/components/role-select/index.d.ts +3 -0
- package/dist/components/role-select/index.d.ts.map +1 -0
- package/dist/components/section-header/SectionHeader.d.ts +7 -0
- package/dist/components/section-header/SectionHeader.d.ts.map +1 -0
- package/dist/components/section-header/SectionHeader.test.d.ts +2 -0
- package/dist/components/section-header/SectionHeader.test.d.ts.map +1 -0
- package/dist/components/section-header/index.d.ts +3 -0
- package/dist/components/section-header/index.d.ts.map +1 -0
- package/dist/components/sidebar/Sidebar.d.ts +1 -1
- package/dist/components/sidebar/Sidebar.d.ts.map +1 -1
- package/dist/components/sidebar/SidebarContext.d.ts +6 -0
- package/dist/components/sidebar/SidebarContext.d.ts.map +1 -1
- package/dist/components/sidebar/index.d.ts +1 -1
- package/dist/components/sidebar/index.d.ts.map +1 -1
- package/dist/components/switch/Switch.d.ts +4 -0
- package/dist/components/switch/Switch.d.ts.map +1 -0
- package/dist/components/switch/Switch.test.d.ts +2 -0
- package/dist/components/switch/Switch.test.d.ts.map +1 -0
- package/dist/components/switch/index.d.ts +3 -0
- package/dist/components/switch/index.d.ts.map +1 -0
- package/dist/components/table/Table.d.ts.map +1 -1
- package/dist/components/table/TableHeader.d.ts.map +1 -1
- package/dist/components/table/TablePagination.d.ts.map +1 -1
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.d.ts.map +1 -1
- package/dist/components/theme/ThemeProvider.d.ts.map +1 -1
- package/dist/components/theme/cletTheme.d.ts +11 -0
- package/dist/components/theme/cletTheme.d.ts.map +1 -0
- package/dist/components/theme/cletTheme.test-d.d.ts +2 -0
- package/dist/components/theme/cletTheme.test-d.d.ts.map +1 -0
- package/dist/components/theme/cletTheme.test.d.ts +2 -0
- package/dist/components/theme/cletTheme.test.d.ts.map +1 -0
- package/dist/components/theme/index.d.ts +3 -1
- package/dist/components/theme/index.d.ts.map +1 -1
- package/dist/components/upload-field/UploadField.d.ts +5 -0
- package/dist/components/upload-field/UploadField.d.ts.map +1 -1
- package/dist/components/upload-field/index.d.ts +2 -2
- package/dist/components/upload-field/index.d.ts.map +1 -1
- package/dist/generated/components.theme.d.ts +313 -0
- package/dist/generated/components.theme.d.ts.map +1 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -1
- package/dist/hooks/useHasMounted.d.ts +10 -0
- package/dist/hooks/useHasMounted.d.ts.map +1 -0
- package/dist/hooks/useTableFilter.d.ts.map +1 -1
- package/dist/hooks/useTablePagination.d.ts.map +1 -1
- package/dist/hooks/useTableState.d.ts.map +1 -1
- package/dist/index.cjs +84 -56
- package/dist/index.css +1 -1
- package/dist/index.d.ts +12 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +19025 -31594
- package/dist/mcp/cli.js +75 -0
- package/dist/mcp/docs.js +122 -0
- package/dist/mcp/generated/components.json +3601 -0
- package/dist/mcp/generated/examples.json +1233 -0
- package/dist/mcp/generated/index.meta.json +252 -0
- package/dist/mcp/generated/rules.json +629 -0
- package/dist/mcp/generated/search.json +1626 -0
- package/dist/mcp/generated/tokens.json +1022 -0
- package/dist/mcp/index.js +337 -0
- package/dist/mcp/indexer.js +370 -0
- package/dist/mcp/installers/claude.js +37 -0
- package/dist/mcp/installers/codex.js +24 -0
- package/dist/mcp/installers/cursor.js +33 -0
- package/dist/mcp/installers/doctor.js +36 -0
- package/dist/mcp/installers/opencode.js +36 -0
- package/dist/mcp/installers/setup.js +34 -0
- package/dist/mcp/installers/util.js +41 -0
- package/dist/mcp/paths.js +63 -0
- package/dist/mcp/skill/SKILL.md +36 -0
- package/dist/mcp/skill/image-to-components.md +49 -0
- package/dist/next-index.d.ts.map +1 -1
- package/dist/next.cjs +104 -94
- package/dist/next.css +1 -1
- package/dist/next.js +16275 -29977
- package/dist/types/app-header.d.ts +52 -13
- package/dist/types/app-header.d.ts.map +1 -1
- package/dist/types/app-switcher.d.ts +10 -1
- package/dist/types/app-switcher.d.ts.map +1 -1
- package/dist/types/avatar.d.ts +9 -0
- package/dist/types/avatar.d.ts.map +1 -1
- package/dist/types/combobox.d.ts +43 -0
- package/dist/types/combobox.d.ts.map +1 -0
- package/dist/types/country-selector.d.ts +4 -0
- package/dist/types/country-selector.d.ts.map +1 -1
- package/dist/types/date-range-selector.d.ts +11 -0
- package/dist/types/date-range-selector.d.ts.map +1 -1
- package/dist/types/dropdown.d.ts +8 -0
- package/dist/types/dropdown.d.ts.map +1 -1
- package/dist/types/export-button.d.ts +24 -0
- package/dist/types/export-button.d.ts.map +1 -0
- package/dist/types/launchpad.d.ts +79 -0
- package/dist/types/launchpad.d.ts.map +1 -0
- package/dist/types/metric-card.d.ts +4 -0
- package/dist/types/metric-card.d.ts.map +1 -1
- package/dist/types/network-operator.d.ts +8 -0
- package/dist/types/network-operator.d.ts.map +1 -1
- package/dist/types/notice.d.ts +24 -0
- package/dist/types/notice.d.ts.map +1 -0
- package/dist/types/popup.d.ts +43 -0
- package/dist/types/popup.d.ts.map +1 -0
- package/dist/types/profile-popover.d.ts +97 -0
- package/dist/types/profile-popover.d.ts.map +1 -0
- package/dist/types/role-select.d.ts +28 -0
- package/dist/types/role-select.d.ts.map +1 -0
- package/dist/types/section-header.d.ts +26 -0
- package/dist/types/section-header.d.ts.map +1 -0
- package/dist/types/sidebar.d.ts +5 -0
- package/dist/types/sidebar.d.ts.map +1 -1
- package/dist/types/switch.d.ts +24 -0
- package/dist/types/switch.d.ts.map +1 -0
- package/dist/types/table.d.ts +23 -1
- package/dist/types/table.d.ts.map +1 -1
- package/dist/types/theme.d.ts +28 -8
- package/dist/types/theme.d.ts.map +1 -1
- package/dist/types/upload-field.d.ts +23 -0
- package/dist/types/upload-field.d.ts.map +1 -1
- package/dist/utils/export.d.ts +15 -0
- package/dist/utils/export.d.ts.map +1 -0
- package/dist/utils/stringToColor.d.ts +25 -0
- package/dist/utils/stringToColor.d.ts.map +1 -1
- package/package.json +29 -10
- package/scripts/postinstall.mjs +40 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/combobox/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EACV,kBAAkB,EAClB,cAAc,EACd,aAAa,GACd,MAAM,sBAAsB,CAAC"}
|
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
import type { CountrySelectorProps } from "../../types/country-selector";
|
|
2
2
|
import "./styles/country-selector.css";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Standalone country/dial-code picker, superseded by the searchable
|
|
5
|
+
* `Combobox` (build a country list with `options`) for general country selection,
|
|
6
|
+
* or `PhoneNumberInput`'s own built-in country picker for phone-number use cases —
|
|
7
|
+
* see the [migration guide](/docs/migration-v2). Kept exported and fully working;
|
|
8
|
+
* it receives no further features or design updates.
|
|
9
|
+
*/
|
|
3
10
|
export declare const CountrySelector: import("react").ForwardRefExoticComponent<CountrySelectorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
11
|
//# sourceMappingURL=CountrySelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CountrySelector.d.ts","sourceRoot":"","sources":["../../../src/components/country-selector/CountrySelector.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAGzE,OAAO,+BAA+B,CAAC;AAEvC,eAAO,MAAM,eAAe,iHAoI3B,CAAC"}
|
|
1
|
+
{"version":3,"file":"CountrySelector.d.ts","sourceRoot":"","sources":["../../../src/components/country-selector/CountrySelector.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,8BAA8B,CAAC;AAGzE,OAAO,+BAA+B,CAAC;AAEvC;;;;;;GAMG;AACH,eAAO,MAAM,eAAe,iHAoI3B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/** @deprecated Use `Combobox` for country selection, or `PhoneNumberInput`'s built-in country picker for phone numbers — see the migration guide. */
|
|
1
2
|
export { CountrySelector } from "./CountrySelector";
|
|
2
3
|
export type { CountrySelectorClassNames, CountrySelectorProps, } from "../../types/country-selector";
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/country-selector/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,yBAAyB,EACzB,oBAAoB,GACrB,MAAM,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/country-selector/index.ts"],"names":[],"mappings":"AAAA,qJAAqJ;AACrJ,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,yBAAyB,EACzB,oBAAoB,GACrB,MAAM,8BAA8B,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { DateRangeSelectorProps, DateRangeValue } from "../../types/date-range-selector";
|
|
2
|
-
export type { DateRangeValue };
|
|
1
|
+
import type { DateRangePreset, DateRangeSelectorProps, DateRangeValue } from "../../types/date-range-selector";
|
|
2
|
+
export type { DateRangePreset, DateRangeValue };
|
|
3
3
|
import "./styles/date-range-selector.css";
|
|
4
4
|
export declare const DateRangeSelector: import("react").ForwardRefExoticComponent<DateRangeSelectorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
5
|
//# sourceMappingURL=DateRangeSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateRangeSelector.d.ts","sourceRoot":"","sources":["../../../src/components/date-range-selector/DateRangeSelector.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,sBAAsB,EACtB,cAAc,EACf,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,cAAc,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"DateRangeSelector.d.ts","sourceRoot":"","sources":["../../../src/components/date-range-selector/DateRangeSelector.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EACV,eAAe,EACf,sBAAsB,EACtB,cAAc,EACf,MAAM,iCAAiC,CAAC;AAEzC,YAAY,EAAE,eAAe,EAAE,cAAc,EAAE,CAAC;AAKhD,OAAO,kCAAkC,CAAC;AAsP1C,eAAO,MAAM,iBAAiB,mHA2W5B,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { DateRangeSelector } from "./DateRangeSelector";
|
|
2
|
-
export type { DateRangeSelectorProps, DateRangeSelectorClassNames, DateRangeValue, } from "../../types/date-range-selector";
|
|
2
|
+
export type { DateRangePreset, DateRangeSelectorProps, DateRangeSelectorClassNames, DateRangeValue, } from "../../types/date-range-selector";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/date-range-selector/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EACV,sBAAsB,EACtB,2BAA2B,EAC3B,cAAc,GACf,MAAM,iCAAiC,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/date-range-selector/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EACV,eAAe,EACf,sBAAsB,EACtB,2BAA2B,EAC3B,cAAc,GACf,MAAM,iCAAiC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DateSelector.d.ts","sourceRoot":"","sources":["../../../src/components/date-selector/DateSelector.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,OAAO,4BAA4B,CAAC;
|
|
1
|
+
{"version":3,"file":"DateSelector.d.ts","sourceRoot":"","sources":["../../../src/components/date-selector/DateSelector.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,OAAO,4BAA4B,CAAC;AAqEpC,eAAO,MAAM,YAAY,8GA2QxB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { DropdownProps } from "../../types/dropdown";
|
|
2
2
|
import "./styles/dropdown.css";
|
|
3
|
-
export declare function Dropdown({ value, onValueChange, options, placeholder, clearable, disabled, invalid, "aria-label": ariaLabel, formatOption, classNames, className, }: DropdownProps): import("react").JSX.Element;
|
|
3
|
+
export declare function Dropdown({ value, onValueChange, options, placeholder, clearable, disabled, invalid, "aria-label": ariaLabel, formatOption, classNames, className, name, required, form, }: DropdownProps): import("react").JSX.Element;
|
|
4
4
|
//# sourceMappingURL=Dropdown.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,uBAAuB,CAAC;AAK/B,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,aAAa,EACb,OAAO,EACP,WAAyB,EACzB,SAAiB,EACjB,QAAgB,EAChB,OAAe,EACf,YAAY,EAAE,SAAS,EACvB,YAAY,EACZ,UAAU,EACV,SAAS,
|
|
1
|
+
{"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAE1D,OAAO,uBAAuB,CAAC;AAK/B,wBAAgB,QAAQ,CAAC,EACvB,KAAK,EACL,aAAa,EACb,OAAO,EACP,WAAyB,EACzB,SAAiB,EACjB,QAAgB,EAChB,OAAe,EACf,YAAY,EAAE,SAAS,EACvB,YAAY,EACZ,UAAU,EACV,SAAS,EACT,IAAI,EACJ,QAAQ,EACR,IAAI,GACL,EAAE,aAAa,+BAgGf"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { ExportButtonProps } from "../../types/export-button";
|
|
2
|
+
export declare function ExportButton<T>({ data, columns, title, filename, filtersDescription, formats, label, align, side, sideOffset, classNames, variant, size, className, ...buttonProps }: ExportButtonProps<T>): import("react").JSX.Element;
|
|
3
|
+
//# sourceMappingURL=ExportButton.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportButton.d.ts","sourceRoot":"","sources":["../../../src/components/export-button/ExportButton.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,iBAAiB,EAElB,MAAM,2BAA2B,CAAC;AAsBnC,wBAAgB,YAAY,CAAC,CAAC,EAAE,EAC9B,IAAI,EACJ,OAAO,EACP,KAAK,EACL,QAAQ,EACR,kBAAkB,EAClB,OAAgC,EAChC,KAAgB,EAChB,KAAa,EACb,IAAe,EACf,UAAc,EACd,UAAU,EACV,OAAmB,EACnB,IAAW,EACX,SAAS,EACT,GAAG,WAAW,EACf,EAAE,iBAAiB,CAAC,CAAC,CAAC,+BA0EtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExportButton.test.d.ts","sourceRoot":"","sources":["../../../src/components/export-button/ExportButton.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/export-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EACV,iBAAiB,EACjB,sBAAsB,EACtB,YAAY,EACZ,YAAY,GACb,MAAM,2BAA2B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { LaunchpadProps } from "../../types/launchpad";
|
|
2
|
+
import "./styles/launchpad.css";
|
|
3
|
+
export declare function Launchpad({ apps, loading, open: controlledOpen, onOpenChange, onAppSelect, children, trigger, className, style, showBrandStrip, }: LaunchpadProps): import("react").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=Launchpad.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Launchpad.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/Launchpad.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAgB,cAAc,EAAE,MAAM,uBAAuB,CAAC;AAG1E,OAAO,wBAAwB,CAAC;AAehC,wBAAgB,SAAS,CAAC,EACzB,IAAI,EACJ,OAAe,EACf,IAAI,EAAE,cAAc,EACpB,YAAY,EACZ,WAAW,EACX,QAAQ,EACR,OAAO,EACP,SAAS,EACT,KAAK,EACL,cAAqB,GACrB,EAAE,cAAc,+BAgKhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Launchpad.test.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/Launchpad.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LaunchpadGridIcon.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/LaunchpadGridIcon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,iBAAiB,gCAoBhC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ReactNode } from "react";
|
|
2
|
+
export interface LaunchpadIconTileProps {
|
|
3
|
+
/** Seeds the deterministic background gradient and decorative overlay */
|
|
4
|
+
name: string;
|
|
5
|
+
/** Glyph rendered centered on top of the tile (icon or initials) */
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
className?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare function LaunchpadIconTile({ name, children, className }: LaunchpadIconTileProps): import("react").JSX.Element;
|
|
10
|
+
//# sourceMappingURL=LaunchpadIconTile.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LaunchpadIconTile.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/LaunchpadIconTile.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQvC,MAAM,WAAW,sBAAsB;IACrC,yEAAyE;IACzE,IAAI,EAAE,MAAM,CAAC;IACb,oEAAoE;IACpE,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,SAAS,EAAE,EAAE,sBAAsB,+BAmBtF"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { LaunchpadApp } from "../../types/launchpad";
|
|
2
|
+
interface LaunchpadItemProps {
|
|
3
|
+
app: LaunchpadApp;
|
|
4
|
+
onSelect: (app: LaunchpadApp) => void;
|
|
5
|
+
}
|
|
6
|
+
export declare function LaunchpadItem({ app, onSelect }: LaunchpadItemProps): import("react").JSX.Element;
|
|
7
|
+
export {};
|
|
8
|
+
//# sourceMappingURL=LaunchpadItem.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LaunchpadItem.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/LaunchpadItem.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAE1D,UAAU,kBAAkB;IAC1B,GAAG,EAAE,YAAY,CAAC;IAClB,QAAQ,EAAE,CAAC,GAAG,EAAE,YAAY,KAAK,IAAI,CAAC;CACvC;AAED,wBAAgB,aAAa,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,EAAE,kBAAkB,+BAwDlE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LaunchpadOverlays.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/LaunchpadOverlays.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AA+MlD,eAAO,MAAM,kBAAkB,EAAE,aAAa,EAU7C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SystemLaunchpadIcon.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/SystemLaunchpadIcon.tsx"],"names":[],"mappings":"AAEA,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;CACd;AAgBD,wBAAgB,mBAAmB,CAAC,EAAE,IAAI,EAAE,EAAE,wBAAwB,+BAMrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useLaunchpad.d.ts","sourceRoot":"","sources":["../../../../src/components/launchpad/hooks/useLaunchpad.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,mBAAmB,EACnB,kBAAkB,EACnB,MAAM,0BAA0B,CAAC;AAElC,wBAAgB,YAAY,CAC1B,OAAO,GAAE,mBAAwB,GAChC,kBAAkB,CA+BpB"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { Launchpad } from "./Launchpad";
|
|
2
|
+
export { LaunchpadItem } from "./LaunchpadItem";
|
|
3
|
+
export { LaunchpadGridIcon } from "./LaunchpadGridIcon";
|
|
4
|
+
export { LaunchpadIconTile } from "./LaunchpadIconTile";
|
|
5
|
+
export type { LaunchpadIconTileProps } from "./LaunchpadIconTile";
|
|
6
|
+
export { SystemLaunchpadIcon } from "./SystemLaunchpadIcon";
|
|
7
|
+
export type { SystemLaunchpadIconProps } from "./SystemLaunchpadIcon";
|
|
8
|
+
export { useLaunchpad } from "./hooks/useLaunchpad";
|
|
9
|
+
export type { LaunchpadApp, LaunchpadProps, UseLaunchpadOptions, UseLaunchpadReturn, } from "../../types/launchpad";
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/launchpad/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,YAAY,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC;AAClE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,OAAO,EAAE,YAAY,EAAE,MAAM,sBAAsB,CAAC;AACpD,YAAY,EACV,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,kBAAkB,GACnB,MAAM,uBAAuB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MetricCard.d.ts","sourceRoot":"","sources":["../../../src/components/metric-card/MetricCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,yBAAyB,CAAC;AAE5E,OAAO,0BAA0B,CAAC;AA8ClC,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"MetricCard.d.ts","sourceRoot":"","sources":["../../../src/components/metric-card/MetricCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,eAAe,EAAe,MAAM,yBAAyB,CAAC;AAE5E,OAAO,0BAA0B,CAAC;AA8ClC,eAAO,MAAM,UAAU,4GA8KtB,CAAC"}
|
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
import type { NetworkOperatorProps } from "../../types/network-operator";
|
|
2
2
|
import "./styles/network-operator.css";
|
|
3
|
+
/**
|
|
4
|
+
* @deprecated Standalone network-operator picker, superseded by the searchable
|
|
5
|
+
* `Combobox` (build an operator list with `options`) — see the migration guide.
|
|
6
|
+
*/
|
|
3
7
|
export declare const NetworkOperator: import("react").ForwardRefExoticComponent<NetworkOperatorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
8
|
//# sourceMappingURL=NetworkOperator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NetworkOperator.d.ts","sourceRoot":"","sources":["../../../src/components/network-operator/NetworkOperator.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,+BAA+B,CAAC;AAsBvC,eAAO,MAAM,eAAe,iHA8H3B,CAAC"}
|
|
1
|
+
{"version":3,"file":"NetworkOperator.d.ts","sourceRoot":"","sources":["../../../src/components/network-operator/NetworkOperator.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAEV,oBAAoB,EACrB,MAAM,8BAA8B,CAAC;AAEtC,OAAO,+BAA+B,CAAC;AAsBvC;;;GAGG;AACH,eAAO,MAAM,eAAe,iHA8H3B,CAAC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/** @deprecated Use `Combobox` for operator selection — see the migration guide. */
|
|
1
2
|
export { NetworkOperator } from "./NetworkOperator";
|
|
2
3
|
export type { NetworkOperatorClassNames, NetworkOperatorOption, NetworkOperatorProps, } from "../../types/network-operator";
|
|
3
4
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/network-operator/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,yBAAyB,EACzB,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,8BAA8B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/network-operator/index.ts"],"names":[],"mappings":"AAAA,mFAAmF;AACnF,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,YAAY,EACV,yBAAyB,EACzB,qBAAqB,EACrB,oBAAoB,GACrB,MAAM,8BAA8B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notice.d.ts","sourceRoot":"","sources":["../../../src/components/notice/Notice.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,qBAAqB,CAAC;AAE7B,eAAO,MAAM,MAAM,wGAyDjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Notice.test.d.ts","sourceRoot":"","sources":["../../../src/components/notice/Notice.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/notice/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EACV,gBAAgB,EAChB,WAAW,EACX,aAAa,GACd,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PhoneNumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/phone-number-input/PhoneNumberInput.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PhoneNumberInput.d.ts","sourceRoot":"","sources":["../../../src/components/phone-number-input/PhoneNumberInput.tsx"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,gCAAgC,CAAC;AAG5E,OAAO,iCAAiC,CAAC;AAqDzC,eAAO,MAAM,gBAAgB,oHAuN3B,CAAC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as PopoverPrimitive from "@radix-ui/react-popover";
|
|
2
|
+
import type { PopupBodyProps, PopupContentProps, PopupDescriptionProps, PopupFooterProps, PopupHeaderProps, PopupTitleProps } from "../../types/popup";
|
|
3
|
+
import "./styles/popup.css";
|
|
4
|
+
export declare const Popup: import("react").FC<PopoverPrimitive.PopoverProps>;
|
|
5
|
+
export declare const PopupTrigger: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
6
|
+
export declare const PopupPortal: import("react").FC<PopoverPrimitive.PopoverPortalProps>;
|
|
7
|
+
export declare const PopupAnchor: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export declare const PopupClose: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverCloseProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
9
|
+
export declare const PopupContent: import("react").ForwardRefExoticComponent<PopupContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
10
|
+
export declare const PopupHeader: import("react").ForwardRefExoticComponent<PopupHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
11
|
+
export declare const PopupTitle: import("react").ForwardRefExoticComponent<PopupTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
12
|
+
export declare const PopupDescription: import("react").ForwardRefExoticComponent<PopupDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
13
|
+
export declare const PopupBody: import("react").ForwardRefExoticComponent<PopupBodyProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
14
|
+
export declare const PopupFooter: import("react").ForwardRefExoticComponent<PopupFooterProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
15
|
+
//# sourceMappingURL=Popup.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popup.d.ts","sourceRoot":"","sources":["../../../src/components/popup/Popup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAG5D,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EAChB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,oBAAoB,CAAC;AAE5B,eAAO,MAAM,KAAK,mDAAwB,CAAC;AAC3C,eAAO,MAAM,YAAY,oIAA2B,CAAC;AACrD,eAAO,MAAM,WAAW,yDAA0B,CAAC;AACnD,eAAO,MAAM,WAAW,gIAA0B,CAAC;AACnD,eAAO,MAAM,UAAU,kIAAyB,CAAC;AAEjD,eAAO,MAAM,YAAY,8GAgCxB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAYvB,CAAC;AAEF,eAAO,MAAM,UAAU,gHAUtB,CAAC;AAEF,eAAO,MAAM,gBAAgB,wHAe3B,CAAC;AAEH,eAAO,MAAM,SAAS,2GAYrB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAoBvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Popup.test.d.ts","sourceRoot":"","sources":["../../../src/components/popup/Popup.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { Popup, PopupAnchor, PopupBody, PopupClose, PopupContent, PopupDescription, PopupFooter, PopupHeader, PopupPortal, PopupTitle, PopupTrigger, } from "./Popup";
|
|
2
|
+
export type { PopupBodyClassNames, PopupBodyProps, PopupContentClassNames, PopupContentProps, PopupDescriptionClassNames, PopupDescriptionProps, PopupFooterClassNames, PopupFooterLayout, PopupFooterProps, PopupHeaderClassNames, PopupHeaderProps, PopupTitleClassNames, PopupTitleProps, } from "../../types/popup";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,WAAW,EACX,WAAW,EACX,WAAW,EACX,UAAU,EACV,YAAY,GACb,MAAM,SAAS,CAAC;AACjB,YAAY,EACV,mBAAmB,EACnB,cAAc,EACd,sBAAsB,EACtB,iBAAiB,EACjB,0BAA0B,EAC1B,qBAAqB,EACrB,qBAAqB,EACrB,iBAAiB,EACjB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,eAAe,GAChB,MAAM,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { ProfilePopoverProps } from "../../types/profile-popover";
|
|
2
|
+
import "./styles/profile-popover.css";
|
|
3
|
+
export declare const ProfilePopover: import("react").ForwardRefExoticComponent<ProfilePopoverProps & import("react").RefAttributes<HTMLElement>>;
|
|
4
|
+
//# sourceMappingURL=ProfilePopover.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilePopover.d.ts","sourceRoot":"","sources":["../../../src/components/profile-popover/ProfilePopover.tsx"],"names":[],"mappings":"AAuBA,OAAO,KAAK,EAEV,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AAGrC,OAAO,8BAA8B,CAAC;AAEtC,eAAO,MAAM,cAAc,6GAgV1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProfilePopover.test.d.ts","sourceRoot":"","sources":["../../../src/components/profile-popover/ProfilePopover.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/profile-popover/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,YAAY,EACV,mBAAmB,EACnB,kBAAkB,EAClB,OAAO,GACR,MAAM,6BAA6B,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { RoleSelectProps } from "../../types/role-select";
|
|
2
|
+
import "./styles/role-select.css";
|
|
3
|
+
export declare function RoleSelect({ title, roles, selectedRole, onClickRole, noConfirm, className, style, }: RoleSelectProps): import("react").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=RoleSelect.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleSelect.d.ts","sourceRoot":"","sources":["../../../src/components/role-select/RoleSelect.tsx"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAQ,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAErE,OAAO,0BAA0B,CAAC;AAElC,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,KAAK,EACL,YAAY,EACZ,WAAW,EACX,SAAiB,EACjB,SAAS,EACT,KAAK,GACN,EAAE,eAAe,+BA8HjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RoleSelect.test.d.ts","sourceRoot":"","sources":["../../../src/components/role-select/RoleSelect.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/role-select/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC1C,YAAY,EAAE,IAAI,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { SectionActionsProps, SectionDescriptionProps, SectionHeaderProps, SectionTitleProps } from "../../types/section-header";
|
|
2
|
+
import "./styles/section-header.css";
|
|
3
|
+
export declare const SectionHeader: import("react").ForwardRefExoticComponent<SectionHeaderProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export declare const SectionTitle: import("react").ForwardRefExoticComponent<SectionTitleProps & import("react").RefAttributes<HTMLHeadingElement>>;
|
|
5
|
+
export declare const SectionDescription: import("react").ForwardRefExoticComponent<SectionDescriptionProps & import("react").RefAttributes<HTMLParagraphElement>>;
|
|
6
|
+
export declare const SectionActions: import("react").ForwardRefExoticComponent<SectionActionsProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
7
|
+
//# sourceMappingURL=SectionHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SectionHeader.d.ts","sourceRoot":"","sources":["../../../src/components/section-header/SectionHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,iBAAiB,EAClB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,6BAA6B,CAAC;AAErC,eAAO,MAAM,aAAa,+GAYzB,CAAC;AAEF,eAAO,MAAM,YAAY,kHAUxB,CAAC;AAEF,eAAO,MAAM,kBAAkB,0HAe7B,CAAC;AAEH,eAAO,MAAM,cAAc,gHAgB1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SectionHeader.test.d.ts","sourceRoot":"","sources":["../../../src/components/section-header/SectionHeader.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { SectionActions, SectionDescription, SectionHeader, SectionTitle, } from "./SectionHeader";
|
|
2
|
+
export type { SectionActionsClassNames, SectionActionsProps, SectionDescriptionClassNames, SectionDescriptionProps, SectionHeaderClassNames, SectionHeaderProps, SectionTitleClassNames, SectionTitleProps, } from "../../types/section-header";
|
|
3
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/section-header/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,kBAAkB,EAClB,aAAa,EACb,YAAY,GACb,MAAM,iBAAiB,CAAC;AACzB,YAAY,EACV,wBAAwB,EACxB,mBAAmB,EACnB,4BAA4B,EAC5B,uBAAuB,EACvB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,GAClB,MAAM,4BAA4B,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { SidebarBadgeProps, SidebarBrandProps, SidebarCollapseProps, SidebarContentProps, SidebarFooterProps, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeaderProps, SidebarItemProps, SidebarLinkProps, SidebarNavProps, SidebarOverlayProps, SidebarProps, SidebarTriggerProps } from "../../types/sidebar";
|
|
2
2
|
import "./styles/sidebar.css";
|
|
3
|
-
export { SidebarProvider, useSidebar } from "./SidebarContext";
|
|
3
|
+
export { SidebarProvider, useSidebar, useSidebarOptional } from "./SidebarContext";
|
|
4
4
|
export declare const Sidebar: import("react").ForwardRefExoticComponent<SidebarProps & import("react").RefAttributes<HTMLElement>>;
|
|
5
5
|
export declare const SidebarOverlay: import("react").ForwardRefExoticComponent<SidebarOverlayProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
6
6
|
export declare const SidebarTrigger: import("react").ForwardRefExoticComponent<SidebarTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/Sidebar.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/Sidebar.tsx"],"names":[],"mappings":"AAoBA,OAAO,KAAK,EACV,iBAAiB,EACjB,iBAAiB,EACjB,oBAAoB,EACpB,mBAAmB,EACnB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,kBAAkB,EAClB,gBAAgB,EAChB,gBAAgB,EAChB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EACpB,MAAM,qBAAqB,CAAC;AAG7B,OAAO,sBAAsB,CAAC;AAE9B,OAAO,EAAE,eAAe,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAqBnF,eAAO,MAAM,OAAO,sGAwBlB,CAAC;AAEH,eAAO,MAAM,cAAc,mHA+BzB,CAAC;AAEH,eAAO,MAAM,cAAc,mHA+BzB,CAAC;AAEH,eAAO,MAAM,eAAe,oHA+B1B,CAAC;AAEH,eAAO,MAAM,aAAa,+GAWzB,CAAC;AAEF,eAAO,MAAM,YAAY,8GAWxB,CAAC;AAEF,eAAO,MAAM,cAAc,gHA0D1B,CAAC;AAEF,eAAO,MAAM,aAAa,+GAWzB,CAAC;AAEF,eAAO,MAAM,UAAU,yGAsBtB,CAAC;AAEF,eAAO,MAAM,YAAY,8GAmGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,6IA8C5B,CAAC;AAEH,eAAO,MAAM,WAAW,6GAWvB,CAAC;AAEF,eAAO,MAAM,YAAY,+GAiBxB,CAAC;AAkBF,eAAO,MAAM,WAAW,oIA4HtB,CAAC"}
|
|
@@ -11,5 +11,11 @@ interface SidebarContextValue {
|
|
|
11
11
|
}
|
|
12
12
|
export declare function SidebarProvider({ open: openProp, defaultOpen, onOpenChange, collapsed: collapsedProp, defaultCollapsed, onCollapsedChange, breakpoint, classNames, className, children, }: SidebarProviderProps): import("react").JSX.Element;
|
|
13
13
|
export declare function useSidebar(): SidebarContextValue;
|
|
14
|
+
/**
|
|
15
|
+
* Like useSidebar, but returns null instead of throwing when there is no
|
|
16
|
+
* SidebarProvider ancestor. For components (e.g. AppHeader) that adapt their
|
|
17
|
+
* rendering when a sidebar is present but must also work standalone.
|
|
18
|
+
*/
|
|
19
|
+
export declare function useSidebarOptional(): SidebarContextValue | null;
|
|
14
20
|
export {};
|
|
15
21
|
//# sourceMappingURL=SidebarContext.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SidebarContext.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/SidebarContext.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAIhE,UAAU,mBAAmB;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAID,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,SAAS,EAAE,aAAa,EACxB,gBAAwB,EACxB,iBAAiB,EACjB,UAAgB,EAChB,UAAU,EACV,SAAS,EACT,QAAQ,GACT,EAAE,oBAAoB,+BAyEtB;AAED,wBAAgB,UAAU,wBAQzB"}
|
|
1
|
+
{"version":3,"file":"SidebarContext.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/SidebarContext.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAIhE,UAAU,mBAAmB;IAC3B,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACjC,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,SAAS,EAAE,OAAO,CAAC;IACnB,YAAY,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IAC3C,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAID,wBAAgB,eAAe,CAAC,EAC9B,IAAI,EAAE,QAAQ,EACd,WAAmB,EACnB,YAAY,EACZ,SAAS,EAAE,aAAa,EACxB,gBAAwB,EACxB,iBAAiB,EACjB,UAAgB,EAChB,UAAU,EACV,SAAS,EACT,QAAQ,GACT,EAAE,oBAAoB,+BAyEtB;AAED,wBAAgB,UAAU,wBAQzB;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,+BAEjC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export { Sidebar, SidebarBadge, SidebarBrand, SidebarCollapse, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarItem, SidebarLink, SidebarNav, SidebarOverlay, SidebarProvider, SidebarTrigger, useSidebar, } from "./Sidebar";
|
|
1
|
+
export { Sidebar, SidebarBadge, SidebarBrand, SidebarCollapse, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarItem, SidebarLink, SidebarNav, SidebarOverlay, SidebarProvider, SidebarTrigger, useSidebar, useSidebarOptional, } from "./Sidebar";
|
|
2
2
|
export type { SidebarBadgeClassNames, SidebarBadgeProps, SidebarBrandProps, SidebarClassNames, SidebarCollapseClassNames, SidebarCollapseProps, SidebarContentClassNames, SidebarContentProps, SidebarFooterClassNames, SidebarFooterProps, SidebarGroupClassNames, SidebarGroupLabelClassNames, SidebarGroupLabelProps, SidebarGroupProps, SidebarHeaderClassNames, SidebarHeaderProps, SidebarItemClassNames, SidebarItemProps, SidebarLinkClassNames, SidebarLinkProps, SidebarNavClassNames, SidebarNavProps, SidebarOverlayClassNames, SidebarOverlayProps, SidebarProviderClassNames, SidebarProviderProps, SidebarTriggerClassNames, SidebarTriggerProps, SidebarProps, } from "../../types/sidebar";
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,cAAc,EACd,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,WAAW,EACX,UAAU,EACV,cAAc,EACd,eAAe,EACf,cAAc,EACd,UAAU,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,eAAe,EACf,cAAc,EACd,aAAa,EACb,YAAY,EACZ,iBAAiB,EACjB,aAAa,EACb,WAAW,EACX,WAAW,EACX,UAAU,EACV,cAAc,EACd,eAAe,EACf,cAAc,EACd,UAAU,EACV,kBAAkB,GACnB,MAAM,WAAW,CAAC;AAEnB,YAAY,EACV,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,uBAAuB,EACvB,kBAAkB,EAClB,sBAAsB,EACtB,2BAA2B,EAC3B,sBAAsB,EACtB,iBAAiB,EACjB,uBAAuB,EACvB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,oBAAoB,EACpB,eAAe,EACf,wBAAwB,EACxB,mBAAmB,EACnB,yBAAyB,EACzB,oBAAoB,EACpB,wBAAwB,EACxB,mBAAmB,EACnB,YAAY,GACb,MAAM,qBAAqB,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { SwitchProps } from "../../types/switch";
|
|
2
|
+
import "./styles/switch.css";
|
|
3
|
+
export declare function Switch({ checked, defaultChecked, onCheckedChange, label, labelPosition, disabled, invalid, required, name, value, id: idProp, "aria-label": ariaLabel, classNames, className, }: SwitchProps): import("react").JSX.Element;
|
|
4
|
+
//# sourceMappingURL=Switch.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/components/switch/Switch.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC;AAEtD,OAAO,qBAAqB,CAAC;AAE7B,wBAAgB,MAAM,CAAC,EACrB,OAAO,EACP,cAAc,EACd,eAAe,EACf,KAAK,EACL,aAAuB,EACvB,QAAgB,EAChB,OAAe,EACf,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,EAAE,EAAE,MAAM,EACV,YAAY,EAAE,SAAS,EACvB,UAAU,EACV,SAAS,GACV,EAAE,WAAW,+BAmDb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.test.d.ts","sourceRoot":"","sources":["../../../src/components/switch/Switch.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/switch/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,gBAAgB,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,GAAG,EAET,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../src/components/table/Table.tsx"],"names":[],"mappings":"AAAA,OAAO,EAQL,KAAK,GAAG,EAET,MAAM,OAAO,CAAC;AAkBf,OAAO,KAAK,EAEV,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,KAAK,EAAE,UAAU,EAAiB,MAAM,mBAAmB,CAAC;AAEnE,OAAO,oBAAoB,CAAC;AA0B5B,eAAO,MAAM,KAAK,uGAoBhB,CAAC;AAqoBH,eAAO,MAAM,YAAY,EAAqC,CAAC,CAAC,EAC9D,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,GAAG,CAAC,cAAc,CAAC,CAAA;CAAE,KACxD,KAAK,CAAC,YAAY,CAAC;AAExB,eAAO,MAAM,WAAW,6GAiBvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/table/TableHeader.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TableHeader.d.ts","sourceRoot":"","sources":["../../../src/components/table/TableHeader.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EACV,gBAAgB,EAChB,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,mBAAmB,CAAC;AAE3B,OAAO,oBAAoB,CAAC;AAU5B,eAAO,MAAM,YAAY,8GAYxB,CAAC;AAEF,eAAO,MAAM,WAAW,6GAYvB,CAAC;AAEF,eAAO,MAAM,WAAW,+GAkGvB,CAAC;AAEF,eAAO,MAAM,WAAW,6GA8NvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TablePagination.d.ts","sourceRoot":"","sources":["../../../src/components/table/TablePagination.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"TablePagination.d.ts","sourceRoot":"","sources":["../../../src/components/table/TablePagination.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,oBAAoB,CAAC;AAsE5B,eAAO,MAAM,eAAe,oHAiI1B,CAAC"}
|
|
@@ -2,5 +2,5 @@ export { Table, TableContent, TableFooter } from "./Table";
|
|
|
2
2
|
export { TableHeader, TableSearch, TableFilter, TableActions } from "./TableHeader";
|
|
3
3
|
export { TablePagination } from "./TablePagination";
|
|
4
4
|
export { TableBulkActions } from "./TableBulkActions";
|
|
5
|
-
export type { TableClassNames, TableColumn, TableContentClassNames, TableContentProps, TableFilterClassNames, TableFilterProps, TableFooterClassNames, TableFooterProps, TableHeaderClassNames, TableHeaderProps, TableProps, TableSearchClassNames, TableSearchProps, TableActionsClassNames, TableActionsProps, TablePaginationClassNames, PaginationControlsProps, TableBulkAction, TableBulkActionsClassNames, TableBulkActionsProps, TableRowAction, } from "../../types/table";
|
|
5
|
+
export type { TableClassNames, TableColumn, TableContentClassNames, TableContentProps, TableFilterClassNames, TableFilterProps, TableFilterVariant, TableFooterClassNames, TableFooterProps, TableHeaderClassNames, TableHeaderProps, TableProps, TableSearchClassNames, TableSearchProps, TableActionsClassNames, TableActionsProps, TablePaginationClassNames, PaginationControlsProps, TableBulkAction, TableBulkActionsClassNames, TableBulkActionsProps, TableRowAction, } from "../../types/table";
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EACV,eAAe,EACf,WAAW,EACX,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,UAAU,EACV,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,EACvB,eAAe,EACf,0BAA0B,EAC1B,qBAAqB,EACrB,cAAc,GACf,MAAM,mBAAmB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3D,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,WAAW,EAAE,YAAY,EAAE,MAAM,eAAe,CAAC;AACpF,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EACV,eAAe,EACf,WAAW,EACX,sBAAsB,EACtB,iBAAiB,EACjB,qBAAqB,EACrB,gBAAgB,EAChB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,qBAAqB,EACrB,gBAAgB,EAChB,UAAU,EACV,qBAAqB,EACrB,gBAAgB,EAChB,sBAAsB,EACtB,iBAAiB,EACjB,yBAAyB,EACzB,uBAAuB,EACvB,eAAe,EACf,0BAA0B,EAC1B,qBAAqB,EACrB,cAAc,GACf,MAAM,mBAAmB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../src/components/theme/ThemeProvider.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAa,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAIvE,wBAAgB,aAAa,CAAC,EAC5B,KAAK,EAAE,eAAe,EACtB,YAAuB,EACvB,aAAa,EACb,UAAyB,EACzB,SAAS,EACT,KAAK,EACL,QAAQ,GACT,EAAE,kBAAkB,+BA+FpB"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import type { CletThemeConfig } from "../../types/theme";
|
|
2
|
+
/**
|
|
3
|
+
* Injects a <style> tag overriding --clet-* tokens for light/dark mode,
|
|
4
|
+
* globally and/or per component. Selectors are matched to the specificity
|
|
5
|
+
* the library's own CSS uses for that token, so the override wins via
|
|
6
|
+
* source order (this tag is appended after the library stylesheet)
|
|
7
|
+
* rather than needing !important. Keys are camelCase (e.g. "primary",
|
|
8
|
+
* "radiusBase") and are translated to their real --clet-* custom property.
|
|
9
|
+
*/
|
|
10
|
+
export declare function cletTheme(config: CletThemeConfig): void;
|
|
11
|
+
//# sourceMappingURL=cletTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cletTheme.d.ts","sourceRoot":"","sources":["../../../src/components/theme/cletTheme.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAoCzD;;;;;;;GAOG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,eAAe,GAAG,IAAI,CAkDvD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cletTheme.test-d.d.ts","sourceRoot":"","sources":["../../../src/components/theme/cletTheme.test-d.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cletTheme.test.d.ts","sourceRoot":"","sources":["../../../src/components/theme/cletTheme.test.ts"],"names":[],"mappings":""}
|