@lotte-innovate/ui-component-test 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Typography/Header/index.d.ts +1 -1
 - package/dist/Typography/Header/{index.js → index.jsx} +5 -2
 - package/dist/Typography/Text/{index.js → index.jsx} +6 -3
 - package/dist/app/layout.d.ts +7 -0
 - package/dist/app/layout.jsx +13 -0
 - package/dist/app/page.d.ts +2 -0
 - package/dist/app/page.jsx +6 -0
 - package/dist/app/template/badgeTemplate.d.ts +12 -0
 - package/dist/app/template/badgeTemplate.jsx +82 -0
 - package/dist/app/template/buttonTemplate.d.ts +12 -0
 - package/dist/app/template/buttonTemplate.jsx +82 -0
 - package/dist/app/template/colorPicker.d.ts +7 -0
 - package/dist/app/template/colorPicker.jsx +19 -0
 - package/dist/app/template/textTemplate.d.ts +11 -0
 - package/dist/app/template/textTemplate.jsx +72 -0
 - package/dist/app/template/theme.d.ts +12 -0
 - package/dist/app/template/theme.jsx +44 -0
 - package/dist/color/alpha.d.ts +784 -0
 - package/dist/color/alpha.js +784 -0
 - package/dist/color/constants.d.ts +20 -0
 - package/dist/color/constants.js +200 -0
 - package/dist/color/dark.d.ts +392 -0
 - package/dist/color/dark.js +392 -0
 - package/dist/color/krdsColors.d.ts +309 -0
 - package/dist/color/krdsColors.js +309 -0
 - package/dist/color/light.d.ts +392 -0
 - package/dist/color/light.js +393 -0
 - package/dist/components/Accordion/{index.js → index.jsx} +17 -5
 - package/dist/components/AlertDialog/{AlertDialogAction.js → AlertDialogAction.jsx} +4 -3
 - package/dist/components/AlertDialog/{AlertDialogCancel.js → AlertDialogCancel.jsx} +4 -3
 - package/dist/components/AlertDialog/{AlertDialogContent.js → AlertDialogContent.jsx} +7 -3
 - package/dist/components/AlertDialog/{AlertDialogDescription.js → AlertDialogDescription.jsx} +4 -14
 - package/dist/components/AlertDialog/{AlertDialogTitle.js → AlertDialogTitle.jsx} +4 -14
 - package/dist/components/AlertDialog/{AlertDialogTrigger.js → AlertDialogTrigger.jsx} +4 -3
 - package/dist/components/AlertDialog/{index.js → index.jsx} +2 -14
 - package/dist/components/AspectRatio/{index.js → index.jsx} +4 -3
 - package/dist/components/Avatar/{index.js → index.jsx} +7 -3
 - package/dist/components/Badge/{index.js → index.jsx} +4 -3
 - package/dist/components/BubbleChart/index.d.ts +2 -1
 - package/dist/components/BubbleChart/{index.js → index.jsx} +2 -2
 - package/dist/components/Button/{index.js → index.jsx} +4 -3
 - package/dist/components/Callout/{CalloutIcon.js → CalloutIcon.jsx} +8 -3
 - package/dist/components/Callout/{CalloutText.js → CalloutText.jsx} +4 -14
 - package/dist/components/Callout/{index.js → index.jsx} +6 -3
 - package/dist/components/Card/{index.js → index.jsx} +4 -3
 - package/dist/components/Checkbox/{index.js → index.jsx} +11 -3
 - package/dist/components/CheckboxCard/{index.js → index.jsx} +5 -3
 - package/dist/components/CheckboxGroup/{CheckboxGroupItem.js → CheckboxGroupItem.jsx} +6 -14
 - package/dist/components/CheckboxGroup/{index.js → index.jsx} +5 -2
 - package/dist/components/ContextMenu/{ContextMenuCheckboxItem.js → ContextMenuCheckboxItem.jsx} +7 -14
 - package/dist/components/ContextMenu/{ContextMenuContent.js → ContextMenuContent.jsx} +6 -3
 - package/dist/components/ContextMenu/{ContextMenuGroup.js → ContextMenuGroup.jsx} +4 -14
 - package/dist/components/ContextMenu/{ContextMenuItem.js → ContextMenuItem.jsx} +5 -3
 - package/dist/components/ContextMenu/{ContextMenuItemIndicator.js → ContextMenuItemIndicator.jsx} +4 -3
 - package/dist/components/ContextMenu/{ContextMenuLabel.js → ContextMenuLabel.jsx} +4 -3
 - package/dist/components/ContextMenu/{ContextMenuRadioGroup.js → ContextMenuRadioGroup.jsx} +6 -14
 - package/dist/components/ContextMenu/{ContextMenuRadioItem.js → ContextMenuRadioItem.jsx} +7 -14
 - package/dist/components/ContextMenu/{ContextMenuSeparator.js → ContextMenuSeparator.jsx} +4 -14
 - package/dist/components/ContextMenu/{ContextMenuSubContent.js → ContextMenuSubContent.jsx} +9 -6
 - package/dist/components/ContextMenu/{ContextMenuSubTrigger.js → ContextMenuSubTrigger.jsx} +9 -14
 - package/dist/components/ContextMenu/{ContextMenuTrigger.js → ContextMenuTrigger.jsx} +4 -14
 - package/dist/components/ContextMenu/{index.js → index.jsx} +4 -14
 - package/dist/components/DataList/{DataListItem.js → DataListItem.jsx} +4 -3
 - package/dist/components/DataList/{DataListLabel.js → DataListLabel.jsx} +4 -3
 - package/dist/components/DataList/{DataListValue.js → DataListValue.jsx} +4 -3
 - package/dist/components/DataList/{index.js → index.jsx} +6 -14
 - package/dist/components/Dialog/{DialogAction.js → DialogAction.jsx} +4 -14
 - package/dist/components/Dialog/{DialogCancel.js → DialogCancel.jsx} +4 -14
 - package/dist/components/Dialog/{DialogContent.js → DialogContent.jsx} +4 -3
 - package/dist/components/Dialog/{DialogDescription.js → DialogDescription.jsx} +4 -14
 - package/dist/components/Dialog/{DialogSlot.js → DialogSlot.jsx} +4 -14
 - package/dist/components/Dialog/{DialogTitle.js → DialogTitle.jsx} +4 -14
 - package/dist/components/Dialog/{DialogTrigger.js → DialogTrigger.jsx} +4 -14
 - package/dist/components/Dialog/{index.js → index.jsx} +4 -14
 - package/dist/components/DoughnutChart/index.d.ts +2 -1
 - package/dist/components/DoughnutChart/{index.js → index.jsx} +2 -2
 - package/dist/components/DropdownMenu/{DropdonMenuRadioGroup.js → DropdonMenuRadioGroup.jsx} +6 -14
 - package/dist/components/DropdownMenu/{DropdonMenuSubContent.js → DropdonMenuSubContent.jsx} +10 -7
 - package/dist/components/DropdownMenu/{DropdownMenuCheckboxItem.js → DropdownMenuCheckboxItem.jsx} +7 -14
 - package/dist/components/DropdownMenu/{DropdownMenuContent.js → DropdownMenuContent.jsx} +6 -3
 - package/dist/components/DropdownMenu/{DropdownMenuItem.js → DropdownMenuItem.jsx} +5 -3
 - package/dist/components/DropdownMenu/{DropdownMenuItemIndicator.js → DropdownMenuItemIndicator.jsx} +4 -3
 - package/dist/components/DropdownMenu/{DropdownMenuLable.js → DropdownMenuLable.jsx} +4 -3
 - package/dist/components/DropdownMenu/{DropdownMenuRadioItem.js → DropdownMenuRadioItem.jsx} +7 -14
 - package/dist/components/DropdownMenu/{DropdownMenuSeparator.js → DropdownMenuSeparator.jsx} +2 -14
 - package/dist/components/DropdownMenu/{DropdownMenuSub.js → DropdownMenuSub.jsx} +2 -14
 - package/dist/components/DropdownMenu/{DropdownMenuSubTrigger.js → DropdownMenuSubTrigger.jsx} +7 -14
 - package/dist/components/DropdownMenu/{DropdownMenuTrigger.js → DropdownMenuTrigger.jsx} +4 -14
 - package/dist/components/DropdownMenu/{index.js → index.jsx} +2 -14
 - package/dist/components/HoverCard/{HoverCardContent.js → HoverCardContent.jsx} +4 -3
 - package/dist/components/HoverCard/{HoverCardTrigger.js → HoverCardTrigger.jsx} +4 -14
 - package/dist/components/HoverCard/{index.js → index.jsx} +4 -14
 - package/dist/components/IconButton/{index.js → index.jsx} +3 -2
 - package/dist/components/Input/Input.stories.d.ts +4 -4
 - package/dist/components/Input/{Input.stories.js → Input.stories.jsx} +9 -15
 - package/dist/components/Input/index.d.ts +1 -1
 - package/dist/components/Input/{index.js → index.jsx} +3 -3
 - package/dist/components/Inset/{index.js → index.jsx} +6 -3
 - package/dist/components/Label/{index.js → index.jsx} +3 -2
 - package/dist/components/Menubar/{MenubarCheckboxItem.js → MenubarCheckboxItem.jsx} +7 -14
 - package/dist/components/Menubar/{MenubarContent.js → MenubarContent.jsx} +10 -7
 - package/dist/components/Menubar/{MenubarItem.js → MenubarItem.jsx} +5 -3
 - package/dist/components/Menubar/{MenubarItemIndicator.js → MenubarItemIndicator.jsx} +4 -3
 - package/dist/components/Menubar/{MenubarMenu.js → MenubarMenu.jsx} +2 -14
 - package/dist/components/Menubar/{MenubarRadioGroup.js → MenubarRadioGroup.jsx} +6 -14
 - package/dist/components/Menubar/{MenubarRadioItem.js → MenubarRadioItem.jsx} +7 -14
 - package/dist/components/Menubar/{MenubarSeparator.js → MenubarSeparator.jsx} +4 -14
 - package/dist/components/Menubar/{MenubarSub.js → MenubarSub.jsx} +2 -14
 - package/dist/components/Menubar/{MenubarSubContent.js → MenubarSubContent.jsx} +5 -4
 - package/dist/components/Menubar/{MenubarSubTrigger.js → MenubarSubTrigger.jsx} +7 -14
 - package/dist/components/Menubar/{MenubarTrigger.js → MenubarTrigger.jsx} +4 -3
 - package/dist/components/Menubar/{index.js → index.jsx} +6 -3
 - package/dist/components/NavigationMenu/{NavigationMenuContent.js → NavigationMenuContent.jsx} +4 -3
 - package/dist/components/NavigationMenu/NavigationMenuIndicator.jsx +22 -0
 - package/dist/components/NavigationMenu/{NavigationMenuItem.js → NavigationMenuItem.jsx} +4 -14
 - package/dist/components/NavigationMenu/{NavigationMenuLink.js → NavigationMenuLink.jsx} +4 -3
 - package/dist/components/NavigationMenu/{NavigationMenuList.js → NavigationMenuList.jsx} +5 -3
 - package/dist/components/NavigationMenu/{NavigationMenuTrigger.js → NavigationMenuTrigger.jsx} +5 -3
 - package/dist/components/NavigationMenu/{NavigationMenuViewport.js → NavigationMenuViewport.jsx} +4 -3
 - package/dist/components/NavigationMenu/{index.js → index.jsx} +6 -14
 - package/dist/components/PieChart/index.d.ts +2 -1
 - package/dist/components/PieChart/{index.js → index.jsx} +2 -2
 - package/dist/components/Popover/{PopoverClose.js → PopoverClose.jsx} +4 -14
 - package/dist/components/Popover/{PopoverContent.js → PopoverContent.jsx} +4 -3
 - package/dist/components/Popover/{PopoverTrigger.js → PopoverTrigger.jsx} +4 -14
 - package/dist/components/Popover/{index.js → index.jsx} +4 -14
 - package/dist/components/Progress/{index.js → index.jsx} +4 -3
 - package/dist/components/RadarChart/index.d.ts +2 -1
 - package/dist/components/RadarChart/{index.js → index.jsx} +2 -2
 - package/dist/components/Radio/{index.js → index.jsx} +8 -13
 - package/dist/components/RadioCards/{RadioCardsItem.js → RadioCardsItem.jsx} +4 -14
 - package/dist/components/RadioCards/{index.js → index.jsx} +6 -3
 - package/dist/components/RadioGroup/{RadioGroupItem.js → RadioGroupItem.jsx} +4 -14
 - package/dist/components/RadioGroup/{index.js → index.jsx} +6 -14
 - package/dist/components/ScrollArea/{index.js → index.jsx} +6 -14
 - package/dist/components/SegmentedControl/{SegmentedControlItem.js → SegmentedControlItem.jsx} +4 -14
 - package/dist/components/SegmentedControl/{index.js → index.jsx} +5 -2
 - package/dist/components/Select/{index.js → index.jsx} +23 -8
 - package/dist/components/Separator/{index.js → index.jsx} +5 -2
 - package/dist/components/Skeleton/{index.js → index.jsx} +5 -2
 - package/dist/components/Slider/{index.js → index.jsx} +3 -2
 - package/dist/components/Spinner/{index.js → index.jsx} +5 -2
 - package/dist/components/TabNav/{index.js → index.jsx} +8 -14
 - package/dist/components/Table/{index.js → index.jsx} +23 -8
 - package/dist/components/Tabs/{index.js → index.jsx} +14 -5
 - package/dist/components/TextArea/{index.js → index.jsx} +3 -2
 - package/dist/components/TextField/{index.js → index.jsx} +8 -3
 - package/dist/components/Toast/{ToastActionButton.js → ToastActionButton.jsx} +4 -3
 - package/dist/components/Toast/{ToastDescription.js → ToastDescription.jsx} +6 -14
 - package/dist/components/Toast/{ToastTitle.js → ToastTitle.jsx} +4 -14
 - package/dist/components/Toast/{index.js → index.jsx} +9 -3
 - package/dist/components/Toggle/{ToggleWithText.js → ToggleWithText.jsx} +6 -4
 - package/dist/components/Toggle/{index.js → index.jsx} +4 -3
 - package/dist/components/ToggleGroup/{index.js → index.jsx} +6 -3
 - package/dist/components/ToggleGroup/{toggleGroupItem.js → toggleGroupItem.jsx} +4 -14
 - package/dist/components/ToggleSwitch/{index.js → index.jsx} +6 -2
 - package/dist/components/Tooltip/index.d.ts +1 -1
 - package/dist/components/Tooltip/{index.js → index.jsx} +11 -2
 - package/dist/constants.d.ts +185 -0
 - package/dist/constants.js +569 -0
 - package/dist/index.d.ts +0 -0
 - package/dist/index.js +3 -2
 - package/dist/stories/Welcome.d.ts +3 -0
 - package/dist/stories/Welcome.jsx +48 -0
 - package/dist/stories/accordion/Accordion.stories.d.ts +71 -0
 - package/dist/stories/accordion/Accordion.stories.jsx +79 -0
 - package/dist/stories/alert-dialog/AlertDialog.stories.d.ts +107 -0
 - package/dist/stories/alert-dialog/AlertDialog.stories.jsx +73 -0
 - package/dist/stories/aspect-ratio/AspectRatio.stories.d.ts +68 -0
 - package/dist/stories/aspect-ratio/AspectRatio.stories.jsx +106 -0
 - package/dist/stories/avatar/Avatar.stories.d.ts +127 -0
 - package/dist/stories/avatar/Avatar.stories.jsx +105 -0
 - package/dist/stories/badge/Badge.stories.d.ts +133 -0
 - package/dist/stories/badge/Badge.stories.jsx +130 -0
 - package/dist/stories/bubble-chart/BubbleChart.stories.d.ts +103 -0
 - package/dist/stories/bubble-chart/BubbleChart.stories.jsx +176 -0
 - package/dist/stories/button/Button.stories.d.ts +148 -0
 - package/dist/stories/button/Button.stories.jsx +98 -0
 - package/dist/stories/button/IconButton.stories.d.ts +125 -0
 - package/dist/stories/button/IconButton.stories.jsx +93 -0
 - package/dist/stories/callout/Callout.stories.d.ts +129 -0
 - package/dist/stories/callout/Callout.stories.jsx +205 -0
 - package/dist/stories/card/Card.stories.d.ts +100 -0
 - package/dist/stories/card/Card.stories.jsx +134 -0
 - package/dist/stories/checkbox/Checkbox.stories.d.ts +147 -0
 - package/dist/stories/checkbox/Checkbox.stories.jsx +166 -0
 - package/dist/stories/checkbox/CheckboxCard.stories.d.ts +129 -0
 - package/dist/stories/checkbox/CheckboxCard.stories.jsx +125 -0
 - package/dist/stories/checkbox/CheckboxGroup.stories.d.ts +91 -0
 - package/dist/stories/checkbox/CheckboxGroup.stories.jsx +144 -0
 - package/dist/stories/context-menu/ContextMenu.stories.d.ts +113 -0
 - package/dist/stories/context-menu/ContextMenu.stories.jsx +155 -0
 - package/dist/stories/data-list/DataList.stories.d.ts +97 -0
 - package/dist/stories/data-list/DataList.stories.jsx +185 -0
 - package/dist/stories/dialog/Dialog.stories.d.ts +88 -0
 - package/dist/stories/dialog/Dialog.stories.jsx +82 -0
 - package/dist/stories/doughnut-chart/DoughnutChart.stories.d.ts +181 -0
 - package/dist/stories/doughnut-chart/DoughnutChart.stories.jsx +236 -0
 - package/dist/stories/dropdown-menu/DropdownMenu.stories.d.ts +112 -0
 - package/dist/stories/dropdown-menu/DropdownMenu.stories.jsx +170 -0
 - package/dist/stories/header/Header.stories.d.ts +112 -0
 - package/dist/stories/header/Header.stories.jsx +116 -0
 - package/dist/stories/hover-card/HoverCard.stories.d.ts +107 -0
 - package/dist/stories/hover-card/HoverCard.stories.jsx +98 -0
 - package/dist/stories/inset/Inset.stories.d.ts +58 -0
 - package/dist/stories/inset/Inset.stories.jsx +79 -0
 - package/dist/stories/label/Label.stories.d.ts +94 -0
 - package/dist/stories/label/Label.stories.jsx +112 -0
 - package/dist/stories/menubar/Menubar.stories.d.ts +119 -0
 - package/dist/stories/menubar/Menubar.stories.jsx +135 -0
 - package/dist/stories/navigation-menu/NavigationMenu.stories.d.ts +385 -0
 - package/dist/stories/navigation-menu/NavigationMenu.stories.jsx +144 -0
 - package/dist/stories/pie-chart/PieChart.stories.d.ts +186 -0
 - package/dist/stories/pie-chart/PieChart.stories.jsx +300 -0
 - package/dist/stories/popover/Popover.stories.d.ts +78 -0
 - package/dist/stories/popover/Popover.stories.jsx +107 -0
 - package/dist/stories/progress/Progress.stories.d.ts +113 -0
 - package/dist/stories/progress/Progress.stories.jsx +82 -0
 - package/dist/stories/radar-chart/RadarChart.stories.d.ts +111 -0
 - package/dist/stories/radar-chart/RadarChart.stories.jsx +200 -0
 - package/dist/stories/radio/Radio.stories.d.ts +108 -0
 - package/dist/stories/radio/Radio.stories.jsx +94 -0
 - package/dist/stories/radio/RadioCards.stories.d.ts +127 -0
 - package/dist/stories/radio/RadioCards.stories.jsx +153 -0
 - package/dist/stories/radio/RadioGroup.stories.d.ts +111 -0
 - package/dist/stories/radio/RadioGroup.stories.jsx +142 -0
 - package/dist/stories/scroll-area/ScrollArea.stories.d.ts +59 -0
 - package/dist/stories/scroll-area/ScrollArea.stories.jsx +123 -0
 - package/dist/stories/segmented-control/SegmentedControl.stories.d.ts +97 -0
 - package/dist/stories/segmented-control/SegmentedControl.stories.jsx +101 -0
 - package/dist/stories/select/Select.stories.d.ts +116 -0
 - package/dist/stories/select/Select.stories.jsx +149 -0
 - package/dist/stories/separator/Separator.stories.d.ts +93 -0
 - package/dist/stories/separator/Separator.stories.jsx +106 -0
 - package/dist/stories/skeleton/Skeleton.stories.d.ts +88 -0
 - package/dist/stories/skeleton/Skeleton.stories.jsx +119 -0
 - package/dist/stories/slider/Slider.stories.d.ts +114 -0
 - package/dist/stories/slider/Slider.stories.jsx +94 -0
 - package/dist/stories/spinner/Spinner.stories.d.ts +83 -0
 - package/dist/stories/spinner/Spinner.stories.jsx +112 -0
 - package/dist/stories/switch/Switch.stories.d.ts +146 -0
 - package/dist/stories/switch/Switch.stories.jsx +119 -0
 - package/dist/stories/tab-nav/TabNav.stories.d.ts +55 -0
 - package/dist/stories/tab-nav/TabNav.stories.jsx +68 -0
 - package/dist/stories/table/Table.stories.d.ts +87 -0
 - package/dist/stories/table/Table.stories.jsx +106 -0
 - package/dist/stories/tabs/Tabs.stories.d.ts +55 -0
 - package/dist/stories/tabs/Tabs.stories.jsx +76 -0
 - package/dist/stories/text/Text.stories.d.ts +74 -0
 - package/dist/stories/text/Text.stories.jsx +91 -0
 - package/dist/stories/textArea/TextArea.stories.d.ts +117 -0
 - package/dist/stories/textArea/TextArea.stories.jsx +112 -0
 - package/dist/stories/textfield/TextField.stories.d.ts +116 -0
 - package/dist/stories/textfield/TextField.stories.jsx +120 -0
 - package/dist/stories/toast/Toast.stories.d.ts +138 -0
 - package/dist/stories/toast/Toast.stories.jsx +122 -0
 - package/dist/stories/toggle/Toggle.stories.d.ts +115 -0
 - package/dist/stories/toggle/Toggle.stories.jsx +106 -0
 - package/dist/stories/toggle/ToggleGroup.stories.d.ts +103 -0
 - package/dist/stories/toggle/ToggleGroup.stories.jsx +127 -0
 - package/dist/stories/tooltip/Tooltip.stories.d.ts +93 -0
 - package/dist/stories/tooltip/Tooltip.stories.jsx +91 -0
 - package/dist/tsconfig.tsbuildinfo +1 -0
 - package/dist/types.d.ts +11 -0
 - package/dist/types.js +1 -0
 - package/dist/utils/utils.d.ts +3 -0
 - package/dist/utils/utils.js +27 -0
 - package/package.json +2 -3
 - package/dist/components/NavigationMenu/NavigationMenuIndicator.js +0 -31
 
