@lanaco/lnc-react-ui 3.11.35 → 4.0.2
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 +0 -3
- package/dist/Accordion.cjs +6 -0
- package/dist/Accordion.js +65 -0
- package/dist/AccordionDetails.cjs +7 -0
- package/dist/AccordionDetails.js +32 -0
- package/dist/AccordionSummary.cjs +12 -0
- package/dist/AccordionSummary.js +78 -0
- package/dist/ActionsToolbar.cjs +19 -0
- package/dist/ActionsToolbar.js +225 -0
- package/dist/Alert.cjs +40 -0
- package/dist/Alert.js +138 -0
- package/dist/Avatar.cjs +16 -0
- package/dist/Avatar.js +114 -0
- package/dist/Badge.cjs +17 -0
- package/dist/Badge.js +70 -0
- package/dist/Breadcrumbs.cjs +8 -0
- package/dist/Breadcrumbs.js +131 -0
- package/dist/Button.cjs +127 -0
- package/dist/Button.js +542 -0
- package/dist/ButtonGroup.cjs +44 -0
- package/dist/ButtonGroup.js +112 -0
- package/dist/CheckBoxInput.cjs +118 -0
- package/dist/CheckBoxInput.js +348 -0
- package/dist/Chip.cjs +27 -0
- package/dist/Chip.js +189 -0
- package/dist/ColorInput.cjs +60 -0
- package/dist/ColorInput.js +256 -0
- package/dist/ConfirmationForm.cjs +22 -0
- package/dist/ConfirmationForm.js +169 -0
- package/dist/Content.cjs +1 -0
- package/dist/Content.js +18 -0
- package/dist/CustomStyles-CqlCjTgU.cjs +8 -0
- package/dist/CustomStyles-nfD3J1mi.js +2881 -0
- package/dist/DataView.cjs +1 -0
- package/dist/DataView.js +62 -0
- package/dist/DateInput.cjs +296 -0
- package/dist/DateInput.js +7042 -0
- package/dist/DecimalInput.cjs +54 -0
- package/dist/DecimalInput.js +697 -0
- package/dist/DetailsView.cjs +18 -0
- package/dist/DetailsView.js +243 -0
- package/dist/DoubleRangeSlider.cjs +114 -0
- package/dist/DoubleRangeSlider.js +289 -0
- package/dist/DragAndDropFile.cjs +31 -0
- package/dist/DragAndDropFile.js +2331 -0
- package/dist/DragDropFiles.cjs +14 -0
- package/dist/DragDropFiles.js +175 -0
- package/dist/Drawer.cjs +6 -0
- package/dist/Drawer.js +206 -0
- package/dist/Dropdown.cjs +1 -0
- package/dist/Dropdown.js +266 -0
- package/dist/DropdownItem.cjs +36 -0
- package/dist/DropdownItem.js +241 -0
- package/dist/DropdownLookup.cjs +1 -0
- package/dist/DropdownLookup.js +325 -0
- package/dist/DropdownMenu-B6qr13ik.cjs +19 -0
- package/dist/DropdownMenu-DZi3TJ8Q.js +1547 -0
- package/dist/DropdownMenu.cjs +1 -0
- package/dist/DropdownMenu.js +12 -0
- package/dist/EditableTable.cjs +21 -0
- package/dist/EditableTable.js +462 -0
- package/dist/FileInput.cjs +47 -0
- package/dist/FileInput.js +206 -0
- package/dist/FlexBox.cjs +9 -0
- package/dist/FlexBox.js +97 -0
- package/dist/FlexGrid.cjs +1 -0
- package/dist/FlexGrid.js +78 -0
- package/dist/FlexGridItem.cjs +7 -0
- package/dist/FlexGridItem.js +97 -0
- package/dist/Footer.cjs +1 -0
- package/dist/Footer.js +18 -0
- package/dist/FormField.cjs +11 -0
- package/dist/FormField.js +65 -0
- package/dist/FormView.cjs +13 -0
- package/dist/FormView.js +354 -0
- package/dist/Grid.cjs +13 -0
- package/dist/Grid.js +62 -0
- package/dist/GridItem.cjs +15 -0
- package/dist/GridItem.js +72 -0
- package/dist/Header.cjs +1 -0
- package/dist/Header.js +18 -0
- package/dist/Icon.cjs +8 -0
- package/dist/Icon.js +59 -0
- package/dist/IconButton.cjs +122 -0
- package/dist/IconButton.js +481 -0
- package/dist/Kanban.cjs +85 -0
- package/dist/Kanban.js +4793 -0
- package/dist/KanbanActionsToolbar.cjs +19 -0
- package/dist/KanbanActionsToolbar.js +152 -0
- package/dist/KanbanCard-ConTmu3w.cjs +30 -0
- package/dist/KanbanCard-D9OhU8C6.js +175 -0
- package/dist/KanbanCard.cjs +1 -0
- package/dist/KanbanCard.js +12 -0
- package/dist/KanbanFooter.cjs +5 -0
- package/dist/KanbanFooter.js +84 -0
- package/dist/KanbanHeader.cjs +15 -0
- package/dist/KanbanHeader.js +127 -0
- package/dist/KanbanView.cjs +8 -0
- package/dist/KanbanView.js +255 -0
- package/dist/Link.cjs +15 -0
- package/dist/Link.js +62 -0
- package/dist/MenuItem.cjs +36 -0
- package/dist/MenuItem.js +230 -0
- package/dist/Modal.cjs +84 -0
- package/dist/Modal.js +372 -0
- package/dist/MultiSelectDropdown.cjs +1 -0
- package/dist/MultiSelectDropdown.js +261 -0
- package/dist/MultiSelectDropdownLookup.cjs +1 -0
- package/dist/MultiSelectDropdownLookup.js +274 -0
- package/dist/NestedDropdownItem.cjs +6 -0
- package/dist/NestedDropdownItem.js +102 -0
- package/dist/NestedMenuItem.cjs +6 -0
- package/dist/NestedMenuItem.js +115 -0
- package/dist/Notification.cjs +83 -0
- package/dist/Notification.js +1079 -0
- package/dist/NumberInput.cjs +45 -0
- package/dist/NumberInput.js +241 -0
- package/dist/PageLayout.cjs +26 -0
- package/dist/PageLayout.js +92 -0
- package/dist/PasswordInput.cjs +47 -0
- package/dist/PasswordInput.js +230 -0
- package/dist/ProgressBar.cjs +22 -0
- package/dist/ProgressBar.js +92 -0
- package/dist/RadioGroup.cjs +7 -0
- package/dist/RadioGroup.js +104 -0
- package/dist/RadioInput.cjs +117 -0
- package/dist/RadioInput.js +362 -0
- package/dist/RangeSlider.cjs +72 -0
- package/dist/RangeSlider.js +253 -0
- package/dist/SearchBar.cjs +100 -0
- package/dist/SearchBar.js +994 -0
- package/dist/Separator.cjs +6 -0
- package/dist/Separator.js +37 -0
- package/dist/Sidebar.cjs +39 -0
- package/dist/Sidebar.js +123 -0
- package/dist/Spinner.cjs +38 -0
- package/dist/Spinner.js +114 -0
- package/dist/Surface.cjs +7 -0
- package/dist/Surface.js +60 -0
- package/dist/SwipeableDrawer.cjs +33 -0
- package/dist/SwipeableDrawer.js +213 -0
- package/dist/Table.cjs +170 -0
- package/dist/Table.js +1408 -0
- package/dist/TableView-Cj5_fbSR.js +481 -0
- package/dist/TableView-D8ex512p.cjs +19 -0
- package/dist/TableView.cjs +1 -0
- package/dist/TableView.js +11 -0
- package/dist/Tabs.cjs +7 -0
- package/dist/Tabs.js +72 -0
- package/dist/TextAreaInput.cjs +33 -0
- package/dist/TextAreaInput.js +320 -0
- package/dist/TextInput.cjs +45 -0
- package/dist/TextInput.js +227 -0
- package/dist/ThemeProvider.cjs +113 -0
- package/dist/ThemeProvider.js +1340 -0
- package/dist/TimeInput.cjs +31 -0
- package/dist/TimeInput.js +133 -0
- package/dist/Toggle.cjs +151 -0
- package/dist/Toggle.js +421 -0
- package/dist/TreeMenu.cjs +15 -0
- package/dist/TreeMenu.js +108 -0
- package/dist/TreeMenuSeparator.cjs +6 -0
- package/dist/TreeMenuSeparator.js +40 -0
- package/dist/UploadedFile.cjs +39 -0
- package/dist/UploadedFile.js +192 -0
- package/dist/defineProperty-BHpTtkhC.js +110 -0
- package/dist/defineProperty-DHvxLH8G.cjs +1 -0
- package/dist/emotion-element-5486c51c.browser.esm-CSejtOeT.js +886 -0
- package/dist/emotion-element-5486c51c.browser.esm-QRQ5FSjv.cjs +1 -0
- package/dist/emotion-is-prop-valid.esm-BzFBwmJz.js +10 -0
- package/dist/emotion-is-prop-valid.esm-CMrshNb7.cjs +1 -0
- package/dist/emotion-react.browser.esm-DQBL7Wls.cjs +1 -0
- package/dist/emotion-react.browser.esm-OWM-uG8Q.js +94 -0
- package/dist/emotion-styled.browser.esm-BZSYYThs.js +210 -0
- package/dist/emotion-styled.browser.esm-Cbp_XsK4.cjs +1 -0
- package/dist/floating-ui.dom-1F2mTXOe.cjs +1 -0
- package/dist/floating-ui.dom-BdUovkEr.js +938 -0
- package/dist/hoist-non-react-statics.cjs-B8r9S_ak.cjs +15 -0
- package/dist/hoist-non-react-statics.cjs-Drf1aBlk.js +235 -0
- package/dist/index-BLQWNy78.js +109 -0
- package/dist/index-BP5r5zGN.cjs +1 -0
- package/dist/index-B_da1uvD.js +451 -0
- package/dist/index-BjdOz5Ok.cjs +1 -0
- package/dist/index-BklgDeu4.js +42 -0
- package/dist/index-C29T0m2a.cjs +174 -0
- package/dist/index-CZJEA84h.js +19069 -0
- package/dist/index-Cdkz-XH-.js +127 -0
- package/dist/index-D5vEbKUT.js +81 -0
- package/dist/index-DXnSjbfJ.cjs +20 -0
- package/dist/index-Ds9PUTwb.js +667 -0
- package/dist/index-Dzkd2i4n.cjs +1 -0
- package/dist/index-IO9v6o0I.cjs +5 -0
- package/dist/index-P-naJISQ.cjs +1 -0
- package/dist/index.cjs +26 -0
- package/dist/index.js +378 -0
- package/dist/motion-CtkUpWEn.js +3785 -0
- package/dist/motion-Oud-wpUz.cjs +1 -0
- package/dist/objectWithoutPropertiesLoose-Bz3hwpmU.cjs +1 -0
- package/dist/objectWithoutPropertiesLoose-DwEN6RBQ.js +12 -0
- package/dist/setPrototypeOf-4aSEnBDm.cjs +1 -0
- package/dist/setPrototypeOf-a891FLQJ.js +13 -0
- package/dist/style.css +5 -0
- package/dist/tslib.es6-ZNVz5r_T.js +90 -0
- package/dist/tslib.es6-fPwcSa2V.cjs +1 -0
- package/dist/use-isomorphic-layout-effect.browser.esm-CkGv31zs.cjs +1 -0
- package/dist/use-isomorphic-layout-effect.browser.esm-DERp5kr6.js +5 -0
- package/dist/useUpdateEffect-BtMgpgIV.cjs +1 -0
- package/dist/useUpdateEffect-CuYWz7EA.js +15 -0
- package/dist/utils-DEke8iwo.js +10196 -0
- package/dist/utils-hdRGTsQ7.cjs +13 -0
- package/eslint.config.js +38 -0
- package/package.json +137 -58
- package/vite.config.js +135 -0
- package/jest.config.js +0 -7
- package/lib/index.esm.js +0 -84028
- package/lib/index.js +0 -84165
- package/rc1 +0 -0
- package/test/jest/__mocks__/styleMock.js +0 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";const h=require("react/jsx-runtime"),l=require("react");var m=function(){},s=typeof window<"u",D=function(e,t){return s?window.matchMedia(e).matches:(process.env.NODE_ENV!=="production"&&console.warn("`useMedia` When server side rendering, defaultState should be defined to prevent a hydration mismatches."),!1)},x=function(e,t){var a=l.useState(D(e)),o=a[0],n=a[1];return l.useEffect(function(){var r=!0,d=window.matchMedia(e),c=function(){r&&n(!!d.matches)};return d.addEventListener("change",c),n(d.matches),function(){r=!1,d.removeEventListener("change",c)}},[e]),o};const i={name:"Lanaco Light",class:"lnc-light",colorContext:{primary:"teal",secondary:"blue",success:"green",warning:"yellow",danger:"red",information:"violet",neutral:"neutral"},components:{Input:{default:{palette:"gray",enabled:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},focus:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},hover:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},active:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},disabled:{border:200}},teal:{enabled:{caret:500}},green:{enabled:{border:300,text:900,prefix:600,suffix:600}},yellow:{enabled:{border:300,text:900,prefix:600,suffix:600}},red:{enabled:{border:300,text:900,prefix:600,suffix:600}}},DateInput:{default:{palette:"gray",enabled:{background:0,border:200,placeholder:500,text:900,textWeekDays:400,fontWeight:200,todayColor:600},hover:{text:600,background:600,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:600,backgroundDayOpacity:200},disabled:{border:200,text:400,background:0}},teal:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},blue:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},red:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},violet:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},yellow:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},green:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},gray:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},neutral:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}}},Chip:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:50,text:900,fontWeight:700,backdropFilter:"blur(48px)"},hover:{background:100,backgroundOpacity:100,text:900,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:900,fontWeight:700},active:{background:100,backgroundOpacity:200,text:900,fontWeight:700}},teal:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},blue:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},red:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},violet:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},yellow:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},green:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},gray:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},neutral:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}}},Icon:{default:{palette:"gray",enabled:{icon:600}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:500}},neutral:{enabled:{icon:600}}},TabRegular:{default:{palette:"gray",enabled:{text:500,line:300,fontWeight:700,lineHeight:"2px"},hover:{text:500,line:300,fontWeight:700,lineHeight:"1px"},active:{text:500,line:300,fontWeight:700}},teal:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},blue:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},red:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},violet:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},yellow:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},green:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},gray:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},neutral:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}}},TabPill:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:0,text:500,fontWeight:600},hover:{background:100,backgroundOpacity:1e3,text:500,fontWeight:600},active:{background:0,backgroundOpacity:0,text:500,fontWeight:600}},teal:{enabled:{},hover:{background:100,backgroundOpacity:500,text:700},active:{background:100,backgroundOpacity:1e3,text:700}},blue:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},red:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},violet:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},yellow:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},green:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},gray:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},neutral:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}}},TabUnderline:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:0,text:500,line:200,fontWeight:700,lineHeight:"2px"},hover:{background:0,backgroundOpacity:0,text:500,line:200,fontWeight:700,lineHeight:"1px"},active:{background:0,backgroundOpacity:0,fontWeight:700}},teal:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},blue:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},red:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},violet:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},yellow:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},green:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},gray:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},neutral:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}}},Checkbox:{default:{palette:"gray",enabled:{background:0,border:300,text:600,fontWeight:600,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}},focus:{border:300,text:600,backgroundOpacity:1e3,fontWeight:600},hover:{background:900,backgroundOpacity:100,border:300,text:600,fontWeight:600},active:{background:600,backgroundOpacity:1e3,border:600,text:600,fontWeight:600},disabled:{border:300}},teal:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},blue:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},red:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},violet:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},yellow:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},green:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},gray:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},neutral:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}}},Radio:{default:{palette:"gray",enabled:{background:0,border:300,text:600,fontWeight:600,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}},focus:{border:300,text:600,backgroundOpacity:1e3,fontWeight:600},hover:{background:900,backgroundOpacity:100,border:300,text:600,fontWeight:600},active:{background:600,backgroundOpacity:1e3,border:600,text:600,fontWeight:600},disabled:{border:300,background:300}},teal:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},blue:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},red:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},violet:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},yellow:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},green:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},gray:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},neutral:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}}},Alert:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},teal:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},blue:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},red:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},violet:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},yellow:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},green:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},gray:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},neutral:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}}},Notification:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:1e3,text:500,action:600,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600,border:200,icon:600}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:600}},neutral:{enabled:{icon:600}}},ButtonFilled:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:50,text:0,fontWeight:700},hover:{background:100,backgroundOpacity:100,text:0,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:0,fontWeight:700},active:{background:100,backgroundOpacity:200,text:0,fontWeight:700},disabled:{background:200}},teal:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},blue:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:800}},red:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},violet:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},yellow:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},green:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},gray:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700},disabled:{background:200}},neutral:{enabled:{background:400},hover:{background:500},focus:{background:500},active:{background:600}}},ButtonTinted:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:50,text:900,fontWeight:700},hover:{background:100,backgroundOpacity:100,text:900,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:900,fontWeight:700},active:{background:100,backgroundOpacity:200,text:900,fontWeight:700},disabled:{background:200}},teal:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}},blue:{enabled:{background:600,backgroundOpacity:200,text:700},hover:{background:700,backgroundOpacity:300,text:700},focus:{background:700,backgroundOpacity:300,text:700},active:{background:800,backgroundOpacity:400,text:700}},red:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}},violet:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}},yellow:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}},green:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}},gray:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600},disabled:{background:200}},neutral:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}}},ButtonBasic:{default:{palette:"gray",enabled:{border:900,borderOpacity:100,background:0,backgroundOpacity:50,text:600,fontWeight:700},hover:{border:900,borderOpacity:100,background:900,backgroundOpacity:50,text:600,fontWeight:700},focus:{border:900,borderOpacity:100,background:900,backgroundOpacity:50,text:600,fontWeight:700},active:{border:900,borderOpacity:100,background:900,backgroundOpacity:100,text:600,fontWeight:700},disabled:{background:0,backgroundOpacity:50}},teal:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},blue:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},red:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},violet:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},yellow:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},green:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},gray:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},neutral:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}}},Badge:{default:{palette:"gray",enabled:{background:600,fontWeight:600,text:0}},teal:{enabled:{background:600,fontWeight:600,text:0}},blue:{enabled:{background:600,fontWeight:600,text:0}},red:{enabled:{background:600,fontWeight:600,text:0}},violet:{enabled:{background:600,fontWeight:600,text:0}},yellow:{enabled:{background:600,fontWeight:600,text:0}},green:{enabled:{background:600,fontWeight:600,text:0}},gray:{enabled:{background:600,fontWeight:600,text:0}},neutral:{enabled:{background:600,fontWeight:600,text:0}}},Spinner:{default:{palette:"gray",enabled:{background:600,fontWeight:600,text:600,unfilled:200}},teal:{enabled:{background:600,fontWeight:600,text:600}},blue:{enabled:{background:600,fontWeight:600,text:600}},red:{enabled:{background:600,fontWeight:600,text:600}},violet:{enabled:{background:600,fontWeight:600,text:600}},yellow:{enabled:{background:600,fontWeight:600,text:600}},green:{enabled:{background:600,fontWeight:600,text:600}},gray:{enabled:{background:600,fontWeight:600,text:600}},neutral:{enabled:{background:600,fontWeight:600,text:600}}},Progress:{default:{palette:"gray",enabled:{background:600,fontWeight:700,text:0,unfilled:300,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}}},teal:{enabled:{background:600}},blue:{enabled:{background:600}},red:{enabled:{background:600}},violet:{enabled:{background:600}},yellow:{enabled:{background:600}},green:{enabled:{background:600}},gray:{enabled:{background:600}},neutral:{enabled:{background:600}}},Range:{default:{palette:"gray",enabled:{background:600,fontWeight:700,text:0,unfilled:300},disabled:{background:500}},teal:{enabled:{background:600}},blue:{enabled:{background:600}},red:{enabled:{background:600}},violet:{enabled:{background:600}},yellow:{enabled:{background:600}},green:{enabled:{background:600}},gray:{enabled:{background:600}},neutral:{enabled:{background:600}}},ButtonGroup:{default:{palette:"gray",enabled:{border:200}}},TableCell:{default:{palette:"gray",enabled:{},hover:{},focus:{},active:{},disabled:{}}},Table:{default:{palette:"gray",enabled:{border:300,background:0},hover:{border:300,background:0},focus:{border:300,background:0},active:{border:300,background:0},disabled:{border:300,background:0}}},TableHeadCell:{default:{palette:"gray",enabled:{border:300,background:50,text:900,fontWeight:700},hover:{border:300,background:100,text:900,fontWeight:700},focus:{border:300,background:50,text:900,fontWeight:700},active:{border:300,background:50,text:900,fontWeight:700},disabled:{background:0,backgroundOpacity:50}}},TableRow:{default:{palette:"gray",enabled:{border:200,background:0},hover:{border:200,background:50},focus:{border:200,background:50},active:{border:200,background:50},disabled:{border:200,background:50}},teal:{active:{background:50}},blue:{active:{background:50}},red:{active:{background:50}},violet:{active:{background:50}},yellow:{active:{background:50}},green:{active:{background:50}},gray:{active:{background:50}},neutral:{active:{background:50}}},Modal:{default:{palette:"gray",enabled:{bg:0,cancelButton:400},hover:{cancelBtnBg:900,cancelBtnBgOpacity:50},focus:{cancelBtnBg:900,cancelBtnBgOpacity:100}}},ConfirmationForm:{default:{palette:"gray",enabled:{icon:600,trackBg:100}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:600}},neutral:{enabled:{icon:600}}},Popover:{default:{palette:"gray",enabled:{bg:0,boxShadow:"0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px -10px 10px -5px rgba(0, 0, 0, 0.02)"}}},FormField:{default:{palette:"gray",enabled:{label:600,text:600,fontWeight:600}},red:{enabled:{text:600}},yellow:{enabled:{text:600}},green:{enabled:{text:600}}},Toggle:{default:{palette:"gray",enabled:{background:900,backgroundOpacity:200},hover:{background:900,backgroundOpacity:300},focus:{background:900,backgroundOpacity:300},active:{background:900,backgroundOpacity:400},disabled:{background:900,backgroundOpacity:200}},teal:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},blue:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:800}},red:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},violet:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},yellow:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},green:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},gray:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700},disabled:{background:200}},neutral:{enabled:{background:400},hover:{background:500},focus:{background:500},active:{background:600}}},ToggleSlider:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:1e3,fontWeight:900},hover:{background:50,backgroundOpacity:1e3},focus:{background:50,backgroundOpacity:1e3},active:{background:50,backgroundOpacity:1e3},disabled:{background:50,backgroundOpacity:700}}},ToggleIcon:{default:{palette:"gray",enabled:{text:400},hover:{text:400},focus:{text:400},active:{text:400},disabled:{text:400}}},UploadedFile:{default:{palette:"gray",enabled:{color:600}},teal:{enabled:{color:600}},blue:{enabled:{color:600}},red:{enabled:{color:600}},violet:{enabled:{color:600}},yellow:{enabled:{color:600}},green:{enabled:{color:600}},gray:{enabled:{color:600}},neutral:{enabled:{color:600}}},Dropdown:{default:{palette:"gray",enabled:{background:0,removeIcon:400},hover:{background:100},selected:{background:500}},teal:{hover:{background:100},selected:{background:500}},blue:{hover:{background:100},selected:{background:500}},red:{hover:{background:100},selected:{background:500}},violet:{hover:{background:100},selected:{background:500}},yellow:{hover:{background:100},selected:{background:500}},green:{hover:{background:100},selected:{background:500}},gray:{hover:{background:100},selected:{background:500}},neutral:{hover:{background:100},selected:{background:500}}},MenuItem:{default:{palette:"gray",enabled:{icon:600,fontWeight:600,separator:100,text:900},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},teal:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},blue:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},red:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},violet:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},yellow:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},green:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},gray:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}},neutral:{enabled:{icon:600},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:500,icon:300,text:0}}},DragDropFiles:{default:{palette:"gray",enabled:{border:200,text:500,icon:500,fontWeight:400}}},Accordion:{default:{palette:"gray",enabled:{line:200,fontWeight:600,summaryText:500,text:700}}},Breadcrumbs:{default:{palette:"gray",enabled:{fontWeight:600,text:600}},teal:{enabled:{text:600}},blue:{enabled:{text:600}},red:{enabled:{text:600}},violet:{enabled:{text:600}},yellow:{enabled:{text:600}},green:{enabled:{text:600}},gray:{enabled:{text:600}},neutral:{enabled:{text:600}}},Link:{default:{palette:"gray",enabled:{fontWeight:600,text:600},hover:{text:400},active:{text:900},visited:{text:800}},teal:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},blue:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},red:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},violet:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},yellow:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},green:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},gray:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},neutral:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}}},Toolbar:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:1e3,border:900,borderOpacity:100}}},Kanban:{default:{palette:"gray",enabled:{background:100}}},KanbanHeader:{default:{palette:"gray",enabled:{background:0,text:600}}},KanbanCard:{default:{palette:"gray",enabled:{highlight:600,background:0,text:600}},teal:{enabled:{highlight:600}},blue:{enabled:{highlight:600}},red:{enabled:{highlight:600}},violet:{enabled:{background:600}},yellow:{enabled:{highlight:600}},green:{enabled:{highlight:600}},gray:{enabled:{highlight:600}},neutral:{enabled:{highlight:600}}},TableSpecialLastRow:{default:{palette:"gray",enabled:{fontWeight:500},hover:{fontWeight:700},focus:{fontWeight:700},active:{fontWeight:700},disabled:{fontWeight:700}}},Drawer:{default:{palette:"gray",enabled:{background:500,fontWeight:600,text:0}},teal:{enabled:{background:500,fontWeight:600,text:0}},blue:{enabled:{background:500,fontWeight:600,text:0}},red:{enabled:{background:500,fontWeight:600,text:0}},violet:{enabled:{background:500,fontWeight:600,text:0}},yellow:{enabled:{background:500,fontWeight:600,text:0}},green:{enabled:{background:500,fontWeight:600,text:0}},gray:{enabled:{background:500,fontWeight:600,text:0}},neutral:{enabled:{background:500,fontWeight:600,text:0}}},Danger:{default:{palette:"red",enabled:{text:600,border:300}}},Background:{default:{palette:"gray",enabled:{background:100}}},Surface:{default:{palette:"gray",enabled:{background:0}}},Text:{default:{palette:"gray",enabled:{text:600}}}},palette:{outline:{width:"0.125rem",style:"solid",context:"primary",weight:500,offset:"0.188rem"},disabled:{color:"gray",text:400,background:900,opacity:50},gray:{0:"#FFFFFF",50:"#F8FAFC",100:"#F1F5F9",200:"#E2E8F0",300:"#CBD5E1",400:"#94A3B8",500:"#64748B",600:"#475569",700:"#334155",800:"#1E293B",900:"#0F172A"},neutral:{0:"#FFFFFF",50:"#FAFAFA",100:"#F4F4F5",200:"#E4E4E7",300:"#D4D4D8",400:"#A1A1AA",500:"#71717A",600:"#52525B",700:"#3F3F46",800:"#27272A",900:"#18181B"},blue:{0:"#FFFFFF",50:"#F4FAFF",100:"#E3F2FF",200:"#C6E4FF",300:"#96CEFF",400:"#6AB7FB",500:"#4FA2EB",600:"#3284CB",700:"#2667A0",800:"#00427C",900:"#003461"},teal:{0:"#FFFFFF",50:"#F0FDFD",100:"#CCFAFB",200:"#ADF4F5",300:"#73E3E4",400:"#2DD1D4",500:"#00B9BD",600:"#008C8F",700:"#00787A",800:"#045F61",900:"#0A4D4F"},red:{0:"#FFFFFF",50:"#FFF1F2",100:"#FFE4E6",200:"#FECDD3",300:"#FDA4AF",400:"#FB7185",500:"#F43F5E",600:"#E11D48",700:"#BE123C",800:"#9F1239",900:"#881337"},violet:{0:"#FFFFFF",50:"#F5F3FF",100:"#EDE9FE",200:"#DDD6FE",300:"#C4B5FD",400:"#A78BFA",500:"#8B5CF6",600:"#7C3AED",700:"#6D28D9",800:"#5B21B6",900:"#4C1D95"},yellow:{0:"#FFFFFF",50:"#FFFBEB",100:"#FEF3C7",200:"#FDE68A",300:"#FCD34D",400:"#FBBF24",500:"#F59E0B",600:"#D97706",700:"#B45309",800:"#92400E",900:"#78350F"},green:{0:"#FFFFFF",50:"#ECFDF5",100:"#D1FAE5",200:"#A7F3D0",300:"#6EE7B7",400:"#34D399",500:"#10B981",600:"#059669",700:"#047857",800:"#065F46",900:"#064E3B"},opacity:{50:"5%",100:"10%",200:"20%",250:"25%",300:"30%",400:"40%",500:"50%",600:"60%",700:"70%",800:"80%",900:"90%",950:"95%",1e3:"100%"}},sizes:{small:"2.25rem",medium:"2.5rem",large:"2.75rem"},borderRadius:{slight:"4px",regular:"8px",edged:"12px",curved:"1000px",none:"0"},boxShadow:{xs:"0px 1px 2px rgba(0, 0, 0, 0.05);",s:"0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);",m:"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);",l:" 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);",xl:"0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);",xxl:"0px 25px 50px -12px rgba(0, 0, 0, 0.25);"},typography:{fontFamily:"Nunito",component:{weight:700,large:{fontSize:"1rem",lineHeight:"1.125rem",subTxtFontSize:"0.9rem"},medium:{fontSize:"0.875rem",lineHeight:"1rem",subTxtFontSize:"0.775rem"},small:{fontSize:"0.875rem",lineHeight:"1rem",subTxtFontSize:"0.775rem"}}},zIndex:{modal:1300,snackbar:1400,tooltip:1500,popover:1299}},B={name:"Lanaco Dark",class:"lnc-dark",colorContext:{primary:"teal",secondary:"blue",success:"green",warning:"yellow",danger:"red",information:"violet",neutral:"gray"},components:{Input:{default:{palette:"gray",enabled:{background:700,border:600,placeholder:400,text:0,prefix:400,suffix:400,caret:500,fontWeight:400},focus:{background:700,border:600,placeholder:400,text:0,prefix:400,suffix:400,caret:500,fontWeight:400},hover:{background:700,border:600,placeholder:400,text:0,prefix:400,suffix:400,caret:500,fontWeight:400},active:{background:700,border:600,placeholder:400,text:0,prefix:400,suffix:400,caret:500,fontWeight:400},disabled:{border:700}},teal:{enabled:{caret:500}},green:{enabled:{border:500,text:600,prefix:400,suffix:400}},yellow:{enabled:{border:500,text:600,prefix:400,suffix:400}},red:{enabled:{border:500,text:600,prefix:400,suffix:400}}},DateInput:{default:{palette:"gray",enabled:{background:700,border:200,placeholder:500,text:0,textWeekDays:400,fontWeight:200,todayColor:600},hover:{text:600,background:600,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:600,backgroundDayOpacity:200},disabled:{border:200}},teal:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},blue:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},red:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},violet:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},yellow:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},green:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},gray:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},neutral:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}}},Chip:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:50,text:300,fontWeight:700,backdropFilter:"blur(48px)"},hover:{background:0,backgroundOpacity:100,text:300,fontWeight:700},focus:{background:0,backgroundOpacity:100,text:300,fontWeight:700},active:{background:0,backgroundOpacity:200,text:300,fontWeight:700}},teal:{enabled:{background:500,backgroundOpacity:200,text:500},hover:{background:500,backgroundOpacity:300,text:500},focus:{background:500,backgroundOpacity:300,text:500},active:{background:500,backgroundOpacity:400,text:500}},blue:{enabled:{background:500,backgroundOpacity:200,text:500},hover:{background:500,backgroundOpacity:300,text:500},focus:{background:500,backgroundOpacity:300,text:500},active:{background:500,backgroundOpacity:400,text:500}},red:{enabled:{background:500,backgroundOpacity:200,text:500},hover:{background:500,backgroundOpacity:300,text:500},focus:{background:500,backgroundOpacity:300,text:500},active:{background:500,backgroundOpacity:400,text:500}},violet:{enabled:{background:500,backgroundOpacity:200,text:500},hover:{background:500,backgroundOpacity:300,text:500},focus:{background:500,backgroundOpacity:300,text:500},active:{background:500,backgroundOpacity:400,text:500}},yellow:{enabled:{background:500,backgroundOpacity:200,text:500},hover:{background:500,backgroundOpacity:300,text:500},focus:{background:500,backgroundOpacity:300,text:500},active:{background:500,backgroundOpacity:400,text:500}},green:{enabled:{background:500,backgroundOpacity:200,text:500},hover:{background:500,backgroundOpacity:300,text:500},focus:{background:500,backgroundOpacity:300,text:500},active:{background:500,backgroundOpacity:400,text:500}},gray:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:500,backgroundOpacity:300,text:300},focus:{background:500,backgroundOpacity:300,text:300},active:{background:500,backgroundOpacity:400,text:500}},neutral:{enabled:{background:0,backgroundOpacity:200,text:500},hover:{background:0,backgroundOpacity:300,text:500},focus:{background:0,backgroundOpacity:300,text:500},active:{background:0,backgroundOpacity:400,text:500}}},Icon:{default:{palette:"gray",enabled:{icon:800}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:600}},neutral:{enabled:{icon:600}}},TabRegular:{default:{palette:"gray",enabled:{text:400,line:700,fontWeight:700,lineHeight:"2px"},hover:{text:400,line:700,fontWeight:700,lineHeight:"1px"},active:{text:400,line:700,fontWeight:700}},teal:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},blue:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},red:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},violet:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},yellow:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},green:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},gray:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}},neutral:{enabled:{},hover:{text:300,line:300},active:{text:300,line:300}}},TabPill:{default:{palette:"gray",enabled:{text:300,fontWeight:600},hover:{background:800,backgroundOpacity:500,text:100,fontWeight:600},active:{background:800,backgroundOpacity:1e3,text:100,fontWeight:600}},teal:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:0,backgroundOpacity:1e3,text:300}},blue:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:0,backgroundOpacity:1e3,text:300}},red:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:0,backgroundOpacity:1e3,text:300}},violet:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:0,backgroundOpacity:1e3,text:300}},yellow:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:800,backgroundOpacity:1e3,text:300}},green:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:800,backgroundOpacity:1e3,text:300}},gray:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:800,backgroundOpacity:1e3,text:300}},neutral:{enabled:{},hover:{background:800,backgroundOpacity:100,text:300},active:{background:0,backgroundOpacity:1e3,text:300}}},TabUnderline:{default:{palette:"gray",enabled:{background:800,backgroundOpacity:0,text:300,line:700,fontWeight:700,lineHeight:"2px"},hover:{background:700,backgroundOpacity:0,text:300,line:200,fontWeight:700,lineHeight:"1px"},active:{background:800,backgroundOpacity:0,fontWeight:700}},teal:{enabled:{},hover:{},active:{text:300,line:300}},blue:{enabled:{},hover:{},active:{text:300,line:700}},red:{enabled:{},hover:{},active:{text:300,line:300}},violet:{enabled:{},hover:{},active:{text:300,line:300}},yellow:{enabled:{},hover:{},active:{text:300,line:300}},green:{enabled:{},hover:{},active:{text:300,line:300}},gray:{enabled:{},hover:{},active:{text:300,line:300}},neutral:{enabled:{},hover:{},active:{text:300,line:300}}},Checkbox:{default:{palette:"gray",enabled:{background:900,border:500,text:300,fontWeight:600,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}},focus:{border:500,text:300,backgroundOpacity:1e3,fontWeight:600},hover:{background:900,backgroundOpacity:100,border:300,text:300,fontWeight:600},active:{background:600,backgroundOpacity:1e3,border:600,text:300,fontWeight:600},disabled:{background:700,border:600}},teal:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},blue:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},red:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},violet:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},yellow:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},green:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},gray:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},neutral:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}}},Radio:{default:{palette:"gray",enabled:{background:0,border:300,text:600,fontWeight:600,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}},focus:{border:300,text:600,backgroundOpacity:1e3,fontWeight:600},hover:{background:900,backgroundOpacity:100,border:300,text:600,fontWeight:600},active:{background:600,backgroundOpacity:1e3,border:600,text:600,fontWeight:600},disabled:{border:300,background:300}},teal:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},blue:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},red:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},violet:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},yellow:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},green:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},gray:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},neutral:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}}},Alert:{default:{palette:"gray",enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},teal:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},blue:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},red:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},violet:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},yellow:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},green:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},gray:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},neutral:{enabled:{background:900,backgroundOpacity:1e3,text:300,action:200,title:200,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}}},Notification:{default:{palette:"gray",enabled:{background:700,backgroundOpacity:1e3,text:400,action:300,title:50,fontWeight:400,fontWeightAction:600,fontWeightTitle:600,border:600,icon:300}},teal:{enabled:{icon:300}},blue:{enabled:{icon:300}},red:{enabled:{icon:300}},violet:{enabled:{icon:300}},yellow:{enabled:{icon:300}},green:{enabled:{icon:300}},gray:{enabled:{icon:300}},neutral:{enabled:{icon:300}}},ButtonFilled:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:50,text:0,fontWeight:700},hover:{background:100,backgroundOpacity:100,text:0,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:0,fontWeight:700},active:{background:100,backgroundOpacity:200,text:0,fontWeight:700},disabled:{background:700}},teal:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},blue:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:800}},red:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},violet:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},yellow:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},green:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},gray:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700},disabled:{background:200}},neutral:{enabled:{background:400},hover:{background:500},focus:{background:500},active:{background:600}}},ButtonTinted:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:50,text:900,fontWeight:700},hover:{background:100,backgroundOpacity:100,text:900,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:900,fontWeight:700},active:{background:100,backgroundOpacity:200,text:900,fontWeight:700},disabled:{background:700,text:500}},teal:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:600,backgroundOpacity:300,text:300},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:300}},blue:{enabled:{background:600,backgroundOpacity:200,text:300},hover:{background:700,backgroundOpacity:300,text:300},focus:{background:700,backgroundOpacity:300,text:300},active:{background:800,backgroundOpacity:400,text:300}},red:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:600,backgroundOpacity:300,text:300},focus:{background:600,backgroundOpacity:300,text:300},active:{background:700,backgroundOpacity:400,text:300}},violet:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:300},active:{background:700,backgroundOpacity:400,text:300}},yellow:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:600,backgroundOpacity:300,text:300},focus:{background:600,backgroundOpacity:300,text:300},active:{background:700,backgroundOpacity:400,text:300}},green:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:600,backgroundOpacity:300,text:300},focus:{background:600,backgroundOpacity:300,text:300},active:{background:700,backgroundOpacity:400,text:300}},gray:{enabled:{background:0,backgroundOpacity:100,text:300},hover:{background:0,backgroundOpacity:200,text:300},focus:{background:0,backgroundOpacity:200,text:300},active:{background:0,backgroundOpacity:300,text:300},disabled:{background:200}},neutral:{enabled:{background:500,backgroundOpacity:200,text:300},hover:{background:600,backgroundOpacity:300,text:300},focus:{background:600,backgroundOpacity:300,text:300},active:{background:700,backgroundOpacity:400,text:300}}},ButtonBasic:{default:{palette:"gray",enabled:{border:0,borderOpacity:100,background:0,backgroundOpacity:50,text:300,fontWeight:700},hover:{border:0,borderOpacity:100,background:0,backgroundOpacity:50,text:300,fontWeight:700},focus:{border:0,borderOpacity:100,background:0,backgroundOpacity:50,text:300,fontWeight:700},active:{border:0,borderOpacity:100,background:0,backgroundOpacity:100,text:300,fontWeight:700},disabled:{background:0,backgroundOpacity:50}},teal:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},blue:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},red:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},violet:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},yellow:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},green:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},gray:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}},neutral:{enabled:{text:300},hover:{text:300},focus:{text:300},active:{text:300},disabled:{text:500}}},Badge:{default:{palette:"gray",enabled:{background:600,fontWeight:600,text:0}},teal:{enabled:{background:600,fontWeight:600,text:0}},blue:{enabled:{background:600,fontWeight:600,text:0}},red:{enabled:{background:600,fontWeight:600,text:0}},violet:{enabled:{background:600,fontWeight:600,text:0}},yellow:{enabled:{background:600,fontWeight:600,text:0}},green:{enabled:{background:600,fontWeight:600,text:0}},gray:{enabled:{background:600,fontWeight:600,text:0}},neutral:{enabled:{background:600,fontWeight:600,text:0}}},Spinner:{default:{palette:"gray",enabled:{background:600,fontWeight:600,text:600,unfilled:800}},teal:{enabled:{background:600,fontWeight:600,text:600}},blue:{enabled:{background:600,fontWeight:600,text:600}},red:{enabled:{background:600,fontWeight:600,text:600}},violet:{enabled:{background:600,fontWeight:600,text:600}},yellow:{enabled:{background:600,fontWeight:600,text:600}},green:{enabled:{background:600,fontWeight:600,text:600}},gray:{enabled:{background:600,fontWeight:600,text:600}},neutral:{enabled:{background:600,fontWeight:600,text:600}}},Progress:{default:{palette:"gray",enabled:{background:600,fontWeight:700,text:300,unfilled:800,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}}},teal:{enabled:{background:600}},blue:{enabled:{background:600}},red:{enabled:{background:600}},violet:{enabled:{background:600}},yellow:{enabled:{background:600}},green:{enabled:{background:600}},gray:{enabled:{background:600}},neutral:{enabled:{background:600}}},Range:{default:{palette:"gray",enabled:{background:600,fontWeight:700,text:300,unfilled:800},disabled:{background:700}},teal:{enabled:{background:600}},blue:{enabled:{background:600}},red:{enabled:{background:600}},violet:{enabled:{background:600}},yellow:{enabled:{background:600}},green:{enabled:{background:600}},gray:{enabled:{background:600}},neutral:{enabled:{background:600}}},ButtonGroup:{default:{palette:"gray",enabled:{border:700}}},TableCell:{default:{palette:"gray",enabled:{},hover:{},focus:{},active:{},disabled:{}}},Table:{default:{palette:"gray",enabled:{border:700,background:0},hover:{border:700,background:0},focus:{border:700,background:0},active:{border:700,background:0},disabled:{border:700,background:0}}},TableHeadCell:{default:{palette:"gray",enabled:{border:600,background:600,text:0,fontWeight:700},hover:{border:600,background:600,text:0,fontWeight:700},focus:{border:600,background:600,text:0,fontWeight:700},active:{border:600,background:600,text:0,fontWeight:700},disabled:{background:500,backgroundOpacity:50}}},TableRow:{default:{palette:"gray",enabled:{border:700,background:800},hover:{border:700,background:700},focus:{border:700,background:700},active:{border:700,background:700},disabled:{border:700,background:700}},teal:{active:{background:700}},blue:{active:{background:700}},red:{active:{background:700}},violet:{active:{background:700}},yellow:{active:{background:700}},green:{active:{background:700}},gray:{active:{background:700}},neutral:{active:{background:700}}},Modal:{default:{palette:"gray",enabled:{cancelButton:400,bg:700},hover:{cancelBtnBg:900,cancelBtnBgOpacity:50},focus:{cancelBtnBg:900,cancelBtnBgOpacity:100}}},ConfirmationForm:{default:{palette:"gray",enabled:{icon:300,trackBg:600}},teal:{enabled:{icon:300}},blue:{enabled:{icon:300}},red:{enabled:{icon:300}},violet:{enabled:{icon:300}},yellow:{enabled:{icon:300}},green:{enabled:{icon:300}},gray:{enabled:{icon:300}},neutral:{enabled:{icon:300}}},Popover:{default:{palette:"gray",enabled:{bg:700,boxShadow:"0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px -10px 10px -5px rgba(0, 0, 0, 0.02)"}}},FormField:{default:{palette:"gray",enabled:{label:300,text:400,fontWeight:600}},red:{enabled:{text:600}},yellow:{enabled:{text:600}},green:{enabled:{text:600}}},Toggle:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:200},hover:{background:0,backgroundOpacity:300},focus:{background:0,backgroundOpacity:300},active:{background:0,backgroundOpacity:400},disabled:{background:0,backgroundOpacity:200}},teal:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},blue:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:800}},red:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},violet:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},yellow:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},green:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},gray:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700},disabled:{background:200}},neutral:{enabled:{background:400},hover:{background:500},focus:{background:500},active:{background:600}}},ToggleSlider:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:1e3,fontWeight:900},hover:{background:50,backgroundOpacity:1e3},focus:{background:50,backgroundOpacity:1e3},active:{background:50,backgroundOpacity:1e3},disabled:{background:50,backgroundOpacity:700}}},ToggleIcon:{default:{palette:"gray",enabled:{text:400},hover:{text:400},focus:{text:400},active:{text:400},disabled:{text:400}}},UploadedFile:{default:{palette:"gray",enabled:{color:600}},teal:{enabled:{color:600}},blue:{enabled:{color:600}},red:{enabled:{color:600}},violet:{enabled:{color:600}},yellow:{enabled:{color:600}},green:{enabled:{color:600}},gray:{enabled:{color:600}},neutral:{enabled:{color:600}}},Dropdown:{default:{palette:"gray",enabled:{background:800,removeIcon:400},hover:{background:700},selected:{background:900}},teal:{hover:{background:700},selected:{background:800}},blue:{hover:{background:700},selected:{background:800}},red:{hover:{background:700},selected:{background:800}},violet:{hover:{background:700},selected:{background:800}},yellow:{hover:{background:700},selected:{background:800}},green:{hover:{background:700},selected:{background:800}},gray:{hover:{background:700},selected:{background:800}},neutral:{hover:{background:700},selected:{background:800}}},MenuItem:{default:{palette:"gray",enabled:{icon:400,fontWeight:600,separator:700,text:50},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},teal:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},blue:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},red:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},violet:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},yellow:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},green:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},gray:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}},neutral:{enabled:{icon:400},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0},hover:{background:600,icon:300,text:0}}},DragDropFiles:{default:{palette:"gray",enabled:{border:700,text:400,icon:400,fontWeight:400}}},Accordion:{default:{palette:"gray",enabled:{line:200,fontWeight:600,summaryText:300,text:400}}},Breadcrumbs:{default:{palette:"gray",enabled:{fontWeight:600,text:600}},teal:{enabled:{text:600}},blue:{enabled:{text:600}},red:{enabled:{text:600}},violet:{enabled:{text:600}},yellow:{enabled:{text:600}},green:{enabled:{text:600}},gray:{enabled:{text:600}},neutral:{enabled:{text:600}}},Link:{default:{palette:"gray",enabled:{fontWeight:600,text:500},hover:{text:400},active:{text:700},visited:{text:600}},teal:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},blue:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},red:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},violet:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},yellow:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},green:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},gray:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}},neutral:{enabled:{text:500},hover:{text:400},active:{text:700},visited:{text:600}}},Toolbar:{default:{palette:"gray",enabled:{background:800,backgroundOpacity:1e3,border:0,borderOpacity:100}}},Kanban:{default:{palette:"gray",enabled:{background:700}}},KanbanHeader:{default:{palette:"gray",enabled:{background:800,text:300}}},KanbanCard:{default:{palette:"gray",enabled:{highlight:600,background:800,text:300}},teal:{enabled:{highlight:600}},blue:{enabled:{highlight:600}},red:{enabled:{highlight:600}},violet:{enabled:{background:600}},yellow:{enabled:{highlight:600}},green:{enabled:{highlight:600}},gray:{enabled:{highlight:600}},neutral:{enabled:{highlight:600}}},TableSpecialLastRow:{default:{palette:"gray",enabled:{fontWeight:500},hover:{fontWeight:700},focus:{fontWeight:700},active:{fontWeight:700},disabled:{fontWeight:700}}},Drawer:{default:{palette:"gray",enabled:{background:800,fontWeight:600,text:0}},teal:{enabled:{background:800,fontWeight:600,text:0}},blue:{enabled:{background:800,fontWeight:600,text:0}},red:{enabled:{background:800,fontWeight:600,text:0}},violet:{enabled:{background:800,fontWeight:600,text:0}},yellow:{enabled:{background:800,fontWeight:600,text:0}},green:{enabled:{background:800,fontWeight:600,text:0}},gray:{enabled:{background:500,fontWeight:600,text:0}},neutral:{enabled:{background:800,fontWeight:600,text:0}}},Danger:{default:{palette:"red",enabled:{text:500,border:600}}},Background:{default:{palette:"gray",enabled:{background:900}}},Surface:{default:{palette:"gray",enabled:{background:0}}},Text:{default:{palette:"gray",enabled:{text:300}}}},palette:{outline:{width:"0.125rem",style:"solid",context:"primary",weight:500,offset:"0.188rem"},disabled:{color:"gray",text:500,background:0,opacity:50},gray:{0:"#FFFFFF",50:"#F8FAFC",100:"#F1F5F9",200:"#E2E8F0",300:"#CBD5E1",400:"#94A3B8",500:"#64748B",600:"#475569",700:"#334155",800:"#1E293B",900:"#0F172A"},neutral:{0:"#FFFFFF",50:"#FAFAFA",100:"#F4F4F5",200:"#E4E4E7",300:"#D4D4D8",400:"#A1A1AA",500:"#71717A",600:"#52525B",700:"#3F3F46",800:"#27272A",900:"#18181B"},blue:{0:"#FFFFFF",50:"#F4FAFF",100:"#E3F2FF",200:"#C6E4FF",300:"#96CEFF",400:"#6AB7FB",500:"#4FA2EB",600:"#3284CB",700:"#2667A0",800:"#00427C",900:"#003461"},teal:{0:"#FFFFFF",50:"#F0FDFD",100:"#CCFAFB",200:"#ADF4F5",300:"#73E3E4",400:"#2DD1D4",500:"#00B9BD",600:"#008C8F",700:"#00787A",800:"#045F61",900:"#0A4D4F"},red:{0:"#FFFFFF",50:"#FFF1F2",100:"#FFE4E6",200:"#FECDD3",300:"#FDA4AF",400:"#FB7185",500:"#F43F5E",600:"#E11D48",700:"#BE123C",800:"#9F1239",900:"#881337"},violet:{0:"#FFFFFF",50:"#F5F3FF",100:"#EDE9FE",200:"#DDD6FE",300:"#C4B5FD",400:"#A78BFA",500:"#8B5CF6",600:"#7C3AED",700:"#6D28D9",800:"#5B21B6",900:"#4C1D95"},yellow:{0:"#FFFFFF",50:"#FFFBEB",100:"#FEF3C7",200:"#FDE68A",300:"#FCD34D",400:"#FBBF24",500:"#F59E0B",600:"#D97706",700:"#B45309",800:"#92400E",900:"#78350F"},green:{0:"#FFFFFF",50:"#ECFDF5",100:"#D1FAE5",200:"#A7F3D0",300:"#6EE7B7",400:"#34D399",500:"#10B981",600:"#059669",700:"#047857",800:"#065F46",900:"#064E3B"},opacity:{50:"5%",100:"10%",200:"20%",250:"25%",300:"30%",400:"40%",500:"50%",600:"60%",700:"70%",800:"80%",900:"90%",950:"95%",1e3:"100%"}},sizes:{small:"2.25rem",medium:"2.5rem",large:"2.75rem"},borderRadius:{slight:"4px",regular:"8px",edged:"12px",curved:"1000px",none:"0"},boxShadow:{xs:"0px 1px 2px rgba(0, 0, 0, 0.05);",s:"0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);",m:"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);",l:" 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);",xl:"0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);",xxl:"0px 25px 50px -12px rgba(0, 0, 0, 0.25);"},typography:{fontFamily:"Nunito",component:{weight:700,large:{fontSize:"1rem",lineHeight:"1.125rem",subTxtFontSize:"0.9rem"},medium:{fontSize:"0.875rem",lineHeight:"1rem",subTxtFontSize:"0.775rem"},small:{fontSize:"0.875rem",lineHeight:"1rem",subTxtFontSize:"0.775rem"}}},zIndex:{modal:1300,snackbar:1400,tooltip:1500,popover:1299}},w={name:"Lanaco E-Commerce",class:"lnc-e-comm",colorContext:{primary:"violet",secondary:"blue",success:"green",warning:"yellow",danger:"red",information:"violet",neutral:"neutral"},components:{Input:{default:{palette:"gray",enabled:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},focus:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},hover:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},active:{background:0,border:200,placeholder:500,text:900,prefix:500,suffix:500,caret:900,fontWeight:400},disabled:{border:200}},teal:{enabled:{caret:500}},green:{enabled:{border:300,text:900,prefix:600,suffix:600}},yellow:{enabled:{border:300,text:900,prefix:600,suffix:600}},red:{enabled:{border:300,text:900,prefix:600,suffix:600}}},DateInput:{default:{palette:"gray",enabled:{background:0,border:200,placeholder:500,text:900,textWeekDays:400,fontWeight:200,todayColor:600},hover:{text:600,background:600,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:600,backgroundDayOpacity:200},disabled:{border:200}},teal:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},blue:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},red:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},violet:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},yellow:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},green:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},gray:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}},neutral:{enabled:{today:600},hover:{text:600,background:500,backgroundOpacity:200},active:{background:500,text:0,textDay:600,backgroundDay:500,backgroundDayOpacity:200}}},Chip:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:50,text:900,fontWeight:700,backdropFilter:"blur(48px)"},hover:{background:100,backgroundOpacity:100,text:900,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:900,fontWeight:700},active:{background:100,backgroundOpacity:200,text:900,fontWeight:700}},teal:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},blue:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},red:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},violet:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},yellow:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},green:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},gray:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}},neutral:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:500,backgroundOpacity:300,text:600},focus:{background:500,backgroundOpacity:300,text:600},active:{background:500,backgroundOpacity:400,text:600}}},Icon:{default:{palette:"gray",enabled:{icon:600}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:500}},neutral:{enabled:{icon:600}}},TabRegular:{default:{palette:"gray",enabled:{text:500,line:300,lineHeight:"2px",lineRadius:"0",fontWeight:700},hover:{text:500,line:300,lineHeight:"1px",fontWeight:700},active:{text:500,line:300,fontWeight:700}},teal:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},blue:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},red:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},violet:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},yellow:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},green:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},gray:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}},neutral:{enabled:{},hover:{text:700,line:700},active:{text:700,line:700}}},TabPill:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:0,text:500,fontWeight:600},hover:{background:100,backgroundOpacity:1e3,text:500,fontWeight:600},active:{background:0,backgroundOpacity:0,text:500,fontWeight:600}},teal:{enabled:{},hover:{background:100,backgroundOpacity:500,text:700},active:{background:100,backgroundOpacity:1e3,text:700}},blue:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},red:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},violet:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},yellow:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},green:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},gray:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}},neutral:{enabled:{},hover:{background:100,backgroundOpacity:50,text:700},active:{background:100,backgroundOpacity:0,text:700}}},TabUnderline:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:0,text:500,line:200,fontWeight:700,lineHeight:"2px"},hover:{background:0,backgroundOpacity:0,text:500,line:200,fontWeight:700,lineHeight:"1px"},active:{background:0,backgroundOpacity:0,fontWeight:700}},teal:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},blue:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},red:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},violet:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},yellow:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},green:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},gray:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}},neutral:{enabled:{},hover:{},active:{background:0,backgroundOpacity:0,text:700,line:700}}},Checkbox:{default:{palette:"gray",enabled:{background:0,border:300,text:600,fontWeight:600,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}},focus:{border:300,text:600,backgroundOpacity:1e3,fontWeight:600},hover:{background:900,backgroundOpacity:100,border:300,text:600,fontWeight:600},active:{background:600,backgroundOpacity:1e3,border:600,text:600,fontWeight:600},disabled:{border:300}},teal:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},blue:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},red:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},violet:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},yellow:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},green:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},gray:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},neutral:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}}},Radio:{default:{palette:"gray",enabled:{background:0,border:300,text:600,fontWeight:600,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}},focus:{border:300,text:600,backgroundOpacity:1e3,fontWeight:600},hover:{background:900,backgroundOpacity:100,border:300,text:600,fontWeight:600},active:{background:600,backgroundOpacity:1e3,border:600,text:600,fontWeight:600},disabled:{border:300,background:300}},teal:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},blue:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},red:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},violet:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},yellow:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},green:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},gray:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}},neutral:{active:{background:600,border:600},focus:{border:600},indterminate:{background:600,border:600}}},Alert:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},teal:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},blue:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},red:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},violet:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},yellow:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},green:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},gray:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}},neutral:{enabled:{background:50,backgroundOpacity:1e3,text:700,action:800,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600}}},Notification:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:1e3,text:500,action:600,title:800,fontWeight:400,fontWeightAction:600,fontWeightTitle:600,border:200,icon:600}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:600}},neutral:{enabled:{icon:600}}},ButtonFilled:{default:{palette:"turquoise",enabled:{background:50,backgroundOpacity:50,text:900,fontWeight:700},hover:{background:100,backgroundOpacity:100,text:100,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:100,fontWeight:700},active:{background:100,backgroundOpacity:200,text:100,fontWeight:700},disabled:{background:200}},teal:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},blue:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:800}},red:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},violet:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:700}},yellow:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},green:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},gray:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700},disabled:{background:200}},neutral:{enabled:{background:400},hover:{background:500},focus:{background:500},active:{background:600}}},ButtonTinted:{default:{palette:"turquoise",enabled:{background:50,backgroundOpacity:50,text:100,fontWeight:700},hover:{background:100,backgroundOpacity:100,text:100,fontWeight:700},focus:{background:100,backgroundOpacity:100,text:100,fontWeight:700},active:{background:100,backgroundOpacity:200,text:100,fontWeight:700},disabled:{background:200}},teal:{enabled:{background:0,backgroundOpacity:500,text:600},hover:{background:0,backgroundOpacity:500,text:600},focus:{background:0,backgroundOpacity:500,text:600},active:{background:0,backgroundOpacity:500,text:600}},blue:{enabled:{background:0,backgroundOpacity:500,text:700},hover:{background:0,backgroundOpacity:500,text:700},focus:{background:0,backgroundOpacity:500,text:700},active:{background:0,backgroundOpacity:500,text:700}},red:{enabled:{background:0,backgroundOpacity:500,text:600},hover:{background:0,backgroundOpacity:500,text:600},focus:{background:0,backgroundOpacity:500,text:600},active:{background:0,backgroundOpacity:500,text:600}},violet:{enabled:{background:0,backgroundOpacity:500,text:600},hover:{background:0,backgroundOpacity:500},focus:{background:0,backgroundOpacity:500},active:{background:0,backgroundOpacity:500}},yellow:{enabled:{background:0,backgroundOpacity:500,text:600},hover:{background:0,backgroundOpacity:500,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:0,backgroundOpacity:500,text:600}},green:{enabled:{background:0,backgroundOpacity:500,text:600},hover:{background:0,backgroundOpacity:500,text:600},focus:{background:0,backgroundOpacity:500,text:600},active:{background:0,backgroundOpacity:500,text:600}},gray:{enabled:{background:0,backgroundOpacity:500,text:600},hover:{background:0,backgroundOpacity:500,text:600},focus:{background:0,backgroundOpacity:500,text:600},active:{background:0,backgroundOpacity:500,text:600},disabled:{background:200}},neutral:{enabled:{background:500,backgroundOpacity:200,text:600},hover:{background:600,backgroundOpacity:300,text:600},focus:{background:600,backgroundOpacity:300,text:600},active:{background:700,backgroundOpacity:400,text:600}}},ButtonBasic:{default:{palette:"turquoise",enabled:{border:900,borderOpacity:100,background:0,backgroundOpacity:50,text:600,fontWeight:700},hover:{border:900,borderOpacity:100,background:900,backgroundOpacity:50,text:100,fontWeight:700},focus:{border:900,borderOpacity:100,background:900,backgroundOpacity:50,text:100,fontWeight:700},active:{border:900,borderOpacity:100,background:900,backgroundOpacity:100,text:100,fontWeight:700},disabled:{background:0,backgroundOpacity:50}},teal:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},blue:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},red:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},violet:{enabled:{text:600},hover:{},focus:{},active:{},disabled:{text:400}},yellow:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},green:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},gray:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}},neutral:{enabled:{text:600},hover:{text:600},focus:{text:600},active:{text:600},disabled:{text:400}}},Badge:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:500,fontWeight:400,text:900}},teal:{enabled:{background:600,fontWeight:600,text:0}},blue:{enabled:{background:600,text:0}},red:{enabled:{background:600,text:0}},violet:{enabled:{background:0,backgroundOpacity:500}},yellow:{enabled:{background:600,fontWeight:600,text:0}},green:{enabled:{background:600,text:0}},gray:{enabled:{background:600,text:0}},neutral:{enabled:{background:600,text:0}}},Spinner:{default:{palette:"gray",enabled:{background:600,fontWeight:600,text:600,unfilled:200}},teal:{enabled:{background:600,fontWeight:600,text:600}},blue:{enabled:{background:600,fontWeight:600,text:600}},red:{enabled:{background:600,fontWeight:600,text:600}},violet:{enabled:{background:600,fontWeight:600,text:600}},yellow:{enabled:{background:600,fontWeight:600,text:600}},green:{enabled:{background:600,fontWeight:600,text:600}},gray:{enabled:{background:600,fontWeight:600,text:600}},neutral:{enabled:{background:600,fontWeight:600,text:600}}},Progress:{default:{palette:"gray",enabled:{background:600,fontWeight:700,text:0,unfilled:300,sizes:{small:"1rem",medium:"1.25rem",large:"1.5rem"}}},teal:{enabled:{background:600}},blue:{enabled:{background:600}},red:{enabled:{background:600}},violet:{enabled:{background:600}},yellow:{enabled:{background:600}},green:{enabled:{background:600}},gray:{enabled:{background:600}},neutral:{enabled:{background:600}}},Range:{default:{palette:"gray",enabled:{background:600,fontWeight:700,text:0,unfilled:300},disabled:{background:500}},teal:{enabled:{background:600}},blue:{enabled:{background:600}},red:{enabled:{background:600}},violet:{enabled:{background:600}},yellow:{enabled:{background:600}},green:{enabled:{background:600}},gray:{enabled:{background:600}},neutral:{enabled:{background:600}}},ButtonGroup:{default:{palette:"gray",enabled:{border:200}}},TableCell:{default:{palette:"gray",enabled:{},hover:{},focus:{},active:{},disabled:{}}},Table:{default:{palette:"gray",enabled:{border:300,background:0},hover:{border:300,background:0},focus:{border:300,background:0},active:{border:300,background:0},disabled:{border:300,background:0}}},TableHeadCell:{default:{palette:"gray",enabled:{border:300,background:50,text:900,fontWeight:700},hover:{border:300,background:100,text:900,fontWeight:700},focus:{border:300,background:50,text:900,fontWeight:700},active:{border:300,background:50,text:900,fontWeight:700},disabled:{background:0,backgroundOpacity:50}}},TableRow:{default:{palette:"gray",enabled:{border:200,background:0},hover:{border:200,background:50},focus:{border:200,background:50},active:{border:200,background:50},disabled:{border:200,background:50}},teal:{active:{background:50}},blue:{active:{background:50}},red:{active:{background:50}},violet:{active:{background:50}},yellow:{active:{background:50}},green:{active:{background:50}},gray:{active:{background:50}},neutral:{active:{background:50}}},Modal:{default:{palette:"gray",enabled:{bg:0,cancelButton:400},hover:{cancelBtnBg:900,cancelBtnBgOpacity:50},focus:{cancelBtnBg:900,cancelBtnBgOpacity:100}}},ConfirmationForm:{default:{palette:"gray",enabled:{icon:600,trackBg:100}},teal:{enabled:{icon:600}},blue:{enabled:{icon:600}},red:{enabled:{icon:600}},violet:{enabled:{icon:600}},yellow:{enabled:{icon:600}},green:{enabled:{icon:600}},gray:{enabled:{icon:600}},neutral:{enabled:{icon:600}}},Popover:{default:{palette:"gray",enabled:{bg:0,boxShadow:"0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px -10px 10px -5px rgba(0, 0, 0, 0.02)"}}},FormField:{default:{palette:"gray",enabled:{label:600,text:600,fontWeight:600}},red:{enabled:{text:600}},yellow:{enabled:{text:600}},green:{enabled:{text:600}}},Toggle:{default:{palette:"gray",enabled:{background:900,backgroundOpacity:200},hover:{background:900,backgroundOpacity:300},focus:{background:900,backgroundOpacity:300},active:{background:900,backgroundOpacity:400},disabled:{background:900,backgroundOpacity:200}},teal:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},blue:{enabled:{background:600},hover:{background:700},focus:{background:700},active:{background:800}},red:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},violet:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},yellow:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},green:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700}},gray:{enabled:{background:500},hover:{background:600},focus:{background:600},active:{background:700},disabled:{background:200}},neutral:{enabled:{background:400},hover:{background:500},focus:{background:500},active:{background:600}}},ToggleSlider:{default:{palette:"gray",enabled:{background:50,backgroundOpacity:1e3,fontWeight:900},hover:{background:50,backgroundOpacity:1e3},focus:{background:50,backgroundOpacity:1e3},active:{background:50,backgroundOpacity:1e3},disabled:{background:50,backgroundOpacity:700}}},ToggleIcon:{default:{palette:"gray",enabled:{text:400},hover:{text:400},focus:{text:400},active:{text:400},disabled:{text:400}}},UploadedFile:{default:{palette:"gray",enabled:{color:600}},teal:{enabled:{color:600}},blue:{enabled:{color:600}},red:{enabled:{color:600}},violet:{enabled:{color:600}},yellow:{enabled:{color:600}},green:{enabled:{color:600}},gray:{enabled:{color:600}},neutral:{enabled:{color:600}}},Dropdown:{default:{palette:"gray",enabled:{background:0,removeIcon:400},hover:{background:100},selected:{background:500}},teal:{hover:{background:100},selected:{background:500}},blue:{hover:{background:100},selected:{background:500}},red:{hover:{background:100},selected:{background:500}},violet:{hover:{background:100},selected:{background:500}},yellow:{hover:{background:100},selected:{background:500}},green:{hover:{background:100},selected:{background:500}},gray:{hover:{background:100},selected:{background:500}},neutral:{hover:{background:100},selected:{background:500}}},MenuItem:{default:{palette:"gray",enabled:{icon:600,fontWeight:600,separator:100},focus:{background:500,icon:300,text:0},active:{background:600,icon:300,text:0,fontWeight:800},hover:{background:500,icon:300,text:0,fontWeight:600}},violet:{enabled:{icon:600,text:600},focus:{background:50,icon:600,text:600},active:{background:50,icon:600,text:600},hover:{background:50,icon:600,text:600}}},DragDropFiles:{default:{palette:"gray",enabled:{border:200,text:500,icon:500,fontWeight:400}}},Accordion:{default:{palette:"gray",enabled:{line:200,fontWeight:600,summaryText:500,text:700}}},Breadcrumbs:{default:{palette:"gray",enabled:{fontWeight:600,text:600}},teal:{enabled:{text:600}},blue:{enabled:{text:600}},red:{enabled:{text:600}},violet:{enabled:{text:600}},yellow:{enabled:{text:600}},green:{enabled:{text:600}},gray:{enabled:{text:600}},neutral:{enabled:{text:600}}},Link:{default:{palette:"gray",enabled:{fontWeight:600,text:600},hover:{text:400},active:{text:900},visited:{text:800}},teal:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},blue:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},red:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},violet:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},yellow:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},green:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},gray:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}},neutral:{enabled:{text:600},hover:{text:500},active:{text:800},visited:{text:700}}},Toolbar:{default:{palette:"gray",enabled:{background:0,backgroundOpacity:1e3,border:900,borderOpacity:100}}},Kanban:{default:{palette:"gray",enabled:{background:100}}},KanbanHeader:{default:{palette:"gray",enabled:{background:0,text:600}}},KanbanCard:{default:{palette:"gray",enabled:{highlight:600,background:0,text:600}},teal:{enabled:{highlight:600}},blue:{enabled:{highlight:600}},red:{enabled:{highlight:600}},violet:{enabled:{background:600}},yellow:{enabled:{highlight:600}},green:{enabled:{highlight:600}},gray:{enabled:{highlight:600}},neutral:{enabled:{highlight:600}}},TableSpecialLastRow:{default:{palette:"gray",enabled:{fontWeight:500},hover:{fontWeight:700},focus:{fontWeight:700},active:{fontWeight:700},disabled:{fontWeight:700}}},Drawer:{default:{palette:"gray",enabled:{background:500,fontWeight:600,text:0}},teal:{enabled:{background:500,fontWeight:600,text:0}},blue:{enabled:{background:500,fontWeight:600,text:0}},red:{enabled:{background:500,fontWeight:600,text:0}},violet:{enabled:{background:500,fontWeight:600,text:0}},yellow:{enabled:{background:500,fontWeight:600,text:0}},green:{enabled:{background:500,fontWeight:600,text:0}},gray:{enabled:{background:500,fontWeight:600,text:0}},neutral:{enabled:{background:500,fontWeight:600,text:0}}},Danger:{default:{palette:"red",enabled:{text:600,border:300}}},Background:{default:{palette:"gray",enabled:{background:100}}},Surface:{default:{palette:"gray",enabled:{background:0}}},Text:{default:{palette:"gray",enabled:{text:600}}}},palette:{outline:{width:"0",style:"solid",context:"primary",weight:0,offset:"0"},disabled:{color:"gray",text:400,background:900,opacity:50},gray:{0:"#FFFFFF",50:"#F8FAFC",100:"#F1F5F9",200:"#E2E8F0",300:"#CBD5E1",400:"#94A3B8",500:"#64748B",600:"#475569",700:"#334155",800:"#1E293B",900:"#0F172A"},neutral:{0:"#FFFFFF",50:"#FAFAFA",100:"#F4F4F5",200:"#E4E4E7",300:"#D4D4D8",400:"#A1A1AA",500:"#71717A",600:"#52525B",700:"#3F3F46",800:"#27272A",900:"#18181B"},blue:{0:"#FFFFFF",50:"#F4FAFF",100:"#E3F2FF",200:"#C6E4FF",300:"#96CEFF",400:"#6AB7FB",500:"#4FA2EB",600:"#3284CB",700:"#2667A0",800:"#00427C",900:"#003461"},teal:{0:"#FFFFFF",50:"#F0FDFD",100:"#CCFAFB",200:"#ADF4F5",300:"#73E3E4",400:"#2DD1D4",500:"#00B9BD",600:"#008C8F",700:"#00787A",800:"#045F61",900:"#0A4D4F"},red:{0:"#FFFFFF",50:"#FFF1F2",100:"#FFE4E6",200:"#FECDD3",300:"#FDA4AF",400:"#FB7185",500:"#F43F5E",600:"#E11D48",700:"#BE123C",800:"#9F1239",900:"#881337"},violet:{0:"#FFFFFF",50:"#ECEAF1",100:"#F6F4F8",200:"#ECEAF1",300:"#E3DFEA",400:"#D9D5E4",500:"#CFCADD",600:"#412B76",700:"#342161"},turquoise:{0:"#FFFFFF",100:"#2EE8B6"},yellow:{0:"#FFFFFF",50:"#FFFBEB",100:"#FEF3C7",200:"#FDE68A",300:"#FCD34D",400:"#FBBF24",500:"#F59E0B",600:"#D97706",700:"#B45309",800:"#92400E",900:"#78350F"},green:{0:"#FFFFFF",50:"#ECFDF5",100:"#D1FAE5",200:"#A7F3D0",300:"#6EE7B7",400:"#34D399",500:"#10B981",600:"#059669",700:"#047857",800:"#065F46",900:"#064E3B"},opacity:{50:"5%",100:"10%",200:"20%",250:"25%",300:"30%",400:"40%",500:"50%",600:"60%",700:"70%",800:"80%",900:"90%",950:"95%",1e3:"100%"}},sizes:{small:"2.25rem",medium:"2.5rem",large:"2.75rem"},borderRadius:{slight:"4px",regular:"8px",edged:"12px",curved:"1000px",none:"0"},boxShadow:{xs:"0px 1px 2px rgba(0, 0, 0, 0.05);",s:"0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);",m:"0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);",l:" 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05);",xl:"0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);",xxl:"0px 25px 50px -12px rgba(0, 0, 0, 0.25);"},typography:{fontFamily:"Nunito",component:{weight:700,large:{fontSize:"1rem",lineHeight:"1.125rem",subTxtFontSize:"0.9rem"},medium:{fontSize:"0.875rem",lineHeight:"1rem",subTxtFontSize:"0.775rem"},small:{fontSize:"0.875rem",lineHeight:"1rem",subTxtFontSize:"0.775rem"}}},zIndex:{modal:1300,snackbar:1400,tooltip:1500,popover:1299}},A=[i,B,w],E={SUCCESS:i.palette.green[500],ERROR:i.palette.red[500],WARNING:i.palette.yellow[500],PRIMARY:i.palette.teal[500],SECONDARY:i.palette.blue[500],DISABLED:i.palette.gray[300],NONE:"white"},g={XS:{type:"XS",index:0,mediaQuery:"(max-width: 480px)"},S:{type:"S",index:1,mediaQuery:"(min-width: 481px) and (max-width: 767px)"},M:{type:"M",index:2,mediaQuery:"(min-width: 768px) and (max-width: 1024px)"},L:{type:"L",index:3,mediaQuery:"(min-width: 1025px) and (max-width: 1280px)"},XL:{type:"XL",index:4,mediaQuery:"(min-width: 1281px)"}},C=(e,t)=>{var a=T(e,t);return a&&l.isValidElement(a)?{current:a}:{current:null}},T=(e="",t,a={})=>{if(t&&e){var o=l.Children.toArray(t).reverse().find(n=>{var r,d;return((r=n.props)==null?void 0:r.__TYPE__)===e||((d=n.type)==null?void 0:d.displayName)===e});if(o)return o}return null},S=(e,t,a)=>{var o=z(e,t,a);return o&&l.isValidElement(o)?{current:o}:{current:null}},z=(e="",t,a,o={})=>{if(a&&e){var n=l.Children.toArray(a).reverse().find(r=>{var d,c,b,u;return(((d=r.props)==null?void 0:d.__TYPE__)===e||((c=r.type)==null?void 0:c.displayName)===e)&&(t?((b=r.props)==null?void 0:b.id)===t:!((u=r.props)!=null&&u.id))});if(n)return n}return null},R=()=>{const e=x(g.XS.mediaQuery),t=x(g.S.mediaQuery),a=x(g.M.mediaQuery),o=x(g.L.mediaQuery),n=x(g.XL.mediaQuery);return e?g.XS.type:t?g.S.type:a?g.M.type:o?g.L.type:n?g.XL.type:g.M.type},H=(e,t,a=null,o=!1)=>e.current!==null?(t.children=a!==null?o==!0?h.jsxs(h.Fragment,{children:[e.current.props.children,a]}):a:e.current.props.children,l.cloneElement(e.current,t)):null,y=(e,t)=>{var a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e);let o=a?{r:parseInt(a[1],16),g:parseInt(a[2],16),b:parseInt(a[3],16),a:t}:null;return o?`rgba(${o.r}, ${o.g}, ${o.b}, ${o.a})`:null},I=(e,t,a,o,n,r)=>{var v,f;const d=e.colorContext[a],c=e.components[t].default,b=(f=(v=e.components[t])==null?void 0:v[d])==null?void 0:f[o],u=b==null?void 0:b[n],p=c[o][n],k=b==null?void 0:b[r],O=c[o][r],F=u||u==0?e.palette[d][u]:e.palette[c.palette][p],W=k||k==0?e.palette.opacity[k]:e.palette.opacity[O];return y(F,W??"100%")},L=(e,t,a,o,n)=>{var p,k;const r=e.colorContext[a],d=e.components[t].default,c=(k=(p=e.components[t])==null?void 0:p[r])==null?void 0:k[o],b=c==null?void 0:c[n],u=d[o][n];return b||b==0?b:u},M=(e,t)=>e.sizes[t],V=(e,t,a,o)=>`
|
|
2
|
+
font-weight: ${e.components[t].default[o].fontWeight};
|
|
3
|
+
font-size: ${e.typography.component[a].fontSize};
|
|
4
|
+
line-height: ${e.typography.component[a].lineHeight};
|
|
5
|
+
`,$=(e,t)=>e.borderRadius[t],N=(e,t)=>e.boxShadow[t],_=(e,t)=>{const a=e.colorContext[e.palette.outline.context],o=e.palette[a][e.palette.outline.weight];return`
|
|
6
|
+
outline: ${e.palette.outline.width} ${e.palette.outline.style} ${o};
|
|
7
|
+
${`outline-offset: ${e.palette.outline.offset}`};
|
|
8
|
+
`},U=e=>{const t=e.palette.disabled.color,a=e.palette[t][e.palette.disabled.background],o=e.palette[t][e.palette.disabled.text],n=e.palette.opacity[e.palette.disabled.opacity];return`
|
|
9
|
+
background-color: ${y(a,n??"100%")};
|
|
10
|
+
color: ${o};
|
|
11
|
+
`},Q=e=>{const t=e.palette.disabled.color,a=e.palette[t][e.palette.disabled.background],o=e.palette.opacity[e.palette.disabled.opacity];return`
|
|
12
|
+
background-color: ${y(a,o??"100%")};
|
|
13
|
+
`};exports.getBorderRadiusValueWithUnits=$;exports.getBoxShadowValue=N;exports.getColorRgbaValue=I;exports.getComponentPropValue=L;exports.getComponentTypographyCss=V;exports.getCustomRender=C;exports.getCustomRenderById=S;exports.getDisabledBackgroundCss=Q;exports.getDisabledStateCss=U;exports.getOutlineCss=_;exports.getSizeValueWithUnits=M;exports.hexToRgba=y;exports.isBrowser=s;exports.noop=m;exports.renderCustomElement=H;exports.screenSizes=g;exports.statusColor=E;exports.themes=A;exports.useScreenSize=R;
|
package/eslint.config.js
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import js from '@eslint/js'
|
|
2
|
+
import globals from 'globals'
|
|
3
|
+
import react from 'eslint-plugin-react'
|
|
4
|
+
import reactHooks from 'eslint-plugin-react-hooks'
|
|
5
|
+
import reactRefresh from 'eslint-plugin-react-refresh'
|
|
6
|
+
|
|
7
|
+
export default [
|
|
8
|
+
{ ignores: ['dist'] },
|
|
9
|
+
{
|
|
10
|
+
files: ['**/*.{js,jsx}'],
|
|
11
|
+
languageOptions: {
|
|
12
|
+
ecmaVersion: 2020,
|
|
13
|
+
globals: globals.browser,
|
|
14
|
+
parserOptions: {
|
|
15
|
+
ecmaVersion: 'latest',
|
|
16
|
+
ecmaFeatures: { jsx: true },
|
|
17
|
+
sourceType: 'module',
|
|
18
|
+
},
|
|
19
|
+
},
|
|
20
|
+
settings: { react: { version: '18.3' } },
|
|
21
|
+
plugins: {
|
|
22
|
+
react,
|
|
23
|
+
'react-hooks': reactHooks,
|
|
24
|
+
'react-refresh': reactRefresh,
|
|
25
|
+
},
|
|
26
|
+
rules: {
|
|
27
|
+
...js.configs.recommended.rules,
|
|
28
|
+
...react.configs.recommended.rules,
|
|
29
|
+
...react.configs['jsx-runtime'].rules,
|
|
30
|
+
...reactHooks.configs.recommended.rules,
|
|
31
|
+
'react/jsx-no-target-blank': 'off',
|
|
32
|
+
'react-refresh/only-export-components': [
|
|
33
|
+
'warn',
|
|
34
|
+
{ allowConstantExport: true },
|
|
35
|
+
],
|
|
36
|
+
},
|
|
37
|
+
},
|
|
38
|
+
]
|
package/package.json
CHANGED
|
@@ -1,59 +1,110 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lanaco/lnc-react-ui",
|
|
3
|
+
"version": "4.0.2",
|
|
4
|
+
"description": "React component library",
|
|
3
5
|
"type": "module",
|
|
4
|
-
"version": "3.11.35",
|
|
5
|
-
"description": "component library",
|
|
6
|
-
"main": "lib/index.js",
|
|
7
|
-
"module": "lib/index.esm.js",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"test": "jest --env=jsdom",
|
|
10
|
-
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
|
|
11
|
-
"clean": "rimraf lib",
|
|
12
|
-
"build-storybook": "build-storybook -o docs-build",
|
|
13
|
-
"build": "npm run clean && rollup -c",
|
|
14
|
-
"prepublishOnly": "npm run build"
|
|
15
|
-
},
|
|
16
6
|
"keywords": [
|
|
17
7
|
"stroybook",
|
|
18
8
|
"react",
|
|
19
9
|
"ui"
|
|
20
10
|
],
|
|
21
|
-
"author": "
|
|
11
|
+
"author": "Lanaco",
|
|
22
12
|
"license": "MIT",
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "vite",
|
|
15
|
+
"storybook": "cross-env NODE_OPTIONS=--openssl-legacy-provider start-storybook -p 6006",
|
|
16
|
+
"build-storybook": "build-storybook -o docs-build",
|
|
17
|
+
"lint": "eslint .",
|
|
18
|
+
"clean": "rimraf dist",
|
|
19
|
+
"build": "npm run clean && vite build",
|
|
20
|
+
"prepublishOnly": "npm run build",
|
|
21
|
+
"test": "jest --env=jsdom"
|
|
22
|
+
},
|
|
23
|
+
"main": "dist/index.cjs",
|
|
24
|
+
"module": "dist/index.js",
|
|
25
|
+
"exports": {
|
|
26
|
+
"./CheckBoxInput": "./dist/CheckBoxInput.js",
|
|
27
|
+
"./ColorInput": "./dist/ColorInput.js",
|
|
28
|
+
"./DateInput": "./dist/DateInput.js",
|
|
29
|
+
"./DecimalInput": "./dist/DecimalInput.js",
|
|
30
|
+
"./ButtFileInputon": "./dist/FileInput.js",
|
|
31
|
+
"./NumberInput": "./dist/NumberInput.js",
|
|
32
|
+
"./PasswordInput": "./dist/PasswordInput.js",
|
|
33
|
+
"./RadioInput": "./dist/RadioInput.js",
|
|
34
|
+
"./RangeSlider": "./dist/RangeSlider.js",
|
|
35
|
+
"./TextAreaInput": "./dist/TextAreaInput.js",
|
|
36
|
+
"./TextInput": "./dist/TextInput.js",
|
|
37
|
+
"./TimeInput": "./dist/TimeInput.js",
|
|
38
|
+
"./Badge": "./dist/Badge.js",
|
|
39
|
+
"./Chip": "./dist/Chip.js",
|
|
40
|
+
"./DataView": "./dist/DataView.js",
|
|
41
|
+
"./DetailsView": "./dist/DetailsView.js",
|
|
42
|
+
"./EditableTable": "./dist/EditableTable.js",
|
|
43
|
+
"./FormView": "./dist/FormView.js",
|
|
44
|
+
"./Kanban": "./dist/Kanban.js",
|
|
45
|
+
"./KanbanCard": "./dist/KanbanCard.js",
|
|
46
|
+
"./KanbanHeader": "./dist/KanbanHeader.js",
|
|
47
|
+
"./KanbanFooter": "./dist/KanbanFooter.js",
|
|
48
|
+
"./KanbanView": "./dist/KanbanView.js",
|
|
49
|
+
"./KanbanActionsToolbar": "./dist/KanbanActionsToolbar.js",
|
|
50
|
+
"./Table": "./dist/Table.js",
|
|
51
|
+
"./TableView": "./dist/TableView.js",
|
|
52
|
+
"./ActionsToolbar": "./dist/ActionsToolbar.js",
|
|
53
|
+
"./Alert": "./dist/Alert.js",
|
|
54
|
+
"./NotificationContainer": "./dist/NotificationContainer.js",
|
|
55
|
+
"./NotificationMessage": "./dist/NotificationMessage.js",
|
|
56
|
+
"./ProgressBar": "./dist/ProgressBar.js",
|
|
57
|
+
"./Spinner": "./dist/Spinner.js",
|
|
58
|
+
"./Avatar": "./dist/Avatar.js",
|
|
59
|
+
"./Button": "./dist/Button.js",
|
|
60
|
+
"./Icon": "./dist/Icon.js",
|
|
61
|
+
"./IconButton": "./dist/IconButton.js",
|
|
62
|
+
"./Link": "./dist/Link.js",
|
|
63
|
+
"./Surface": "./dist/Surface.js",
|
|
64
|
+
"./UploadedFile": "./dist/UploadedFile.js",
|
|
65
|
+
"./DoubleRangeSlider": "./dist/DoubleRangeSlider.js",
|
|
66
|
+
"./DragAndDropFile": "./dist/DragAndDropFile.js",
|
|
67
|
+
"./DragDropFiles": "./dist/DragDropFiles.js",
|
|
68
|
+
"./Dropdown": "./dist/Dropdown.js",
|
|
69
|
+
"./DropdownLookup": "./dist/DropdownLookup.js",
|
|
70
|
+
"./MultiSelectDropdown": "./dist/MultiSelectDropdown.js",
|
|
71
|
+
"./MultiSelectDropdownLookup": "./dist/MultiSelectDropdownLookup.js",
|
|
72
|
+
"./RadioGroup": "./dist/RadioGroup.js",
|
|
73
|
+
"./SearchBar": "./dist/SearchBar.js",
|
|
74
|
+
"./Toggle": "./dist/Toggle.js",
|
|
75
|
+
"./ButtonGroup": "./dist/ButtonGroup.js",
|
|
76
|
+
"./Content": "./dist/Content.js",
|
|
77
|
+
"./FlexBox": "./dist/FlexBox.js",
|
|
78
|
+
"./FlexGrid": "./dist/FlexGrid.js",
|
|
79
|
+
"./FlexGridItem": "./dist/FlexGridItem.js",
|
|
80
|
+
"./Footer": "./dist/Footer.js",
|
|
81
|
+
"./FormField": "./dist/FormField.js",
|
|
82
|
+
"./Grid": "./dist/Grid.js",
|
|
83
|
+
"./GridItem": "./dist/GridItem.js",
|
|
84
|
+
"./Header": "./dist/Header.js",
|
|
85
|
+
"./PageLayout": "./dist/PageLayout.js",
|
|
86
|
+
"./Sidebar": "./dist/Sidebar.js",
|
|
87
|
+
"./Tabs": "./dist/Tabs.js",
|
|
88
|
+
"./TabItem": "./dist/TabItem.js",
|
|
89
|
+
"./Accordion": "./dist/Accordion.js",
|
|
90
|
+
"./AccordionSummary": "./dist/AccordionSummary.js",
|
|
91
|
+
"./AccordionDetails": "./dist/AccordionDetails.js",
|
|
92
|
+
"./Breadcrumbs": "./dist/Breadcrumbs.js",
|
|
93
|
+
"./ConfirmationForm": "./dist/ConfirmationForm.js",
|
|
94
|
+
"./Drawer": "./dist/Drawer.js",
|
|
95
|
+
"./DropdownMenu": "./dist/DropdownMenu.js",
|
|
96
|
+
"./DropdownItem": "./dist/DropdownItem.js",
|
|
97
|
+
"./NestedDropdownItem": "./dist/NestedDropdownItem.js",
|
|
98
|
+
"./Separator": "./dist/Separator.js",
|
|
99
|
+
"./Modal": "./dist/Modal.js",
|
|
100
|
+
"./Pagination": "./dist/Pagination.js",
|
|
101
|
+
"./Popover": "./dist/Popover.js",
|
|
102
|
+
"./SwipeableDrawer": "./dist/SwipeableDrawer.js",
|
|
103
|
+
"./TreeMenu": "./dist/TreeMenu.js",
|
|
104
|
+
"./MenuItem": "./dist/MenuItem.js",
|
|
105
|
+
"./NestedMenuItem": "./dist/NestedMenuItem.js",
|
|
106
|
+
"./TreeMenuSeparator": "./dist/TreeMenuSeparator.js",
|
|
107
|
+
"./ThemeProvider": "./dist/ThemeProvider.js"
|
|
57
108
|
},
|
|
58
109
|
"dependencies": {
|
|
59
110
|
"@dnd-kit/core": "^6.0.5",
|
|
@@ -62,21 +113,19 @@
|
|
|
62
113
|
"@emotion/react": "^11.10.5",
|
|
63
114
|
"@emotion/styled": "^11.10.5",
|
|
64
115
|
"@floating-ui/react": "^0.17.0",
|
|
65
|
-
"@mdx-js/preact": "^2.1.5",
|
|
66
|
-
"@mdx-js/react": "^2.1.5",
|
|
67
|
-
"@testing-library/jest-dom": "^5.16.5",
|
|
68
|
-
"@testing-library/react": "^13.4.0",
|
|
69
116
|
"classnames": "^2.3.2",
|
|
70
117
|
"date-fns": "^2.29.3",
|
|
71
118
|
"framer-motion": "^4.1.17",
|
|
72
|
-
"
|
|
119
|
+
"lodash.clonedeep": "^4.5.0",
|
|
73
120
|
"lodash.debounce": "^4.0.8",
|
|
74
|
-
"
|
|
121
|
+
"lodash.findindex": "^4.6.0",
|
|
122
|
+
"lodash.isempty": "^4.4.0",
|
|
123
|
+
"lodash.isequal": "^4.5.0",
|
|
124
|
+
"lodash.isfinite": "^3.3.2",
|
|
125
|
+
"lodash.isfunction": "^3.0.9",
|
|
126
|
+
"lodash.isobject": "^3.0.2",
|
|
75
127
|
"npm": "^9.2.0",
|
|
76
|
-
"react": "^18.2.0",
|
|
77
|
-
"react-calendar": "^3.7.0",
|
|
78
128
|
"react-datepicker": "^4.10.0",
|
|
79
|
-
"react-dom": "^18.2.0",
|
|
80
129
|
"react-dropzone": "^14.2.1",
|
|
81
130
|
"react-hook-form": "^7.39.1",
|
|
82
131
|
"react-modern-drawer": "^1.1.2",
|
|
@@ -87,8 +136,38 @@
|
|
|
87
136
|
"react-toastify": "8.1.0",
|
|
88
137
|
"react-transition-group": "^4.4.5",
|
|
89
138
|
"react-use": "^17.3.2",
|
|
90
|
-
"storybook-dark-mode": "^1.1.0",
|
|
91
139
|
"styled-components": "^5.3.6",
|
|
92
|
-
"use-state-with-callback": "^2.0.3"
|
|
140
|
+
"use-state-with-callback": "^2.0.3",
|
|
141
|
+
"@mdx-js/preact": "^2.1.5",
|
|
142
|
+
"@mdx-js/react": "^2.1.5"
|
|
143
|
+
},
|
|
144
|
+
"peerDependencies": {
|
|
145
|
+
"react": "^18.2.0",
|
|
146
|
+
"react-dom": "^18.2.0"
|
|
147
|
+
},
|
|
148
|
+
"devDependencies": {
|
|
149
|
+
"@eslint/js": "^9.13.0",
|
|
150
|
+
"@storybook/addon-a11y": "^6.5.9",
|
|
151
|
+
"@storybook/addon-actions": "^6.3.2",
|
|
152
|
+
"@storybook/addon-docs": "^6.5.9",
|
|
153
|
+
"@storybook/addon-essentials": "^6.5.9",
|
|
154
|
+
"@storybook/addon-links": "^6.3.2",
|
|
155
|
+
"@storybook/addon-postcss": "^2.0.0",
|
|
156
|
+
"@storybook/addons": "^6.5.9",
|
|
157
|
+
"@storybook/mdx2-csf": "^0.0.3",
|
|
158
|
+
"@storybook/react": "^6.5.9",
|
|
159
|
+
"@storybook/theming": "^6.5.9",
|
|
160
|
+
"@types/react": "^18.3.12",
|
|
161
|
+
"@types/react-dom": "^18.3.1",
|
|
162
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
163
|
+
"cross-env": "^7.0.3",
|
|
164
|
+
"eslint": "^9.13.0",
|
|
165
|
+
"eslint-plugin-react": "^7.37.2",
|
|
166
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
167
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
168
|
+
"globals": "^15.11.0",
|
|
169
|
+
"rimraf": "^3.0.2",
|
|
170
|
+
"storybook-dark-mode": "^1.1.0",
|
|
171
|
+
"vite": "^5.4.10"
|
|
93
172
|
}
|
|
94
173
|
}
|