@undefine-ui/design-system 2.4.0 → 2.5.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/README.md +4 -3
- package/dist/index.cjs +445 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -2
- package/dist/index.d.ts +11 -2
- package/dist/index.js +442 -290
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1503,10 +1503,14 @@ declare const Loader: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1503
1503
|
|
|
1504
1504
|
declare const Search: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1505
1505
|
|
|
1506
|
+
declare const Settings: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1507
|
+
|
|
1506
1508
|
declare const UserFill: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1507
1509
|
|
|
1508
1510
|
declare const EyeClosed: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1509
1511
|
|
|
1512
|
+
declare const KeyCommand: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1513
|
+
|
|
1510
1514
|
declare const XMarkSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1511
1515
|
|
|
1512
1516
|
declare const CloudUpload: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1531,12 +1535,15 @@ declare const InfoCircleFill: (props: SvgIconProps) => react_jsx_runtime.JSX.Ele
|
|
|
1531
1535
|
|
|
1532
1536
|
declare const CheckboxDefault: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1533
1537
|
|
|
1538
|
+
declare const BellNotification: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1539
|
+
|
|
1534
1540
|
declare const InfoCircleOutline: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1535
1541
|
|
|
1536
1542
|
declare const LongArrowUpLeftSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1537
1543
|
|
|
1538
1544
|
declare const CheckboxIndeterminate: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1539
1545
|
|
|
1546
|
+
declare const Icons_BellNotification: typeof BellNotification;
|
|
1540
1547
|
declare const Icons_CheckboxDefault: typeof CheckboxDefault;
|
|
1541
1548
|
declare const Icons_CheckboxIndeterminate: typeof CheckboxIndeterminate;
|
|
1542
1549
|
declare const Icons_CheckboxSelect: typeof CheckboxSelect;
|
|
@@ -1547,6 +1554,7 @@ declare const Icons_Eye: typeof Eye;
|
|
|
1547
1554
|
declare const Icons_EyeClosed: typeof EyeClosed;
|
|
1548
1555
|
declare const Icons_InfoCircleFill: typeof InfoCircleFill;
|
|
1549
1556
|
declare const Icons_InfoCircleOutline: typeof InfoCircleOutline;
|
|
1557
|
+
declare const Icons_KeyCommand: typeof KeyCommand;
|
|
1550
1558
|
declare const Icons_Loader: typeof Loader;
|
|
1551
1559
|
declare const Icons_LongArrowUpLeftSolid: typeof LongArrowUpLeftSolid;
|
|
1552
1560
|
declare const Icons_NavArrowDown: typeof NavArrowDown;
|
|
@@ -1555,13 +1563,14 @@ declare const Icons_NavArrowRight: typeof NavArrowRight;
|
|
|
1555
1563
|
declare const Icons_RadioDefault: typeof RadioDefault;
|
|
1556
1564
|
declare const Icons_RadioSelect: typeof RadioSelect;
|
|
1557
1565
|
declare const Icons_Search: typeof Search;
|
|
1566
|
+
declare const Icons_Settings: typeof Settings;
|
|
1558
1567
|
declare const Icons_Trash: typeof Trash;
|
|
1559
1568
|
declare const Icons_UserFill: typeof UserFill;
|
|
1560
1569
|
declare const Icons_UserOutline: typeof UserOutline;
|
|
1561
1570
|
declare const Icons_XMark: typeof XMark;
|
|
1562
1571
|
declare const Icons_XMarkSolid: typeof XMarkSolid;
|
|
1563
1572
|
declare namespace Icons {
|
|
1564
|
-
export { Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_ClipboardCheck as ClipboardCheck, Icons_CloudUpload as CloudUpload, Icons_Copy as Copy, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_InfoCircleFill as InfoCircleFill, Icons_InfoCircleOutline as InfoCircleOutline, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_Search as Search, Icons_Trash as Trash, Icons_UserFill as UserFill, Icons_UserOutline as UserOutline, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid };
|
|
1573
|
+
export { Icons_BellNotification as BellNotification, Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_ClipboardCheck as ClipboardCheck, Icons_CloudUpload as CloudUpload, Icons_Copy as Copy, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_InfoCircleFill as InfoCircleFill, Icons_InfoCircleOutline as InfoCircleOutline, Icons_KeyCommand as KeyCommand, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_Search as Search, Icons_Settings as Settings, Icons_Trash as Trash, Icons_UserFill as UserFill, Icons_UserOutline as UserOutline, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid };
|
|
1565
1574
|
}
|
|
1566
1575
|
|
|
1567
1576
|
type IconType = keyof typeof Icons;
|
|
@@ -1743,4 +1752,4 @@ interface LoadingScreenProps extends BoxProps {
|
|
|
1743
1752
|
declare const LoadingScreen: ({ portal, sx, ...rest }: LoadingScreenProps) => react_jsx_runtime.JSX.Element;
|
|
1744
1753
|
declare const SplashScreen: ({ portal, sx, ...rest }: LoadingScreenProps) => react_jsx_runtime.JSX.Element;
|
|
1745
1754
|
|
|
1746
|
-
export { AnimatedLogo, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, ClipboardCheck, CloudUpload, type ColorSchema, Copy, CopyButton, type CustomShadowOptions, type CustomSpacingOptions, Eye, EyeClosed, Field, Form, Icon, type IconProps, type IconType, InfoCircleFill, InfoCircleOutline, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, NavArrowDown, NavArrowLeft, NavArrowRight, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFRadioGroup, type RHFRadioGroupProps, RHFSwitch, RHFTextField, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, STORAGE_KEY, Search, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SplashScreen, Table, type TableNoRowsProps, TablePagination, ThemeProvider, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseSetStateReturnType, UserFill, UserOutline, XMark, XMarkSolid, action, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultSettings, error, fCurrency, fData, fNumber, fPercent, fShortenNumber, getCurrencySymbol, getInitColorSchemeScript, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconClasses, info, isEqual, lightPalette, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, stylesMode, success, surface, tertiaryFont, text, textGradient, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useEventListener, useLocalStorage, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|
|
1755
|
+
export { AnimatedLogo, BellNotification, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, ClipboardCheck, CloudUpload, type ColorSchema, Copy, CopyButton, type CustomShadowOptions, type CustomSpacingOptions, Eye, EyeClosed, Field, Form, Icon, type IconProps, type IconType, InfoCircleFill, InfoCircleOutline, KeyCommand, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, NavArrowDown, NavArrowLeft, NavArrowRight, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFRadioGroup, type RHFRadioGroupProps, RHFSwitch, RHFTextField, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, STORAGE_KEY, Search, Settings, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SplashScreen, Table, type TableNoRowsProps, TablePagination, ThemeProvider, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseSetStateReturnType, UserFill, UserOutline, XMark, XMarkSolid, action, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultSettings, error, fCurrency, fData, fNumber, fPercent, fShortenNumber, getCurrencySymbol, getInitColorSchemeScript, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconClasses, info, isEqual, lightPalette, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, stylesMode, success, surface, tertiaryFont, text, textGradient, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useEventListener, useLocalStorage, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|
package/dist/index.d.ts
CHANGED
|
@@ -1503,10 +1503,14 @@ declare const Loader: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
|
1503
1503
|
|
|
1504
1504
|
declare const Search: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1505
1505
|
|
|
1506
|
+
declare const Settings: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1507
|
+
|
|
1506
1508
|
declare const UserFill: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1507
1509
|
|
|
1508
1510
|
declare const EyeClosed: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1509
1511
|
|
|
1512
|
+
declare const KeyCommand: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1513
|
+
|
|
1510
1514
|
declare const XMarkSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1511
1515
|
|
|
1512
1516
|
declare const CloudUpload: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1531,12 +1535,15 @@ declare const InfoCircleFill: (props: SvgIconProps) => react_jsx_runtime.JSX.Ele
|
|
|
1531
1535
|
|
|
1532
1536
|
declare const CheckboxDefault: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1533
1537
|
|
|
1538
|
+
declare const BellNotification: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1539
|
+
|
|
1534
1540
|
declare const InfoCircleOutline: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1535
1541
|
|
|
1536
1542
|
declare const LongArrowUpLeftSolid: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1537
1543
|
|
|
1538
1544
|
declare const CheckboxIndeterminate: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
1539
1545
|
|
|
1546
|
+
declare const Icons_BellNotification: typeof BellNotification;
|
|
1540
1547
|
declare const Icons_CheckboxDefault: typeof CheckboxDefault;
|
|
1541
1548
|
declare const Icons_CheckboxIndeterminate: typeof CheckboxIndeterminate;
|
|
1542
1549
|
declare const Icons_CheckboxSelect: typeof CheckboxSelect;
|
|
@@ -1547,6 +1554,7 @@ declare const Icons_Eye: typeof Eye;
|
|
|
1547
1554
|
declare const Icons_EyeClosed: typeof EyeClosed;
|
|
1548
1555
|
declare const Icons_InfoCircleFill: typeof InfoCircleFill;
|
|
1549
1556
|
declare const Icons_InfoCircleOutline: typeof InfoCircleOutline;
|
|
1557
|
+
declare const Icons_KeyCommand: typeof KeyCommand;
|
|
1550
1558
|
declare const Icons_Loader: typeof Loader;
|
|
1551
1559
|
declare const Icons_LongArrowUpLeftSolid: typeof LongArrowUpLeftSolid;
|
|
1552
1560
|
declare const Icons_NavArrowDown: typeof NavArrowDown;
|
|
@@ -1555,13 +1563,14 @@ declare const Icons_NavArrowRight: typeof NavArrowRight;
|
|
|
1555
1563
|
declare const Icons_RadioDefault: typeof RadioDefault;
|
|
1556
1564
|
declare const Icons_RadioSelect: typeof RadioSelect;
|
|
1557
1565
|
declare const Icons_Search: typeof Search;
|
|
1566
|
+
declare const Icons_Settings: typeof Settings;
|
|
1558
1567
|
declare const Icons_Trash: typeof Trash;
|
|
1559
1568
|
declare const Icons_UserFill: typeof UserFill;
|
|
1560
1569
|
declare const Icons_UserOutline: typeof UserOutline;
|
|
1561
1570
|
declare const Icons_XMark: typeof XMark;
|
|
1562
1571
|
declare const Icons_XMarkSolid: typeof XMarkSolid;
|
|
1563
1572
|
declare namespace Icons {
|
|
1564
|
-
export { Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_ClipboardCheck as ClipboardCheck, Icons_CloudUpload as CloudUpload, Icons_Copy as Copy, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_InfoCircleFill as InfoCircleFill, Icons_InfoCircleOutline as InfoCircleOutline, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_Search as Search, Icons_Trash as Trash, Icons_UserFill as UserFill, Icons_UserOutline as UserOutline, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid };
|
|
1573
|
+
export { Icons_BellNotification as BellNotification, Icons_CheckboxDefault as CheckboxDefault, Icons_CheckboxIndeterminate as CheckboxIndeterminate, Icons_CheckboxSelect as CheckboxSelect, Icons_ClipboardCheck as ClipboardCheck, Icons_CloudUpload as CloudUpload, Icons_Copy as Copy, Icons_Eye as Eye, Icons_EyeClosed as EyeClosed, Icons_InfoCircleFill as InfoCircleFill, Icons_InfoCircleOutline as InfoCircleOutline, Icons_KeyCommand as KeyCommand, Icons_Loader as Loader, Icons_LongArrowUpLeftSolid as LongArrowUpLeftSolid, Icons_NavArrowDown as NavArrowDown, Icons_NavArrowLeft as NavArrowLeft, Icons_NavArrowRight as NavArrowRight, Icons_RadioDefault as RadioDefault, Icons_RadioSelect as RadioSelect, Icons_Search as Search, Icons_Settings as Settings, Icons_Trash as Trash, Icons_UserFill as UserFill, Icons_UserOutline as UserOutline, Icons_XMark as XMark, Icons_XMarkSolid as XMarkSolid };
|
|
1565
1574
|
}
|
|
1566
1575
|
|
|
1567
1576
|
type IconType = keyof typeof Icons;
|
|
@@ -1743,4 +1752,4 @@ interface LoadingScreenProps extends BoxProps {
|
|
|
1743
1752
|
declare const LoadingScreen: ({ portal, sx, ...rest }: LoadingScreenProps) => react_jsx_runtime.JSX.Element;
|
|
1744
1753
|
declare const SplashScreen: ({ portal, sx, ...rest }: LoadingScreenProps) => react_jsx_runtime.JSX.Element;
|
|
1745
1754
|
|
|
1746
|
-
export { AnimatedLogo, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, ClipboardCheck, CloudUpload, type ColorSchema, Copy, CopyButton, type CustomShadowOptions, type CustomSpacingOptions, Eye, EyeClosed, Field, Form, Icon, type IconProps, type IconType, InfoCircleFill, InfoCircleOutline, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, NavArrowDown, NavArrowLeft, NavArrowRight, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFRadioGroup, type RHFRadioGroupProps, RHFSwitch, RHFTextField, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, STORAGE_KEY, Search, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SplashScreen, Table, type TableNoRowsProps, TablePagination, ThemeProvider, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseSetStateReturnType, UserFill, UserOutline, XMark, XMarkSolid, action, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultSettings, error, fCurrency, fData, fNumber, fPercent, fShortenNumber, getCurrencySymbol, getInitColorSchemeScript, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconClasses, info, isEqual, lightPalette, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, stylesMode, success, surface, tertiaryFont, text, textGradient, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useEventListener, useLocalStorage, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|
|
1755
|
+
export { AnimatedLogo, BellNotification, CheckboxDefault, CheckboxIndeterminate, CheckboxSelect, ClipboardCheck, CloudUpload, type ColorSchema, Copy, CopyButton, type CustomShadowOptions, type CustomSpacingOptions, Eye, EyeClosed, Field, Form, Icon, type IconProps, type IconType, InfoCircleFill, InfoCircleOutline, KeyCommand, Loader, LoadingScreen, LocalStorageAvailable, LocalStorageGetItem, Logo, LongArrowUpLeftSolid, NavArrowDown, NavArrowLeft, NavArrowRight, RHFAutocomplete, type RHFAutocompleteProps, RHFCheckbox, type RHFCheckboxProps, RHFMultiCheckbox, type RHFMultiCheckboxOption, type RHFMultiCheckboxProps, RHFMultiSwitch, RHFRadioGroup, type RHFRadioGroupProps, RHFSwitch, RHFTextField, RHFUpload, type RHFUploadProps, RadioDefault, RadioSelect, type RadiusOptions, STORAGE_KEY, Search, Settings, SettingsConsumer, SettingsContext, type SettingsContextProps, SettingsProvider, type SettingsValueProps, SplashScreen, Table, type TableNoRowsProps, TablePagination, ThemeProvider, Trash, Upload, type UploadProps, type UseBooleanReturnType, type UseSetStateReturnType, UserFill, UserOutline, XMark, XMarkSolid, action, background, baseAction, basePalette, bgBlur, bgGradient, border, borderGradient, breakpoints, colorSchemes, common, components, createPaletteChannel, createShadowColor, createTheme, customShadows, customSpacing, darkPalette, defaultSettings, error, fCurrency, fData, fNumber, fPercent, fShortenNumber, getCurrencySymbol, getInitColorSchemeScript, getStorage, grey, hexToRgbChannel, hideScrollX, hideScrollY, icon, iconClasses, info, isEqual, lightPalette, maxLine, mediaQueries, menuItem, neutral, orderBy, paper, paramCase, primary, primaryFont, pxToRem, radius, remToPx, removeStorage, responsiveFontSizes, schemeConfig, secondary, secondaryFont, sentenceCase, setFont, setStorage, shadows, snakeCase, stylesMode, success, surface, tertiaryFont, text, textGradient, typography, updateComponentsWithSettings, updateCoreWithSettings, useBoolean, useCopyToClipboard, useEventListener, useLocalStorage, useResponsive, useScrollOffSetTop, useSetState, useSettings, useWidth, varAlpha, warning };
|