| 
         @@ -0,0 +1,392 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            export var slateDark = {
         
     | 
| 
      
 2 
     | 
    
         
            +
                1: '#1E1E1E',
         
     | 
| 
      
 3 
     | 
    
         
            +
                2: '#2A2A2A',
         
     | 
| 
      
 4 
     | 
    
         
            +
                3: '#363636',
         
     | 
| 
      
 5 
     | 
    
         
            +
                4: '#414142',
         
     | 
| 
      
 6 
     | 
    
         
            +
                5: '#595959',
         
     | 
| 
      
 7 
     | 
    
         
            +
                6: '#717171',
         
     | 
| 
      
 8 
     | 
    
         
            +
                7: '#888888',
         
     | 
| 
      
 9 
     | 
    
         
            +
                8: '#A0A0A0',
         
     | 
| 
      
 10 
     | 
    
         
            +
                9: '#B8B8B8',
         
     | 
| 
      
 11 
     | 
    
         
            +
                10: '#D0D0D0',
         
     | 
| 
      
 12 
     | 
    
         
            +
                11: '#E7E7E7',
         
     | 
| 
      
 13 
     | 
    
         
            +
                12: '#F3F3F3',
         
     | 
| 
      
 14 
     | 
    
         
            +
            };
         
     | 
| 
      
 15 
     | 
    
         
            +
            export var oliveDark = {
         
     | 
| 
      
 16 
     | 
    
         
            +
                1: '#111210',
         
     | 
| 
      
 17 
     | 
    
         
            +
                2: '#181917',
         
     | 
| 
      
 18 
     | 
    
         
            +
                3: '#212220',
         
     | 
| 
      
 19 
     | 
    
         
            +
                4: '#282a27',
         
     | 
| 
      
 20 
     | 
    
         
            +
                5: '#2f312e',
         
     | 
| 
      
 21 
     | 
    
         
            +
                6: '#383a36',
         
     | 
| 
      
 22 
     | 
    
         
            +
                7: '#454843',
         
     | 
| 
      
 23 
     | 
    
         
            +
                8: '#5c625b',
         
     | 
| 
      
 24 
     | 
    
         
            +
                9: '#687066',
         
     | 
| 
      
 25 
     | 
    
         
            +
                10: '#767d74',
         
     | 
| 
      
 26 
     | 
    
         
            +
                11: '#afb5ad',
         
     | 
| 
      
 27 
     | 
    
         
            +
                12: '#eceeec',
         
     | 
| 
      
 28 
     | 
    
         
            +
            };
         
     | 
