@pathscale/ui 1.1.39 → 1.1.40

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.
Files changed (34) hide show
  1. package/dist/components/progress-bar/ProgressBar.classes.d.ts +23 -0
  2. package/dist/components/progress-bar/ProgressBar.classes.js +24 -0
  3. package/dist/components/progress-bar/ProgressBar.css +104 -0
  4. package/dist/components/progress-bar/ProgressBar.d.ts +19 -0
  5. package/dist/components/progress-bar/ProgressBar.js +109 -0
  6. package/dist/components/progress-bar/index.d.ts +2 -0
  7. package/dist/components/progress-bar/index.js +3 -0
  8. package/dist/components/progress-circle/ProgressCircle.classes.d.ts +22 -0
  9. package/dist/components/progress-circle/ProgressCircle.classes.js +23 -0
  10. package/dist/components/progress-circle/ProgressCircle.css +82 -0
  11. package/dist/components/progress-circle/ProgressCircle.d.ts +18 -0
  12. package/dist/components/progress-circle/ProgressCircle.js +95 -0
  13. package/dist/components/progress-circle/index.d.ts +2 -0
  14. package/dist/components/progress-circle/index.js +3 -0
  15. package/dist/components/{loading/Loading.d.ts → spinner/Spinner.d.ts} +4 -4
  16. package/dist/components/{loading/Loading.js → spinner/Spinner.js} +4 -4
  17. package/dist/components/spinner/index.d.ts +1 -0
  18. package/dist/components/spinner/index.js +5 -0
  19. package/dist/index.d.ts +7 -4
  20. package/dist/index.js +8 -11
  21. package/dist/purge-manifest.json +90 -0
  22. package/package.json +1 -1
  23. package/dist/components/loading/index.d.ts +0 -1
  24. package/dist/components/loading/index.js +0 -3
  25. package/dist/components/progress/Progress.css +0 -135
  26. package/dist/components/progress/Progress.d.ts +0 -36
  27. package/dist/components/progress/Progress.js +0 -197
  28. package/dist/components/progress/index.d.ts +0 -1
  29. package/dist/components/progress/index.js +0 -7
  30. package/dist/components/radialprogress/RadialProgress.d.ts +0 -10
  31. package/dist/components/radialprogress/RadialProgress.js +0 -47
  32. package/dist/components/radialprogress/index.d.ts +0 -1
  33. package/dist/components/radialprogress/index.js +0 -3
  34. /package/dist/components/{loading/Loading.css → spinner/Spinner.css} +0 -0
package/dist/index.js CHANGED
@@ -52,7 +52,7 @@ import * as __WEBPACK_EXTERNAL_MODULE__components_label_index_js_bd1f769a__ from
52
52
  import * as __WEBPACK_EXTERNAL_MODULE__components_link_index_js_2ef2ebe8__ from "./components/link/index.js";
53
53
  import * as __WEBPACK_EXTERNAL_MODULE__components_list_box_index_js_f59b8c31__ from "./components/list-box/index.js";
54
54
  import * as __WEBPACK_EXTERNAL_MODULE__components_live_chat_index_js_c7d087a8__ from "./components/live-chat/index.js";
55
- import * as __WEBPACK_EXTERNAL_MODULE__components_loading_index_js_82163852__ from "./components/loading/index.js";
55
+ import * as __WEBPACK_EXTERNAL_MODULE__components_spinner_index_js_4549f593__ from "./components/spinner/index.js";
56
56
  import * as __WEBPACK_EXTERNAL_MODULE__components_language_switcher_index_js_813c3a1d__ from "./components/language-switcher/index.js";
57
57
  import * as __WEBPACK_EXTERNAL_MODULE__components_menu_index_js_f6a6b3e1__ from "./components/menu/index.js";
58
58
  import * as __WEBPACK_EXTERNAL_MODULE__components_modal_index_js_fbe812af__ from "./components/modal/index.js";
@@ -60,8 +60,8 @@ import * as __WEBPACK_EXTERNAL_MODULE__components_navbar_index_js_a9309fab__ fro
60
60
  import * as __WEBPACK_EXTERNAL_MODULE__components_number_field_index_js_a73d1be0__ from "./components/number-field/index.js";
61
61
  import * as __WEBPACK_EXTERNAL_MODULE__components_noise_background_index_js_31dcf060__ from "./components/noise-background/index.js";
62
62
  import * as __WEBPACK_EXTERNAL_MODULE__components_pagination_index_js_bb77e7b0__ from "./components/pagination/index.js";
63
- import * as __WEBPACK_EXTERNAL_MODULE__components_progress_index_js_095a731e__ from "./components/progress/index.js";
64
- import * as __WEBPACK_EXTERNAL_MODULE__components_radialprogress_index_js_3165470f__ from "./components/radialprogress/index.js";
63
+ import * as __WEBPACK_EXTERNAL_MODULE__components_progress_bar_index_js_c0cf8079__ from "./components/progress-bar/index.js";
64
+ import * as __WEBPACK_EXTERNAL_MODULE__components_progress_circle_index_js_bea5ea45__ from "./components/progress-circle/index.js";
65
65
  import * as __WEBPACK_EXTERNAL_MODULE__components_radio_index_js_b105d018__ from "./components/radio/index.js";
66
66
  import * as __WEBPACK_EXTERNAL_MODULE__components_radio_group_index_js_d518d918__ from "./components/radio-group/index.js";
67
67
  import * as __WEBPACK_EXTERNAL_MODULE__components_select_index_js_69492b17__ from "./components/select/index.js";
@@ -226,7 +226,7 @@ var __webpack_exports__ListBoxSection = __WEBPACK_EXTERNAL_MODULE__components_li
226
226
  var __webpack_exports__ListBoxSectionRoot = __WEBPACK_EXTERNAL_MODULE__components_list_box_index_js_f59b8c31__.ListBoxSectionRoot;
227
227
  var __webpack_exports__LiveChatBubble = __WEBPACK_EXTERNAL_MODULE__components_live_chat_index_js_c7d087a8__.LiveChatBubble;
228
228
  var __webpack_exports__LiveChatPanel = __WEBPACK_EXTERNAL_MODULE__components_live_chat_index_js_c7d087a8__.LiveChatPanel;
229
- var __webpack_exports__Loading = __WEBPACK_EXTERNAL_MODULE__components_loading_index_js_82163852__["default"];
229
+ var __webpack_exports__Loading = __WEBPACK_EXTERNAL_MODULE__components_spinner_index_js_4549f593__.Spinner;
230
230
  var __webpack_exports__Menu = __WEBPACK_EXTERNAL_MODULE__components_menu_index_js_f6a6b3e1__["default"];
231
231
  var __webpack_exports__MenuItem = __WEBPACK_EXTERNAL_MODULE__components_menu_index_js_f6a6b3e1__.MenuItem;
232
232
  var __webpack_exports__MenuItemIndicator = __WEBPACK_EXTERNAL_MODULE__components_menu_index_js_f6a6b3e1__.MenuItemIndicator;
@@ -256,15 +256,11 @@ var __webpack_exports__NumberFieldInput = __WEBPACK_EXTERNAL_MODULE__components_
256
256
  var __webpack_exports__NumberFieldRoot = __WEBPACK_EXTERNAL_MODULE__components_number_field_index_js_a73d1be0__.NumberFieldRoot;
257
257
  var __webpack_exports__PWAInstallPrompt = __WEBPACK_EXTERNAL_MODULE__components_immersive_landing_index_js_01d1a16b__.PWAInstallPrompt;
258
258
  var __webpack_exports__Pagination = __WEBPACK_EXTERNAL_MODULE__components_pagination_index_js_bb77e7b0__["default"];
