prometeo-design-system 2.8.7 → 2.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{components/Avatar/Avatar.js → Avatar.es.js} +24 -24
- package/dist/{components/Button/Button.js → Button.es.js} +55 -55
- package/dist/{components/CardProfile/CardProfile.js → CardProfile-CsytJlKZ.js} +94 -68
- package/dist/CardProfile.es.js +5 -0
- package/dist/{components/CheckBox/CheckBox.js → CheckBox.es.js} +25 -25
- package/dist/DatePicker.es.js +3441 -0
- package/dist/DialogModal.es.js +75 -0
- package/dist/DrawerDesktop.es.js +192 -0
- package/dist/DrawerMobile.es.js +242 -0
- package/dist/DropZone.es.js +87 -0
- package/dist/{components/FAB/FAButton.js → FAButton.es.js} +5 -5
- package/dist/Header.es.js +32 -0
- package/dist/HelperComponent-g_xuKWzK.js +24 -0
- package/dist/Icons-DtFC5DJ7.js +1079 -0
- package/dist/Icons.es.js +5 -0
- package/dist/{components/Image/Image.js → Image.es.js} +32 -32
- package/dist/ImageGallery-Ckxg9OIC.js +317 -0
- package/dist/{components/Image/useImageGallery.js → ImageGallery.es.js} +2 -0
- package/dist/Input-Cck37DpG.js +240 -0
- package/dist/Input.es.js +4 -0
- package/dist/InputMultiple.es.js +263 -0
- package/dist/LayoutGeneric-CbaoatQB.js +26 -0
- package/dist/LayoutGeneric.es.js +4 -0
- package/dist/Logo.es.js +9 -0
- package/dist/{components/Menu/MenuComposable.js → Menu.es.js} +13 -12
- package/dist/OtpInput.es.js +301 -0
- package/dist/{components/Pagination/Pagination.js → Pagination.es.js} +32 -32
- package/dist/{components/ProfilePictureUpload/ProfilePictureUpload.js → ProfilePictureUpload.es.js} +57 -56
- package/dist/ProgressBar.es.js +70 -0
- package/dist/{components/RadioButton/RadioButton.js → RadioButton.es.js} +36 -35
- package/dist/{components/SegmentedButton/SegmentedButton.js → SegmentedButton.es.js} +38 -37
- package/dist/Select-BD5FTxVw.js +1100 -0
- package/dist/Select.es.js +4 -0
- package/dist/SelectSearch.es.js +237 -0
- package/dist/{components/Skeleton/Skeleton.js → Skeleton.es.js} +18 -16
- package/dist/Spinner.es.js +52 -0
- package/dist/{components/Steps/Steps.js → Steps.es.js} +62 -61
- package/dist/{components/SwipeContainer/SwipeContainer.js → SwipeContainer.es.js} +68 -68
- package/dist/{components/Switch/Switch.js → Switch.es.js} +18 -17
- package/dist/{components/TabLinks/TabLinks.js → TabLinks.es.js} +11 -11
- package/dist/{components/Table/Table.js → Table.es.js} +41 -38
- package/dist/{components/TextArea/TextArea.js → TextArea.es.js} +26 -24
- package/dist/{components/Toaster/Toaster.js → Toast.es.js} +48 -48
- package/dist/ToastProvider.es.js +6 -0
- package/dist/Tooltip.es.js +62 -0
- package/dist/{lib/cn.js → cn-B6yFEsav.js} +2 -2
- package/dist/{node_modules/class-variance-authority/dist/index.js → index-BOQuZ0gG.js} +9 -10
- package/dist/jsx-runtime-DKDX3adD.js +281 -0
- package/dist/prometeo-design-system.css +1 -1
- package/dist/prometeo-design-system.es.js +1002 -0
- package/dist/{hooks/useDragScroll.js → useDragScroll-CHN9OMwn.js} +1 -1
- package/package.json +120 -116
- package/dist/Avatar.js +0 -4
- package/dist/Button.js +0 -4
- package/dist/CardProfile.js +0 -5
- package/dist/CheckBox.js +0 -4
- package/dist/DatePicker.js +0 -5
- package/dist/DialogModal.js +0 -6
- package/dist/DrawerDesktop.js +0 -6
- package/dist/DrawerMobile.js +0 -6
- package/dist/DropZone.js +0 -5
- package/dist/FAButton.js +0 -4
- package/dist/Header.js +0 -4
- package/dist/Icons/Icons.js +0 -1055
- package/dist/Icons.js +0 -5
- package/dist/Image.js +0 -4
- package/dist/ImageGallery.js +0 -6
- package/dist/Input.js +0 -4
- package/dist/InputMultiple.js +0 -5
- package/dist/LayoutGeneric.js +0 -4
- package/dist/Logo.js +0 -4
- package/dist/Menu.js +0 -5
- package/dist/OtpInput.js +0 -4
- package/dist/Pagination.js +0 -4
- package/dist/ProfilePictureUpload.js +0 -5
- package/dist/ProgressBar.js +0 -4
- package/dist/RadioButton.js +0 -5
- package/dist/SegmentedButton.js +0 -5
- package/dist/Select.js +0 -4
- package/dist/SelectSearch.js +0 -4
- package/dist/Skeleton.js +0 -5
- package/dist/Spinner.js +0 -4
- package/dist/Steps.js +0 -5
- package/dist/SwipeContainer.js +0 -4
- package/dist/Switch.js +0 -5
- package/dist/TabLinks.js +0 -4
- package/dist/Table.js +0 -11
- package/dist/TextArea.js +0 -4
- package/dist/Toast.js +0 -5
- package/dist/ToastProvider.js +0 -4
- package/dist/Tooltip.js +0 -4
- package/dist/components/Autocomplete/useAutocomplete.js +0 -143
- package/dist/components/DatePicker/DatePicker.js +0 -396
- package/dist/components/Dialog/Dialog.js +0 -60
- package/dist/components/Dialog/useDialogControl.js +0 -18
- package/dist/components/Drawer/DrawerDesktop.js +0 -179
- package/dist/components/Drawer/DrawerMobile.js +0 -219
- package/dist/components/Drawer/useDrawerDesktop.js +0 -18
- package/dist/components/Drawer/useDrawerMobile.js +0 -27
- package/dist/components/DropZone/DropZone.js +0 -86
- package/dist/components/DropZone/useFileDropzone.js +0 -24
- package/dist/components/Header/Header.js +0 -32
- package/dist/components/Image/GalleryPreview.js +0 -40
- package/dist/components/Image/ImageGallery.js +0 -68
- package/dist/components/Image/LightBox.js +0 -223
- package/dist/components/Input/Input.js +0 -219
- package/dist/components/InputMultiple/InputMultiple.js +0 -262
- package/dist/components/Layout/LayoutGeneric.js +0 -13
- package/dist/components/Logo/Logo.js +0 -9
- package/dist/components/OtpInput/OtpInput.js +0 -112
- package/dist/components/ProgressBar/ProgressBar.js +0 -70
- package/dist/components/Select/Select.js +0 -1005
- package/dist/components/SelectSearch/SelectSearch.js +0 -101
- package/dist/components/Shared/Chip.js +0 -55
- package/dist/components/Shared/HelperComponent.js +0 -24
- package/dist/components/Sidebar/SecondaryBar/SecondaryBar.js +0 -62
- package/dist/components/Sidebar/SecondaryBar/hooks/useSecondaryBarAnimation.js +0 -59
- package/dist/components/Sidebar/SidebarComposable.js +0 -84
- package/dist/components/Sidebar/components/NavigationLink.js +0 -34
- package/dist/components/Sidebar/components/badge.js +0 -33
- package/dist/components/Sidebar/components/changue-account.js +0 -31
- package/dist/components/Sidebar/components/collapse-button.js +0 -18
- package/dist/components/Sidebar/components/company-logo.js +0 -12
- package/dist/components/Sidebar/components/nav-actions.js +0 -98
- package/dist/components/Sidebar/components/nav-links.js +0 -100
- package/dist/components/Sidebar/context/SidebarContext.js +0 -19
- package/dist/components/Sidebar/hooks/SidebarProvider.js +0 -33
- package/dist/components/Sidebar/hooks/useNavBarActions.js +0 -9
- package/dist/components/Sidebar/hooks/useNavBarCollapse.js +0 -11
- package/dist/components/Sidebar/hooks/useSidebarHook.js +0 -13
- package/dist/components/Sidebar/ui/useNavbarAnimation.js +0 -326
- package/dist/components/Spinner/Spinner.js +0 -52
- package/dist/components/TabSwitch/TabSwitch.js +0 -57
- package/dist/components/Toaster/ToastProvider.js +0 -6
- package/dist/components/Tooltip/Tootip.js +0 -62
- package/dist/hooks/useClickOutside.js +0 -24
- package/dist/hooks/useLabelBackground.js +0 -25
- package/dist/index.js +0 -119
- package/dist/lib/utils.js +0 -54
- package/dist/node_modules/@date-fns/tz/date/index.js +0 -61
- package/dist/node_modules/@date-fns/tz/date/mini.js +0 -69
- package/dist/node_modules/@date-fns/tz/tzName/index.js +0 -11
- package/dist/node_modules/@date-fns/tz/tzOffset/index.js +0 -22
- package/dist/node_modules/date-fns/_lib/addLeadingZeros.js +0 -7
- package/dist/node_modules/date-fns/_lib/defaultOptions.js +0 -7
- package/dist/node_modules/date-fns/_lib/format/formatters.js +0 -583
- package/dist/node_modules/date-fns/_lib/format/lightFormatters.js +0 -59
- package/dist/node_modules/date-fns/_lib/format/longFormatters.js +0 -52
- package/dist/node_modules/date-fns/_lib/getTimezoneOffsetInMilliseconds.js +0 -18
- package/dist/node_modules/date-fns/_lib/normalizeDates.js +0 -11
- package/dist/node_modules/date-fns/_lib/normalizeInterval.js +0 -8
- package/dist/node_modules/date-fns/_lib/protectedTokens.js +0 -20
- package/dist/node_modules/date-fns/addDays.js +0 -10
- package/dist/node_modules/date-fns/addMonths.js +0 -20
- package/dist/node_modules/date-fns/addWeeks.js +0 -8
- package/dist/node_modules/date-fns/addYears.js +0 -8
- package/dist/node_modules/date-fns/constants.js +0 -6
- package/dist/node_modules/date-fns/constructFrom.js +0 -8
- package/dist/node_modules/date-fns/differenceInCalendarDays.js +0 -16
- package/dist/node_modules/date-fns/differenceInCalendarMonths.js +0 -13
- package/dist/node_modules/date-fns/eachMonthOfInterval.js +0 -17
- package/dist/node_modules/date-fns/eachYearOfInterval.js +0 -17
- package/dist/node_modules/date-fns/endOfISOWeek.js +0 -8
- package/dist/node_modules/date-fns/endOfMonth.js +0 -9
- package/dist/node_modules/date-fns/endOfWeek.js +0 -10
- package/dist/node_modules/date-fns/endOfYear.js +0 -9
- package/dist/node_modules/date-fns/format.js +0 -58
- package/dist/node_modules/date-fns/getDayOfYear.js +0 -11
- package/dist/node_modules/date-fns/getDaysInMonth.js +0 -10
- package/dist/node_modules/date-fns/getISOWeek.js +0 -12
- package/dist/node_modules/date-fns/getISOWeekYear.js +0 -15
- package/dist/node_modules/date-fns/getMonth.js +0 -8
- package/dist/node_modules/date-fns/getWeek.js +0 -12
- package/dist/node_modules/date-fns/getWeekYear.js +0 -16
- package/dist/node_modules/date-fns/getYear.js +0 -8
- package/dist/node_modules/date-fns/isAfter.js +0 -8
- package/dist/node_modules/date-fns/isBefore.js +0 -8
- package/dist/node_modules/date-fns/isDate.js +0 -7
- package/dist/node_modules/date-fns/isSameDay.js +0 -14
- package/dist/node_modules/date-fns/isSameMonth.js +0 -13
- package/dist/node_modules/date-fns/isSameYear.js +0 -13
- package/dist/node_modules/date-fns/isValid.js +0 -9
- package/dist/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +0 -9
- package/dist/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +0 -18
- package/dist/node_modules/date-fns/locale/_lib/buildMatchFn.js +0 -31
- package/dist/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +0 -15
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +0 -70
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatLong.js +0 -33
- package/dist/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +0 -11
- package/dist/node_modules/date-fns/locale/en-US/_lib/localize.js +0 -155
- package/dist/node_modules/date-fns/locale/en-US/_lib/match.js +0 -110
- package/dist/node_modules/date-fns/locale/en-US.js +0 -21
- package/dist/node_modules/date-fns/locale/es/_lib/formatDistance.js +0 -70
- package/dist/node_modules/date-fns/locale/es/_lib/formatLong.js +0 -33
- package/dist/node_modules/date-fns/locale/es/_lib/formatRelative.js +0 -18
- package/dist/node_modules/date-fns/locale/es/_lib/localize.js +0 -143
- package/dist/node_modules/date-fns/locale/es/_lib/match.js +0 -116
- package/dist/node_modules/date-fns/locale/es.js +0 -21
- package/dist/node_modules/date-fns/max.js +0 -14
- package/dist/node_modules/date-fns/min.js +0 -14
- package/dist/node_modules/date-fns/setMonth.js +0 -13
- package/dist/node_modules/date-fns/setYear.js +0 -10
- package/dist/node_modules/date-fns/startOfDay.js +0 -9
- package/dist/node_modules/date-fns/startOfISOWeek.js +0 -8
- package/dist/node_modules/date-fns/startOfISOWeekYear.js +0 -11
- package/dist/node_modules/date-fns/startOfMonth.js +0 -9
- package/dist/node_modules/date-fns/startOfWeek.js +0 -10
- package/dist/node_modules/date-fns/startOfWeekYear.js +0 -12
- package/dist/node_modules/date-fns/startOfYear.js +0 -9
- package/dist/node_modules/date-fns/toDate.js +0 -8
- package/dist/node_modules/input-otp/dist/index.js +0 -194
- package/dist/node_modules/react-day-picker/dist/esm/DayPicker.js +0 -227
- package/dist/node_modules/react-day-picker/dist/esm/UI.js +0 -22
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarDay.js +0 -19
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarMonth.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/classes/CalendarWeek.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -147
- package/dist/node_modules/react-day-picker/dist/esm/components/Button.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/CaptionLabel.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Chevron.js +0 -18
- package/dist/node_modules/react-day-picker/dist/esm/components/Day.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/components/DayButton.js +0 -10
- package/dist/node_modules/react-day-picker/dist/esm/components/Dropdown.js +0 -19
- package/dist/node_modules/react-day-picker/dist/esm/components/DropdownNav.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Footer.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Month.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthCaption.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthGrid.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Months.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/MonthsDropdown.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/components/Nav.js +0 -27
- package/dist/node_modules/react-day-picker/dist/esm/components/NextMonthButton.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/components/Option.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/PreviousMonthButton.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/components/Root.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/components/Select.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Week.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumber.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/components/WeekNumberHeader.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekday.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/Weekdays.js +0 -11
- package/dist/node_modules/react-day-picker/dist/esm/components/Weeks.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/components/YearsDropdown.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/components/custom-components.js +0 -54
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatDay.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatMonthDropdown.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumber.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekNumberHeader.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatWeekdayName.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/formatters/formatYearDropdown.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/formatters/index.js +0 -18
- package/dist/node_modules/react-day-picker/dist/esm/helpers/calculateFocusTarget.js +0 -19
- package/dist/node_modules/react-day-picker/dist/esm/helpers/createGetModifiers.js +0 -42
- package/dist/node_modules/react-day-picker/dist/esm/helpers/endOfBroadcastWeek.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getBroadcastWeeksInMonth.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getClassNamesForModifiers.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getComponents.js +0 -10
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDataAttributes.js +0 -16
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDates.js +0 -21
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDays.js +0 -10
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js +0 -16
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getDisplayMonths.js +0 -13
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFocusableDate.js +0 -15
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getFormatters.js +0 -10
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getInitialMonth.js +0 -13
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonthOptions.js +0 -13
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getMonths.js +0 -24
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNavMonth.js +0 -13
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextFocus.js +0 -12
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getNextMonth.js +0 -12
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getPreviousMonth.js +0 -12
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getStyleForModifiers.js +0 -13
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeekdays.js +0 -11
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getWeeks.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/helpers/getYearOptions.js +0 -16
- package/dist/node_modules/react-day-picker/dist/esm/helpers/startOfBroadcastWeek.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/helpers/useControlledValue.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/labels/index.js +0 -26
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelDayButton.js +0 -10
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelGridcell.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelMonthDropdown.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNav.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelNext.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelPrevious.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumber.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekNumberHeader.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelWeekday.js +0 -7
- package/dist/node_modules/react-day-picker/dist/esm/labels/labelYearDropdown.js +0 -6
- package/dist/node_modules/react-day-picker/dist/esm/selection/useMulti.js +0 -21
- package/dist/node_modules/react-day-picker/dist/esm/selection/useRange.js +0 -18
- package/dist/node_modules/react-day-picker/dist/esm/selection/useSingle.js +0 -15
- package/dist/node_modules/react-day-picker/dist/esm/useAnimation.js +0 -56
- package/dist/node_modules/react-day-picker/dist/esm/useCalendar.js +0 -44
- package/dist/node_modules/react-day-picker/dist/esm/useDayPicker.js +0 -12
- package/dist/node_modules/react-day-picker/dist/esm/useFocus.js +0 -23
- package/dist/node_modules/react-day-picker/dist/esm/useSelection.js +0 -19
- package/dist/node_modules/react-day-picker/dist/esm/utils/addToRange.js +0 -32
- package/dist/node_modules/react-day-picker/dist/esm/utils/dateMatchModifiers.js +0 -26
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsDayOfWeek.js +0 -15
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeContainsModifiers.js +0 -28
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeIncludesDate.js +0 -9
- package/dist/node_modules/react-day-picker/dist/esm/utils/rangeOverlaps.js +0 -8
- package/dist/node_modules/react-day-picker/dist/esm/utils/typeguards.js +0 -26
- package/dist/useDevice.js +0 -4
- /package/dist/{hooks/useDevice.js → useDevice.es.js} +0 -0
package/package.json
CHANGED
|
@@ -1,176 +1,180 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prometeo-design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.8.
|
|
4
|
+
"version": "2.8.9",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "design kit system",
|
|
7
7
|
"main": "dist/prometeo-design-system.umd.js",
|
|
8
8
|
"module": "dist/prometeo-design-system.es.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
10
|
-
"sideEffects":
|
|
10
|
+
"sideEffects": [
|
|
11
|
+
"**/*.css",
|
|
12
|
+
"**/*.scss"
|
|
13
|
+
],
|
|
11
14
|
"exports": {
|
|
12
15
|
".": {
|
|
13
16
|
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/
|
|
15
|
-
|
|
16
|
-
"./css": "./src/styles/app.css",
|
|
17
|
-
"./intellisense": "./src/styles/intellisense.css",
|
|
18
|
-
"./Avatar": {
|
|
19
|
-
"types": "./dist/components/Avatar/Avatar.d.ts",
|
|
20
|
-
"import": "./dist/components/Avatar/Avatar.js"
|
|
17
|
+
"import": "./dist/prometeo-design-system.es.js",
|
|
18
|
+
"require": "./dist/prometeo-design-system.umd.js"
|
|
21
19
|
},
|
|
22
20
|
"./Button": {
|
|
23
|
-
"types": "./dist/
|
|
24
|
-
"import": "./dist/
|
|
21
|
+
"types": "./dist/Button.d.ts",
|
|
22
|
+
"import": "./dist/Button.es.js"
|
|
23
|
+
},
|
|
24
|
+
"./Avatar": {
|
|
25
|
+
"types": "./dist/Avatar.d.ts",
|
|
26
|
+
"import": "./dist/Avatar.es.js"
|
|
25
27
|
},
|
|
26
28
|
"./CardProfile": {
|
|
27
|
-
"types": "./dist/
|
|
28
|
-
"import": "./dist/
|
|
29
|
+
"types": "./dist/CardProfile.d.ts",
|
|
30
|
+
"import": "./dist/CardProfile.es.js"
|
|
29
31
|
},
|
|
30
32
|
"./CheckBox": {
|
|
31
|
-
"types": "./dist/
|
|
32
|
-
"import": "./dist/
|
|
33
|
-
},
|
|
34
|
-
"./DatePicker": {
|
|
35
|
-
"types": "./dist/components/DatePicker/DatePicker.d.ts",
|
|
36
|
-
"import": "./dist/components/DatePicker/DatePicker.js"
|
|
33
|
+
"types": "./dist/CheckBox.d.ts",
|
|
34
|
+
"import": "./dist/CheckBox.es.js"
|
|
37
35
|
},
|
|
38
36
|
"./DialogModal": {
|
|
39
|
-
"types": "./dist/
|
|
40
|
-
"import": "./dist/
|
|
37
|
+
"types": "./dist/DialogModal.d.ts",
|
|
38
|
+
"import": "./dist/DialogModal.es.js"
|
|
41
39
|
},
|
|
42
40
|
"./DrawerDesktop": {
|
|
43
|
-
"types": "./dist/
|
|
44
|
-
"import": "./dist/
|
|
41
|
+
"types": "./dist/DrawerDesktop.d.ts",
|
|
42
|
+
"import": "./dist/DrawerDesktop.es.js"
|
|
45
43
|
},
|
|
46
44
|
"./DrawerMobile": {
|
|
47
|
-
"types": "./dist/
|
|
48
|
-
"import": "./dist/
|
|
49
|
-
},
|
|
50
|
-
"./DropZone": {
|
|
51
|
-
"types": "./dist/components/DropZone/DropZone.d.ts",
|
|
52
|
-
"import": "./dist/components/DropZone/DropZone.js"
|
|
53
|
-
},
|
|
54
|
-
"./FAButton": {
|
|
55
|
-
"types": "./dist/components/FAButton/FAButton.d.ts",
|
|
56
|
-
"import": "./dist/components/FAButton/FAButton.js"
|
|
45
|
+
"types": "./dist/DrawerMobile.d.ts",
|
|
46
|
+
"import": "./dist/DrawerMobile.es.js"
|
|
57
47
|
},
|
|
58
48
|
"./Header": {
|
|
59
|
-
"types": "./dist/
|
|
60
|
-
"import": "./dist/
|
|
61
|
-
},
|
|
62
|
-
"./Icons": {
|
|
63
|
-
"types": "./dist/Icons.d.ts",
|
|
64
|
-
"import": "./dist/Icons.js"
|
|
65
|
-
},
|
|
66
|
-
"./Image": {
|
|
67
|
-
"types": "./dist/components/Image/Image.d.ts",
|
|
68
|
-
"import": "./dist/components/Image/Image.js"
|
|
69
|
-
},
|
|
70
|
-
"./ImageGallery": {
|
|
71
|
-
"types": "./dist/components/ImageGallery/ImageGallery.d.ts",
|
|
72
|
-
"import": "./dist/components/ImageGallery/ImageGallery.js"
|
|
49
|
+
"types": "./dist/Header.d.ts",
|
|
50
|
+
"import": "./dist/Header.es.js"
|
|
73
51
|
},
|
|
74
52
|
"./Input": {
|
|
75
|
-
"types": "./dist/
|
|
76
|
-
"import": "./dist/
|
|
77
|
-
},
|
|
78
|
-
"./InputMultiple": {
|
|
79
|
-
"types": "./dist/components/InputMultiple/InputMultiple.d.ts",
|
|
80
|
-
"import": "./dist/components/InputMultiple/InputMultiple.js"
|
|
81
|
-
},
|
|
82
|
-
"./LayoutGeneric": {
|
|
83
|
-
"types": "./dist/components/LayoutGeneric/LayoutGeneric.d.ts",
|
|
84
|
-
"import": "./dist/components/LayoutGeneric/LayoutGeneric.js"
|
|
53
|
+
"types": "./dist/Input.d.ts",
|
|
54
|
+
"import": "./dist/Input.es.js"
|
|
85
55
|
},
|
|
86
56
|
"./Logo": {
|
|
87
|
-
"types": "./dist/
|
|
88
|
-
"import": "./dist/
|
|
57
|
+
"types": "./dist/Logo.d.ts",
|
|
58
|
+
"import": "./dist/Logo.es.js"
|
|
89
59
|
},
|
|
90
60
|
"./Menu": {
|
|
91
|
-
"types": "./dist/
|
|
92
|
-
"import": "./dist/
|
|
93
|
-
},
|
|
94
|
-
"./OtpInput": {
|
|
95
|
-
"types": "./dist/components/OtpInput/OtpInput.d.ts",
|
|
96
|
-
"import": "./dist/components/OtpInput/OtpInput.js"
|
|
61
|
+
"types": "./dist/Menu.d.ts",
|
|
62
|
+
"import": "./dist/Menu.es.js"
|
|
97
63
|
},
|
|
98
64
|
"./Pagination": {
|
|
99
|
-
"types": "./dist/
|
|
100
|
-
"import": "./dist/
|
|
101
|
-
},
|
|
102
|
-
"./ProfilePictureUpload": {
|
|
103
|
-
"types": "./dist/components/ProfilePictureUpload/ProfilePictureUpload.d.ts",
|
|
104
|
-
"import": "./dist/components/ProfilePictureUpload/ProfilePictureUpload.js"
|
|
65
|
+
"types": "./dist/Pagination.d.ts",
|
|
66
|
+
"import": "./dist/Pagination.es.js"
|
|
105
67
|
},
|
|
106
68
|
"./ProgressBar": {
|
|
107
|
-
"types": "./dist/
|
|
108
|
-
"import": "./dist/
|
|
69
|
+
"types": "./dist/ProgressBar.d.ts",
|
|
70
|
+
"import": "./dist/ProgressBar.es.js"
|
|
109
71
|
},
|
|
110
|
-
"./
|
|
111
|
-
"types": "./dist/
|
|
112
|
-
"import": "./dist/
|
|
113
|
-
},
|
|
114
|
-
"./SegmentedButton": {
|
|
115
|
-
"types": "./dist/components/SegmentedButton/SegmentedButton.d.ts",
|
|
116
|
-
"import": "./dist/components/SegmentedButton/SegmentedButton.js"
|
|
72
|
+
"./ProfilePictureUpload": {
|
|
73
|
+
"types": "./dist/ProfilePictureUpload.d.ts",
|
|
74
|
+
"import": "./dist/ProfilePictureUpload.es.js"
|
|
117
75
|
},
|
|
118
76
|
"./Select": {
|
|
119
|
-
"types": "./dist/
|
|
120
|
-
"import": "./dist/
|
|
121
|
-
},
|
|
122
|
-
"./SelectSearch": {
|
|
123
|
-
"types": "./dist/components/SelectSearch/SelectSearch.d.ts",
|
|
124
|
-
"import": "./dist/components/SelectSearch/SelectSearch.js"
|
|
125
|
-
},
|
|
126
|
-
"./Skeleton": {
|
|
127
|
-
"types": "./dist/components/Skeleton/Skeleton.d.ts",
|
|
128
|
-
"import": "./dist/components/Skeleton/Skeleton.js"
|
|
77
|
+
"types": "./dist/Select.d.ts",
|
|
78
|
+
"import": "./dist/Select.es.js"
|
|
129
79
|
},
|
|
130
80
|
"./Spinner": {
|
|
131
|
-
"types": "./dist/
|
|
132
|
-
"import": "./dist/
|
|
81
|
+
"types": "./dist/Spinner.d.ts",
|
|
82
|
+
"import": "./dist/Spinner.es.js"
|
|
133
83
|
},
|
|
134
84
|
"./Steps": {
|
|
135
|
-
"types": "./dist/
|
|
136
|
-
"import": "./dist/
|
|
85
|
+
"types": "./dist/Steps.d.ts",
|
|
86
|
+
"import": "./dist/Steps.es.js"
|
|
137
87
|
},
|
|
138
88
|
"./SwipeContainer": {
|
|
139
|
-
"types": "./dist/
|
|
140
|
-
"import": "./dist/
|
|
89
|
+
"types": "./dist/SwipeContainer.d.ts",
|
|
90
|
+
"import": "./dist/SwipeContainer.es.js"
|
|
141
91
|
},
|
|
142
92
|
"./Switch": {
|
|
143
|
-
"types": "./dist/
|
|
144
|
-
"import": "./dist/
|
|
93
|
+
"types": "./dist/Switch.d.ts",
|
|
94
|
+
"import": "./dist/Switch.es.js"
|
|
145
95
|
},
|
|
146
96
|
"./TabLinks": {
|
|
147
|
-
"types": "./dist/
|
|
148
|
-
"import": "./dist/
|
|
97
|
+
"types": "./dist/TabLinks.d.ts",
|
|
98
|
+
"import": "./dist/TabLinks.es.js"
|
|
149
99
|
},
|
|
150
100
|
"./Table": {
|
|
151
|
-
"types": "./dist/
|
|
152
|
-
"import": "./dist/
|
|
101
|
+
"types": "./dist/Table.d.ts",
|
|
102
|
+
"import": "./dist/Table.es.js"
|
|
153
103
|
},
|
|
154
104
|
"./TextArea": {
|
|
155
|
-
"types": "./dist/
|
|
156
|
-
"import": "./dist/
|
|
105
|
+
"types": "./dist/TextArea.d.ts",
|
|
106
|
+
"import": "./dist/TextArea.es.js"
|
|
107
|
+
},
|
|
108
|
+
"./Tooltip": {
|
|
109
|
+
"types": "./dist/Tooltip.d.ts",
|
|
110
|
+
"import": "./dist/Tooltip.es.js"
|
|
111
|
+
},
|
|
112
|
+
"./LayoutGeneric": {
|
|
113
|
+
"types": "./dist/LayoutGeneric.d.ts",
|
|
114
|
+
"import": "./dist/LayoutGeneric.es.js"
|
|
115
|
+
},
|
|
116
|
+
"./OtpInput": {
|
|
117
|
+
"types": "./dist/OtpInput.d.ts",
|
|
118
|
+
"import": "./dist/OtpInput.es.js"
|
|
119
|
+
},
|
|
120
|
+
"./DropZone": {
|
|
121
|
+
"types": "./dist/DropZone.d.ts",
|
|
122
|
+
"import": "./dist/DropZone.es.js"
|
|
123
|
+
},
|
|
124
|
+
"./Icons": {
|
|
125
|
+
"types": "./dist/Icons.d.ts",
|
|
126
|
+
"import": "./dist/Icons.es.js"
|
|
127
|
+
},
|
|
128
|
+
"./InputMultiple": {
|
|
129
|
+
"types": "./dist/InputMultiple.d.ts",
|
|
130
|
+
"import": "./dist/InputMultiple.es.js"
|
|
131
|
+
},
|
|
132
|
+
"./Skeleton": {
|
|
133
|
+
"types": "./dist/Skeleton.d.ts",
|
|
134
|
+
"import": "./dist/Skeleton.es.js"
|
|
135
|
+
},
|
|
136
|
+
"./SegmentedButton": {
|
|
137
|
+
"types": "./dist/SegmentedButton.d.ts",
|
|
138
|
+
"import": "./dist/SegmentedButton.es.js"
|
|
139
|
+
},
|
|
140
|
+
"./DatePicker": {
|
|
141
|
+
"types": "./dist/DatePicker.d.ts",
|
|
142
|
+
"import": "./dist/DatePicker.es.js"
|
|
143
|
+
},
|
|
144
|
+
"./ImageGallery": {
|
|
145
|
+
"types": "./dist/ImageGallery.d.ts",
|
|
146
|
+
"import": "./dist/ImageGallery.es.js"
|
|
147
|
+
},
|
|
148
|
+
"./Image": {
|
|
149
|
+
"types": "./dist/Image.d.ts",
|
|
150
|
+
"import": "./dist/Image.es.js"
|
|
151
|
+
},
|
|
152
|
+
"./SelectSearch": {
|
|
153
|
+
"types": "./dist/SelectSearch.d.ts",
|
|
154
|
+
"import": "./dist/SelectSearch.es.js"
|
|
157
155
|
},
|
|
158
156
|
"./Toast": {
|
|
159
|
-
"types": "./dist/
|
|
160
|
-
"import": "./dist/
|
|
157
|
+
"types": "./dist/Toast.d.ts",
|
|
158
|
+
"import": "./dist/Toast.es.js"
|
|
161
159
|
},
|
|
162
|
-
"./
|
|
163
|
-
"types": "./dist/
|
|
164
|
-
"import": "./dist/
|
|
160
|
+
"./FAButton": {
|
|
161
|
+
"types": "./dist/FAButton.d.ts",
|
|
162
|
+
"import": "./dist/FAButton.es.js"
|
|
165
163
|
},
|
|
166
|
-
"./
|
|
167
|
-
"types": "./dist/
|
|
168
|
-
"import": "./dist/
|
|
164
|
+
"./RadioButton": {
|
|
165
|
+
"types": "./dist/RadioButton.d.ts",
|
|
166
|
+
"import": "./dist/RadioButton.es.js"
|
|
167
|
+
},
|
|
168
|
+
"./ToastProvider": {
|
|
169
|
+
"types": "./dist/ToastProvider.d.ts",
|
|
170
|
+
"import": "./dist/ToastProvider.es.js"
|
|
169
171
|
},
|
|
170
172
|
"./useDevice": {
|
|
171
|
-
"types": "./dist/
|
|
172
|
-
"import": "./dist/
|
|
173
|
-
}
|
|
173
|
+
"types": "./dist/useDevice.d.ts",
|
|
174
|
+
"import": "./dist/useDevice.es.js"
|
|
175
|
+
},
|
|
176
|
+
"./css": "./src/styles/app.css",
|
|
177
|
+
"./intellisense": "./src/styles/intellisense.css"
|
|
174
178
|
},
|
|
175
179
|
"files": [
|
|
176
180
|
"dist",
|
|
@@ -190,7 +194,7 @@
|
|
|
190
194
|
"license": "MIT",
|
|
191
195
|
"repository": {
|
|
192
196
|
"type": "git",
|
|
193
|
-
"url": "https://github.com/your-username/prometeo-design-system.git"
|
|
197
|
+
"url": "git+https://github.com/your-username/prometeo-design-system.git"
|
|
194
198
|
},
|
|
195
199
|
"homepage": "https://github.com/your-username/prometeo-design-system#readme",
|
|
196
200
|
"bugs": {
|
package/dist/Avatar.js
DELETED
package/dist/Button.js
DELETED
package/dist/CardProfile.js
DELETED
package/dist/CheckBox.js
DELETED
package/dist/DatePicker.js
DELETED
package/dist/DialogModal.js
DELETED
package/dist/DrawerDesktop.js
DELETED
package/dist/DrawerMobile.js
DELETED
package/dist/DropZone.js
DELETED
package/dist/FAButton.js
DELETED
package/dist/Header.js
DELETED