| 
      
 29 
     | 
    
         
            +
            export var sandDark = {
         
     | 
| 
      
 30 
     | 
    
         
            +
                1: '#111110',
         
     | 
| 
      
 31 
     | 
    
         
            +
                2: '#191918',
         
     | 
| 
      
 32 
     | 
    
         
            +
                3: '#222221',
         
     | 
| 
      
 33 
     | 
    
         
            +
                4: '#2a2a28',
         
     | 
| 
      
 34 
     | 
    
         
            +
                5: '#31312e',
         
     | 
| 
      
 35 
     | 
    
         
            +
                6: '#3b3a37',
         
     | 
| 
      
 36 
     | 
    
         
            +
                7: '#494844',
         
     | 
| 
      
 37 
     | 
    
         
            +
                8: '#62605b',
         
     | 
| 
      
 38 
     | 
    
         
            +
                9: '#6f6d66',
         
     | 
| 
      
 39 
     | 
    
         
            +
                10: '#7c7b74',
         
     | 
| 
      
 40 
     | 
    
         
            +
                11: '#b5b3ad',
         
     | 
| 
      
 41 
     | 
    
         
            +
                12: '#eeeeec',
         
     | 
| 
      
 42 
     | 
    
         
            +
            };
         
     | 
| 
      
 43 
     | 
    
         
            +
            export var tomatoDark = {
         
     | 
| 
      
 44 
     | 
    
         
            +
                1: '#181111',
         
     | 
| 
      
 45 
     | 
    
         
            +
                2: '#1f1513',
         
     | 
| 
      
 46 
     | 
    
         
            +
                3: '#391714',
         
     | 
| 
      
 47 
     | 
    
         
            +
                4: '#4e1511',
         
     | 
| 
      
 48 
     | 
    
         
            +
                5: '#5e1c16',
         
     | 
| 
      
 49 
     | 
    
         
            +
                6: '#6e2920',
         
     | 
| 
      
 50 
     | 
    
         
            +
                7: '#853a2d',
         
     | 
| 
      
 51 
     | 
    
         
            +
                8: '#ac4d39',
         
     | 
| 
      
 52 
     | 
    
         
            +
                9: '#e54d2e',
         
     | 
| 
      
 53 
     | 
    
         
            +
                10: '#ec6142',
         
     | 
| 
      
 54 
     | 
    
         
            +
                11: '#ff977d',
         
     | 
| 
      
 55 
     | 
    
         
            +
                12: '#fbd3cb',
         
     | 
| 
      
 56 
     | 
    
         
            +
            };
         
     | 