259
- var __webpack_exports__Progress = __WEBPACK_EXTERNAL_MODULE__components_progress_index_js_095a731e__["default"];
260
- var __webpack_exports__ProgressFill = __WEBPACK_EXTERNAL_MODULE__components_progress_index_js_095a731e__.ProgressFill;
261
- var __webpack_exports__ProgressOutput = __WEBPACK_EXTERNAL_MODULE__components_progress_index_js_095a731e__.ProgressOutput;
262
- var __webpack_exports__ProgressRoot = __WEBPACK_EXTERNAL_MODULE__components_progress_index_js_095a731e__.ProgressRoot;
263
- var __webpack_exports__ProgressTrack = __WEBPACK_EXTERNAL_MODULE__components_progress_index_js_095a731e__.ProgressTrack;
259
+ var __webpack_exports__ProgressBar = __WEBPACK_EXTERNAL_MODULE__components_progress_bar_index_js_c0cf8079__["default"];
260
+ var __webpack_exports__ProgressCircle = __WEBPACK_EXTERNAL_MODULE__components_progress_circle_index_js_bea5ea45__["default"];
264
261
  var __webpack_exports__REGEXP_ONLY_CHARS = __WEBPACK_EXTERNAL_MODULE__components_input_otp_index_js_7f05d77c__.REGEXP_ONLY_CHARS;
265
262
  var __webpack_exports__REGEXP_ONLY_DIGITS = __WEBPACK_EXTERNAL_MODULE__components_input_otp_index_js_7f05d77c__.REGEXP_ONLY_DIGITS;
266
263
  var __webpack_exports__REGEXP_ONLY_DIGITS_AND_CHARS = __WEBPACK_EXTERNAL_MODULE__components_input_otp_index_js_7f05d77c__.REGEXP_ONLY_DIGITS_AND_CHARS;
267
- var __webpack_exports__RadialProgress = __WEBPACK_EXTERNAL_MODULE__components_radialprogress_index_js_3165470f__["default"];
268
264
  var __webpack_exports__Radio = __WEBPACK_EXTERNAL_MODULE__components_radio_index_js_b105d018__["default"];
269
265
  var __webpack_exports__RadioGroup = __WEBPACK_EXTERNAL_MODULE__components_radio_group_index_js_d518d918__.RadioGroup;
270
266
  var __webpack_exports__SearchField = __WEBPACK_EXTERNAL_MODULE__components_search_field_index_js_c96ab7f8__["default"];
@@ -284,6 +280,7 @@ var __webpack_exports__SidenavMenu = __WEBPACK_EXTERNAL_MODULE__components_siden
284
280
  var __webpack_exports__SizePicker = __WEBPACK_EXTERNAL_MODULE__components_size_picker_index_js_8fe685d2__.SizePicker;
285
281
  var __webpack_exports__Skeleton = __WEBPACK_EXTERNAL_MODULE__components_skeleton_index_js_c4f2ddfa__["default"];
286
282
  var __webpack_exports__Slider = __WEBPACK_EXTERNAL_MODULE__components_slider_index_js_b55b8ceb__["default"];
283
+ var __webpack_exports__Spinner = __WEBPACK_EXTERNAL_MODULE__components_spinner_index_js_4549f593__["default"];
287
284
  var __webpack_exports__Surface = __WEBPACK_EXTERNAL_MODULE__components_surface_index_js_bec1b9f7__["default"];
288
285
  var __webpack_exports__Table = __WEBPACK_EXTERNAL_MODULE__components_table_index_js_90ad19bc__["default"];
289
286
  var __webpack_exports__Tabs = __WEBPACK_EXTERNAL_MODULE__components_tabs_index_js_44de2698__["default"];
@@ -356,4 +353,4 @@ var __webpack_exports__useTablePagination = __WEBPACK_EXTERNAL_MODULE__hooks_tab
356
353
  var __webpack_exports__useTableSelection = __WEBPACK_EXTERNAL_MODULE__hooks_table_index_js_4392d94d__.useTableSelection;
357
354
  var __webpack_exports__useTableSorting = __WEBPACK_EXTERNAL_MODULE__hooks_table_index_js_4392d94d__.useTableSorting;
358
355
  var __webpack_exports__useVirtualRows = __WEBPACK_EXTERNAL_MODULE__primitives_virtualizer_index_js_7a1688c2__.useVirtualRows;
