@proyecto-viviana/silapse 0.4.0
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/LICENSE +21 -0
- package/README.md +192 -0
- package/dist/accordion/index.d.ts +6 -0
- package/dist/accordion/index.d.ts.map +1 -0
- package/dist/actionbar/index.d.ts +34 -0
- package/dist/actionbar/index.d.ts.map +1 -0
- package/dist/actiongroup/index.d.ts +42 -0
- package/dist/actiongroup/index.d.ts.map +1 -0
- package/dist/alert/index.d.ts +13 -0
- package/dist/alert/index.d.ts.map +1 -0
- package/dist/autocomplete/index.d.ts +51 -0
- package/dist/autocomplete/index.d.ts.map +1 -0
- package/dist/avatar/index.d.ts +18 -0
- package/dist/avatar/index.d.ts.map +1 -0
- package/dist/badge/index.d.ts +12 -0
- package/dist/badge/index.d.ts.map +1 -0
- package/dist/breadcrumbs/index.d.ts +38 -0
- package/dist/breadcrumbs/index.d.ts.map +1 -0
- package/dist/button/ActionButton.d.ts +21 -0
- package/dist/button/ActionButton.d.ts.map +1 -0
- package/dist/button/Button.d.ts +19 -0
- package/dist/button/Button.d.ts.map +1 -0
- package/dist/button/ClearButton.d.ts +19 -0
- package/dist/button/ClearButton.d.ts.map +1 -0
- package/dist/button/FieldButton.d.ts +16 -0
- package/dist/button/FieldButton.d.ts.map +1 -0
- package/dist/button/LogicButton.d.ts +16 -0
- package/dist/button/LogicButton.d.ts.map +1 -0
- package/dist/button/ToggleButton.d.ts +19 -0
- package/dist/button/ToggleButton.d.ts.map +1 -0
- package/dist/button/index.d.ts +13 -0
- package/dist/button/index.d.ts.map +1 -0
- package/dist/button/types.d.ts +23 -0
- package/dist/button/types.d.ts.map +1 -0
- package/dist/buttongroup/index.d.ts +11 -0
- package/dist/buttongroup/index.d.ts.map +1 -0
- package/dist/calendar/DateField.d.ts +47 -0
- package/dist/calendar/DateField.d.ts.map +1 -0
- package/dist/calendar/DatePicker.d.ts +28 -0
- package/dist/calendar/DatePicker.d.ts.map +1 -0
- package/dist/calendar/DateRangePicker.d.ts +26 -0
- package/dist/calendar/DateRangePicker.d.ts.map +1 -0
- package/dist/calendar/RangeCalendar.d.ts +42 -0
- package/dist/calendar/RangeCalendar.d.ts.map +1 -0
- package/dist/calendar/TimeField.d.ts +44 -0
- package/dist/calendar/TimeField.d.ts.map +1 -0
- package/dist/calendar/index.d.ts +50 -0
- package/dist/calendar/index.d.ts.map +1 -0
- package/dist/card/index.d.ts +11 -0
- package/dist/card/index.d.ts.map +1 -0
- package/dist/checkbox/index.d.ts +43 -0
- package/dist/checkbox/index.d.ts.map +1 -0
- package/dist/color/ColorEditor.d.ts +17 -0
- package/dist/color/ColorEditor.d.ts.map +1 -0
- package/dist/color/ColorSwatchPicker.d.ts +36 -0
- package/dist/color/ColorSwatchPicker.d.ts.map +1 -0
- package/dist/color/index.d.ts +233 -0
- package/dist/color/index.d.ts.map +1 -0
- package/dist/combobox/index.d.ts +81 -0
- package/dist/combobox/index.d.ts.map +1 -0
- package/dist/components.css +1152 -0
- package/dist/contextualhelp/index.d.ts +18 -0
- package/dist/contextualhelp/index.d.ts.map +1 -0
- package/dist/custom/calendar-card/index.d.ts +12 -0
- package/dist/custom/calendar-card/index.d.ts.map +1 -0
- package/dist/custom/chip/index.d.ts +16 -0
- package/dist/custom/chip/index.d.ts.map +1 -0
- package/dist/custom/conversation/index.d.ts +32 -0
- package/dist/custom/conversation/index.d.ts.map +1 -0
- package/dist/custom/event-card/index.d.ts +30 -0
- package/dist/custom/event-card/index.d.ts.map +1 -0
- package/dist/custom/header/index.d.ts +16 -0
- package/dist/custom/header/index.d.ts.map +1 -0
- package/dist/custom/lateral-nav/index.d.ts +32 -0
- package/dist/custom/lateral-nav/index.d.ts.map +1 -0
- package/dist/custom/logo/index.d.ts +28 -0
- package/dist/custom/logo/index.d.ts.map +1 -0
- package/dist/custom/nav-header/index.d.ts +13 -0
- package/dist/custom/nav-header/index.d.ts.map +1 -0
- package/dist/custom/page-layout/index.d.ts +13 -0
- package/dist/custom/page-layout/index.d.ts.map +1 -0
- package/dist/custom/profile-card/index.d.ts +16 -0
- package/dist/custom/profile-card/index.d.ts.map +1 -0
- package/dist/custom/project-card/index.d.ts +24 -0
- package/dist/custom/project-card/index.d.ts.map +1 -0
- package/dist/custom/timeline-item/index.d.ts +28 -0
- package/dist/custom/timeline-item/index.d.ts.map +1 -0
- package/dist/datepicker/index.d.ts +10 -0
- package/dist/datepicker/index.d.ts.map +1 -0
- package/dist/dialog/AlertDialog.d.ts +41 -0
- package/dist/dialog/AlertDialog.d.ts.map +1 -0
- package/dist/dialog/Dialog.d.ts +62 -0
- package/dist/dialog/Dialog.d.ts.map +1 -0
- package/dist/dialog/index.d.ts +5 -0
- package/dist/dialog/index.d.ts.map +1 -0
- package/dist/disclosure/index.d.ts +84 -0
- package/dist/disclosure/index.d.ts.map +1 -0
- package/dist/divider/index.d.ts +6 -0
- package/dist/divider/index.d.ts.map +1 -0
- package/dist/dnd/index.d.ts +7 -0
- package/dist/dnd/index.d.ts.map +1 -0
- package/dist/dropzone/index.d.ts +13 -0
- package/dist/dropzone/index.d.ts.map +1 -0
- package/dist/filetrigger/index.d.ts +13 -0
- package/dist/filetrigger/index.d.ts.map +1 -0
- package/dist/form/Field.d.ts +35 -0
- package/dist/form/Field.d.ts.map +1 -0
- package/dist/form/HelpText.d.ts +23 -0
- package/dist/form/HelpText.d.ts.map +1 -0
- package/dist/form/index.d.ts +20 -0
- package/dist/form/index.d.ts.map +1 -0
- package/dist/gridlist/index.d.ts +92 -0
- package/dist/gridlist/index.d.ts.map +1 -0
- package/dist/icon/Illustration.d.ts +22 -0
- package/dist/icon/Illustration.d.ts.map +1 -0
- package/dist/icon/UIIcon.d.ts +24 -0
- package/dist/icon/UIIcon.d.ts.map +1 -0
- package/dist/icon/icons/GitHubIcon.d.ts +8 -0
- package/dist/icon/icons/GitHubIcon.d.ts.map +1 -0
- package/dist/icon/index.d.ts +40 -0
- package/dist/icon/index.d.ts.map +1 -0
- package/dist/illustratedmessage/index.d.ts +14 -0
- package/dist/illustratedmessage/index.d.ts.map +1 -0
- package/dist/image/index.d.ts +11 -0
- package/dist/image/index.d.ts.map +1 -0
- package/dist/index.d.ts +231 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +10697 -0
- package/dist/index.js.map +1 -0
- package/dist/index.ssr.js +8944 -0
- package/dist/index.ssr.js.map +1 -0
- package/dist/inlinealert/index.d.ts +6 -0
- package/dist/inlinealert/index.d.ts.map +1 -0
- package/dist/label/index.d.ts +14 -0
- package/dist/label/index.d.ts.map +1 -0
- package/dist/labeledvalue/index.d.ts +25 -0
- package/dist/labeledvalue/index.d.ts.map +1 -0
- package/dist/landmark/index.d.ts +83 -0
- package/dist/landmark/index.d.ts.map +1 -0
- package/dist/layout/Flex.d.ts +29 -0
- package/dist/layout/Flex.d.ts.map +1 -0
- package/dist/layout/Grid.d.ts +37 -0
- package/dist/layout/Grid.d.ts.map +1 -0
- package/dist/layout/css-utils.d.ts +23 -0
- package/dist/layout/css-utils.d.ts.map +1 -0
- package/dist/layout/index.d.ts +11 -0
- package/dist/layout/index.d.ts.map +1 -0
- package/dist/link/index.d.ts +39 -0
- package/dist/link/index.d.ts.map +1 -0
- package/dist/list/index.d.ts +6 -0
- package/dist/list/index.d.ts.map +1 -0
- package/dist/listbox/index.d.ts +47 -0
- package/dist/listbox/index.d.ts.map +1 -0
- package/dist/menu/ActionMenu.d.ts +24 -0
- package/dist/menu/ActionMenu.d.ts.map +1 -0
- package/dist/menu/ContextualHelpTrigger.d.ts +36 -0
- package/dist/menu/ContextualHelpTrigger.d.ts.map +1 -0
- package/dist/menu/SubmenuTrigger.d.ts +14 -0
- package/dist/menu/SubmenuTrigger.d.ts.map +1 -0
- package/dist/menu/index.d.ts +80 -0
- package/dist/menu/index.d.ts.map +1 -0
- package/dist/meter/index.d.ts +51 -0
- package/dist/meter/index.d.ts.map +1 -0
- package/dist/numberfield/index.d.ts +32 -0
- package/dist/numberfield/index.d.ts.map +1 -0
- package/dist/overlays/Modal.d.ts +21 -0
- package/dist/overlays/Modal.d.ts.map +1 -0
- package/dist/overlays/OpenTransition.d.ts +46 -0
- package/dist/overlays/OpenTransition.d.ts.map +1 -0
- package/dist/overlays/Overlay.d.ts +21 -0
- package/dist/overlays/Overlay.d.ts.map +1 -0
- package/dist/overlays/Tray.d.ts +18 -0
- package/dist/overlays/Tray.d.ts.map +1 -0
- package/dist/overlays/index.d.ts +18 -0
- package/dist/overlays/index.d.ts.map +1 -0
- package/dist/picker/index.d.ts +6 -0
- package/dist/picker/index.d.ts.map +1 -0
- package/dist/popover/index.d.ts +86 -0
- package/dist/popover/index.d.ts.map +1 -0
- package/dist/progress/ProgressCircle.d.ts +31 -0
- package/dist/progress/ProgressCircle.d.ts.map +1 -0
- package/dist/progress/index.d.ts +8 -0
- package/dist/progress/index.d.ts.map +1 -0
- package/dist/progress-bar/index.d.ts +51 -0
- package/dist/progress-bar/index.d.ts.map +1 -0
- package/dist/provider/index.d.ts +77 -0
- package/dist/provider/index.d.ts.map +1 -0
- package/dist/radio/index.d.ts +39 -0
- package/dist/radio/index.d.ts.map +1 -0
- package/dist/searchfield/index.d.ts +29 -0
- package/dist/searchfield/index.d.ts.map +1 -0
- package/dist/select/index.d.ts +72 -0
- package/dist/select/index.d.ts.map +1 -0
- package/dist/separator/index.d.ts +38 -0
- package/dist/separator/index.d.ts.map +1 -0
- package/dist/shared-element/index.d.ts +10 -0
- package/dist/shared-element/index.d.ts.map +1 -0
- package/dist/slider/RangeSlider.d.ts +48 -0
- package/dist/slider/RangeSlider.d.ts.map +1 -0
- package/dist/slider/index.d.ts +32 -0
- package/dist/slider/index.d.ts.map +1 -0
- package/dist/statuslight/index.d.ts +22 -0
- package/dist/statuslight/index.d.ts.map +1 -0
- package/dist/steplist/index.d.ts +15 -0
- package/dist/steplist/index.d.ts.map +1 -0
- package/dist/story-utils/ErrorBoundary.d.ts +17 -0
- package/dist/story-utils/ErrorBoundary.d.ts.map +1 -0
- package/dist/story-utils/generatePowerset.d.ts +32 -0
- package/dist/story-utils/generatePowerset.d.ts.map +1 -0
- package/dist/story-utils/index.d.ts +9 -0
- package/dist/story-utils/index.d.ts.map +1 -0
- package/dist/style-macro-s1/index.d.ts +5 -0
- package/dist/style-macro-s1/index.d.ts.map +1 -0
- package/dist/styles.css +487 -0
- package/dist/switch/ToggleSwitch.d.ts +28 -0
- package/dist/switch/ToggleSwitch.d.ts.map +1 -0
- package/dist/switch/index.d.ts +26 -0
- package/dist/switch/index.d.ts.map +1 -0
- package/dist/table/index.d.ts +140 -0
- package/dist/table/index.d.ts.map +1 -0
- package/dist/tabs/index.d.ts +56 -0
- package/dist/tabs/index.d.ts.map +1 -0
- package/dist/tag/index.d.ts +6 -0
- package/dist/tag/index.d.ts.map +1 -0
- package/dist/tag-group/index.d.ts +84 -0
- package/dist/tag-group/index.d.ts.map +1 -0
- package/dist/text/Heading.d.ts +22 -0
- package/dist/text/Heading.d.ts.map +1 -0
- package/dist/text/Keyboard.d.ts +16 -0
- package/dist/text/Keyboard.d.ts.map +1 -0
- package/dist/text/index.d.ts +20 -0
- package/dist/text/index.d.ts.map +1 -0
- package/dist/textfield/TextArea.d.ts +30 -0
- package/dist/textfield/TextArea.d.ts.map +1 -0
- package/dist/textfield/index.d.ts +27 -0
- package/dist/textfield/index.d.ts.map +1 -0
- package/dist/theme/types.d.ts +10 -0
- package/dist/theme/types.d.ts.map +1 -0
- package/dist/theme-dark/index.d.ts +10 -0
- package/dist/theme-dark/index.d.ts.map +1 -0
- package/dist/theme-default/index.d.ts +8 -0
- package/dist/theme-default/index.d.ts.map +1 -0
- package/dist/theme-express/index.d.ts +5 -0
- package/dist/theme-express/index.d.ts.map +1 -0
- package/dist/theme-light/index.d.ts +10 -0
- package/dist/theme-light/index.d.ts.map +1 -0
- package/dist/theme.css +360 -0
- package/dist/toast/index.d.ts +101 -0
- package/dist/toast/index.d.ts.map +1 -0
- package/dist/toolbar/index.d.ts +42 -0
- package/dist/toolbar/index.d.ts.map +1 -0
- package/dist/tooltip/index.d.ts +78 -0
- package/dist/tooltip/index.d.ts.map +1 -0
- package/dist/tree/index.d.ts +99 -0
- package/dist/tree/index.d.ts.map +1 -0
- package/dist/view/Content.d.ts +37 -0
- package/dist/view/Content.d.ts.map +1 -0
- package/dist/view/index.d.ts +13 -0
- package/dist/view/index.d.ts.map +1 -0
- package/dist/well/index.d.ts +11 -0
- package/dist/well/index.d.ts.map +1 -0
- package/package.json +67 -0
- package/src/accordion/index.tsx +19 -0
- package/src/actionbar/index.tsx +92 -0
- package/src/actiongroup/index.tsx +110 -0
- package/src/alert/index.tsx +59 -0
- package/src/assets/favicon.png +0 -0
- package/src/assets/fire.gif +0 -0
- package/src/autocomplete/index.tsx +151 -0
- package/src/avatar/index.tsx +75 -0
- package/src/badge/index.tsx +43 -0
- package/src/breadcrumbs/index.tsx +212 -0
- package/src/button/ActionButton.tsx +80 -0
- package/src/button/Button.tsx +76 -0
- package/src/button/ClearButton.tsx +81 -0
- package/src/button/FieldButton.tsx +60 -0
- package/src/button/LogicButton.tsx +62 -0
- package/src/button/ToggleButton.tsx +77 -0
- package/src/button/index.ts +12 -0
- package/src/button/types.ts +24 -0
- package/src/buttongroup/index.tsx +25 -0
- package/src/calendar/DateField.tsx +208 -0
- package/src/calendar/DatePicker.tsx +257 -0
- package/src/calendar/DateRangePicker.tsx +254 -0
- package/src/calendar/RangeCalendar.tsx +238 -0
- package/src/calendar/TimeField.tsx +204 -0
- package/src/calendar/index.tsx +225 -0
- package/src/card/index.tsx +24 -0
- package/src/checkbox/index.tsx +259 -0
- package/src/color/ColorEditor.tsx +60 -0
- package/src/color/ColorSwatchPicker.tsx +169 -0
- package/src/color/index.tsx +725 -0
- package/src/combobox/index.tsx +398 -0
- package/src/components.css +1152 -0
- package/src/contextualhelp/index.tsx +42 -0
- package/src/custom/calendar-card/index.tsx +66 -0
- package/src/custom/chip/index.tsx +47 -0
- package/src/custom/conversation/index.tsx +107 -0
- package/src/custom/event-card/index.tsx +133 -0
- package/src/custom/header/index.tsx +33 -0
- package/src/custom/lateral-nav/index.tsx +88 -0
- package/src/custom/logo/index.tsx +58 -0
- package/src/custom/nav-header/index.tsx +45 -0
- package/src/custom/page-layout/index.tsx +29 -0
- package/src/custom/profile-card/index.tsx +64 -0
- package/src/custom/project-card/index.tsx +59 -0
- package/src/custom/timeline-item/index.tsx +105 -0
- package/src/datepicker/index.tsx +23 -0
- package/src/dialog/AlertDialog.tsx +140 -0
- package/src/dialog/Dialog.tsx +195 -0
- package/src/dialog/index.tsx +5 -0
- package/src/disclosure/index.tsx +310 -0
- package/src/divider/index.tsx +11 -0
- package/src/dnd/index.tsx +23 -0
- package/src/dropzone/index.tsx +48 -0
- package/src/filetrigger/index.tsx +28 -0
- package/src/form/Field.tsx +94 -0
- package/src/form/HelpText.tsx +48 -0
- package/src/form/index.tsx +48 -0
- package/src/gridlist/index.tsx +403 -0
- package/src/icon/Illustration.tsx +55 -0
- package/src/icon/UIIcon.tsx +59 -0
- package/src/icon/icons/GitHubIcon.tsx +22 -0
- package/src/icon/index.tsx +81 -0
- package/src/illustratedmessage/index.tsx +44 -0
- package/src/image/index.tsx +22 -0
- package/src/index.ts +666 -0
- package/src/inlinealert/index.tsx +10 -0
- package/src/label/index.tsx +36 -0
- package/src/labeledvalue/index.tsx +62 -0
- package/src/landmark/index.tsx +231 -0
- package/src/layout/Flex.tsx +94 -0
- package/src/layout/Grid.tsx +98 -0
- package/src/layout/css-utils.ts +31 -0
- package/src/layout/index.tsx +12 -0
- package/src/link/index.tsx +132 -0
- package/src/list/index.tsx +17 -0
- package/src/listbox/index.tsx +251 -0
- package/src/menu/ActionMenu.tsx +117 -0
- package/src/menu/ContextualHelpTrigger.tsx +122 -0
- package/src/menu/SubmenuTrigger.tsx +28 -0
- package/src/menu/index.tsx +309 -0
- package/src/meter/index.tsx +141 -0
- package/src/numberfield/index.tsx +282 -0
- package/src/overlays/Modal.tsx +64 -0
- package/src/overlays/OpenTransition.tsx +110 -0
- package/src/overlays/Overlay.tsx +47 -0
- package/src/overlays/Tray.tsx +48 -0
- package/src/overlays/index.tsx +55 -0
- package/src/picker/index.tsx +20 -0
- package/src/popover/index.tsx +261 -0
- package/src/progress/ProgressCircle.tsx +114 -0
- package/src/progress/index.tsx +14 -0
- package/src/progress-bar/index.tsx +144 -0
- package/src/provider/index.tsx +358 -0
- package/src/radio/index.tsx +192 -0
- package/src/searchfield/index.tsx +274 -0
- package/src/select/index.tsx +366 -0
- package/src/separator/index.tsx +110 -0
- package/src/shared-element/index.tsx +38 -0
- package/src/slider/RangeSlider.tsx +344 -0
- package/src/slider/index.tsx +232 -0
- package/src/statuslight/index.tsx +54 -0
- package/src/steplist/index.tsx +40 -0
- package/src/story-utils/ErrorBoundary.tsx +50 -0
- package/src/story-utils/generatePowerset.ts +63 -0
- package/src/story-utils/index.ts +13 -0
- package/src/style-macro-s1/index.ts +8 -0
- package/src/styles.css +487 -0
- package/src/switch/ToggleSwitch.tsx +114 -0
- package/src/switch/index.tsx +95 -0
- package/src/table/index.tsx +534 -0
- package/src/tabs/index.tsx +276 -0
- package/src/tag/index.tsx +12 -0
- package/src/tag-group/index.tsx +246 -0
- package/src/test-utils/index.ts +40 -0
- package/src/text/Heading.tsx +61 -0
- package/src/text/Keyboard.tsx +38 -0
- package/src/text/index.tsx +52 -0
- package/src/textfield/TextArea.tsx +193 -0
- package/src/textfield/index.tsx +191 -0
- package/src/theme/types.ts +10 -0
- package/src/theme-dark/index.ts +63 -0
- package/src/theme-default/index.ts +8 -0
- package/src/theme-express/index.ts +6 -0
- package/src/theme-light/index.ts +63 -0
- package/src/theme.css +360 -0
- package/src/toast/index.tsx +328 -0
- package/src/toolbar/index.tsx +110 -0
- package/src/tooltip/index.tsx +197 -0
- package/src/tree/index.tsx +496 -0
- package/src/view/Content.tsx +76 -0
- package/src/view/index.tsx +28 -0
- package/src/well/index.tsx +24 -0
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FileTrigger component for proyecto-viviana-silapse.
|
|
3
|
+
*
|
|
4
|
+
* Styling-only wrapper around solidaria-components FileTrigger primitive.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
import { type FileTriggerProps as HeadlessFileTriggerProps } from '@proyecto-viviana/solidaria-components';
|
|
8
|
+
export interface FileTriggerProps extends HeadlessFileTriggerProps {
|
|
9
|
+
/** Additional CSS class for the trigger wrapper. */
|
|
10
|
+
class?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare function FileTrigger(props: FileTriggerProps): JSX.Element;
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/filetrigger/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAc,MAAM,UAAU,CAAC;AAChD,OAAO,EAEL,KAAK,gBAAgB,IAAI,wBAAwB,EAClD,MAAM,wCAAwC,CAAC;AAEhD,MAAM,WAAW,gBAAiB,SAAQ,wBAAwB;IAChE,oDAAoD;IACpD,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAShE"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Field component for proyecto-viviana-silapse
|
|
3
|
+
*
|
|
4
|
+
* A compound field layout with label, input slot, help text, and error message.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
export type FieldSize = 'sm' | 'md' | 'lg';
|
|
8
|
+
export interface FieldProps {
|
|
9
|
+
/** The label for the field. */
|
|
10
|
+
label?: string;
|
|
11
|
+
/** A description or help text for the field. */
|
|
12
|
+
description?: string;
|
|
13
|
+
/** An error message for the field. */
|
|
14
|
+
errorMessage?: string;
|
|
15
|
+
/** Whether the field is required. */
|
|
16
|
+
isRequired?: boolean;
|
|
17
|
+
/** Whether the field is disabled. */
|
|
18
|
+
isDisabled?: boolean;
|
|
19
|
+
/** Whether the field is invalid. */
|
|
20
|
+
isInvalid?: boolean;
|
|
21
|
+
/** The size of the field. @default 'md' */
|
|
22
|
+
size?: FieldSize;
|
|
23
|
+
/** Additional CSS class name. */
|
|
24
|
+
class?: string;
|
|
25
|
+
/** The field content (input element). */
|
|
26
|
+
children?: JSX.Element;
|
|
27
|
+
/** ID for the label's htmlFor attribute. */
|
|
28
|
+
htmlFor?: string;
|
|
29
|
+
}
|
|
30
|
+
/**
|
|
31
|
+
* A field layout component that provides label, help text, and error message
|
|
32
|
+
* around a form input.
|
|
33
|
+
*/
|
|
34
|
+
export declare function Field(props: FieldProps): JSX.Element;
|
|
35
|
+
//# sourceMappingURL=Field.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/form/Field.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAoB,MAAM,UAAU,CAAC;AAMtD,MAAM,MAAM,SAAS,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAE3C,MAAM,WAAW,UAAU;IACzB,+BAA+B;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gDAAgD;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sCAAsC;IACtC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,qCAAqC;IACrC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,oCAAoC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,2CAA2C;IAC3C,IAAI,CAAC,EAAE,SAAS,CAAC;IACjB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,yCAAyC;IACzC,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACvB,4CAA4C;IAC5C,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAgBD;;;GAGG;AACH,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CAsCpD"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* HelpText component for proyecto-viviana-silapse
|
|
3
|
+
*
|
|
4
|
+
* Displays description or error text below a form field.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
export interface HelpTextProps {
|
|
8
|
+
/** The description text. */
|
|
9
|
+
description?: string;
|
|
10
|
+
/** The error message text. */
|
|
11
|
+
errorMessage?: string;
|
|
12
|
+
/** Whether the field is in an error state. */
|
|
13
|
+
isInvalid?: boolean;
|
|
14
|
+
/** Whether the help text is disabled (dimmed). */
|
|
15
|
+
isDisabled?: boolean;
|
|
16
|
+
/** Additional CSS class name. */
|
|
17
|
+
class?: string;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* Displays description or error text below a form field.
|
|
21
|
+
*/
|
|
22
|
+
export declare function HelpText(props: HelpTextProps): JSX.Element;
|
|
23
|
+
//# sourceMappingURL=HelpText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HelpText.d.ts","sourceRoot":"","sources":["../../src/form/HelpText.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAoB,MAAM,UAAU,CAAC;AAMtD,MAAM,WAAW,aAAa;IAC5B,4BAA4B;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,8BAA8B;IAC9B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,kDAAkD;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAMD;;GAEG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,GAAG,GAAG,CAAC,OAAO,CAe1D"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Form components for proyecto-viviana-silapse
|
|
3
|
+
*
|
|
4
|
+
* Styling-only wrappers around solidaria-components form primitives.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
import { type FormProps as HeadlessFormProps, type FieldErrorProps as HeadlessFieldErrorProps } from '@proyecto-viviana/solidaria-components';
|
|
8
|
+
export interface FormProps extends Omit<HeadlessFormProps, 'class'> {
|
|
9
|
+
class?: string;
|
|
10
|
+
}
|
|
11
|
+
export interface FieldErrorProps extends Omit<HeadlessFieldErrorProps, 'class'> {
|
|
12
|
+
class?: string;
|
|
13
|
+
}
|
|
14
|
+
export declare function Form(props: FormProps): JSX.Element;
|
|
15
|
+
export declare function FieldError(props: FieldErrorProps): JSX.Element;
|
|
16
|
+
export { Field } from './Field';
|
|
17
|
+
export type { FieldProps, FieldSize } from './Field';
|
|
18
|
+
export { HelpText } from './HelpText';
|
|
19
|
+
export type { HelpTextProps } from './HelpText';
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/form/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAc,MAAM,UAAU,CAAC;AAChD,OAAO,EAGL,KAAK,SAAS,IAAI,iBAAiB,EACnC,KAAK,eAAe,IAAI,uBAAuB,EAChD,MAAM,wCAAwC,CAAC;AAEhD,MAAM,WAAW,SAAU,SAAQ,IAAI,CAAC,iBAAiB,EAAE,OAAO,CAAC;IACjE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,eAAgB,SAAQ,IAAI,CAAC,uBAAuB,EAAE,OAAO,CAAC;IAC7E,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,GAAG,CAAC,OAAO,CAQlD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAQ9D;AAGD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACrD,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,YAAY,EAAE,aAAa,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GridList component for proyecto-viviana-silapse
|
|
3
|
+
*
|
|
4
|
+
* Styled grid list component built on top of solidaria-components.
|
|
5
|
+
* Inspired by Spectrum 2's GridList component patterns.
|
|
6
|
+
*
|
|
7
|
+
* GridList is similar to ListBox but supports interactive elements within items
|
|
8
|
+
* and uses grid keyboard navigation.
|
|
9
|
+
*/
|
|
10
|
+
import { type JSX } from 'solid-js';
|
|
11
|
+
import { type GridListProps as HeadlessGridListProps, type GridListItemProps as HeadlessGridListItemProps } from '@proyecto-viviana/solidaria-components';
|
|
12
|
+
import type { Key } from '@proyecto-viviana/solid-stately';
|
|
13
|
+
export type GridListSize = 'sm' | 'md' | 'lg';
|
|
14
|
+
export type GridListVariant = 'default' | 'cards' | 'bordered';
|
|
15
|
+
export type GridListLayout = 'list' | 'grid';
|
|
16
|
+
export interface GridListProps<T extends object> extends Omit<HeadlessGridListProps<T>, 'class' | 'style'> {
|
|
17
|
+
/** The size of the grid list. */
|
|
18
|
+
size?: GridListSize;
|
|
19
|
+
/** The visual variant of the grid list. */
|
|
20
|
+
variant?: GridListVariant;
|
|
21
|
+
/** The layout of the grid list. */
|
|
22
|
+
layout?: GridListLayout;
|
|
23
|
+
/** Number of columns for grid layout (default: auto-fit). */
|
|
24
|
+
columns?: number | 'auto';
|
|
25
|
+
/** Additional CSS class name. */
|
|
26
|
+
class?: string;
|
|
27
|
+
/** Label for the grid list. */
|
|
28
|
+
label?: string;
|
|
29
|
+
/** Description for the grid list. */
|
|
30
|
+
description?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface GridListItemProps<T extends object> extends Omit<HeadlessGridListItemProps<T>, 'class' | 'style'> {
|
|
33
|
+
/** Additional CSS class name. */
|
|
34
|
+
class?: string;
|
|
35
|
+
/** Optional description text. */
|
|
36
|
+
description?: string;
|
|
37
|
+
/**
|
|
38
|
+
* Optional icon to display before the content.
|
|
39
|
+
* Use a function returning JSX for SSR compatibility: `icon={() => <MyIcon />}`
|
|
40
|
+
*/
|
|
41
|
+
icon?: () => JSX.Element;
|
|
42
|
+
/**
|
|
43
|
+
* Optional image to display in the item.
|
|
44
|
+
*/
|
|
45
|
+
image?: string;
|
|
46
|
+
/** Alt text for the image. */
|
|
47
|
+
imageAlt?: string;
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* A grid list displays a list of interactive items, with support for
|
|
51
|
+
* keyboard navigation, single or multiple selection, and row actions.
|
|
52
|
+
*
|
|
53
|
+
* Built on solidaria-components GridList for full accessibility support.
|
|
54
|
+
*
|
|
55
|
+
* @example
|
|
56
|
+
* ```tsx
|
|
57
|
+
* const items = [
|
|
58
|
+
* { id: '1', name: 'Item 1', description: 'Description 1' },
|
|
59
|
+
* { id: '2', name: 'Item 2', description: 'Description 2' },
|
|
60
|
+
* ]
|
|
61
|
+
*
|
|
62
|
+
* <GridList
|
|
63
|
+
* items={items}
|
|
64
|
+
* getKey={(item) => item.id}
|
|
65
|
+
* selectionMode="multiple"
|
|
66
|
+
* >
|
|
67
|
+
* {(item) => (
|
|
68
|
+
* <GridListItem id={item.id} description={item.description}>
|
|
69
|
+
* {item.name}
|
|
70
|
+
* </GridListItem>
|
|
71
|
+
* )}
|
|
72
|
+
* </GridList>
|
|
73
|
+
* ```
|
|
74
|
+
*/
|
|
75
|
+
export declare function GridList<T extends object>(props: GridListProps<T>): JSX.Element;
|
|
76
|
+
export declare namespace GridList {
|
|
77
|
+
var Item: typeof GridListItem;
|
|
78
|
+
var SelectionCheckbox: typeof GridListSelectionCheckbox;
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* An item in a grid list.
|
|
82
|
+
*/
|
|
83
|
+
export declare function GridListItem<T extends object>(props: GridListItemProps<T>): JSX.Element;
|
|
84
|
+
/**
|
|
85
|
+
* A styled checkbox for item selection in a grid list.
|
|
86
|
+
*/
|
|
87
|
+
export declare function GridListSelectionCheckbox(props: {
|
|
88
|
+
itemKey: Key;
|
|
89
|
+
class?: string;
|
|
90
|
+
}): JSX.Element;
|
|
91
|
+
export type { Key };
|
|
92
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/gridlist/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAE,KAAK,GAAG,EAA2D,MAAM,UAAU,CAAA;AAC5F,OAAO,EAIL,KAAK,aAAa,IAAI,qBAAqB,EAC3C,KAAK,iBAAiB,IAAI,yBAAyB,EAGpD,MAAM,wCAAwC,CAAA;AAC/C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,iCAAiC,CAAA;AAM1D,MAAM,MAAM,YAAY,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAA;AAC7C,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,OAAO,GAAG,UAAU,CAAA;AAC9D,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,CAAA;AAkB5C,MAAM,WAAW,aAAa,CAAC,CAAC,SAAS,MAAM,CAC7C,SAAQ,IAAI,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IACzD,iCAAiC;IACjC,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,2CAA2C;IAC3C,OAAO,CAAC,EAAE,eAAe,CAAA;IACzB,mCAAmC;IACnC,MAAM,CAAC,EAAE,cAAc,CAAA;IACvB,6DAA6D;IAC7D,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,+BAA+B;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,qCAAqC;IACrC,WAAW,CAAC,EAAE,MAAM,CAAA;CACrB;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,MAAM,CACjD,SAAQ,IAAI,CAAC,yBAAyB,CAAC,CAAC,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC7D,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,iCAAiC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,GAAG,CAAC,OAAO,CAAA;IACxB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB;AA6DD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,wBAAgB,QAAQ,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CA+E/E;yBA/Ee,QAAQ;;;;AAqFxB;;GAEG;AACH,wBAAgB,YAAY,CAAC,CAAC,SAAS,MAAM,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,OAAO,CAoFvF;AAMD;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE;IAAE,OAAO,EAAE,GAAG,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,GAAG,GAAG,CAAC,OAAO,CAU9F;AA2CD,YAAY,EAAE,GAAG,EAAE,CAAA"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Illustration component for proyecto-viviana-silapse
|
|
3
|
+
*
|
|
4
|
+
* A styled illustration container for decorative or explanatory images.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
export type IllustrationSize = 'sm' | 'md' | 'lg';
|
|
8
|
+
export interface IllustrationProps {
|
|
9
|
+
/** The size of the illustration. @default 'md' */
|
|
10
|
+
size?: IllustrationSize;
|
|
11
|
+
/** Additional CSS class name. */
|
|
12
|
+
class?: string;
|
|
13
|
+
/** The illustration content (SVG or image). */
|
|
14
|
+
children?: JSX.Element;
|
|
15
|
+
/** Accessibility label. */
|
|
16
|
+
'aria-label'?: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A styled container for decorative illustrations.
|
|
20
|
+
*/
|
|
21
|
+
export declare function Illustration(props: IllustrationProps): JSX.Element;
|
|
22
|
+
//# sourceMappingURL=Illustration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Illustration.d.ts","sourceRoot":"","sources":["../../src/icon/Illustration.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAc,MAAM,UAAU,CAAC;AAMhD,MAAM,MAAM,gBAAgB,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAElD,MAAM,WAAW,iBAAiB;IAChC,kDAAkD;IAClD,IAAI,CAAC,EAAE,gBAAgB,CAAC;IACxB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACvB,2BAA2B;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAgBD;;GAEG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CAYlE"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* UIIcon component for proyecto-viviana-silapse
|
|
3
|
+
*
|
|
4
|
+
* A utility icon component for internal UI icons (chevrons, close, etc).
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
export type UIIconSize = 'xs' | 'sm' | 'md' | 'lg';
|
|
8
|
+
export interface UIIconProps {
|
|
9
|
+
/** The size of the icon. @default 'md' */
|
|
10
|
+
size?: UIIconSize;
|
|
11
|
+
/** Additional CSS class name. */
|
|
12
|
+
class?: string;
|
|
13
|
+
/** The SVG content or icon element. */
|
|
14
|
+
children?: JSX.Element;
|
|
15
|
+
/** Accessibility label. */
|
|
16
|
+
'aria-label'?: string;
|
|
17
|
+
/** Whether the icon is hidden from screen readers. @default true */
|
|
18
|
+
'aria-hidden'?: boolean;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* A utility icon wrapper for internal UI icons.
|
|
22
|
+
*/
|
|
23
|
+
export declare function UIIcon(props: UIIconProps): JSX.Element;
|
|
24
|
+
//# sourceMappingURL=UIIcon.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UIIcon.d.ts","sourceRoot":"","sources":["../../src/icon/UIIcon.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAc,MAAM,UAAU,CAAC;AAMhD,MAAM,MAAM,UAAU,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnD,MAAM,WAAW,WAAW;IAC1B,0CAA0C;IAC1C,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,iCAAiC;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uCAAuC;IACvC,QAAQ,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACvB,2BAA2B;IAC3B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,oEAAoE;IACpE,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAiBD;;GAEG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,GAAG,GAAG,CAAC,OAAO,CAatD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GitHubIcon.d.ts","sourceRoot":"","sources":["../../../src/icon/icons/GitHubIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,UAAU,CAAC;AAEpC,MAAM,WAAW,eAAe;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CAa9D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import type { Component, JSX } from 'solid-js';
|
|
2
|
+
import type { PressEvent } from '@proyecto-viviana/solidaria';
|
|
3
|
+
export interface IconProps {
|
|
4
|
+
/** The icon component to render (should accept size and color props) */
|
|
5
|
+
icon: Component<{
|
|
6
|
+
size?: string | number;
|
|
7
|
+
color?: string;
|
|
8
|
+
}>;
|
|
9
|
+
/** Size of the icon (e.g., '24px' or 24) */
|
|
10
|
+
size?: string | number;
|
|
11
|
+
/** Color of the icon */
|
|
12
|
+
color?: string;
|
|
13
|
+
/** Whether to show the accent shadow effect (4px offset to bottom) */
|
|
14
|
+
withShadow?: boolean;
|
|
15
|
+
/** Additional CSS class */
|
|
16
|
+
class?: string;
|
|
17
|
+
/** Press handler for interactive icons. */
|
|
18
|
+
onPress?: (e: PressEvent) => void;
|
|
19
|
+
/** Accessible label for interactive icons. */
|
|
20
|
+
'aria-label'?: string;
|
|
21
|
+
/** ID of an element that labels this icon. */
|
|
22
|
+
'aria-labelledby'?: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Icon wrapper component with optional accent shadow effect.
|
|
26
|
+
*
|
|
27
|
+
* The shadow effect creates a 4px offset accent-colored duplicate
|
|
28
|
+
* of the icon behind it for a stylized look.
|
|
29
|
+
*
|
|
30
|
+
* Behavior (element type, ARIA attributes) is owned by the headless Icon.
|
|
31
|
+
* This component only handles styling and visual composition.
|
|
32
|
+
*/
|
|
33
|
+
export declare function Icon(props: IconProps): JSX.Element;
|
|
34
|
+
export { GitHubIcon } from './icons/GitHubIcon';
|
|
35
|
+
export type { GitHubIconProps } from './icons/GitHubIcon';
|
|
36
|
+
export { Illustration } from './Illustration';
|
|
37
|
+
export type { IllustrationProps, IllustrationSize } from './Illustration';
|
|
38
|
+
export { UIIcon } from './UIIcon';
|
|
39
|
+
export type { UIIconProps, UIIconSize } from './UIIcon';
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icon/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,GAAG,EAAE,MAAM,UAAU,CAAA;AAE9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAA;AAE7D,MAAM,WAAW,SAAS;IACxB,wEAAwE;IACxE,IAAI,EAAE,SAAS,CAAC;QAAE,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAA;IAC3D,4CAA4C;IAC5C,IAAI,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtB,wBAAwB;IACxB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,sEAAsE;IACtE,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,2BAA2B;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,2CAA2C;IAC3C,OAAO,CAAC,EAAE,CAAC,CAAC,EAAE,UAAU,KAAK,IAAI,CAAA;IACjC,8CAA8C;IAC9C,YAAY,CAAC,EAAE,MAAM,CAAA;IACrB,8CAA8C;IAC9C,iBAAiB,CAAC,EAAE,MAAM,CAAA;CAC3B;AAED;;;;;;;;GAQG;AACH,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,GAAG,GAAG,CAAC,OAAO,CAsClD;AAGD,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AAGzD,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,YAAY,EAAE,iBAAiB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAC1E,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAClC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IllustratedMessage component for proyecto-viviana-silapse.
|
|
3
|
+
*
|
|
4
|
+
* Styling-only empty-state/message primitive.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
export interface IllustratedMessageProps extends JSX.HTMLAttributes<HTMLDivElement> {
|
|
8
|
+
illustration?: JSX.Element;
|
|
9
|
+
heading?: JSX.Element;
|
|
10
|
+
description?: JSX.Element;
|
|
11
|
+
class?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare function IllustratedMessage(props: IllustratedMessageProps): JSX.Element;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/illustratedmessage/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAoB,MAAM,UAAU,CAAC;AAEtD,MAAM,WAAW,uBAAwB,SAAQ,GAAG,CAAC,cAAc,CAAC,cAAc,CAAC;IACjF,YAAY,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC3B,OAAO,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IACtB,WAAW,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CA4B9E"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Image component for proyecto-viviana-silapse.
|
|
3
|
+
*
|
|
4
|
+
* Styling-only wrapper for semantic images.
|
|
5
|
+
*/
|
|
6
|
+
import { type JSX } from 'solid-js';
|
|
7
|
+
export interface ImageProps extends JSX.ImgHTMLAttributes<HTMLImageElement> {
|
|
8
|
+
class?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function Image(props: ImageProps): JSX.Element;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/image/index.tsx"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,KAAK,GAAG,EAAc,MAAM,UAAU,CAAC;AAEhD,MAAM,WAAW,UAAW,SAAQ,GAAG,CAAC,iBAAiB,CAAC,gBAAgB,CAAC;IACzE,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,GAAG,GAAG,CAAC,OAAO,CAQpD"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,231 @@
|
|
|
1
|
+
export { Button } from './button';
|
|
2
|
+
export type { ButtonProps, ButtonVariant, ButtonStyle, StaticColor } from './button';
|
|
3
|
+
export { Badge } from './badge';
|
|
4
|
+
export type { BadgeProps, BadgeVariant, BadgeSize } from './badge';
|
|
5
|
+
export { Alert } from './alert';
|
|
6
|
+
export type { AlertProps, AlertVariant } from './alert';
|
|
7
|
+
export { InlineAlert } from './inlinealert';
|
|
8
|
+
export type { InlineAlertProps, InlineAlertVariant } from './inlinealert';
|
|
9
|
+
export { Avatar, AvatarGroup } from './avatar';
|
|
10
|
+
export type { AvatarProps, AvatarGroupProps, AvatarSize } from './avatar';
|
|
11
|
+
export { TabSwitch, ToggleSwitch, ToggleSwitch as Switch } from './switch';
|
|
12
|
+
export type { TabSwitchProps, ToggleSwitchProps, ToggleSwitchProps as SwitchProps, SwitchSize } from './switch';
|
|
13
|
+
export { Checkbox, CheckboxGroup } from './checkbox';
|
|
14
|
+
export type { CheckboxProps, CheckboxGroupProps, CheckboxSize } from './checkbox';
|
|
15
|
+
export { RadioGroup, Radio } from './radio';
|
|
16
|
+
export type { RadioGroupProps, RadioProps, RadioGroupOrientation, RadioGroupSize } from './radio';
|
|
17
|
+
export { Dialog, DialogTrigger, DialogFooter } from './dialog';
|
|
18
|
+
export type { DialogProps, DialogTriggerProps, DialogFooterProps, DialogSize } from './dialog';
|
|
19
|
+
export { Icon, GitHubIcon } from './icon';
|
|
20
|
+
export type { IconProps, GitHubIconProps } from './icon';
|
|
21
|
+
export { Tooltip, TooltipTrigger, SimpleTooltip } from './tooltip';
|
|
22
|
+
export type { TooltipProps, TooltipTriggerProps, TooltipPlacement, TooltipVariant, SimpleTooltipProps } from './tooltip';
|
|
23
|
+
export { Dialog as OverlayDialog, DialogTrigger as OverlayDialogTrigger, DialogFooter as OverlayDialogFooter, Popover as OverlayPopover, PopoverTrigger as OverlayPopoverTrigger, PopoverHeader as OverlayPopoverHeader, PopoverFooter as OverlayPopoverFooter, Tooltip as OverlayTooltip, TooltipTrigger as OverlayTooltipTrigger, SimpleTooltip as OverlaySimpleTooltip, } from './overlays';
|
|
24
|
+
export type { DialogProps as OverlayDialogProps, DialogTriggerProps as OverlayDialogTriggerProps, DialogFooterProps as OverlayDialogFooterProps, DialogSize as OverlayDialogSize, PopoverProps as OverlayPopoverProps, PopoverTriggerProps as OverlayPopoverTriggerProps, PopoverHeaderProps as OverlayPopoverHeaderProps, PopoverFooterProps as OverlayPopoverFooterProps, PopoverPlacement as OverlayPopoverPlacement, PopoverSize as OverlayPopoverSize, PopoverRenderProps as OverlayPopoverRenderProps, TooltipProps as OverlayTooltipProps, TooltipTriggerProps as OverlayTooltipTriggerProps, TooltipPlacement as OverlayTooltipPlacement, TooltipVariant as OverlayTooltipVariant, SimpleTooltipProps as OverlaySimpleTooltipProps, } from './overlays';
|
|
25
|
+
export { Popover, PopoverTrigger, PopoverHeader, PopoverFooter } from './popover';
|
|
26
|
+
export type { PopoverProps, PopoverTriggerProps, PopoverHeaderProps, PopoverFooterProps, PopoverPlacement, PopoverSize, PopoverRenderProps } from './popover';
|
|
27
|
+
export { TextField } from './textfield';
|
|
28
|
+
export type { TextFieldProps, TextFieldSize, TextFieldVariant } from './textfield';
|
|
29
|
+
export { TextArea } from './textfield/TextArea';
|
|
30
|
+
export type { TextAreaProps, TextAreaSize, TextAreaVariant } from './textfield/TextArea';
|
|
31
|
+
export { Link } from './link';
|
|
32
|
+
export type { LinkProps, LinkVariant } from './link';
|
|
33
|
+
export { ProgressBar } from './progress-bar';
|
|
34
|
+
export type { ProgressBarProps, ProgressBarSize, ProgressBarVariant } from './progress-bar';
|
|
35
|
+
export { ProgressBar as Progress } from './progress';
|
|
36
|
+
export type { ProgressBarProps as ProgressProps, ProgressBarSize as ProgressSize, ProgressBarVariant as ProgressVariant } from './progress';
|
|
37
|
+
export { Separator } from './separator';
|
|
38
|
+
export type { SeparatorProps, SeparatorVariant, SeparatorSize } from './separator';
|
|
39
|
+
export { Divider } from './divider';
|
|
40
|
+
export type { DividerProps, DividerVariant, DividerSize } from './divider';
|
|
41
|
+
export { Text } from './text';
|
|
42
|
+
export type { TextProps, TextVariant, TextSize } from './text';
|
|
43
|
+
export { Label } from './label';
|
|
44
|
+
export type { LabelProps, LabelSize } from './label';
|
|
45
|
+
export { Form, FieldError as FormFieldError } from './form';
|
|
46
|
+
export type { FormProps, FieldErrorProps } from './form';
|
|
47
|
+
export { Toolbar } from './toolbar';
|
|
48
|
+
export type { ToolbarProps, ToolbarSize, ToolbarVariant } from './toolbar';
|
|
49
|
+
export { ActionBar, ActionBarContainer } from './actionbar';
|
|
50
|
+
export type { ActionBarProps, ActionBarContainerProps } from './actionbar';
|
|
51
|
+
export { ActionGroup } from './actiongroup';
|
|
52
|
+
export type { ActionGroupProps } from './actiongroup';
|
|
53
|
+
export { ButtonGroup } from './buttongroup';
|
|
54
|
+
export type { ButtonGroupProps } from './buttongroup';
|
|
55
|
+
export { SearchAutocomplete } from './autocomplete';
|
|
56
|
+
export type { SearchAutocompleteProps, SearchAutocompleteItem, SearchAutocompleteSize } from './autocomplete';
|
|
57
|
+
export { Select, SelectTrigger, SelectValue, SelectListBox, SelectOption } from './select';
|
|
58
|
+
export type { SelectProps, SelectTriggerProps, SelectValueProps, SelectListBoxProps, SelectOptionProps, SelectSize } from './select';
|
|
59
|
+
export { Picker, PickerTrigger, PickerValue, PickerListBox, PickerItem } from './picker';
|
|
60
|
+
export type { PickerProps, PickerTriggerProps, PickerValueProps, PickerListBoxProps, PickerItemProps, PickerSize, } from './picker';
|
|
61
|
+
export { Menu, MenuItem, MenuTrigger, MenuButton, MenuSeparator } from './menu';
|
|
62
|
+
export type { MenuProps, MenuItemProps, MenuTriggerProps, MenuButtonProps, MenuSeparatorProps, MenuSize } from './menu';
|
|
63
|
+
export { ListBox, ListBoxOption } from './listbox';
|
|
64
|
+
export type { ListBoxProps, ListBoxOptionProps, ListBoxSize } from './listbox';
|
|
65
|
+
export { ListView, ListViewItem, ListViewSelectionCheckbox } from './list';
|
|
66
|
+
export type { ListViewProps, ListViewItemProps, ListViewSize, ListViewVariant, ListViewLayout, } from './list';
|
|
67
|
+
export { Tabs, TabList, Tab, TabPanel } from './tabs';
|
|
68
|
+
export type { TabsProps, TabListProps, TabProps, TabPanelProps, TabsSize, TabsVariant, TabOrientation } from './tabs';
|
|
69
|
+
export { Breadcrumbs, BreadcrumbItem } from './breadcrumbs';
|
|
70
|
+
export type { BreadcrumbsProps, BreadcrumbItemProps, BreadcrumbsSize, BreadcrumbsVariant } from './breadcrumbs';
|
|
71
|
+
export { NumberField } from './numberfield';
|
|
72
|
+
export type { NumberFieldProps, NumberFieldSize, NumberFieldVariant } from './numberfield';
|
|
73
|
+
export { DropZone } from './dropzone';
|
|
74
|
+
export type { DropZoneProps } from './dropzone';
|
|
75
|
+
export { FileTrigger } from './filetrigger';
|
|
76
|
+
export type { FileTriggerProps } from './filetrigger';
|
|
77
|
+
export { SearchField } from './searchfield';
|
|
78
|
+
export type { SearchFieldProps, SearchFieldSize, SearchFieldVariant } from './searchfield';
|
|
79
|
+
export { ContextualHelp } from './contextualhelp';
|
|
80
|
+
export type { ContextualHelpProps } from './contextualhelp';
|
|
81
|
+
export { Slider } from './slider';
|
|
82
|
+
export type { SliderProps, SliderSize, SliderVariant } from './slider';
|
|
83
|
+
export { ComboBox, ComboBoxInputGroup, ComboBoxInput, ComboBoxButton, ComboBoxListBox, ComboBoxOption, defaultContainsFilter } from './combobox';
|
|
84
|
+
export type { ComboBoxProps, ComboBoxInputProps, ComboBoxButtonProps, ComboBoxListBoxProps, ComboBoxOptionProps, ComboBoxSize, FilterFn, MenuTriggerAction } from './combobox';
|
|
85
|
+
export { Toast, ToastRegion, ToastProvider, ToastContext, addToast, toastSuccess, toastError, toastWarning, toastInfo, globalToastQueue, useToastContext, } from './toast';
|
|
86
|
+
export type { ToastProps, ToastRegionProps, ToastProviderProps, ToastPlacement, ToastVariant, ToastContent, ToastRenderProps, ToastRegionRenderProps, QueuedToast, ToastOptions, } from './toast';
|
|
87
|
+
export { Disclosure, DisclosureGroup, DisclosureTrigger, DisclosurePanel, } from './disclosure';
|
|
88
|
+
export type { DisclosureProps, DisclosureGroupProps, DisclosureTriggerProps, DisclosurePanelProps, DisclosureSize, DisclosureVariant, } from './disclosure';
|
|
89
|
+
export { Accordion, AccordionItem, AccordionHeader, AccordionPanel, } from './accordion';
|
|
90
|
+
export type { AccordionProps, AccordionItemProps, AccordionHeaderProps, AccordionPanelProps, AccordionSize, AccordionVariant, } from './accordion';
|
|
91
|
+
export { Meter } from './meter';
|
|
92
|
+
export type { MeterProps, MeterSize, MeterVariant } from './meter';
|
|
93
|
+
export { TagGroup } from './tag-group';
|
|
94
|
+
export type { TagGroupProps, TagProps, TagGroupSize, TagGroupVariant } from './tag-group';
|
|
95
|
+
export { LabeledValue } from './labeledvalue';
|
|
96
|
+
export type { LabeledValueProps, LabeledValueOrientation } from './labeledvalue';
|
|
97
|
+
export { StatusLight } from './statuslight';
|
|
98
|
+
export type { StatusLightProps, StatusLightSize, StatusLightVariant } from './statuslight';
|
|
99
|
+
export { Calendar } from './calendar';
|
|
100
|
+
export type { CalendarProps, CalendarSize, CalendarDate, DateValue } from './calendar';
|
|
101
|
+
export { RangeCalendar } from './calendar/RangeCalendar';
|
|
102
|
+
export type { RangeCalendarProps, RangeCalendarSize, RangeValue } from './calendar/RangeCalendar';
|
|
103
|
+
export { DateField } from './calendar/DateField';
|
|
104
|
+
export type { DateFieldProps, DateFieldSize } from './calendar/DateField';
|
|
105
|
+
export { TimeField } from './calendar/TimeField';
|
|
106
|
+
export type { TimeFieldProps, TimeFieldSize, TimeValue } from './calendar/TimeField';
|
|
107
|
+
export { DatePicker } from './calendar/DatePicker';
|
|
108
|
+
export type { DatePickerProps, DatePickerSize } from './calendar/DatePicker';
|
|
109
|
+
export { DateRangePicker } from './calendar/DateRangePicker';
|
|
110
|
+
export type { DateRangePickerProps, DateRangePickerSize } from './calendar/DateRangePicker';
|
|
111
|
+
export { Table, TableHeader, TableColumn, TableBody, TableRow, TableCell, TableSelectionCheckbox, TableSelectAllCheckbox, } from './table';
|
|
112
|
+
export type { TableProps, TableHeaderProps, TableColumnProps, TableBodyProps, TableRowProps, TableCellProps, TableSize, TableVariant, } from './table';
|
|
113
|
+
export { GridList, GridListItem, GridListSelectionCheckbox, } from './gridlist';
|
|
114
|
+
export type { GridListProps, GridListItemProps, GridListSize, GridListVariant, GridListLayout, } from './gridlist';
|
|
115
|
+
export { Tree, TreeItem, TreeExpandButton, TreeSelectionCheckbox, } from './tree';
|
|
116
|
+
export type { TreeProps, TreeItemProps, TreeExpandButtonProps, TreeSize, TreeVariant, } from './tree';
|
|
117
|
+
export { ColorSlider, ColorSliderTrack, ColorSliderThumb, ColorArea, ColorAreaGradient, ColorAreaThumb, ColorWheel, ColorWheelTrack, ColorWheelThumb, ColorField, ColorFieldInput, ColorSwatch, ColorPicker, } from './color';
|
|
118
|
+
export type { ColorSliderProps, ColorAreaProps, ColorWheelProps, ColorFieldProps, ColorSwatchProps, ColorPickerProps, ColorSize, } from './color';
|
|
119
|
+
export { ColorEditor } from './color/ColorEditor';
|
|
120
|
+
export type { ColorEditorProps } from './color/ColorEditor';
|
|
121
|
+
export { ColorSwatchPicker, ColorSwatchPickerItem } from './color/ColorSwatchPicker';
|
|
122
|
+
export type { ColorSwatchPickerProps, ColorSwatchPickerItemProps, SwatchPickerSize, SwatchPickerDensity, SwatchPickerRounding } from './color/ColorSwatchPicker';
|
|
123
|
+
export { Landmark, SkipLink, LandmarkNavigator, useLandmarkController, } from './landmark';
|
|
124
|
+
export type { LandmarkProps, SkipLinkProps, LandmarkNavigatorProps, AriaLandmarkRole, LandmarkController, } from './landmark';
|
|
125
|
+
export { View } from './view';
|
|
126
|
+
export type { ViewProps } from './view';
|
|
127
|
+
export { Well } from './well';
|
|
128
|
+
export type { WellProps } from './well';
|
|
129
|
+
export { Card } from './card';
|
|
130
|
+
export type { CardProps } from './card';
|
|
131
|
+
export { Image } from './image';
|
|
132
|
+
export type { ImageProps } from './image';
|
|
133
|
+
export { Layout } from './layout';
|
|
134
|
+
export type { LayoutProps } from './layout';
|
|
135
|
+
export { IllustratedMessage } from './illustratedmessage';
|
|
136
|
+
export type { IllustratedMessageProps } from './illustratedmessage';
|
|
137
|
+
export { StepList, Step } from './steplist';
|
|
138
|
+
export type { StepListProps, StepProps } from './steplist';
|
|
139
|
+
export { DragAndDropContext, DropIndicator, DropIndicatorContext, useDndPersistedKeys, useRenderDropIndicator, useDragAndDrop, } from './dnd';
|
|
140
|
+
export type { DragAndDropContextValue, DropIndicatorProps, DropIndicatorRenderProps, DropTargetDelegate, DragAndDropOptions, DragAndDropHooks, } from './dnd';
|
|
141
|
+
export { SharedElement, SharedElementTransition } from './shared-element';
|
|
142
|
+
export type { SharedElementProps, SharedElementTransitionProps } from './shared-element';
|
|
143
|
+
export { Heading } from './text/Heading';
|
|
144
|
+
export type { HeadingProps, HeadingLevel } from './text/Heading';
|
|
145
|
+
export { StyledKeyboard } from './text/Keyboard';
|
|
146
|
+
export type { KeyboardProps as StyledKeyboardProps } from './text/Keyboard';
|
|
147
|
+
export { ToggleButton } from './button/ToggleButton';
|
|
148
|
+
export type { ToggleButtonProps, ToggleButtonSize } from './button/ToggleButton';
|
|
149
|
+
export { ActionButton } from './button/ActionButton';
|
|
150
|
+
export type { ActionButtonProps, ActionButtonSize } from './button/ActionButton';
|
|
151
|
+
export { ClearButton } from './button/ClearButton';
|
|
152
|
+
export type { ClearButtonProps, ClearButtonSize } from './button/ClearButton';
|
|
153
|
+
export { FieldButton } from './button/FieldButton';
|
|
154
|
+
export type { FieldButtonProps } from './button/FieldButton';
|
|
155
|
+
export { LogicButton } from './button/LogicButton';
|
|
156
|
+
export type { LogicButtonProps } from './button/LogicButton';
|
|
157
|
+
export { AlertDialog } from './dialog/AlertDialog';
|
|
158
|
+
export type { AlertDialogProps, AlertDialogVariant } from './dialog/AlertDialog';
|
|
159
|
+
export { ActionMenu } from './menu/ActionMenu';
|
|
160
|
+
export type { ActionMenuProps } from './menu/ActionMenu';
|
|
161
|
+
export { SubmenuTrigger } from './menu/SubmenuTrigger';
|
|
162
|
+
export type { SubmenuTriggerProps } from './menu/SubmenuTrigger';
|
|
163
|
+
export { ContextualHelpTrigger } from './menu/ContextualHelpTrigger';
|
|
164
|
+
export type { ContextualHelpTriggerProps } from './menu/ContextualHelpTrigger';
|
|
165
|
+
export { ProgressCircle } from './progress/ProgressCircle';
|
|
166
|
+
export type { ProgressCircleProps, ProgressCircleSize, ProgressCircleVariant } from './progress/ProgressCircle';
|
|
167
|
+
export { RangeSlider } from './slider/RangeSlider';
|
|
168
|
+
export type { RangeSliderProps, RangeSliderSize } from './slider/RangeSlider';
|
|
169
|
+
export { Field } from './form/Field';
|
|
170
|
+
export type { FieldProps, FieldSize } from './form/Field';
|
|
171
|
+
export { HelpText } from './form/HelpText';
|
|
172
|
+
export type { HelpTextProps } from './form/HelpText';
|
|
173
|
+
export { StyledModal } from './overlays/Modal';
|
|
174
|
+
export type { StyledModalProps, ModalSize } from './overlays/Modal';
|
|
175
|
+
export { Overlay } from './overlays/Overlay';
|
|
176
|
+
export type { OverlayProps } from './overlays/Overlay';
|
|
177
|
+
export { Tray } from './overlays/Tray';
|
|
178
|
+
export type { TrayProps } from './overlays/Tray';
|
|
179
|
+
export { OpenTransition } from './overlays/OpenTransition';
|
|
180
|
+
export type { OpenTransitionProps } from './overlays/OpenTransition';
|
|
181
|
+
export { Content, ViewHeader, ViewFooter } from './view/Content';
|
|
182
|
+
export type { ContentProps, ViewHeaderProps, ViewFooterProps } from './view/Content';
|
|
183
|
+
export { Illustration } from './icon/Illustration';
|
|
184
|
+
export type { IllustrationProps, IllustrationSize } from './icon/Illustration';
|
|
185
|
+
export { UIIcon } from './icon/UIIcon';
|
|
186
|
+
export type { UIIconProps, UIIconSize } from './icon/UIIcon';
|
|
187
|
+
export { Virtualizer, VirtualizerContext, useVirtualizerContext, ListLayout, GridLayout, WaterfallLayout, TableLayout, } from '@proyecto-viviana/solidaria-components';
|
|
188
|
+
export type { VirtualizerProps, VirtualizerLayout, VirtualizerLayoutClass, VirtualizerContextValue, VirtualizerVisibleRange, VirtualizerDropTarget, VirtualizerDropOperationResolver, VirtualizerDropTargetResolver, VirtualizerRangeContext, DefaultVirtualizerLayoutOptions, GridLayoutOptions, WaterfallLayoutOptions, } from '@proyecto-viviana/solidaria-components';
|
|
189
|
+
export { Flex } from './layout/Flex';
|
|
190
|
+
export type { FlexProps } from './layout/Flex';
|
|
191
|
+
export { Grid } from './layout/Grid';
|
|
192
|
+
export type { GridProps } from './layout/Grid';
|
|
193
|
+
export { fitContent, minmax, repeat } from './layout/css-utils';
|
|
194
|
+
export { cx } from './story-utils';
|
|
195
|
+
export { StoryErrorBoundary } from './story-utils/ErrorBoundary';
|
|
196
|
+
export type { StoryErrorBoundaryProps } from './story-utils/ErrorBoundary';
|
|
197
|
+
export { generatePowerset } from './story-utils/generatePowerset';
|
|
198
|
+
export type { PropValues, PowersetItem } from './story-utils/generatePowerset';
|
|
199
|
+
export { s1 } from './style-macro-s1';
|
|
200
|
+
export { Provider, useProvider, useProviderProps, useTheme, ThemeContext } from './provider';
|
|
201
|
+
export type { ProviderProps, ProviderContextValue, ProviderInheritedProps, ThemeContextValue, ColorScheme, Scale, ValidationState, } from './provider';
|
|
202
|
+
export { themeExpressClass } from './theme-express';
|
|
203
|
+
export { themeLightClass, lightTheme } from './theme-light';
|
|
204
|
+
export { themeDarkClass, darkTheme } from './theme-dark';
|
|
205
|
+
export { themeDefaultClass, defaultTheme } from './theme-default';
|
|
206
|
+
export type { Theme } from './theme/types';
|
|
207
|
+
export { Chip } from './custom/chip';
|
|
208
|
+
export type { ChipProps, ChipVariant } from './custom/chip';
|
|
209
|
+
export { NavHeader } from './custom/nav-header';
|
|
210
|
+
export type { NavHeaderProps } from './custom/nav-header';
|
|
211
|
+
export { Header } from './custom/header';
|
|
212
|
+
export type { HeaderProps } from './custom/header';
|
|
213
|
+
export { LateralNav, NavItem, NavLink, NavSection } from './custom/lateral-nav';
|
|
214
|
+
export type { LateralNavProps, NavItemProps, NavLinkProps, NavSectionProps } from './custom/lateral-nav';
|
|
215
|
+
export { TimelineItem } from './custom/timeline-item';
|
|
216
|
+
export type { TimelineItemProps, TimelineEventType } from './custom/timeline-item';
|
|
217
|
+
export { Conversation, ConversationPreview, ConversationBubble } from './custom/conversation';
|
|
218
|
+
export type { ConversationProps, ConversationPreviewProps, ConversationBubbleProps, Message } from './custom/conversation';
|
|
219
|
+
export { ProfileCard } from './custom/profile-card';
|
|
220
|
+
export type { ProfileCardProps } from './custom/profile-card';
|
|
221
|
+
export { EventCard, EventListItem } from './custom/event-card';
|
|
222
|
+
export type { EventCardProps, EventListItemProps } from './custom/event-card';
|
|
223
|
+
export { CalendarCard } from './custom/calendar-card';
|
|
224
|
+
export type { CalendarCardProps } from './custom/calendar-card';
|
|
225
|
+
export { Logo } from './custom/logo';
|
|
226
|
+
export type { LogoProps, LogoSize } from './custom/logo';
|
|
227
|
+
export { ProjectCard } from './custom/project-card';
|
|
228
|
+
export type { ProjectCardProps, ProjectCardSize } from './custom/project-card';
|
|
229
|
+
export { PageLayout } from './custom/page-layout';
|
|
230
|
+
export type { PageLayoutProps } from './custom/page-layout';
|
|
231
|
+
//# sourceMappingURL=index.d.ts.map
|