| 
      
 57 
     | 
    
         
            +
            export var redDark = {
         
     | 
| 
      
 58 
     | 
    
         
            +
                1: '#191111',
         
     | 
| 
      
 59 
     | 
    
         
            +
                2: '#201314',
         
     | 
| 
      
 60 
     | 
    
         
            +
                3: '#3b1219',
         
     | 
| 
      
 61 
     | 
    
         
            +
                4: '#500f1c',
         
     | 
| 
      
 62 
     | 
    
         
            +
                5: '#611623',
         
     | 
| 
      
 63 
     | 
    
         
            +
                6: '#72232d',
         
     | 
| 
      
 64 
     | 
    
         
            +
                7: '#8c333a',
         
     | 
| 
      
 65 
     | 
    
         
            +
                8: '#b54548',
         
     | 
| 
      
 66 
     | 
    
         
            +
                9: '#e5484d',
         
     | 
| 
      
 67 
     | 
    
         
            +
                10: '#ec5d5e',
         
     | 
| 
      
 68 
     | 
    
         
            +
                11: '#ff9592',
         
     | 
| 
      
 69 
     | 
    
         
            +
                12: '#ffd1d9',
         
     | 
| 
      
 70 
     | 
    
         
            +
            };
         
     | 
| 
      
 71 
     | 
    
         
            +
            export var rubyDark = {
         
     | 
| 
      
 72 
     | 
    
         
            +
                1: '#191113',
         
     | 
| 
      
 73 
     | 
    
         
            +
                2: '#1e1517',
         
     | 
| 
      
 74 
     | 
    
         
            +
                3: '#3a141e',
         
     | 
| 
      
 75 
     | 
    
         
            +
                4: '#4e1325',
         
     | 
| 
      
 76 
     | 
    
         
            +
                5: '#5e1a2e',
         
     | 
| 
      
 77 
     | 
    
         
            +
                6: '#6f2539',
         
     | 
| 
      
 78 
     | 
    
         
            +
                7: '#883447',
         
     | 
| 
      
 79 
     | 
    
         
            +
                8: '#b3445a',
         
     | 
| 
      
 80 
     | 
    
         
            +
                9: '#e54666',
         
     | 
| 
      
 81 
     | 
    
         
            +
                10: '#ec5a72',
         
     | 
| 
      
 82 
     | 
    
         
            +
                11: '#ff949d',
         
     | 
| 
      
 83 
     | 
    
         
            +
                12: '#fed2e1',
         
     | 
| 
      
 84 
     | 
    
         
            +
            };
         
     | 
| 
      
 85 
     | 
    
         
            +
            export var crimsonDark = {
         
     | 
| 
      
 86 
     | 
    
         
            +
                1: '#191114',
         
     | 
| 
      
 87 
     | 
    
         
            +
                2: '#201318',
         
     | 
| 
      
 88 
     | 
    
         
            +
                3: '#381525',
         
     | 
| 
      
 89 
     | 
    
         
            +
                4: '#4d122f',
         
     | 
| 
      
 90 
     | 
    
         
            +
                5: '#5c1839',
         
     | 
| 
      
 91 
     | 
    
         
            +
                6: '#6d2545',
         
     | 
| 
      
 92 
     | 
    
         
            +
                7: '#873356',
         
     | 
| 
      
 93 
     | 
    
         
            +
                8: '#b0436e',
         
     | 
| 
      
 94 
     | 
    
         
            +
                9: '#e93d82',
         
     | 
| 
      
 95 
     | 
    
         
            +
                10: '#ee518a',
         
     | 
| 
      
 96 
     | 
    
         
            +
                11: '#ff92ad',
         
     | 
| 
      
 97 
     | 
    
         
            +
                12: '#fdd3e8',
         
     | 
| 
      
 98 
     | 
    
         
            +
            };
         
     | 
| 
      
 99 
     | 
    
         
            +
            export var pinkDark = {
         
     | 
| 
      
 100 
     | 
    
         
            +
                1: '#191117',
         
     | 
| 
      
 101 
     | 
    
         
            +
                2: '#21121d',
         
     | 
| 
      
 102 
     | 
    
         
            +
                3: '#37172f',
         
     | 
| 
      
 103 
     | 
    
         
            +
                4: '#4b143d',
         
     | 
| 
      
 104 
     | 
    
         
            +
                5: '#591c47',
         
     | 
| 
      
 105 
     | 
    
         
            +
                6: '#692955',
         
     | 
| 
      
 106 
     | 
    
         
            +
                7: '#833869',
         
     | 
| 
      
 107 
     | 
    
         
            +
                8: '#a84885',
         
     | 
| 
      
 108 
     | 
    
         
            +
                9: '#d6409f',
         
     | 
| 
      
 109 
     | 
    
         
            +
                10: '#de51a8',
         
     | 
| 
      
 110 
     | 
    
         
            +
                11: '#ff8dcc',
         
     | 
| 
      
 111 
     | 
    
         
            +
                12: '#fdd1ea',
         
     | 
| 
      
 112 
     | 
    
         
            +
            };
         
     | 