359
- export { __webpack_exports__Accordion as Accordion, __webpack_exports__AccordionContent as AccordionContent, __webpack_exports__AccordionIndicator as AccordionIndicator, __webpack_exports__AccordionItem as AccordionItem, __webpack_exports__AccordionRoot as AccordionRoot, __webpack_exports__AccordionTrigger as AccordionTrigger, __webpack_exports__Alert as Alert, __webpack_exports__AlertContent as AlertContent, __webpack_exports__AlertDescription as AlertDescription, __webpack_exports__AlertIndicator as AlertIndicator, __webpack_exports__AlertRoot as AlertRoot, __webpack_exports__AlertTitle as AlertTitle, __webpack_exports__Artboard as Artboard, __webpack_exports__Avatar as Avatar, __webpack_exports__AvatarFallback as AvatarFallback, __webpack_exports__AvatarImage as AvatarImage, __webpack_exports__AvatarRoot as AvatarRoot, __webpack_exports__Badge as Badge, __webpack_exports__Breadcrumbs as Breadcrumbs, __webpack_exports__BreadcrumbsItem as BreadcrumbsItem, __webpack_exports__BreadcrumbsRoot as BreadcrumbsRoot, __webpack_exports__Button as Button, __webpack_exports__ButtonGroup as ButtonGroup, __webpack_exports__ButtonGroupRoot as ButtonGroupRoot, __webpack_exports__ButtonGroupSeparator as ButtonGroupSeparator, __webpack_exports__Calendar as Calendar, __webpack_exports__Card as Card, __webpack_exports__ChatBubble as ChatBubble, __webpack_exports__Checkbox as Checkbox, __webpack_exports__CheckboxGroup as CheckboxGroup, __webpack_exports__Chip as Chip, __webpack_exports__CloseButton as CloseButton, __webpack_exports__ColorArea as ColorArea, __webpack_exports__ColorField as ColorField, __webpack_exports__ColorPicker as ColorPicker, __webpack_exports__ColorSlider as ColorSlider, __webpack_exports__ColorSwatch as ColorSwatch, __webpack_exports__ColorSwatchPicker as ColorSwatchPicker, __webpack_exports__ColorWheelFlower as ColorWheelFlower, __webpack_exports__ComboBox as ComboBox, __webpack_exports__ComboBoxInput as ComboBoxInput, __webpack_exports__ComboBoxInputGroup as ComboBoxInputGroup, __webpack_exports__ComboBoxList as ComboBoxList, __webpack_exports__ComboBoxPopover as ComboBoxPopover, __webpack_exports__ComboBoxRoot as ComboBoxRoot, __webpack_exports__ComboBoxTrigger as ComboBoxTrigger, __webpack_exports__CookieConsent as CookieConsent, __webpack_exports__DEFAULT_MAX_VISIBLE_TOAST as DEFAULT_MAX_VISIBLE_TOAST, __webpack_exports__DEFAULT_TOAST_GAP as DEFAULT_TOAST_GAP, __webpack_exports__DEFAULT_TOAST_SCALE_FACTOR as DEFAULT_TOAST_SCALE_FACTOR, __webpack_exports__DEFAULT_TOAST_TIMEOUT as DEFAULT_TOAST_TIMEOUT, __webpack_exports__DEFAULT_TOAST_WIDTH as DEFAULT_TOAST_WIDTH, __webpack_exports__DateField as DateField, __webpack_exports__DateFieldGroup as DateFieldGroup, __webpack_exports__DateFieldInput as DateFieldInput, __webpack_exports__DateFieldInputContainer as DateFieldInputContainer, __webpack_exports__DateFieldPrefix as DateFieldPrefix, __webpack_exports__DateFieldRoot as DateFieldRoot, __webpack_exports__DateFieldSegment as DateFieldSegment, __webpack_exports__DateFieldSuffix as DateFieldSuffix, __webpack_exports__DatePicker as DatePicker, __webpack_exports__DateRangePicker as DateRangePicker, __webpack_exports__Description as Description, __webpack_exports__DescriptionRoot as DescriptionRoot, __webpack_exports__Drawer as Drawer, __webpack_exports__DrawerBackdrop as DrawerBackdrop, __webpack_exports__DrawerBody as DrawerBody, __webpack_exports__DrawerClose as DrawerClose, __webpack_exports__DrawerCloseTrigger as DrawerCloseTrigger, __webpack_exports__DrawerContent as DrawerContent, __webpack_exports__DrawerDialog as DrawerDialog, __webpack_exports__DrawerFooter as DrawerFooter, __webpack_exports__DrawerHandle as DrawerHandle, __webpack_exports__DrawerHeader as DrawerHeader, __webpack_exports__DrawerHeading as DrawerHeading, __webpack_exports__DrawerRoot as DrawerRoot, __webpack_exports__DrawerTrigger as DrawerTrigger, __webpack_exports__Dropdown as Dropdown, __webpack_exports__EmptyState as EmptyState, __webpack_exports__ErrorMessage as ErrorMessage, __webpack_exports__ErrorMessageRoot as ErrorMessageRoot, __webpack_exports__FieldError as FieldError, __webpack_exports__FieldErrorRoot as FieldErrorRoot, __webpack_exports__FieldGroup as FieldGroup, __webpack_exports__Fieldset as Fieldset, __webpack_exports__FieldsetActions as FieldsetActions, __webpack_exports__FieldsetLegend as FieldsetLegend, __webpack_exports__FieldsetRoot as FieldsetRoot, __webpack_exports__FirefoxPWABanner as FirefoxPWABanner, __webpack_exports__Flex as Flex, __webpack_exports__FloatingDock as FloatingDock, __webpack_exports__Footer as Footer, __webpack_exports__Form as Form, __webpack_exports__FormRoot as FormRoot, __webpack_exports__GlassPanel as GlassPanel, __webpack_exports__GlowCard as GlowCard, __webpack_exports__Grid as Grid, __webpack_exports__Header as Header, __webpack_exports__HeaderRoot as HeaderRoot, __webpack_exports__I18nContext as I18nContext, __webpack_exports__I18nProvider as I18nProvider, __webpack_exports__Icon as Icon, __webpack_exports__ImmersiveLanding as ImmersiveLanding, __webpack_exports__ImmersiveLandingContext as ImmersiveLandingContext, __webpack_exports__Input as Input, __webpack_exports__InputGroup as InputGroup, __webpack_exports__InputGroupInput as InputGroupInput, __webpack_exports__InputGroupPrefix as InputGroupPrefix, __webpack_exports__InputGroupRoot as InputGroupRoot, __webpack_exports__InputGroupSuffix as InputGroupSuffix, __webpack_exports__InputGroupTextArea as InputGroupTextArea, __webpack_exports__InputOTP as InputOTP, __webpack_exports__InputOTPGroup as InputOTPGroup, __webpack_exports__InputOTPRoot as InputOTPRoot, __webpack_exports__InputOTPSeparator as InputOTPSeparator, __webpack_exports__InputOTPSlot as InputOTPSlot, __webpack_exports__Join as Join, __webpack_exports__Kbd as Kbd, __webpack_exports__KbdAbbr as KbdAbbr, __webpack_exports__KbdContent as KbdContent, __webpack_exports__KbdRoot as KbdRoot, __webpack_exports__Label as Label, __webpack_exports__LabelRoot as LabelRoot, __webpack_exports__LanguageSwitcher as LanguageSwitcher, __webpack_exports__Link as Link, __webpack_exports__LinkIcon as LinkIcon, __webpack_exports__LinkRoot as LinkRoot, __webpack_exports__ListBox as ListBox, __webpack_exports__ListBoxItem as ListBoxItem, __webpack_exports__ListBoxItemIndicator as ListBoxItemIndicator, __webpack_exports__ListBoxItemRoot as ListBoxItemRoot, __webpack_exports__ListBoxRoot as ListBoxRoot, __webpack_exports__ListBoxSection as ListBoxSection, __webpack_exports__ListBoxSectionRoot as ListBoxSectionRoot, __webpack_exports__LiveChatBubble as LiveChatBubble, __webpack_exports__LiveChatPanel as LiveChatPanel, __webpack_exports__Loading as Loading, __webpack_exports__Menu as Menu, __webpack_exports__MenuItem as MenuItem, __webpack_exports__MenuItemIndicator as MenuItemIndicator, __webpack_exports__MenuItemRoot as MenuItemRoot, __webpack_exports__MenuItemSubmenuIndicator as MenuItemSubmenuIndicator, __webpack_exports__MenuRoot as MenuRoot, __webpack_exports__MenuSection as MenuSection, __webpack_exports__MenuSectionRoot as MenuSectionRoot, __webpack_exports__Modal as Modal, __webpack_exports__ModalBackdrop as ModalBackdrop, __webpack_exports__ModalBody as ModalBody, __webpack_exports__ModalCloseTrigger as ModalCloseTrigger, __webpack_exports__ModalContent as ModalContent, __webpack_exports__ModalFooter as ModalFooter, __webpack_exports__ModalHeader as ModalHeader, __webpack_exports__ModalHeading as ModalHeading, __webpack_exports__ModalIcon as ModalIcon, __webpack_exports__ModalRoot as ModalRoot, __webpack_exports__ModalTrigger as ModalTrigger, __webpack_exports__Navbar as Navbar, __webpack_exports__NoiseBackground as NoiseBackground, __webpack_exports__NumberField as NumberField, __webpack_exports__NumberFieldDecrementButton as NumberFieldDecrementButton, __webpack_exports__NumberFieldGroup as NumberFieldGroup, __webpack_exports__NumberFieldIncrementButton as NumberFieldIncrementButton, __webpack_exports__NumberFieldInput as NumberFieldInput, __webpack_exports__NumberFieldRoot as NumberFieldRoot, __webpack_exports__PWAInstallPrompt as PWAInstallPrompt, __webpack_exports__Pagination as Pagination, __webpack_exports__Progress as Progress, __webpack_exports__ProgressFill as ProgressFill, __webpack_exports__ProgressOutput as ProgressOutput, __webpack_exports__ProgressRoot as ProgressRoot, __webpack_exports__ProgressTrack as ProgressTrack, __webpack_exports__REGEXP_ONLY_CHARS as REGEXP_ONLY_CHARS, __webpack_exports__REGEXP_ONLY_DIGITS as REGEXP_ONLY_DIGITS, __webpack_exports__REGEXP_ONLY_DIGITS_AND_CHARS as REGEXP_ONLY_DIGITS_AND_CHARS, __webpack_exports__RadialProgress as RadialProgress, __webpack_exports__Radio as Radio, __webpack_exports__RadioGroup as RadioGroup, __webpack_exports__SearchField as SearchField, __webpack_exports__SearchFieldClearButton as SearchFieldClearButton, __webpack_exports__SearchFieldGroup as SearchFieldGroup, __webpack_exports__SearchFieldInput as SearchFieldInput, __webpack_exports__SearchFieldRoot as SearchFieldRoot, __webpack_exports__SearchFieldSearchIcon as SearchFieldSearchIcon, __webpack_exports__Select as Select, __webpack_exports__Separator as Separator, __webpack_exports__Sidenav as Sidenav, __webpack_exports__SidenavButton as SidenavButton, __webpack_exports__SidenavGroup as SidenavGroup, __webpack_exports__SidenavItem as SidenavItem, __webpack_exports__SidenavLink as SidenavLink, __webpack_exports__SidenavMenu as SidenavMenu, __webpack_exports__SizePicker as SizePicker, __webpack_exports__Skeleton as Skeleton, __webpack_exports__Slider as Slider, __webpack_exports__Surface as Surface, __webpack_exports__Table as Table, __webpack_exports__Tabs as Tabs, __webpack_exports__Tag as Tag, __webpack_exports__TagGroup as TagGroup, __webpack_exports__TagGroupList as TagGroupList, __webpack_exports__TagGroupRoot as TagGroupRoot, __webpack_exports__Text as Text, __webpack_exports__TextArea as TextArea, __webpack_exports__TextAreaRoot as TextAreaRoot, __webpack_exports__TextField as TextField, __webpack_exports__TextFieldContext as TextFieldContext, __webpack_exports__TextFieldRoot as TextFieldRoot, __webpack_exports__TextRoot as TextRoot, __webpack_exports__Textarea as Textarea, __webpack_exports__ThemeColorPicker as ThemeColorPicker, __webpack_exports__TimeField as TimeField, __webpack_exports__TimeFieldGroup as TimeFieldGroup, __webpack_exports__TimeFieldInput as TimeFieldInput, __webpack_exports__TimeFieldInputContainer as TimeFieldInputContainer, __webpack_exports__TimeFieldPrefix as TimeFieldPrefix, __webpack_exports__TimeFieldRoot as TimeFieldRoot, __webpack_exports__TimeFieldSegment as TimeFieldSegment, __webpack_exports__TimeFieldSuffix as TimeFieldSuffix, __webpack_exports__Toast as Toast, __webpack_exports__ToastActionButton as ToastActionButton, __webpack_exports__ToastCloseButton as ToastCloseButton, __webpack_exports__ToastContent as ToastContent, __webpack_exports__ToastDescription as ToastDescription, __webpack_exports__ToastIndicator as ToastIndicator, __webpack_exports__ToastProvider as ToastProvider, __webpack_exports__ToastQueue as ToastQueue, __webpack_exports__ToastRoot as ToastRoot, __webpack_exports__ToastTitle as ToastTitle, __webpack_exports__Toggle as Toggle, __webpack_exports__Tooltip as Tooltip, __webpack_exports__TooltipArrow as TooltipArrow, __webpack_exports__TooltipContent as TooltipContent, __webpack_exports__TooltipRoot as TooltipRoot, __webpack_exports__TooltipTrigger as TooltipTrigger, __webpack_exports__VideoPreview as VideoPreview, __webpack_exports__createHueShiftStore as createHueShiftStore, __webpack_exports__createI18n as createI18n, __webpack_exports__createSizeStore as createSizeStore, __webpack_exports__getDefaultHueShiftStore as getDefaultHueShiftStore, __webpack_exports__getDefaultSizeStore as getDefaultSizeStore, __webpack_exports__kbdKeysLabelMap as kbdKeysLabelMap, __webpack_exports__kbdKeysMap as kbdKeysMap, __webpack_exports__resetHueShift as resetHueShift, __webpack_exports__toSortDescriptor as toSortDescriptor, __webpack_exports__toSortingState as toSortingState, __webpack_exports__toast as toast, __webpack_exports__toastQueue as toastQueue, __webpack_exports__useAnchoredOverlayPosition as useAnchoredOverlayPosition, __webpack_exports__useDesktop as useDesktop, __webpack_exports__useField as useField, __webpack_exports__useFieldError as useFieldError, __webpack_exports__useFieldMeta as useFieldMeta, __webpack_exports__useFieldProps as useFieldProps, __webpack_exports__useForm as useForm, __webpack_exports__useI18n as useI18n, __webpack_exports__useImmersiveLanding as useImmersiveLanding, __webpack_exports__useImmersiveLandingContext as useImmersiveLandingContext, __webpack_exports__useStreamingBuffer as useStreamingBuffer, __webpack_exports__useStreamingSubscription as useStreamingSubscription, __webpack_exports__useTableExpansion as useTableExpansion, __webpack_exports__useTableFiltering as useTableFiltering, __webpack_exports__useTableModel as useTableModel, __webpack_exports__useTablePagination as useTablePagination, __webpack_exports__useTableSelection as useTableSelection, __webpack_exports__useTableSorting as useTableSorting, __webpack_exports__useVirtualRows as useVirtualRows };
356
+ export { __webpack_exports__Accordion as Accordion, __webpack_exports__AccordionContent as AccordionContent, __webpack_exports__AccordionIndicator as AccordionIndicator, __webpack_exports__AccordionItem as AccordionItem, __webpack_exports__AccordionRoot as AccordionRoot, __webpack_exports__AccordionTrigger as AccordionTrigger, __webpack_exports__Alert as Alert, __webpack_exports__AlertContent as AlertContent, __webpack_exports__AlertDescription as AlertDescription, __webpack_exports__AlertIndicator as AlertIndicator, __webpack_exports__AlertRoot as AlertRoot, __webpack_exports__AlertTitle as AlertTitle, __webpack_exports__Artboard as Artboard, __webpack_exports__Avatar as Avatar, __webpack_exports__AvatarFallback as AvatarFallback, __webpack_exports__AvatarImage as AvatarImage, __webpack_exports__AvatarRoot as AvatarRoot, __webpack_exports__Badge as Badge, __webpack_exports__Breadcrumbs as Breadcrumbs, __webpack_exports__BreadcrumbsItem as BreadcrumbsItem, __webpack_exports__BreadcrumbsRoot as BreadcrumbsRoot, __webpack_exports__Button as Button, __webpack_exports__ButtonGroup as ButtonGroup, __webpack_exports__ButtonGroupRoot as ButtonGroupRoot, __webpack_exports__ButtonGroupSeparator as ButtonGroupSeparator, __webpack_exports__Calendar as Calendar, __webpack_exports__Card as Card, __webpack_exports__ChatBubble as ChatBubble, __webpack_exports__Checkbox as Checkbox, __webpack_exports__CheckboxGroup as CheckboxGroup, __webpack_exports__Chip as Chip, __webpack_exports__CloseButton as CloseButton, __webpack_exports__ColorArea as ColorArea, __webpack_exports__ColorField as ColorField, __webpack_exports__ColorPicker as ColorPicker, __webpack_exports__ColorSlider as ColorSlider, __webpack_exports__ColorSwatch as ColorSwatch, __webpack_exports__ColorSwatchPicker as ColorSwatchPicker, __webpack_exports__ColorWheelFlower as ColorWheelFlower, __webpack_exports__ComboBox as ComboBox, __webpack_exports__ComboBoxInput as ComboBoxInput, __webpack_exports__ComboBoxInputGroup as ComboBoxInputGroup, __webpack_exports__ComboBoxList as ComboBoxList, __webpack_exports__ComboBoxPopover as ComboBoxPopover, __webpack_exports__ComboBoxRoot as ComboBoxRoot, __webpack_exports__ComboBoxTrigger as ComboBoxTrigger, __webpack_exports__CookieConsent as CookieConsent, __webpack_exports__DEFAULT_MAX_VISIBLE_TOAST as DEFAULT_MAX_VISIBLE_TOAST, __webpack_exports__DEFAULT_TOAST_GAP as DEFAULT_TOAST_GAP, __webpack_exports__DEFAULT_TOAST_SCALE_FACTOR as DEFAULT_TOAST_SCALE_FACTOR, __webpack_exports__DEFAULT_TOAST_TIMEOUT as DEFAULT_TOAST_TIMEOUT, __webpack_exports__DEFAULT_TOAST_WIDTH as DEFAULT_TOAST_WIDTH, __webpack_exports__DateField as DateField, __webpack_exports__DateFieldGroup as DateFieldGroup, __webpack_exports__DateFieldInput as DateFieldInput, __webpack_exports__DateFieldInputContainer as DateFieldInputContainer, __webpack_exports__DateFieldPrefix as DateFieldPrefix, __webpack_exports__DateFieldRoot as DateFieldRoot, __webpack_exports__DateFieldSegment as DateFieldSegment, __webpack_exports__DateFieldSuffix as DateFieldSuffix, __webpack_exports__DatePicker as DatePicker, __webpack_exports__DateRangePicker as DateRangePicker, __webpack_exports__Description as Description, __webpack_exports__DescriptionRoot as DescriptionRoot, __webpack_exports__Drawer as Drawer, __webpack_exports__DrawerBackdrop as DrawerBackdrop, __webpack_exports__DrawerBody as DrawerBody, __webpack_exports__DrawerClose as DrawerClose, __webpack_exports__DrawerCloseTrigger as DrawerCloseTrigger, __webpack_exports__DrawerContent as DrawerContent, __webpack_exports__DrawerDialog as DrawerDialog, __webpack_exports__DrawerFooter as DrawerFooter, __webpack_exports__DrawerHandle as DrawerHandle, __webpack_exports__DrawerHeader as DrawerHeader, __webpack_exports__DrawerHeading as DrawerHeading, __webpack_exports__DrawerRoot as DrawerRoot, __webpack_exports__DrawerTrigger as DrawerTrigger, __webpack_exports__Dropdown as Dropdown, __webpack_exports__EmptyState as EmptyState, __webpack_exports__ErrorMessage as ErrorMessage, __webpack_exports__ErrorMessageRoot as ErrorMessageRoot, __webpack_exports__FieldError as FieldError, __webpack_exports__FieldErrorRoot as FieldErrorRoot, __webpack_exports__FieldGroup as FieldGroup, __webpack_exports__Fieldset as Fieldset, __webpack_exports__FieldsetActions as FieldsetActions, __webpack_exports__FieldsetLegend as FieldsetLegend, __webpack_exports__FieldsetRoot as FieldsetRoot, __webpack_exports__FirefoxPWABanner as FirefoxPWABanner, __webpack_exports__Flex as Flex, __webpack_exports__FloatingDock as FloatingDock, __webpack_exports__Footer as Footer, __webpack_exports__Form as Form, __webpack_exports__FormRoot as FormRoot, __webpack_exports__GlassPanel as GlassPanel, __webpack_exports__GlowCard as GlowCard, __webpack_exports__Grid as Grid, __webpack_exports__Header as Header, __webpack_exports__HeaderRoot as HeaderRoot, __webpack_exports__I18nContext as I18nContext, __webpack_exports__I18nProvider as I18nProvider, __webpack_exports__Icon as Icon, __webpack_exports__ImmersiveLanding as ImmersiveLanding, __webpack_exports__ImmersiveLandingContext as ImmersiveLandingContext, __webpack_exports__Input as Input, __webpack_exports__InputGroup as InputGroup, __webpack_exports__InputGroupInput as InputGroupInput, __webpack_exports__InputGroupPrefix as InputGroupPrefix, __webpack_exports__InputGroupRoot as InputGroupRoot, __webpack_exports__InputGroupSuffix as InputGroupSuffix, __webpack_exports__InputGroupTextArea as InputGroupTextArea, __webpack_exports__InputOTP as InputOTP, __webpack_exports__InputOTPGroup as InputOTPGroup, __webpack_exports__InputOTPRoot as InputOTPRoot, __webpack_exports__InputOTPSeparator as InputOTPSeparator, __webpack_exports__InputOTPSlot as InputOTPSlot, __webpack_exports__Join as Join, __webpack_exports__Kbd as Kbd, __webpack_exports__KbdAbbr as KbdAbbr, __webpack_exports__KbdContent as KbdContent, __webpack_exports__KbdRoot as KbdRoot, __webpack_exports__Label as Label, __webpack_exports__LabelRoot as LabelRoot, __webpack_exports__LanguageSwitcher as LanguageSwitcher, __webpack_exports__Link as Link, __webpack_exports__LinkIcon as LinkIcon, __webpack_exports__LinkRoot as LinkRoot, __webpack_exports__ListBox as ListBox, __webpack_exports__ListBoxItem as ListBoxItem, __webpack_exports__ListBoxItemIndicator as ListBoxItemIndicator, __webpack_exports__ListBoxItemRoot as ListBoxItemRoot, __webpack_exports__ListBoxRoot as ListBoxRoot, __webpack_exports__ListBoxSection as ListBoxSection, __webpack_exports__ListBoxSectionRoot as ListBoxSectionRoot, __webpack_exports__LiveChatBubble as LiveChatBubble, __webpack_exports__LiveChatPanel as LiveChatPanel, __webpack_exports__Loading as Loading, __webpack_exports__Menu as Menu, __webpack_exports__MenuItem as MenuItem, __webpack_exports__MenuItemIndicator as MenuItemIndicator, __webpack_exports__MenuItemRoot as MenuItemRoot, __webpack_exports__MenuItemSubmenuIndicator as MenuItemSubmenuIndicator, __webpack_exports__MenuRoot as MenuRoot, __webpack_exports__MenuSection as MenuSection, __webpack_exports__MenuSectionRoot as MenuSectionRoot, __webpack_exports__Modal as Modal, __webpack_exports__ModalBackdrop as ModalBackdrop, __webpack_exports__ModalBody as ModalBody, __webpack_exports__ModalCloseTrigger as ModalCloseTrigger, __webpack_exports__ModalContent as ModalContent, __webpack_exports__ModalFooter as ModalFooter, __webpack_exports__ModalHeader as ModalHeader, __webpack_exports__ModalHeading as ModalHeading, __webpack_exports__ModalIcon as ModalIcon, __webpack_exports__ModalRoot as ModalRoot, __webpack_exports__ModalTrigger as ModalTrigger, __webpack_exports__Navbar as Navbar, __webpack_exports__NoiseBackground as NoiseBackground, __webpack_exports__NumberField as NumberField, __webpack_exports__NumberFieldDecrementButton as NumberFieldDecrementButton, __webpack_exports__NumberFieldGroup as NumberFieldGroup, __webpack_exports__NumberFieldIncrementButton as NumberFieldIncrementButton, __webpack_exports__NumberFieldInput as NumberFieldInput, __webpack_exports__NumberFieldRoot as NumberFieldRoot, __webpack_exports__PWAInstallPrompt as PWAInstallPrompt, __webpack_exports__Pagination as Pagination, __webpack_exports__ProgressBar as ProgressBar, __webpack_exports__ProgressCircle as ProgressCircle, __webpack_exports__REGEXP_ONLY_CHARS as REGEXP_ONLY_CHARS, __webpack_exports__REGEXP_ONLY_DIGITS as REGEXP_ONLY_DIGITS, __webpack_exports__REGEXP_ONLY_DIGITS_AND_CHARS as REGEXP_ONLY_DIGITS_AND_CHARS, __webpack_exports__Radio as Radio, __webpack_exports__RadioGroup as RadioGroup, __webpack_exports__SearchField as SearchField, __webpack_exports__SearchFieldClearButton as SearchFieldClearButton, __webpack_exports__SearchFieldGroup as SearchFieldGroup, __webpack_exports__SearchFieldInput as SearchFieldInput, __webpack_exports__SearchFieldRoot as SearchFieldRoot, __webpack_exports__SearchFieldSearchIcon as SearchFieldSearchIcon, __webpack_exports__Select as Select, __webpack_exports__Separator as Separator, __webpack_exports__Sidenav as Sidenav, __webpack_exports__SidenavButton as SidenavButton, __webpack_exports__SidenavGroup as SidenavGroup, __webpack_exports__SidenavItem as SidenavItem, __webpack_exports__SidenavLink as SidenavLink, __webpack_exports__SidenavMenu as SidenavMenu, __webpack_exports__SizePicker as SizePicker, __webpack_exports__Skeleton as Skeleton, __webpack_exports__Slider as Slider, __webpack_exports__Spinner as Spinner, __webpack_exports__Surface as Surface, __webpack_exports__Table as Table, __webpack_exports__Tabs as Tabs, __webpack_exports__Tag as Tag, __webpack_exports__TagGroup as TagGroup, __webpack_exports__TagGroupList as TagGroupList, __webpack_exports__TagGroupRoot as TagGroupRoot, __webpack_exports__Text as Text, __webpack_exports__TextArea as TextArea, __webpack_exports__TextAreaRoot as TextAreaRoot, __webpack_exports__TextField as TextField, __webpack_exports__TextFieldContext as TextFieldContext, __webpack_exports__TextFieldRoot as TextFieldRoot, __webpack_exports__TextRoot as TextRoot, __webpack_exports__Textarea as Textarea, __webpack_exports__ThemeColorPicker as ThemeColorPicker, __webpack_exports__TimeField as TimeField, __webpack_exports__TimeFieldGroup as TimeFieldGroup, __webpack_exports__TimeFieldInput as TimeFieldInput, __webpack_exports__TimeFieldInputContainer as TimeFieldInputContainer, __webpack_exports__TimeFieldPrefix as TimeFieldPrefix, __webpack_exports__TimeFieldRoot as TimeFieldRoot, __webpack_exports__TimeFieldSegment as TimeFieldSegment, __webpack_exports__TimeFieldSuffix as TimeFieldSuffix, __webpack_exports__Toast as Toast, __webpack_exports__ToastActionButton as ToastActionButton, __webpack_exports__ToastCloseButton as ToastCloseButton, __webpack_exports__ToastContent as ToastContent, __webpack_exports__ToastDescription as ToastDescription, __webpack_exports__ToastIndicator as ToastIndicator, __webpack_exports__ToastProvider as ToastProvider, __webpack_exports__ToastQueue as ToastQueue, __webpack_exports__ToastRoot as ToastRoot, __webpack_exports__ToastTitle as ToastTitle, __webpack_exports__Toggle as Toggle, __webpack_exports__Tooltip as Tooltip, __webpack_exports__TooltipArrow as TooltipArrow, __webpack_exports__TooltipContent as TooltipContent, __webpack_exports__TooltipRoot as TooltipRoot, __webpack_exports__TooltipTrigger as TooltipTrigger, __webpack_exports__VideoPreview as VideoPreview, __webpack_exports__createHueShiftStore as createHueShiftStore, __webpack_exports__createI18n as createI18n, __webpack_exports__createSizeStore as createSizeStore, __webpack_exports__getDefaultHueShiftStore as getDefaultHueShiftStore, __webpack_exports__getDefaultSizeStore as getDefaultSizeStore, __webpack_exports__kbdKeysLabelMap as kbdKeysLabelMap, __webpack_exports__kbdKeysMap as kbdKeysMap, __webpack_exports__resetHueShift as resetHueShift, __webpack_exports__toSortDescriptor as toSortDescriptor, __webpack_exports__toSortingState as toSortingState, __webpack_exports__toast as toast, __webpack_exports__toastQueue as toastQueue, __webpack_exports__useAnchoredOverlayPosition as useAnchoredOverlayPosition, __webpack_exports__useDesktop as useDesktop, __webpack_exports__useField as useField, __webpack_exports__useFieldError as useFieldError, __webpack_exports__useFieldMeta as useFieldMeta, __webpack_exports__useFieldProps as useFieldProps, __webpack_exports__useForm as useForm, __webpack_exports__useI18n as useI18n, __webpack_exports__useImmersiveLanding as useImmersiveLanding, __webpack_exports__useImmersiveLandingContext as useImmersiveLandingContext, __webpack_exports__useStreamingBuffer as useStreamingBuffer, __webpack_exports__useStreamingSubscription as useStreamingSubscription, __webpack_exports__useTableExpansion as useTableExpansion, __webpack_exports__useTableFiltering as useTableFiltering, __webpack_exports__useTableModel as useTableModel, __webpack_exports__useTablePagination as useTablePagination, __webpack_exports__useTableSelection as useTableSelection, __webpack_exports__useTableSorting as useTableSorting, __webpack_exports__useVirtualRows as useVirtualRows };
@@ -1778,6 +1778,51 @@
1778
1778
  "byProp": {}