| 
      
 113 
     | 
    
         
            +
            export var plumDark = {
         
     | 
| 
      
 114 
     | 
    
         
            +
                1: '#181118',
         
     | 
| 
      
 115 
     | 
    
         
            +
                2: '#201320',
         
     | 
| 
      
 116 
     | 
    
         
            +
                3: '#351a35',
         
     | 
| 
      
 117 
     | 
    
         
            +
                4: '#451d47',
         
     | 
| 
      
 118 
     | 
    
         
            +
                5: '#512454',
         
     | 
| 
      
 119 
     | 
    
         
            +
                6: '#5e3061',
         
     | 
| 
      
 120 
     | 
    
         
            +
                7: '#734079',
         
     | 
| 
      
 121 
     | 
    
         
            +
                8: '#92549c',
         
     | 
| 
      
 122 
     | 
    
         
            +
                9: '#ab4aba',
         
     | 
| 
      
 123 
     | 
    
         
            +
                10: '#b658c4',
         
     | 
| 
      
 124 
     | 
    
         
            +
                11: '#e796f3',
         
     | 
| 
      
 125 
     | 
    
         
            +
                12: '#f4d4f4',
         
     | 
| 
      
 126 
     | 
    
         
            +
            };
         
     | 
| 
      
 127 
     | 
    
         
            +
            export var purpleDark = {
         
     | 
| 
      
 128 
     | 
    
         
            +
                1: '#18111b',
         
     | 
| 
      
 129 
     | 
    
         
            +
                2: '#1e1523',
         
     | 
| 
      
 130 
     | 
    
         
            +
                3: '#301c3b',
         
     | 
| 
      
 131 
     | 
    
         
            +
                4: '#3d224e',
         
     | 
| 
      
 132 
     | 
    
         
            +
                5: '#48295c',
         
     | 
| 
      
 133 
     | 
    
         
            +
                6: '#54346b',
         
     | 
| 
      
 134 
     | 
    
         
            +
                7: '#664282',
         
     | 
| 
      
 135 
     | 
    
         
            +
                8: '#8457aa',
         
     | 
| 
      
 136 
     | 
    
         
            +
                9: '#8e4ec6',
         
     | 
| 
      
 137 
     | 
    
         
            +
                10: '#9a5cd0',
         
     | 
| 
      
 138 
     | 
    
         
            +
                11: '#d19dff',
         
     | 
| 
      
 139 
     | 
    
         
            +
                12: '#ecd9fa',
         
     | 
| 
      
 140 
     | 
    
         
            +
            };
         
     | 
| 
      
 141 
     | 
    
         
            +
            export var violetDark = {
         
     | 
| 
      
 142 
     | 
    
         
            +
                1: '#14121f',
         
     | 
| 
      
 143 
     | 
    
         
            +
                2: '#1b1525',
         
     | 
| 
      
 144 
     | 
    
         
            +
                3: '#291f43',
         
     | 
| 
      
 145 
     | 
    
         
            +
                4: '#33255b',
         
     | 
| 
      
 146 
     | 
    
         
            +
                5: '#3c2e69',
         
     | 
| 
      
 147 
     | 
    
         
            +
                6: '#473876',
         
     | 
| 
      
 148 
     | 
    
         
            +
                7: '#56468b',
         
     | 
| 
      
 149 
     | 
    
         
            +
                8: '#6958ad',
         
     | 
| 
      
 150 
     | 
    
         
            +
                9: '#6e56cf',
         
     | 
| 
      
 151 
     | 
    
         
            +
                10: '#7d66d9',
         
     | 
| 
      
 152 
     | 
    
         
            +
                11: '#baa7ff',
         
     | 
| 
      
 153 
     | 
    
         
            +
                12: '#e2ddfe',
         
     | 
| 
      
 154 
     | 
    
         
            +
            };
         
     | 
| 
      
 155 
     | 
    
         
            +
            export var irisDark = {
         
     | 
| 
      
 156 
     | 
    
         
            +
                1: '#13131e',
         
     | 
| 
      
 157 
     | 
    
         
            +
                2: '#171625',
         
     | 
| 
      
 158 
     | 
    
         
            +
                3: '#202248',
         
     | 
| 
      
 159 
     | 
    
         
            +
                4: '#262a65',
         
     | 
| 
      
 160 
     | 
    
         
            +
                5: '#303374',
         
     | 
| 
      
 161 
     | 
    
         
            +
                6: '#3d3e82',
         
     | 
| 
      
 162 
     | 
    
         
            +
                7: '#4a4a95',
         
     | 
| 
      
 163 
     | 
    
         
            +
                8: '#5958b1',
         
     | 
| 
      
 164 
     | 
    
         
            +
                9: '#5b5bd6',
         
     | 
| 
      
 165 
     | 
    
         
            +
                10: '#6e6ade',
         
     | 
| 
      
 166 
     | 
    
         
            +
                11: '#b1a9ff',
         
     | 
| 
      
 167 
     | 
    
         
            +
                12: '#e0dffe',
         
     | 
| 
      
 168 
     | 
    
         
            +
            };
         
     | 
| 
      
 169 
     | 
    
         
            +
            export var indigoDark = {
         
     | 
| 
      
 170 
     | 
    
         
            +
                1: '#11131f',
         
     | 
| 
      
 171 
     | 
    
         
            +
                2: '#141726',
         
     | 
| 
      
 172 
     | 
    
         
            +
                3: '#182449',
         
     | 
| 
      
 173 
     | 
    
         
            +
                4: '#1d2e62',
         
     | 
| 
      
 174 
     | 
    
         
            +
                5: '#253974',
         
     | 
| 
      
 175 
     | 
    
         
            +
                6: '#304384',
         
     | 
| 
      
 176 
     | 
    
         
            +
                7: '#3a4f97',
         
     | 
| 
      
 177 
     | 
    
         
            +
                8: '#435db1',
         
     | 
| 
      
 178 
     | 
    
         
            +
                9: '#5075F5',
         
     | 
| 
      
 179 
     | 
    
         
            +
                10: '#6585F6',
         
     | 
| 
      
 180 
     | 
    
         
            +
                11: '#9eb1ff',
         
     | 
| 
      
 181 
     | 
    
         
            +
                12: '#d6e1ff',
         
     | 
| 
      
 182 
     | 
    
         
            +
            };
         
     | 
| 
      
 183 
     | 
    
         
            +
            export var blueDark = {
         
     | 
| 
      
 184 
     | 
    
         
            +
                1: '#0d1520',
         
     | 
| 
      
 185 
     | 
    
         
            +
                2: '#111927',
         
     | 
| 
      
 186 
     | 
    
         
            +
                3: '#0d2847',
         
     | 
| 
      
 187 
     | 
    
         
            +
                4: '#003362',
         
     | 
| 
      
 188 
     | 
    
         
            +
                5: '#004074',
         
     | 
| 
      
 189 
     | 
    
         
            +
                6: '#104d87',
         
     | 
| 
      
 190 
     | 
    
         
            +
                7: '#205d9e',
         
     | 
| 
      
 191 
     | 
    
         
            +
                8: '#2870bd',
         
     | 
| 
      
 192 
     | 
    
         
            +
                9: '#408CDD',
         
     | 
| 
      
 193 
     | 
    
         
            +
                10: '#569AE1',
         
     | 
| 
      
 194 
     | 
    
         
            +
                11: '#70b8ff',
         
     | 
| 
      
 195 
     | 
    
         
            +
                12: '#c2e6ff',
         
     | 
| 
      
 196 
     | 
    
         
            +
            };
         
     | 
| 
      
 197 
     | 
    
         
            +
            export var cyanDark = {
         
     | 
| 
      
 198 
     | 
    
         
            +
                1: '#0b161a',
         
     | 
| 
      
 199 
     | 
    
         
            +
                2: '#101b20',
         
     | 
| 
      
 200 
     | 
    
         
            +
                3: '#082c36',
         
     | 
| 
      
 201 
     | 
    
         
            +
                4: '#003848',
         
     | 
| 
      
 202 
     | 
    
         
            +
                5: '#004558',
         
     | 
| 
      
 203 
     | 
    
         
            +
                6: '#045468',
         
     | 
| 
      
 204 
     | 
    
         
            +
                7: '#12677e',
         
     | 
| 
      
 205 
     | 
    
         
            +
                8: '#11809c',
         
     | 
| 
      
 206 
     | 
    
         
            +
                9: '#1495B3',
         
     | 
| 
      
 207 
     | 
    
         
            +
                10: '#17ACCE',
         
     | 
| 
      
 208 
     | 
    
         
            +
                11: '#4ccce6',
         
     | 
| 
      
 209 
     | 
    
         
            +
                12: '#b6ecf7',
         
     | 
| 
      
 210 
     | 
    
         
            +
            };
         
     | 
| 
      
 211 
     | 
    
         
            +
            export var tealDark = {
         
     | 
| 
      
 212 
     | 
    
         
            +
                1: '#0d1514',
         
     | 
| 
      
 213 
     | 
    
         
            +
                2: '#111c1b',
         
     | 
| 
      
 214 
     | 
    
         
            +
                3: '#0d2d2a',
         
     | 
| 
      
 215 
     | 
    
         
            +
                4: '#023b37',
         
     | 
| 
      
 216 
     | 
    
         
            +
                5: '#084843',
         
     | 
| 
      
 217 
     | 
    
         
            +
                6: '#145750',
         
     | 
| 
      
 218 
     | 
    
         
            +
                7: '#1c6961',
         
     | 
| 
      
 219 
     | 
    
         
            +
                8: '#207e73',
         
     | 
| 
      
 220 
     | 
    
         
            +
                9: '#389494',
         
     | 
| 
      
 221 
     | 
    
         
            +
                10: '#43B1B1',
         
     | 
| 
      
 222 
     | 
    
         
            +
                11: '#0bd8b6',
         
     | 
| 
      
 223 
     | 
    
         
            +
                12: '#adf0dd',
         
     | 
| 
      
 224 
     | 
    
         
            +
            };
         
     | 
| 
      
 225 
     | 
    
         
            +
            export var jadeDark = {
         
     | 
| 
      
 226 
     | 
    
         
            +
                1: '#0d1512',
         
     | 
| 
      
 227 
     | 
    
         
            +
                2: '#121c18',
         
     | 
| 
      
 228 
     | 
    
         
            +
                3: '#0f2e22',
         
     | 
| 
      
 229 
     | 
    
         
            +
                4: '#0b3b2c',
         
     | 
| 
      
 230 
     | 
    
         
            +
                5: '#114837',
         
     | 
| 
      
 231 
     | 
    
         
            +
                6: '#1b5745',
         
     | 
| 
      
 232 
     | 
    
         
            +
                7: '#246854',
         
     | 
| 
      
 233 
     | 
    
         
            +
                8: '#2a7e68',
         
     | 
| 
      
 234 
     | 
    
         
            +
                9: '#2E9E81',
         
     | 
| 
      
 235 
     | 
    
         
            +
                10: '#37BE9A',
         
     | 
| 
      
 236 
     | 
    
         
            +
                11: '#1fd8a4',
         
     | 
| 
      
 237 
     | 
    
         
            +
                12: '#adf0d4',
         
     | 
| 
      
 238 
     | 
    
         
            +
            };
         
     | 
| 
      
 239 
     | 
    
         
            +
            export var greenDark = {
         
     | 
| 
      
 240 
     | 
    
         
            +
                1: '#0e1512',
         
     | 
| 
      
 241 
     | 
    
         
            +
                2: '#121b17',
         
     | 
| 
      
 242 
     | 
    
         
            +
                3: '#132d21',
         
     | 
| 
      
 243 
     | 
    
         
            +
                4: '#113b29',
         
     | 
| 
      
 244 
     | 
    
         
            +
                5: '#174933',
         
     | 
| 
      
 245 
     | 
    
         
            +
                6: '#20573e',
         
     | 
| 
      
 246 
     | 
    
         
            +
                7: '#28684a',
         
     | 
| 
      
 247 
     | 
    
         
            +
                8: '#2f7c57',
         
     | 
| 
      
 248 
     | 
    
         
            +
                9: '#30a46c',
         
     | 
| 
      
 249 
     | 
    
         
            +
                10: '#33b074',
         
     | 
| 
      
 250 
     | 
    
         
            +
                11: '#3dd68c',
         
     | 
| 
      
 251 
     | 
    
         
            +
                12: '#b1f1cb',
         
     | 
| 
      
 252 
     | 
    
         
            +
            };
         
     | 
| 
      
 253 
     | 
    
         
            +
            export var grassDark = {
         
     | 
| 
      
 254 
     | 
    
         
            +
                1: '#0e1511',
         
     | 
| 
      
 255 
     | 
    
         
            +
                2: '#141a15',
         
     | 
| 
      
 256 
     | 
    
         
            +
                3: '#1b2a1e',
         
     | 
| 
      
 257 
     | 
    
         
            +
                4: '#1d3a24',
         
     | 
| 
      
 258 
     | 
    
         
            +
                5: '#25482d',
         
     | 
| 
      
 259 
     | 
    
         
            +
                6: '#2d5736',
         
     | 
| 
      
 260 
     | 
    
         
            +
                7: '#366740',
         
     | 
| 
      
 261 
     | 
    
         
            +
                8: '#3e7949',
         
     | 
| 
      
 262 
     | 
    
         
            +
                9: '#339968',
         
     | 
| 
      
 263 
     | 
    
         
            +
                10: '#39AC75',
         
     | 
| 
      
 264 
     | 
    
         
            +
                11: '#71d083',
         
     | 
| 
      
 265 
     | 
    
         
            +
                12: '#c2f0c2',
         
     | 
| 
      
 266 
     | 
    
         
            +
            };
         
     | 
| 
      
 267 
     | 
    
         
            +
            export var brownDark = {
         
     | 
| 
      
 268 
     | 
    
         
            +
                1: '#12110f',
         
     | 
| 
      
 269 
     | 
    
         
            +
                2: '#1c1816',
         
     | 
| 
      
 270 
     | 
    
         
            +
                3: '#28211d',
         
     | 
| 
      
 271 
     | 
    
         
            +
                4: '#322922',
         
     | 
| 
      
 272 
     | 
    
         
            +
                5: '#3e3128',
         
     | 
| 
      
 273 
     | 
    
         
            +
                6: '#4d3c2f',
         
     | 
| 
      
 274 
     | 
    
         
            +
                7: '#614a39',
         
     | 
| 
      
 275 
     | 
    
         
            +
                8: '#7c5f46',
         
     | 
| 
      
 276 
     | 
    
         
            +
                9: '#B37439',
         
     | 
| 
      
 277 
     | 
    
         
            +
                10: '#C98D55',
         
     | 
| 
      
 278 
     | 
    
         
            +
                11: '#dbb594',
         
     | 
| 
      
 279 
     | 
    
         
            +
                12: '#f2e1ca',
         
     | 
| 
      
 280 
     | 
    
         
            +
            };
         
     | 
| 
      
 281 
     | 
    
         
            +
            export var bronzeDark = {
         
     | 
| 
      
 282 
     | 
    
         
            +
                1: '#141110',
         
     | 
| 
      
 283 
     | 
    
         
            +
                2: '#1c1917',
         
     | 
| 
      
 284 
     | 
    
         
            +
                3: '#262220',
         
     | 
| 
      
 285 
     | 
    
         
            +
                4: '#302a27',
         
     | 
| 
      
 286 
     | 
    
         
            +
                5: '#3b3330',
         
     | 
| 
      
 287 
     | 
    
         
            +
                6: '#493e3a',
         
     | 
| 
      
 288 
     | 
    
         
            +
                7: '#5a4c47',
         
     | 
| 
      
 289 
     | 
    
         
            +
                8: '#6f5f58',
         
     | 
| 
      
 290 
     | 
    
         
            +
                9: '#93786C',
         
     | 
| 
      
 291 
     | 
    
         
            +
                10: '#A99389',
         
     | 
| 
      
 292 
     | 
    
         
            +
                11: '#d4b3a5',
         
     | 
| 
      
 293 
     | 
    
         
            +
                12: '#ede0d9',
         
     | 
| 
      
 294 
     | 
    
         
            +
            };
         
     | 