1779
1779
  }
1780
1780
  },
1781
+ "ProgressBar": {
1782
+ "classes": {
1783
+ "always": [
1784
+ "progress-bar"
1785
+ ],
1786
+ "byProp": {
1787
+ "size": {
1788
+ "sm": [
1789
+ "progress-bar--sm"
1790
+ ],
1791
+ "md": [
1792
+ "progress-bar--md"
1793
+ ],
1794
+ "lg": [
1795
+ "progress-bar--lg"
1796
+ ]
1797
+ },
1798
+ "color": {
1799
+ "default": [
1800
+ "progress-bar--default"
1801
+ ],
1802
+ "accent": [
1803
+ "progress-bar--accent"
1804
+ ],
1805
+ "success": [
1806
+ "progress-bar--success"
1807
+ ],
1808
+ "warning": [
1809
+ "progress-bar--warning"
1810
+ ],
1811
+ "danger": [
1812
+ "progress-bar--danger"
1813
+ ]
1814
+ },
1815
+ "state": {
1816
+ "indeterminate": [
1817
+ "progress-bar--indeterminate"
1818
+ ],
1819
+ "disabled": [
1820
+ "progress-bar--disabled"
1821
+ ]
1822
+ }
1823
+ }
1824
+ }
1825
+ },
1781
1826
  "Separator": {
1782
1827
  "classes": {
1783
1828
  "always": [
@@ -2583,5 +2628,50 @@
2583
2628
  }
2584
2629
  }
2585
2630
  }