| 
      
 295 
     | 
    
         
            +
            export var goldDark = {
         
     | 
| 
      
 296 
     | 
    
         
            +
                1: '#121211',
         
     | 
| 
      
 297 
     | 
    
         
            +
                2: '#1b1a17',
         
     | 
| 
      
 298 
     | 
    
         
            +
                3: '#24231f',
         
     | 
| 
      
 299 
     | 
    
         
            +
                4: '#2d2b26',
         
     | 
| 
      
 300 
     | 
    
         
            +
                5: '#38352e',
         
     | 
| 
      
 301 
     | 
    
         
            +
                6: '#444039',
         
     | 
| 
      
 302 
     | 
    
         
            +
                7: '#544f46',
         
     | 
| 
      
 303 
     | 
    
         
            +
                8: '#696256',
         
     | 
| 
      
 304 
     | 
    
         
            +
                9: '#978365',
         
     | 
| 
      
 305 
     | 
    
         
            +
                10: '#AB9B82',
         
     | 
| 
      
 306 
     | 
    
         
            +
                11: '#cbb99f',
         
     | 
| 
      
 307 
     | 
    
         
            +
                12: '#e8e2d9',
         
     | 
| 
      
 308 
     | 
    
         
            +
            };
         
     | 
| 
      
 309 
     | 
    
         
            +
            export var skyDark = {
         
     | 
| 
      
 310 
     | 
    
         
            +
                1: '#0d141f',
         
     | 
| 
      
 311 
     | 
    
         
            +
                2: '#111a27',
         
     | 
| 
      
 312 
     | 
    
         
            +
                3: '#112840',
         
     | 
| 
      
 313 
     | 
    
         
            +
                4: '#113555',
         
     | 
| 
      
 314 
     | 
    
         
            +
                5: '#154467',
         
     | 
| 
      
 315 
     | 
    
         
            +
                6: '#1b537b',
         
     | 
| 
      
 316 
     | 
    
         
            +
                7: '#1f6692',
         
     | 
| 
      
 317 
     | 
    
         
            +
                8: '#197cae',
         
     | 
| 
      
 318 
     | 
    
         
            +
                9: '#85CDE0',
         
     | 
| 
      
 319 
     | 
    
         
            +
                10: '#99D5E5',
         
     | 
| 
      
 320 
     | 
    
         
            +
                11: '#75c7f0',
         
     | 
| 
      
 321 
     | 
    
         
            +
                12: '#c2f3ff',
         
     | 
| 
      
 322 
     | 
    
         
            +
            };
         
     | 
| 
      
 323 
     | 
    
         
            +
            export var mintDark = {
         
     | 
| 
      
 324 
     | 
    
         
            +
                1: '#0e1515',
         
     | 
| 
      
 325 
     | 
    
         
            +
                2: '#0f1b1b',
         
     | 
| 
      
 326 
     | 
    
         
            +
                3: '#092c2b',
         
     | 
| 
      
 327 
     | 
    
         
            +
                4: '#003a38',
         
     | 
| 
      
 328 
     | 
    
         
            +
                5: '#004744',
         
     | 
| 
      
 329 
     | 
    
         
            +
                6: '#105650',
         
     | 
| 
      
 330 
     | 
    
         
            +
                7: '#1e685f',
         
     | 
| 
      
 331 
     | 
    
         
            +
                8: '#277f70',
         
     | 
| 
      
 332 
     | 
    
         
            +
                9: '#70C2B0',
         
     | 
| 
      
 333 
     | 
    
         
            +
                10: '#82C9BA',
         
     | 
| 
      
 334 
     | 
    
         
            +
                11: '#58d5ba',
         
     | 
| 
      
 335 
     | 
    
         
            +
                12: '#c4f5e1',
         
     | 
| 
      
 336 
     | 
    
         
            +
            };
         
     | 
| 
      
 337 
     | 
    
         
            +
            export var limeDark = {
         
     | 
| 
      
 338 
     | 
    
         
            +
                1: '#11130c',
         
     | 
| 
      
 339 
     | 
    
         
            +
                2: '#151a10',
         
     | 
| 
      
 340 
     | 
    
         
            +
                3: '#1f2917',
         
     | 
| 
      
 341 
     | 
    
         
            +
                4: '#29371d',
         
     | 
| 
      
 342 
     | 
    
         
            +
                5: '#334423',
         
     | 
| 
      
 343 
     | 
    
         
            +
                6: '#3d522a',
         
     | 
| 
      
 344 
     | 
    
         
            +
                7: '#496231',
         
     | 
| 
      
 345 
     | 
    
         
            +
                8: '#577538',
         
     | 
| 
      
 346 
     | 
    
         
            +
                9: '#bdee63',
         
     | 
| 
      
 347 
     | 
    
         
            +
                10: '#A6DB57',
         
     | 
| 
      
 348 
     | 
    
         
            +
                11: '#bde56c',
         
     | 
| 
      
 349 
     | 
    
         
            +
                12: '#e3f7ba',
         
     | 
| 
      
 350 
     | 
    
         
            +
            };
         
     | 
| 
      
 351 
     | 
    
         
            +
            export var yellowDark = {
         
     | 
| 
      
 352 
     | 
    
         
            +
                1: '#14120b',
         
     | 
| 
      
 353 
     | 
    
         
            +
                2: '#1b180f',
         
     | 
| 
      
 354 
     | 
    
         
            +
                3: '#2d2305',
         
     | 
| 
      
 355 
     | 
    
         
            +
                4: '#362b00',
         
     | 
| 
      
 356 
     | 
    
         
            +
                5: '#433500',
         
     | 
| 
      
 357 
     | 
    
         
            +
                6: '#524202',
         
     | 
| 
      
 358 
     | 
    
         
            +
                7: '#665417',
         
     | 
| 
      
 359 
     | 
    
         
            +
                8: '#836a21',
         
     | 
| 
      
 360 
     | 
    
         
            +
                9: '#E5C31A',
         
     | 
| 
      
 361 
     | 
    
         
            +
                10: '#EACF48',
         
     | 
| 
      
 362 
     | 
    
         
            +
                11: '#f5e147',
         
     | 
| 
      
 363 
     | 
    
         
            +
                12: '#f6eeb4',
         
     | 
| 
      
 364 
     | 
    
         
            +
            };
         
     | 
| 
      
 365 
     | 
    
         
            +
            export var amberDark = {
         
     | 
| 
      
 366 
     | 
    
         
            +
                1: '#16120c',
         
     | 
| 
      
 367 
     | 
    
         
            +
                2: '#1d180f',
         
     | 
| 
      
 368 
     | 
    
         
            +
                3: '#302008',
         
     | 
| 
      
 369 
     | 
    
         
            +
                4: '#3f2700',
         
     | 
| 
      
 370 
     | 
    
         
            +
                5: '#4d3000',
         
     | 
| 
      
 371 
     | 
    
         
            +
                6: '#5c3d05',
         
     | 
| 
      
 372 
     | 
    
         
            +
                7: '#714f19',
         
     | 
| 
      
 373 
     | 
    
         
            +
                8: '#8f6424',
         
     | 
| 
      
 374 
     | 
    
         
            +
                9: '#E7AF22',
         
     | 
| 
      
 375 
     | 
    
         
            +
                10: '#ECC050',
         
     | 
| 
      
 376 
     | 
    
         
            +
                11: '#ffca16',
         
     | 
| 
      
 377 
     | 
    
         
            +
                12: '#ffe7b3',
         
     | 
| 
      
 378 
     | 
    
         
            +
            };
         
     | 
| 
      
 379 
     | 
    
         
            +
            export var orangeDark = {
         
     | 
| 
      
 380 
     | 
    
         
            +
                1: '#17120e',
         
     | 
| 
      
 381 
     | 
    
         
            +
                2: '#1e160f',
         
     | 
| 
      
 382 
     | 
    
         
            +
                3: '#331e0b',
         
     | 
| 
      
 383 
     | 
    
         
            +
                4: '#462100',
         
     | 
| 
      
 384 
     | 
    
         
            +
                5: '#562800',
         
     | 
| 
      
 385 
     | 
    
         
            +
                6: '#66350c',
         
     | 
| 
      
 386 
     | 
    
         
            +
                7: '#7e451d',
         
     | 
| 
      
 387 
     | 
    
         
            +
                8: '#a35829',
         
     | 
| 
      
 388 
     | 
    
         
            +
                9: '#F07342',
         
     | 
| 
      
 389 
     | 
    
         
            +
                10: '#F49671',
         
     | 
| 
      
 390 
     | 
    
         
            +
                11: '#ffa057',
         
     | 
| 
      
 391 
     | 
    
         
            +
                12: '#ffe0c2',
         
     | 
| 
      
 392 
     | 
    
         
            +
            };
         
     | 
| 
         @@ -0,0 +1,309 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            export declare const colors: {
         
     | 
| 
      
 2 
     | 
    
         
            +
                navy: {
         
     | 
| 
      
 3 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 4 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 5 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 6 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 7 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 8 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 9 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 10 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 11 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 12 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 13 
     | 
    
         
            +
                };
         
     | 
| 
      
 14 
     | 
    
         
            +
                blue: {
         
     | 
| 
      
 15 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 16 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 17 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 18 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 19 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 20 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 21 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 22 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 23 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 24 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 25 
     | 
    
         
            +
                };
         
     | 
| 
      
 26 
     | 
    
         
            +
                royalBlue: {
         
     | 
| 
      
 27 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 28 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 29 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 30 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 31 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 32 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 33 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 34 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 35 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 36 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 37 
     | 
    
         
            +
                };
         
     | 
| 
      
 38 
     | 
    
         
            +
                skyBlue: {
         
     | 
| 
      
 39 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 40 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 41 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 42 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 43 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 44 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 45 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 46 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 47 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 48 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 49 
     | 
    
         
            +
                };
         
     | 
| 
      
 50 
     | 
    
         
            +
                aqua: {
         
     | 
| 
      
 51 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 52 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 53 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 54 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 55 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 56 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 57 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 58 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 59 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 60 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 61 
     | 
    
         
            +
                };
         
     | 
| 
      
 62 
     | 
    
         
            +
                teal: {
         
     | 
| 
      
 63 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 64 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 65 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 66 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 67 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 68 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 69 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 70 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 71 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 72 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 73 
     | 
    
         
            +
                };
         
     | 
| 
      
 74 
     | 
    
         
            +
                green: {
         
     | 
| 
      
 75 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 76 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 77 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 78 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 79 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 80 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 81 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 82 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 83 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 84 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 85 
     | 
    
         
            +
                };
         
     | 
| 
      
 86 
     | 
    
         
            +
                limeGreen: {
         
     | 
| 
      
 87 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 88 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 89 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 90 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 91 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 92 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 93 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 94 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 95 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 96 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 97 
     | 
    
         
            +
                };
         
     | 
| 
      
 98 
     | 
    
         
            +
                lime: {
         
     | 
| 
      
 99 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 100 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 101 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 102 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 103 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 104 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 105 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 106 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 107 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 108 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 109 
     | 
    
         
            +
                };
         
     | 
| 
      
 110 
     | 
    
         
            +
                olive: {
         
     | 
| 
      
 111 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 112 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 113 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 114 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 115 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 116 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 117 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 118 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 119 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 120 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 121 
     | 
    
         
            +
                };
         
     | 
| 
      
 122 
     | 
    
         
            +
                yellow: {
         
     | 
| 
      
 123 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 124 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 125 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 126 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 127 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 128 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 129 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 130 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 131 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 132 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 133 
     | 
    
         
            +
                };
         
     | 
| 
      
 134 
     | 
    
         
            +
                gold: {
         
     | 
| 
      
 135 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 136 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 137 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 138 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 139 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 140 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 141 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 142 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 143 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 144 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 145 
     | 
    
         
            +
                };
         
     | 
| 
      
 146 
     | 
    
         
            +
                saddleBrown: {
         
     | 
| 
      
 147 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 148 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 149 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 150 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 151 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 152 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 153 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 154 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 155 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 156 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 157 
     | 
    
         
            +
                };
         
     | 
| 
      
 158 
     | 
    
         
            +
                brown: {
         
     | 
| 
      
 159 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 160 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 161 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 162 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 163 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 164 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 165 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 166 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 167 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 168 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 169 
     | 
    
         
            +
                };
         
     | 
| 
      
 170 
     | 
    
         
            +
                darkRed: {
         
     | 
| 
      
 171 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 172 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 173 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 174 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 175 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 176 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 177 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 178 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 179 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 180 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 181 
     | 
    
         
            +
                };
         
     | 
| 
      
 182 
     | 
    
         
            +
                red: {
         
     | 
| 
      
 183 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 184 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 185 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 186 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 187 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 188 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 189 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 190 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 191 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 192 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 193 
     | 
    
         
            +
                };
         
     | 
| 
      
 194 
     | 
    
         
            +
                orange: {
         
     | 
| 
      
 195 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 196 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 197 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 198 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 199 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 200 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 201 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 202 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 203 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 204 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 205 
     | 
    
         
            +
                };
         
     | 
| 
      
 206 
     | 
    
         
            +
                coral: {
         
     | 
| 
      
 207 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 208 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 209 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 210 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 211 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 212 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 213 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 214 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 215 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 216 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 217 
     | 
    
         
            +
                };
         
     | 
| 
      
 218 
     | 
    
         
            +
                salmon: {
         
     | 
| 
      
 219 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 220 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 221 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 222 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 223 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 224 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 225 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 226 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 227 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 228 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 229 
     | 
    
         
            +
                };
         
     | 
| 
      
 230 
     | 
    
         
            +
                hotPink: {
         
     | 
| 
      
 231 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 232 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 233 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 234 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 235 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 236 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 237 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 238 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 239 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 240 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 241 
     | 
    
         
            +
                };
         
     | 
| 
      
 242 
     | 
    
         
            +
                pink: {
         
     | 
| 
      
 243 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 244 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 245 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 246 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 247 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 248 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 249 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 250 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 251 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 252 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 253 
     | 
    
         
            +
                };
         
     | 
| 
      
 254 
     | 
    
         
            +
                fuchsia: {
         
     | 
| 
      
 255 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 256 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 257 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 258 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 259 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 260 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 261 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 262 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 263 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 264 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 265 
     | 
    
         
            +
                };
         
     | 
| 
      
 266 
     | 
    
         
            +
                purple: {
         
     | 
| 
      
 267 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 268 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 269 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 270 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 271 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 272 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 273 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 274 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 275 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 276 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 277 
     | 
    
         
            +
                };
         
     | 
| 
      
 278 
     | 
    
         
            +
                blueViolet: {
         
     | 
| 
      
 279 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 280 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 281 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 282 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 283 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 284 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 285 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 286 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 287 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 288 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 289 
     | 
    
         
            +
                };
         
     | 
| 
      
 290 
     | 
    
         
            +
                gray: {
         
     | 
| 
      
 291 
     | 
    
         
            +
                    '5': string;
         
     | 
| 
      
 292 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 293 
     | 
    
         
            +
                    '20': string;
         
     | 
| 
      
 294 
     | 
    
         
            +
                    '30': string;
         
     | 
| 
      
 295 
     | 
    
         
            +
                    '40': string;
         
     | 
| 
      
 296 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 297 
     | 
    
         
            +
                    '60': string;
         
     | 
| 
      
 298 
     | 
    
         
            +
                    '70': string;
         
     | 
| 
      
 299 
     | 
    
         
            +
                    '80': string;
         
     | 
| 
      
 300 
     | 
    
         
            +
                    '90': string;
         
     | 
| 
      
 301 
     | 
    
         
            +
                };
         
     | 
| 
      
 302 
     | 
    
         
            +
                alpha: {
         
     | 
| 
      
 303 
     | 
    
         
            +
                    '10': string;
         
     | 
| 
      
 304 
     | 
    
         
            +
                    '25': string;
         
     | 
| 
      
 305 
     | 
    
         
            +
                    '50': string;
         
     | 
| 
      
 306 
     | 
    
         
            +
                    '75': string;
         
     | 
| 
      
 307 
     | 
    
         
            +
                    '100': string;
         
     | 
| 
      
 308 
     | 
    
         
            +
                };
         
     | 
| 
      
 309 
     | 
    
         
            +
            };
         
     |