2631
+ },
2632
+ "ProgressCircle": {
2633
+ "classes": {
2634
+ "always": [
2635
+ "progress-circle"
2636
+ ],
2637
+ "byProp": {
2638
+ "size": {
2639
+ "sm": [
2640
+ "progress-circle--sm"
2641
+ ],
2642
+ "md": [
2643
+ "progress-circle--md"
2644
+ ],
2645
+ "lg": [
2646
+ "progress-circle--lg"
2647
+ ]
2648
+ },
2649
+ "color": {
2650
+ "default": [
2651
+ "progress-circle--default"
2652
+ ],
2653
+ "accent": [
2654
+ "progress-circle--accent"
2655
+ ],
2656
+ "success": [
2657
+ "progress-circle--success"
2658
+ ],
2659
+ "warning": [
2660
+ "progress-circle--warning"
2661
+ ],
2662
+ "danger": [
2663
+ "progress-circle--danger"
2664
+ ]
2665
+ },
2666
+ "state": {
2667
+ "indeterminate": [
2668
+ "progress-circle--indeterminate"
2669
+ ],
2670
+ "disabled": [
2671
+ "progress-circle--disabled"
2672
+ ]
2673
+ }
2674
+ }
2675
+ }
2586
2676
  }
2587
2677
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathscale/ui",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "author": "pathscale",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1 +0,0 @@
1
- export { default, type LoadingProps, type SpinnerSize, type SpinnerColor, type SpinnerVariant, } from "./Loading";
@@ -1,3 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE__Loading_js_dcaab1a1__ from "./Loading.js";
2
- var __webpack_exports__default = __WEBPACK_EXTERNAL_MODULE__Loading_js_dcaab1a1__["default"];
3
- export { __webpack_exports__default as default };
@@ -1,135 +0,0 @@
1
- @layer components {
2
- /* -------------------------------------------------------------------------------------------------
3
- * Root
4
- * -----------------------------------------------------------------------------------------------*/
5
- .progress-bar {
6
- display: grid;
7
- width: 100%;
8
- gap: 0.25rem;
9
- grid-template-areas:
10
- "label output"
11
- "track track";
12
- grid-template-columns: 1fr auto;
13
-
14
- --progress-bar-fill: var(--color-accent);
15
- }
16
-
17
- .progress-bar [data-slot="label"] {
18
- grid-area: label;
19
- width: fit-content;
20
- font-size: 0.875rem;
21
- font-weight: 500;
22
- }
23
-
24
- /* -------------------------------------------------------------------------------------------------
25
- * Output
26
- * -----------------------------------------------------------------------------------------------*/
27
- .progress-bar__output {
28
- grid-area: output;
29
- font-size: 0.875rem;
30
- font-weight: 500;
31
- font-variant-numeric: tabular-nums;
32
- }
33
-
34
- /* -------------------------------------------------------------------------------------------------
35
- * Track
36
- * -----------------------------------------------------------------------------------------------*/
37
- .progress-bar__track {
38
- grid-area: track;
39
- position: relative;
40
- overflow: hidden;
41
- border-radius: 9999px;
42
- background-color: var(--color-base-200);
43
- height: 0.5rem;
44
- }
45
-
46
- /* -------------------------------------------------------------------------------------------------
47
- * Fill
48
- * -----------------------------------------------------------------------------------------------*/
49
- .progress-bar__fill {
50
- position: absolute;
51
- top: 0;
52
- left: 0;
53
- height: 100%;
54
- border-radius: 9999px;
55
- background-color: var(--progress-bar-fill);
56
- transition: width 300ms ease-out;
57
- }
58
-
59
- @media (prefers-reduced-motion: reduce) {
60
- .progress-bar__fill {
61
- transition: none;
62
- }
63
- }
64
-
65
- /* -------------------------------------------------------------------------------------------------
66
- * Indeterminate
67
- * -----------------------------------------------------------------------------------------------*/
68
- .progress-bar:not([aria-valuenow]) .progress-bar__fill {
69
- width: 40%;
70
- animation: progress-bar-indeterminate 1.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
71
- }
72
-
73
- @media (prefers-reduced-motion: reduce) {
74
- .progress-bar:not([aria-valuenow]) .progress-bar__fill {
75
- animation: none;
76
- }
77
- }
78
-
79
- @keyframes progress-bar-indeterminate {
80
- 0% {
81
- transform: translateX(-100%);
82
- }
83
- 100% {
84
- transform: translateX(350%);
85
- }
86
- }
87
-
88
- /* -------------------------------------------------------------------------------------------------
89
- * Disabled
90
- * -----------------------------------------------------------------------------------------------*/
91
- .progress-bar[data-disabled="true"] {
92
- opacity: 0.55;
93
- cursor: not-allowed;
94
- }
95
-
96
- .progress-bar[data-disabled="true"] [data-slot="label"] {
97
- opacity: 1;
98
- }
99
-
100
- /* -------------------------------------------------------------------------------------------------
101
- * Size variants
102
- * -----------------------------------------------------------------------------------------------*/
103
- .progress-bar--sm .progress-bar__track {
104
- height: 0.25rem;
105
- }
106
-
107
- /* md is default */
108
-
109
- .progress-bar--lg .progress-bar__track {
110
- height: 0.75rem;
111
- }
112
-
113
- /* -------------------------------------------------------------------------------------------------
114
- * Color variants
115
- * -----------------------------------------------------------------------------------------------*/
116
- .progress-bar--default {
117
- --progress-bar-fill: var(--color-base-content);
118
- }
119
-
120
- .progress-bar--accent {
121
- --progress-bar-fill: var(--color-accent);
122
- }
123
-
124
- .progress-bar--success {
125
- --progress-bar-fill: var(--color-success);
126
- }
127
-
128
- .progress-bar--warning {
129
- --progress-bar-fill: var(--color-warning);
130
- }
131
-
132
- .progress-bar--danger {
133
- --progress-bar-fill: var(--color-error);
134
- }
135
- }
@@ -1,36 +0,0 @@
1
- import "./Progress.css";
2
- import { type Component, type JSX, type ParentComponent } from "solid-js";
3
- import type { IComponentBaseProps } from "../types";
4
- export type ProgressSize = "sm" | "md" | "lg";
5
- export type ProgressColor = "default" | "accent" | "success" | "warning" | "danger";
6
- export type ProgressRootProps = Omit<JSX.HTMLAttributes<HTMLDivElement>, "children"> & IComponentBaseProps & {
7
- children: JSX.Element;
8
- value?: number;
9
- minValue?: number;
10
- maxValue?: number;
11
- isIndeterminate?: boolean;
12
- label?: string;
13
- size?: ProgressSize;
14
- color?: ProgressColor;
15
- isDisabled?: boolean;
16
- formatValue?: (value: number) => string;
17
- };
18
- export type ProgressOutputProps = Omit<JSX.HTMLAttributes<HTMLSpanElement>, "children"> & IComponentBaseProps & {
19
- children?: JSX.Element;
20
- };
21
- export type ProgressTrackProps = Omit<JSX.HTMLAttributes<HTMLDivElement>, "children"> & IComponentBaseProps & {
22
- children: JSX.Element;
23
- };
24
- export type ProgressFillProps = JSX.HTMLAttributes<HTMLDivElement> & IComponentBaseProps;
25
- declare const ProgressRoot: ParentComponent<ProgressRootProps>;
26
- declare const ProgressOutput: Component<ProgressOutputProps>;
27
- declare const ProgressTrack: ParentComponent<ProgressTrackProps>;
28
- declare const ProgressFill: Component<ProgressFillProps>;
29
- declare const Progress: ParentComponent<ProgressRootProps> & {
30
- Root: ParentComponent<ProgressRootProps>;
31
- Output: Component<ProgressOutputProps>;
32
- Track: ParentComponent<ProgressTrackProps>;
33
- Fill: Component<ProgressFillProps>;
34
- };
35
- export default Progress;
36
- export { ProgressRoot, ProgressOutput, ProgressTrack, ProgressFill };
@@ -1,197 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__ from "solid-js/web";
2
- import "./Progress.css";
3
- import * as __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__ from "solid-js";
4
- import * as __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__ from "tailwind-merge";
5
- var _tmpl$ = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<div>"), _tmpl$2 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<span data-slot=label>"), _tmpl$3 = /*#__PURE__*/ (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.template)("<span>");
6
- const ProgressContext = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createContext)();
7
- const useProgressContext = ()=>{
8
- const ctx = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.useContext)(ProgressContext);
9
- if (!ctx) throw new Error("Progress compound components must be used within <Progress>");
10
- return ctx;
11
- };
12
- const SIZE_CLASS_MAP = {
13
- sm: "progress-bar--sm",
14
- md: "",
15
- lg: "progress-bar--lg"
16
- };
17
- const COLOR_CLASS_MAP = {
18
- default: "progress-bar--default",
19
- accent: "progress-bar--accent",
20
- success: "progress-bar--success",
21
- warning: "progress-bar--warning",
22
- danger: "progress-bar--danger"
23
- };
24
- const ProgressRoot = (props)=>{
25
- const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
26
- "children",
27
- "class",
28
- "className",
29
- "value",
30
- "minValue",
31
- "maxValue",
32
- "isIndeterminate",
33
- "label",
34
- "size",
35
- "color",
36
- "isDisabled",
37
- "formatValue",
38
- "dataTheme",
39
- "style"
40
- ]);
41
- const min = ()=>local.minValue ?? 0;
42
- const max = ()=>local.maxValue ?? 100;
43
- const isIndeterminate = ()=>Boolean(local.isIndeterminate);
44
- const percentage = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>{
45
- if (isIndeterminate() || void 0 === local.value) return 0;
46
- const clamped = Math.min(Math.max(local.value, min()), max());
47
- return (clamped - min()) / (max() - min()) * 100;
48
- });
49
- const valueText = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.createMemo)(()=>{
50
- if (isIndeterminate()) return "";
51
- if (local.formatValue && void 0 !== local.value) return local.formatValue(local.value);
52
- return `${Math.round(percentage())}%`;
53
- });
54
- const ctx = {
55
- percentage,
56
- isIndeterminate,
57
- valueText
58
- };
59
- return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.createComponent)(ProgressContext.Provider, {
60
- value: ctx,
61
- get children () {
62
- var _el$ = _tmpl$();
63
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
64
- role: "progressbar",
65
- get ["class"] () {
66
- return (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("progress-bar", SIZE_CLASS_MAP[local.size ?? "md"], COLOR_CLASS_MAP[local.color ?? "accent"], local.class, local.className);
67
- },
68
- "data-slot": "progress-bar",
69
- get ["data-theme"] () {
70
- return local.dataTheme;
71
- },
72
- get style () {
73
- return local.style;
74
- },
75
- get ["aria-valuenow"] () {
76
- return isIndeterminate() ? void 0 : local.value;
77
- },
78
- get ["aria-valuemin"] () {
79
- return min();
80
- },
81
- get ["aria-valuemax"] () {
82
- return max();
83
- },
84
- get ["aria-valuetext"] () {
85
- return (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.memo)(()=>!!isIndeterminate())() ? void 0 : valueText();
86
- },
87
- get ["aria-label"] () {
88
- return local.label;
89
- },
90
- get ["aria-disabled"] () {
91
- return local.isDisabled ? "true" : void 0;
92
- },
93
- get ["data-disabled"] () {
94
- return local.isDisabled ? "true" : void 0;
95
- }
96
- }), false, true);
97
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, (()=>{
98
- var _c$ = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.memo)(()=>!!local.label);
99
- return ()=>_c$() && (()=>{
100
- var _el$2 = _tmpl$2();
101
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$2, ()=>local.label);
102
- return _el$2;
103
- })();
104
- })(), null);
105
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$, ()=>local.children, null);
106
- return _el$;
107
- }
108
- });
109
- };
110
- const ProgressOutput = (props)=>{
111
- const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
112
- "children",
113
- "class",
114
- "className",
115
- "dataTheme",
116
- "style"
117
- ]);
118
- const ctx = useProgressContext();
119
- return (()=>{
120
- var _el$3 = _tmpl$3();
121
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$3, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
122
- get ["class"] () {
123
- return (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("progress-bar__output", local.class, local.className);
124
- },
125
- "data-slot": "progress-bar-output",
126
- get ["data-theme"] () {
127
- return local.dataTheme;
128
- },
129
- get style () {
130
- return local.style;
131
- }
132
- }), false, true);
133
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$3, ()=>local.children ?? ctx.valueText());
134
- return _el$3;
135
- })();
136
- };
137
- const ProgressTrack = (props)=>{
138
- const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
139
- "children",
140
- "class",
141
- "className",
142
- "dataTheme",
143
- "style"
144
- ]);
145
- return (()=>{
146
- var _el$4 = _tmpl$();
147
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$4, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
148
- get ["class"] () {
149
- return (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("progress-bar__track", local.class, local.className);
150
- },
151
- "data-slot": "progress-bar-track",
152
- get ["data-theme"] () {
153
- return local.dataTheme;
154
- },
155
- get style () {
156
- return local.style;
157
- }
158
- }), false, true);
159
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.insert)(_el$4, ()=>local.children);
160
- return _el$4;
161
- })();
162
- };
163
- const ProgressFill = (props)=>{
164
- const [local, others] = (0, __WEBPACK_EXTERNAL_MODULE_solid_js_aeefcc6d__.splitProps)(props, [
165
- "class",
166
- "className",
167
- "dataTheme",
168
- "style"
169
- ]);
170
- const ctx = useProgressContext();
171
- return (()=>{
172
- var _el$5 = _tmpl$();
173
- (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.spread)(_el$5, (0, __WEBPACK_EXTERNAL_MODULE_solid_js_web_35d951b7__.mergeProps)(others, {
174
- get ["class"] () {
175
- return (0, __WEBPACK_EXTERNAL_MODULE_tailwind_merge_e05e3e95__.twMerge)("progress-bar__fill", local.class, local.className);
176
- },
177
- "data-slot": "progress-bar-fill",
178
- get ["data-theme"] () {
179
- return local.dataTheme;
180
- },
181
- get style () {
182
- return Object.assign({}, local.style, ctx.isIndeterminate() ? void 0 : {
183
- width: `${ctx.percentage()}%`
184
- });
185
- }
186
- }), false, false);
187
- return _el$5;
188
- })();
189
- };
190
- const Progress = Object.assign(ProgressRoot, {
191
- Root: ProgressRoot,
192
- Output: ProgressOutput,
193
- Track: ProgressTrack,
194
- Fill: ProgressFill
195
- });
196
- const progress_Progress = Progress;
197
- export { ProgressFill, ProgressOutput, ProgressRoot, ProgressTrack, progress_Progress as default };
@@ -1 +0,0 @@
1
- export { default, ProgressRoot, ProgressOutput, ProgressTrack, ProgressFill, type ProgressSize, type ProgressColor, type ProgressRootProps, type ProgressOutputProps, type ProgressTrackProps, type ProgressFillProps, } from "./Progress";
@@ -1,7 +0,0 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE__Progress_js_2910ac00__ from "./Progress.js";
2
- var __webpack_exports__ProgressFill = __WEBPACK_EXTERNAL_MODULE__Progress_js_2910ac00__.ProgressFill;
3
- var __webpack_exports__ProgressOutput = __WEBPACK_EXTERNAL_MODULE__Progress_js_2910ac00__.ProgressOutput;
4
- var __webpack_exports__ProgressRoot = __WEBPACK_EXTERNAL_MODULE__Progress_js_2910ac00__.ProgressRoot;
5
- var __webpack_exports__ProgressTrack = __WEBPACK_EXTERNAL_MODULE__Progress_js_2910ac00__.ProgressTrack;
6
- var __webpack_exports__default = __WEBPACK_EXTERNAL_MODULE__Progress_js_2910ac00__["default"];
7
- export { __webpack_exports__ProgressFill as ProgressFill, __webpack_exports__ProgressOutput as ProgressOutput, __webpack_exports__ProgressRoot as ProgressRoot, __webpack_exports__ProgressTrack as ProgressTrack, __webpack_exports__default as default };
@@ -1,10 +0,0 @@
1
- import type { JSX } from "solid-js";
2
- import type { IComponentBaseProps, ComponentColor } from "../types";
3
- export type RadialProgressProps = JSX.HTMLAttributes<HTMLDivElement> & IComponentBaseProps & {
4
- value: number;
5
- size?: string;
6
- thickness?: string;
7
- color?: ComponentColor;
8
- };
9
- declare const RadialProgress: (props: RadialProgressProps) => JSX.Element;
10
- export default RadialProgress;