@terraware/web-components 1.0.2 → 1.0.5
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/components/Autocomplete.d.ts +16 -0
- package/components/Autocomplete.d.ts.map +1 -0
- package/components/Autocomplete.js +53 -0
- package/components/Button/Button.d.ts +18 -0
- package/components/Button/Button.d.ts.map +1 -0
- package/components/Button/Button.js +42 -0
- package/components/Button/button.test.d.ts +2 -0
- package/components/Button/button.test.d.ts.map +1 -0
- package/components/Button/button.test.js +33 -0
- package/components/Button/styles.scss +443 -0
- package/components/Checkbox.d.ts +12 -0
- package/components/Checkbox.d.ts.map +1 -0
- package/components/Checkbox.js +33 -0
- package/components/DatePicker.d.ts +19 -0
- package/components/DatePicker.d.ts.map +1 -0
- package/components/DatePicker.js +45 -0
- package/components/DialogBox/DialogBox.d.ts +16 -0
- package/components/DialogBox/DialogBox.d.ts.map +1 -0
- package/components/DialogBox/DialogBox.js +85 -0
- package/components/DialogBox/styles.scss +138 -0
- package/components/Divisor.d.ts +6 -0
- package/components/Divisor.d.ts.map +1 -0
- package/components/Divisor.js +24 -0
- package/components/Dropdown.d.ts +15 -0
- package/components/Dropdown.d.ts.map +1 -0
- package/components/Dropdown.js +59 -0
- package/components/Icon/Icon.d.ts +11 -0
- package/components/Icon/Icon.d.ts.map +1 -0
- package/components/Icon/Icon.js +25 -0
- package/components/Icon/icons/assets/BlobbyGrayIconUploadToTheCloud.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyGrayIconUploadToTheCloud.js +41 -0
- package/components/Icon/icons/assets/BlobbyIconHappy.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconHappy.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconHappy.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconHeartMonitor.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconHeartMonitor.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconHeartMonitor.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconLeaf.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconLeaf.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconLeaf.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconLibrary.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconLibrary.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconLibrary.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconOrganization.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconOrganization.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconOrganization.js +158 -0
- package/components/Icon/icons/assets/BlobbyIconPeople.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconPeople.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconPeople.js +158 -0
- package/components/Icon/icons/assets/BlobbyIconSeedBank.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconSeedBank.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconSeedBank.js +165 -0
- package/components/Icon/icons/assets/BlobbyIconWrench.d.ts +8 -0
- package/components/Icon/icons/assets/BlobbyIconWrench.d.ts.map +1 -0
- package/components/Icon/icons/assets/BlobbyIconWrench.js +165 -0
- package/components/Icon/icons/assets/Bug.d.ts +8 -0
- package/components/Icon/icons/assets/Bug.d.ts.map +1 -0
- package/components/Icon/icons/assets/Bug.js +36 -0
- package/components/Icon/icons/assets/Calendar.d.ts +8 -0
- package/components/Icon/icons/assets/Calendar.d.ts.map +1 -0
- package/components/Icon/icons/assets/Calendar.js +35 -0
- package/components/Icon/icons/assets/CaretDown.d.ts +8 -0
- package/components/Icon/icons/assets/CaretDown.d.ts.map +1 -0
- package/components/Icon/icons/assets/CaretDown.js +35 -0
- package/components/Icon/icons/assets/CaretLeft.d.ts +8 -0
- package/components/Icon/icons/assets/CaretLeft.d.ts.map +1 -0
- package/components/Icon/icons/assets/CaretLeft.js +35 -0
- package/components/Icon/icons/assets/CaretUp.d.ts +8 -0
- package/components/Icon/icons/assets/CaretUp.d.ts.map +1 -0
- package/components/Icon/icons/assets/CaretUp.js +35 -0
- package/components/Icon/icons/assets/ChevronDown.d.ts +8 -0
- package/components/Icon/icons/assets/ChevronDown.d.ts.map +1 -0
- package/components/Icon/icons/assets/ChevronDown.js +36 -0
- package/components/Icon/icons/assets/ChevronUp.d.ts +8 -0
- package/components/Icon/icons/assets/ChevronUp.d.ts.map +1 -0
- package/components/Icon/icons/assets/ChevronUp.js +35 -0
- package/components/Icon/icons/assets/Close.d.ts +8 -0
- package/components/Icon/icons/assets/Close.d.ts.map +1 -0
- package/components/Icon/icons/assets/Close.js +35 -0
- package/components/Icon/icons/assets/Critical.d.ts +8 -0
- package/components/Icon/icons/assets/Critical.d.ts.map +1 -0
- package/components/Icon/icons/assets/Critical.js +35 -0
- package/components/Icon/icons/assets/Edit.d.ts +8 -0
- package/components/Icon/icons/assets/Edit.d.ts.map +1 -0
- package/components/Icon/icons/assets/Edit.js +158 -0
- package/components/Icon/icons/assets/Error.d.ts +8 -0
- package/components/Icon/icons/assets/Error.d.ts.map +1 -0
- package/components/Icon/icons/assets/Error.js +35 -0
- package/components/Icon/icons/assets/Export.d.ts +8 -0
- package/components/Icon/icons/assets/Export.d.ts.map +1 -0
- package/components/Icon/icons/assets/Export.js +36 -0
- package/components/Icon/icons/assets/Filter.d.ts +8 -0
- package/components/Icon/icons/assets/Filter.d.ts.map +1 -0
- package/components/Icon/icons/assets/Filter.js +36 -0
- package/components/Icon/icons/assets/Folder.d.ts +8 -0
- package/components/Icon/icons/assets/Folder.d.ts.map +1 -0
- package/components/Icon/icons/assets/Folder.js +35 -0
- package/components/Icon/icons/assets/Help.d.ts +8 -0
- package/components/Icon/icons/assets/Help.d.ts.map +1 -0
- package/components/Icon/icons/assets/Help.js +35 -0
- package/components/Icon/icons/assets/Home.d.ts +8 -0
- package/components/Icon/icons/assets/Home.d.ts.map +1 -0
- package/components/Icon/icons/assets/Home.js +35 -0
- package/components/Icon/icons/assets/IconCancel.d.ts +8 -0
- package/components/Icon/icons/assets/IconCancel.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconCancel.js +36 -0
- package/components/Icon/icons/assets/IconChargingBattery.d.ts +8 -0
- package/components/Icon/icons/assets/IconChargingBattery.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconChargingBattery.js +36 -0
- package/components/Icon/icons/assets/IconCheckmark.d.ts +8 -0
- package/components/Icon/icons/assets/IconCheckmark.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconCheckmark.js +36 -0
- package/components/Icon/icons/assets/IconDashboard.d.ts +8 -0
- package/components/Icon/icons/assets/IconDashboard.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconDashboard.js +36 -0
- package/components/Icon/icons/assets/IconHeartMonitor.d.ts +8 -0
- package/components/Icon/icons/assets/IconHeartMonitor.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconHeartMonitor.js +35 -0
- package/components/Icon/icons/assets/IconMail.d.ts +8 -0
- package/components/Icon/icons/assets/IconMail.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconMail.js +36 -0
- package/components/Icon/icons/assets/IconManager.d.ts +8 -0
- package/components/Icon/icons/assets/IconManager.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconManager.js +36 -0
- package/components/Icon/icons/assets/IconMenu.d.ts +8 -0
- package/components/Icon/icons/assets/IconMenu.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconMenu.js +36 -0
- package/components/Icon/icons/assets/IconOrg.d.ts +8 -0
- package/components/Icon/icons/assets/IconOrg.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconOrg.js +36 -0
- package/components/Icon/icons/assets/IconSeedBank.d.ts +8 -0
- package/components/Icon/icons/assets/IconSeedBank.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconSeedBank.js +35 -0
- package/components/Icon/icons/assets/IconWifi.d.ts +8 -0
- package/components/Icon/icons/assets/IconWifi.d.ts.map +1 -0
- package/components/Icon/icons/assets/IconWifi.js +36 -0
- package/components/Icon/icons/assets/Info.d.ts +8 -0
- package/components/Icon/icons/assets/Info.d.ts.map +1 -0
- package/components/Icon/icons/assets/Info.js +35 -0
- package/components/Icon/icons/assets/Key.d.ts +8 -0
- package/components/Icon/icons/assets/Key.d.ts.map +1 -0
- package/components/Icon/icons/assets/Key.js +35 -0
- package/components/Icon/icons/assets/Leaf.d.ts +8 -0
- package/components/Icon/icons/assets/Leaf.d.ts.map +1 -0
- package/components/Icon/icons/assets/Leaf.js +35 -0
- package/components/Icon/icons/assets/Lock.d.ts +8 -0
- package/components/Icon/icons/assets/Lock.d.ts.map +1 -0
- package/components/Icon/icons/assets/Lock.js +34 -0
- package/components/Icon/icons/assets/MenuVertical.d.ts +8 -0
- package/components/Icon/icons/assets/MenuVertical.d.ts.map +1 -0
- package/components/Icon/icons/assets/MenuVertical.js +36 -0
- package/components/Icon/icons/assets/Notification.d.ts +8 -0
- package/components/Icon/icons/assets/Notification.d.ts.map +1 -0
- package/components/Icon/icons/assets/Notification.js +35 -0
- package/components/Icon/icons/assets/Person.d.ts +8 -0
- package/components/Icon/icons/assets/Person.d.ts.map +1 -0
- package/components/Icon/icons/assets/Person.js +35 -0
- package/components/Icon/icons/assets/Plus.d.ts +8 -0
- package/components/Icon/icons/assets/Plus.d.ts.map +1 -0
- package/components/Icon/icons/assets/Plus.js +35 -0
- package/components/Icon/icons/assets/RestorationSite.d.ts +8 -0
- package/components/Icon/icons/assets/RestorationSite.d.ts.map +1 -0
- package/components/Icon/icons/assets/RestorationSite.js +35 -0
- package/components/Icon/icons/assets/Search.d.ts +8 -0
- package/components/Icon/icons/assets/Search.d.ts.map +1 -0
- package/components/Icon/icons/assets/Search.js +35 -0
- package/components/Icon/icons/assets/Seeds.d.ts +8 -0
- package/components/Icon/icons/assets/Seeds.d.ts.map +1 -0
- package/components/Icon/icons/assets/Seeds.js +35 -0
- package/components/Icon/icons/assets/Site.d.ts +8 -0
- package/components/Icon/icons/assets/Site.d.ts.map +1 -0
- package/components/Icon/icons/assets/Site.js +35 -0
- package/components/Icon/icons/assets/Sparkles.d.ts +8 -0
- package/components/Icon/icons/assets/Sparkles.d.ts.map +1 -0
- package/components/Icon/icons/assets/Sparkles.js +36 -0
- package/components/Icon/icons/assets/Species.d.ts +8 -0
- package/components/Icon/icons/assets/Species.d.ts.map +1 -0
- package/components/Icon/icons/assets/Species.js +35 -0
- package/components/Icon/icons/assets/Species2.d.ts +8 -0
- package/components/Icon/icons/assets/Species2.d.ts.map +1 -0
- package/components/Icon/icons/assets/Species2.js +158 -0
- package/components/Icon/icons/assets/Spinner.d.ts +8 -0
- package/components/Icon/icons/assets/Spinner.d.ts.map +1 -0
- package/components/Icon/icons/assets/Spinner.js +61 -0
- package/components/Icon/icons/assets/Success.d.ts +8 -0
- package/components/Icon/icons/assets/Success.d.ts.map +1 -0
- package/components/Icon/icons/assets/Success.js +35 -0
- package/components/Icon/icons/assets/Touchscreen.d.ts +8 -0
- package/components/Icon/icons/assets/Touchscreen.d.ts.map +1 -0
- package/components/Icon/icons/assets/Touchscreen.js +36 -0
- package/components/Icon/icons/assets/UploadCloud.d.ts +8 -0
- package/components/Icon/icons/assets/UploadCloud.d.ts.map +1 -0
- package/components/Icon/icons/assets/UploadCloud.js +158 -0
- package/components/Icon/icons/assets/Warning.d.ts +8 -0
- package/components/Icon/icons/assets/Warning.d.ts.map +1 -0
- package/components/Icon/icons/assets/Warning.js +35 -0
- package/components/Icon/icons/assets/index.d.ts +57 -0
- package/components/Icon/icons/assets/index.d.ts.map +1 -0
- package/components/Icon/icons/assets/index.js +455 -0
- package/components/Icon/icons/index.d.ts +8 -0
- package/components/Icon/icons/index.d.ts.map +1 -0
- package/components/Icon/icons/index.js +179 -0
- package/components/Icon/styles.scss +43 -0
- package/components/Navbar/NavFooter.d.ts +7 -0
- package/components/Navbar/NavFooter.d.ts.map +1 -0
- package/components/Navbar/NavFooter.js +19 -0
- package/components/Navbar/NavItem.d.ts +13 -0
- package/components/Navbar/NavItem.d.ts.map +1 -0
- package/components/Navbar/NavItem.js +42 -0
- package/components/Navbar/NavSection.d.ts +7 -0
- package/components/Navbar/NavSection.d.ts.map +1 -0
- package/components/Navbar/NavSection.js +23 -0
- package/components/Navbar/Navbar.d.ts +8 -0
- package/components/Navbar/Navbar.d.ts.map +1 -0
- package/components/Navbar/Navbar.js +64 -0
- package/components/Navbar/logo.svg +25 -0
- package/components/Navbar/styles.scss +159 -0
- package/components/Note.d.ts +6 -0
- package/components/Note.d.ts.map +1 -0
- package/components/Note.js +35 -0
- package/components/ProgressCircle/ProgressCircle.d.ts +10 -0
- package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -0
- package/components/ProgressCircle/ProgressCircle.js +37 -0
- package/components/ProgressCircle/styles.scss +84 -0
- package/components/RadioButton.d.ts +10 -0
- package/components/RadioButton.d.ts.map +1 -0
- package/components/RadioButton.js +31 -0
- package/components/Select/Select.d.ts +23 -0
- package/components/Select/Select.d.ts.map +1 -0
- package/components/Select/Select.js +248 -0
- package/components/Select/styles.scss +282 -0
- package/components/Size.d.ts +2 -0
- package/components/Size.d.ts.map +1 -0
- package/components/Size.js +5 -0
- package/components/SummaryBox.d.ts +11 -0
- package/components/SummaryBox.d.ts.map +1 -0
- package/components/SummaryBox.js +79 -0
- package/components/Textfield/Textfield.d.ts +27 -0
- package/components/Textfield/Textfield.d.ts.map +1 -0
- package/components/Textfield/Textfield.js +123 -0
- package/components/Textfield/styles.scss +216 -0
- package/components/table/EnhancedTableToolbar.d.ts +9 -0
- package/components/table/EnhancedTableToolbar.d.ts.map +1 -0
- package/components/table/EnhancedTableToolbar.js +53 -0
- package/components/table/TableCellRenderer.d.ts +26 -0
- package/components/table/TableCellRenderer.d.ts.map +1 -0
- package/components/table/TableCellRenderer.js +166 -0
- package/components/table/TableHeader.d.ts +16 -0
- package/components/table/TableHeader.d.ts.map +1 -0
- package/components/table/TableHeader.js +68 -0
- package/components/table/TableHeaderItem.d.ts +17 -0
- package/components/table/TableHeaderItem.d.ts.map +1 -0
- package/components/table/TableHeaderItem.js +77 -0
- package/components/table/index.d.ts +40 -0
- package/components/table/index.d.ts.map +1 -0
- package/components/table/index.js +322 -0
- package/components/table/sort.d.ts +9 -0
- package/components/table/sort.d.ts.map +1 -0
- package/components/table/sort.js +51 -0
- package/components/table/types.d.ts +34 -0
- package/components/table/types.d.ts.map +1 -0
- package/components/table/types.js +5 -0
- package/fonts/Inter.ttf +0 -0
- package/index.css +13 -0
- package/index.d.ts +26 -0
- package/index.d.ts.map +1 -0
- package/license-report.html +50 -0
- package/package.json +1 -77
- package/setupTests.d.ts +2 -0
- package/setupTests.d.ts.map +1 -0
- package/setupTests.js +5 -0
- package/stories/Autocomplete.stories.d.ts +9 -0
- package/stories/Autocomplete.stories.d.ts.map +1 -0
- package/stories/Button.stories.d.ts +35 -0
- package/stories/Button.stories.d.ts.map +1 -0
- package/stories/Checkbox.stories.d.ts +9 -0
- package/stories/Checkbox.stories.d.ts.map +1 -0
- package/stories/DatePicker.stories.d.ts +11 -0
- package/stories/DatePicker.stories.d.ts.map +1 -0
- package/stories/DialogBox.stories.d.ts +14 -0
- package/stories/DialogBox.stories.d.ts.map +1 -0
- package/stories/Divisor.stories.d.ts +20 -0
- package/stories/Divisor.stories.d.ts.map +1 -0
- package/stories/Dropdown.stories.d.ts +9 -0
- package/stories/Dropdown.stories.d.ts.map +1 -0
- package/stories/Icon.stories.d.ts +9 -0
- package/stories/Icon.stories.d.ts.map +1 -0
- package/stories/Navbar.stories.d.ts +10 -0
- package/stories/Navbar.stories.d.ts.map +1 -0
- package/stories/Note.stories.d.ts +9 -0
- package/stories/Note.stories.d.ts.map +1 -0
- package/stories/ProgressCircle.stories.d.ts +9 -0
- package/stories/ProgressCircle.stories.d.ts.map +1 -0
- package/stories/RadioButton.stories.d.ts +9 -0
- package/stories/RadioButton.stories.d.ts.map +1 -0
- package/stories/Select.stories.d.ts +9 -0
- package/stories/Select.stories.d.ts.map +1 -0
- package/stories/SummaryBox.stories.d.ts +11 -0
- package/stories/SummaryBox.stories.d.ts.map +1 -0
- package/stories/Table.stories.d.ts +12 -0
- package/stories/Table.stories.d.ts.map +1 -0
- package/stories/TextfieldNew.stories.d.ts +29 -0
- package/stories/TextfieldNew.stories.d.ts.map +1 -0
- package/style-dictionary-dist/button_variables.scss +299 -0
- package/style-dictionary-dist/dialogBox_variables.scss +251 -0
- package/style-dictionary-dist/navbar_variables.scss +257 -0
- package/style-dictionary-dist/progressCircle_variables.scss +251 -0
- package/style-dictionary-dist/textfield_variables.scss +297 -0
- package/theme.d.ts +60 -0
- package/theme.d.ts.map +1 -0
- package/theme.js +76 -0
- package/utils/date.d.ts +3 -0
- package/utils/date.d.ts.map +1 -0
- package/utils/date.js +13 -0
- package/utils/index.d.ts +6 -0
- package/utils/index.d.ts.map +1 -0
- package/utils/index.js +39 -0
- package/utils/preventDefaultEvent.d.ts +4 -0
- package/utils/preventDefaultEvent.d.ts.map +1 -0
- package/utils/preventDefaultEvent.js +13 -0
- package/utils/text.d.ts +3 -0
- package/utils/text.d.ts.map +1 -0
- package/utils/text.js +13 -0
- package/utils/useDeviceInfo.d.ts +42 -0
- package/utils/useDeviceInfo.d.ts.map +1 -0
- package/utils/useDeviceInfo.js +87 -0
|
@@ -0,0 +1,257 @@
|
|
|
1
|
+
$tw-clr-dvdr-fill: #A9B7B8;
|
|
2
|
+
$tw-clr-icon-fill-critical: #FE0003;
|
|
3
|
+
$tw-clr-icon-fill-passive: #708284;
|
|
4
|
+
$tw-clr-icon-fill-productive: #007DF2;
|
|
5
|
+
$tw-clr-icon-fill-success: #308F5F;
|
|
6
|
+
$tw-clr-icon-fill-text: #3A4445;
|
|
7
|
+
$tw-clr-icon-fill-text-inv: #FFFFFF;
|
|
8
|
+
$tw-clr-icon-fill-warning: #BD6931;
|
|
9
|
+
$tw-clr-base-black: #000000;
|
|
10
|
+
$tw-clr-base-gray-025: #F9FAFA;
|
|
11
|
+
$tw-clr-base-gray-050: #F2F4F5;
|
|
12
|
+
$tw-clr-base-gray-075: #EDF0F1;
|
|
13
|
+
$tw-clr-base-gray-100: #E5EAEA;
|
|
14
|
+
$tw-clr-base-gray-200: #CAD2D3;
|
|
15
|
+
$tw-clr-base-gray-300: #A9B7B8;
|
|
16
|
+
$tw-clr-base-gray-400: #859799;
|
|
17
|
+
$tw-clr-base-gray-500: #708284;
|
|
18
|
+
$tw-clr-base-gray-600: #5C6B6C;
|
|
19
|
+
$tw-clr-base-gray-700: #4B5758;
|
|
20
|
+
$tw-clr-base-gray-800: #3A4445;
|
|
21
|
+
$tw-clr-base-gray-900: #2B3233;
|
|
22
|
+
$tw-clr-base-transparent: #FFFFFF00;
|
|
23
|
+
$tw-clr-base-white: #FFFFFF;
|
|
24
|
+
$tw-clr-base-blue-primary: #0067C8;
|
|
25
|
+
$tw-clr-base-green-primary: #308F5F;
|
|
26
|
+
$tw-clr-base-orange-primary: #DE7935;
|
|
27
|
+
$tw-clr-base-teal-primary: #30C6D1;
|
|
28
|
+
$tw-clr-base-blue-050: #F0F4FF;
|
|
29
|
+
$tw-clr-base-blue-100: #E2E9FF;
|
|
30
|
+
$tw-clr-base-blue-200: #BED0FF;
|
|
31
|
+
$tw-clr-base-blue-300: #92B4FF;
|
|
32
|
+
$tw-clr-base-blue-400: #4E92FF;
|
|
33
|
+
$tw-clr-base-blue-500: #007DF2;
|
|
34
|
+
$tw-clr-base-blue-600: #0067C8;
|
|
35
|
+
$tw-clr-base-blue-700: #0053A5;
|
|
36
|
+
$tw-clr-base-blue-800: #004184;
|
|
37
|
+
$tw-clr-base-green-050: #D6FDE5;
|
|
38
|
+
$tw-clr-base-green-100: #A6FCCA;
|
|
39
|
+
$tw-clr-base-green-200: #53EA9F;
|
|
40
|
+
$tw-clr-base-green-300: #46CB89;
|
|
41
|
+
$tw-clr-base-green-400: #38A76F;
|
|
42
|
+
$tw-clr-base-green-500: #308F5F;
|
|
43
|
+
$tw-clr-base-green-600: #27764E;
|
|
44
|
+
$tw-clr-base-green-700: #1F6040;
|
|
45
|
+
$tw-clr-base-green-800: #164B34;
|
|
46
|
+
$tw-clr-base-orange-050: #FEF2EE;
|
|
47
|
+
$tw-clr-base-orange-100: #FCE5DE;
|
|
48
|
+
$tw-clr-base-orange-200: #FAC4B1;
|
|
49
|
+
$tw-clr-base-orange-300: #F89E74;
|
|
50
|
+
$tw-clr-base-orange-400: #DE7935;
|
|
51
|
+
$tw-clr-base-orange-500: #BD6931;
|
|
52
|
+
$tw-clr-base-orange-600: #9A572B;
|
|
53
|
+
$tw-clr-base-orange-700: #7E4622;
|
|
54
|
+
$tw-clr-base-orange-800: #643719;
|
|
55
|
+
$tw-clr-base-pink-050: #FFF1F4;
|
|
56
|
+
$tw-clr-base-pink-100: #FFE2E9;
|
|
57
|
+
$tw-clr-base-pink-200: #FFBFD0;
|
|
58
|
+
$tw-clr-base-pink-300: #FF94B4;
|
|
59
|
+
$tw-clr-base-pink-400: #FF5294;
|
|
60
|
+
$tw-clr-base-pink-500: #F6007F;
|
|
61
|
+
$tw-clr-base-pink-600: #CD0069;
|
|
62
|
+
$tw-clr-base-pink-700: #A80055;
|
|
63
|
+
$tw-clr-base-pink-800: #860043;
|
|
64
|
+
$tw-clr-base-purple-050: #F6F2FE;
|
|
65
|
+
$tw-clr-base-purple-100: #EEE6FD;
|
|
66
|
+
$tw-clr-base-purple-200: #DBC8FC;
|
|
67
|
+
$tw-clr-base-purple-300: #C7A4FA;
|
|
68
|
+
$tw-clr-base-purple-400: #B178F7;
|
|
69
|
+
$tw-clr-base-purple-500: #A456F5;
|
|
70
|
+
$tw-clr-base-purple-600: #9525EE;
|
|
71
|
+
$tw-clr-base-purple-700: #7A1CC3;
|
|
72
|
+
$tw-clr-base-purple-800: #61159D;
|
|
73
|
+
$tw-clr-base-red-050: #FFF1F1;
|
|
74
|
+
$tw-clr-base-red-100: #FFE3E3;
|
|
75
|
+
$tw-clr-base-red-200: #FFC1C1;
|
|
76
|
+
$tw-clr-base-red-300: #FF9797;
|
|
77
|
+
$tw-clr-base-red-400: #FF5A5B;
|
|
78
|
+
$tw-clr-base-red-500: #FE0003;
|
|
79
|
+
$tw-clr-base-red-600: #D40002;
|
|
80
|
+
$tw-clr-base-red-700: #AD0001;
|
|
81
|
+
$tw-clr-base-red-800: #8B0001;
|
|
82
|
+
$tw-clr-base-teal-050: #D8FAFE;
|
|
83
|
+
$tw-clr-base-teal-100: #ADF6FE;
|
|
84
|
+
$tw-clr-base-teal-200: #39E5F1;
|
|
85
|
+
$tw-clr-base-teal-300: #30C6D1;
|
|
86
|
+
$tw-clr-base-teal-400: #2EA2AB;
|
|
87
|
+
$tw-clr-base-teal-500: #288B93;
|
|
88
|
+
$tw-clr-base-teal-600: #1F7278;
|
|
89
|
+
$tw-clr-base-teal-700: #175D62;
|
|
90
|
+
$tw-clr-base-teal-800: #114A4E;
|
|
91
|
+
$tw-clr-base-yellow-050: #FEF3E1;
|
|
92
|
+
$tw-clr-base-yellow-100: #FDE7C3;
|
|
93
|
+
$tw-clr-base-yellow-200: #FBCA47;
|
|
94
|
+
$tw-clr-base-yellow-300: #DAAF38;
|
|
95
|
+
$tw-clr-base-yellow-400: #B38F2C;
|
|
96
|
+
$tw-clr-base-yellow-500: #9A7B25;
|
|
97
|
+
$tw-clr-base-yellow-600: #7F641C;
|
|
98
|
+
$tw-clr-base-yellow-700: #685215;
|
|
99
|
+
$tw-clr-base-yellow-800: #52400F;
|
|
100
|
+
$tw-clr-base-semantic-critical: #FE0003;
|
|
101
|
+
$tw-clr-base-semantic-critical-bg: #FFF1F1;
|
|
102
|
+
$tw-clr-base-semantic-critical-text: #D40002;
|
|
103
|
+
$tw-clr-base-semantic-passive: #708284;
|
|
104
|
+
$tw-clr-base-semantic-passive-bg: #F2F4F5;
|
|
105
|
+
$tw-clr-base-semantic-passive-text: #5C6B6C;
|
|
106
|
+
$tw-clr-base-semantic-productive: #007DF2;
|
|
107
|
+
$tw-clr-base-semantic-productive-bg: #F0F4FF;
|
|
108
|
+
$tw-clr-base-semantic-productive-text: #0067C8;
|
|
109
|
+
$tw-clr-base-semantic-success: #308F5F;
|
|
110
|
+
$tw-clr-base-semantic-success-bg: #D6FDE5;
|
|
111
|
+
$tw-clr-base-semantic-success-text: #27764E;
|
|
112
|
+
$tw-clr-base-semantic-warning: #BD6931;
|
|
113
|
+
$tw-clr-base-semantic-warning-bg: #FEF2EE;
|
|
114
|
+
$tw-clr-base-semantic-warning-text: #9A572B;
|
|
115
|
+
$tw-clr-text-fill: #3A4445;
|
|
116
|
+
$tw-clr-text-fill-inv: #FFFFFF;
|
|
117
|
+
$tw-clr-text-fill-productive: #0067C8;
|
|
118
|
+
$tw-opcty-base-000: 0;
|
|
119
|
+
$tw-opcty-base-010: 0.1;
|
|
120
|
+
$tw-opcty-base-020: 0.2;
|
|
121
|
+
$tw-opcty-base-030: 0.3;
|
|
122
|
+
$tw-opcty-base-040: 0.4;
|
|
123
|
+
$tw-opcty-base-050: 0.5;
|
|
124
|
+
$tw-opcty-base-060: 0.6;
|
|
125
|
+
$tw-opcty-base-070: 0.7;
|
|
126
|
+
$tw-opcty-base-080: 0.8;
|
|
127
|
+
$tw-opcty-base-090: 0.9;
|
|
128
|
+
$tw-opcty-base-100: 1;
|
|
129
|
+
$tw-opcty-semantic-off: 0.5;
|
|
130
|
+
$tw-spc-base-large: 32px;
|
|
131
|
+
$tw-spc-base-medium: 24px;
|
|
132
|
+
$tw-spc-base-none: 0;
|
|
133
|
+
$tw-spc-base-small: 16px;
|
|
134
|
+
$tw-spc-base-x-large: 48px;
|
|
135
|
+
$tw-spc-base-x-small: 8px;
|
|
136
|
+
$tw-spc-base-xx-large: 64px;
|
|
137
|
+
$tw-spc-base-xx-small: 4px;
|
|
138
|
+
$tw-sz-base-large: 32px;
|
|
139
|
+
$tw-sz-base-medium: 24px;
|
|
140
|
+
$tw-sz-base-none: 0;
|
|
141
|
+
$tw-sz-base-small: 16px;
|
|
142
|
+
$tw-sz-base-x-large: 48px;
|
|
143
|
+
$tw-sz-base-x-small: 8px;
|
|
144
|
+
$tw-sz-base-xx-large: 64px;
|
|
145
|
+
$tw-sz-base-xx-small: 4px;
|
|
146
|
+
$tw-sz-dvdr-stroke: 1px;
|
|
147
|
+
$tw-sz-icon-large: 32px;
|
|
148
|
+
$tw-sz-icon-medium: 24px;
|
|
149
|
+
$tw-sz-icon-small: 16px;
|
|
150
|
+
$tw-sz-icon-x-large: 48px;
|
|
151
|
+
$tw-fnt-base-body-01-regular-font-family: 'Inter', sans-serif;
|
|
152
|
+
$tw-fnt-base-body-01-regular-font-size: 20px;
|
|
153
|
+
$tw-fnt-base-body-01-regular-font-weight: 400;
|
|
154
|
+
$tw-fnt-base-body-01-regular-line-height: 28px;
|
|
155
|
+
$tw-fnt-base-body-02-regular-font-family: 'Inter', sans-serif;
|
|
156
|
+
$tw-fnt-base-body-02-regular-font-size: 16px;
|
|
157
|
+
$tw-fnt-base-body-02-regular-font-weight: 400;
|
|
158
|
+
$tw-fnt-base-body-02-regular-line-height: 24px;
|
|
159
|
+
$tw-fnt-base-body-03-regular-font-family: 'Inter', sans-serif;
|
|
160
|
+
$tw-fnt-base-body-03-regular-font-size: 14px;
|
|
161
|
+
$tw-fnt-base-body-03-regular-font-weight: 400;
|
|
162
|
+
$tw-fnt-base-body-03-regular-line-height: 20px;
|
|
163
|
+
$tw-fnt-base-body-04-regular-font-family: 'Inter', sans-serif;
|
|
164
|
+
$tw-fnt-base-body-04-regular-font-size: 12px;
|
|
165
|
+
$tw-fnt-base-body-04-regular-font-weight: 400;
|
|
166
|
+
$tw-fnt-base-body-04-regular-line-height: 16px;
|
|
167
|
+
$tw-fnt-base-display-01-bold-font-family: 'Inter', sans-serif;
|
|
168
|
+
$tw-fnt-base-display-01-bold-font-size: 84px;
|
|
169
|
+
$tw-fnt-base-display-01-bold-font-weight: 700;
|
|
170
|
+
$tw-fnt-base-display-01-bold-line-height: 108px;
|
|
171
|
+
$tw-fnt-base-display-02-bold-font-family: 'Inter', sans-serif;
|
|
172
|
+
$tw-fnt-base-display-02-bold-font-size: 72px;
|
|
173
|
+
$tw-fnt-base-display-02-bold-font-weight: 700;
|
|
174
|
+
$tw-fnt-base-display-02-bold-line-height: 92px;
|
|
175
|
+
$tw-fnt-base-display-03-bold-font-family: 'Inter', sans-serif;
|
|
176
|
+
$tw-fnt-base-display-03-bold-font-size: 60px;
|
|
177
|
+
$tw-fnt-base-display-03-bold-font-weight: 700;
|
|
178
|
+
$tw-fnt-base-display-03-bold-line-height: 76px;
|
|
179
|
+
$tw-fnt-base-display-04-bold-font-family: 'Inter', sans-serif;
|
|
180
|
+
$tw-fnt-base-display-04-bold-font-size: 48px;
|
|
181
|
+
$tw-fnt-base-display-04-bold-font-weight: 700;
|
|
182
|
+
$tw-fnt-base-display-04-bold-line-height: 60px;
|
|
183
|
+
$tw-fnt-base-headline-01-semi-bold-font-family: 'Inter', sans-serif;
|
|
184
|
+
$tw-fnt-base-headline-01-semi-bold-font-size: 48px;
|
|
185
|
+
$tw-fnt-base-headline-01-semi-bold-font-weight: 600;
|
|
186
|
+
$tw-fnt-base-headline-01-semi-bold-line-height: 60px;
|
|
187
|
+
$tw-fnt-base-headline-02-semi-bold-font-family: 'Inter', sans-serif;
|
|
188
|
+
$tw-fnt-base-headline-02-semi-bold-font-size: 40px;
|
|
189
|
+
$tw-fnt-base-headline-02-semi-bold-font-weight: 600;
|
|
190
|
+
$tw-fnt-base-headline-02-semi-bold-line-height: 52px;
|
|
191
|
+
$tw-fnt-base-headline-03-semi-bold-font-family: 'Inter', sans-serif;
|
|
192
|
+
$tw-fnt-base-headline-03-semi-bold-font-size: 34px;
|
|
193
|
+
$tw-fnt-base-headline-03-semi-bold-font-weight: 600;
|
|
194
|
+
$tw-fnt-base-headline-03-semi-bold-line-height: 44px;
|
|
195
|
+
$tw-fnt-base-headline-04-semi-bold-font-family: 'Inter', sans-serif;
|
|
196
|
+
$tw-fnt-base-headline-04-semi-bold-font-size: 28px;
|
|
197
|
+
$tw-fnt-base-headline-04-semi-bold-font-weight: 600;
|
|
198
|
+
$tw-fnt-base-headline-04-semi-bold-line-height: 36px;
|
|
199
|
+
$tw-fnt-base-headline-05-semi-bold-font-family: 'Inter', sans-serif;
|
|
200
|
+
$tw-fnt-base-headline-05-semi-bold-font-size: 24px;
|
|
201
|
+
$tw-fnt-base-headline-05-semi-bold-font-weight: 600;
|
|
202
|
+
$tw-fnt-base-headline-05-semi-bold-line-height: 32px;
|
|
203
|
+
$tw-fnt-base-headline-06-semi-bold-font-family: 'Inter', sans-serif;
|
|
204
|
+
$tw-fnt-base-headline-06-semi-bold-font-size: 20px;
|
|
205
|
+
$tw-fnt-base-headline-06-semi-bold-font-weight: 600;
|
|
206
|
+
$tw-fnt-base-headline-06-semi-bold-line-height: 28px;
|
|
207
|
+
$tw-fnt-base-font-family: 'Inter', sans-serif;
|
|
208
|
+
$tw-fnt-base-font-size-body-01: 20px;
|
|
209
|
+
$tw-fnt-base-font-size-body-02: 16px;
|
|
210
|
+
$tw-fnt-base-font-size-body-03: 14px;
|
|
211
|
+
$tw-fnt-base-font-size-body-04: 12px;
|
|
212
|
+
$tw-fnt-base-font-size-display-01: 84px;
|
|
213
|
+
$tw-fnt-base-font-size-display-02: 72px;
|
|
214
|
+
$tw-fnt-base-font-size-display-03: 60px;
|
|
215
|
+
$tw-fnt-base-font-size-display-04: 48px;
|
|
216
|
+
$tw-fnt-base-font-size-headline-01: 48px;
|
|
217
|
+
$tw-fnt-base-font-size-headline-02: 40px;
|
|
218
|
+
$tw-fnt-base-font-size-headline-03: 34px;
|
|
219
|
+
$tw-fnt-base-font-size-headline-04: 28px;
|
|
220
|
+
$tw-fnt-base-font-size-headline-05: 24px;
|
|
221
|
+
$tw-fnt-base-font-size-headline-06: 20px;
|
|
222
|
+
$tw-fnt-base-font-weight: 400;
|
|
223
|
+
$tw-fnt-base-font-weight-bold: 700;
|
|
224
|
+
$tw-fnt-base-font-weight-medium: 500;
|
|
225
|
+
$tw-fnt-base-font-weight-semi-bold: 600;
|
|
226
|
+
$tw-fnt-base-line-height-body-01: 28px;
|
|
227
|
+
$tw-fnt-base-line-height-body-02: 24px;
|
|
228
|
+
$tw-fnt-base-line-height-body-03: 20px;
|
|
229
|
+
$tw-fnt-base-line-height-body-04: 16px;
|
|
230
|
+
$tw-fnt-base-line-height-display-01: 108px;
|
|
231
|
+
$tw-fnt-base-line-height-display-02: 92px;
|
|
232
|
+
$tw-fnt-base-line-height-display-03: 76px;
|
|
233
|
+
$tw-fnt-base-line-height-display-04: 60px;
|
|
234
|
+
$tw-fnt-base-line-height-headline-01: 60px;
|
|
235
|
+
$tw-fnt-base-line-height-headline-02: 52px;
|
|
236
|
+
$tw-fnt-base-line-height-headline-03: 44px;
|
|
237
|
+
$tw-fnt-base-line-height-headline-04: 36px;
|
|
238
|
+
$tw-fnt-base-line-height-headline-05: 32px;
|
|
239
|
+
$tw-fnt-base-line-height-headline-06: 28px;
|
|
240
|
+
$tw-clr-nvgtn-side-nav-item-fill: #F9FAFA;
|
|
241
|
+
$tw-clr-nvgtn-side-nav-item-fill-active: #EDF0F1;
|
|
242
|
+
$tw-clr-nvgtn-side-nav-item-fill-hover: #F2F4F5;
|
|
243
|
+
$tw-clr-nvgtn-side-nav-item-indicator-fill: #0067C8;
|
|
244
|
+
$tw-clr-nvgtn-side-nav-item-label: #3A4445;
|
|
245
|
+
$tw-clr-nvgtn-side-nav-section-fill: #F9FAFA;
|
|
246
|
+
$tw-clr-nvgtn-side-nav-section-title: #3A4445;
|
|
247
|
+
$tw-fnt-nvgtn-side-nav-item-label-font-family: 'Inter', sans-serif;
|
|
248
|
+
$tw-fnt-nvgtn-side-nav-item-label-font-size: 14px;
|
|
249
|
+
$tw-fnt-nvgtn-side-nav-item-label-font-weight: 500;
|
|
250
|
+
$tw-fnt-nvgtn-side-nav-item-label-line-height: 16px;
|
|
251
|
+
$tw-fnt-nvgtn-side-nav-section-title-font-family: 'Inter', sans-serif;
|
|
252
|
+
$tw-fnt-nvgtn-side-nav-section-title-font-size: 12px;
|
|
253
|
+
$tw-fnt-nvgtn-side-nav-section-title-font-weight: 400;
|
|
254
|
+
$tw-fnt-nvgtn-side-nav-section-title-line-height: 16px;
|
|
255
|
+
$tw-fnt-nvgtn-side-nav-section-title-text-transform: uppercase;
|
|
256
|
+
$tw-sz-nvgtn-side-nav-item-indicator: 4px;
|
|
257
|
+
$tw-sz-nvgtn-side-nav-width: 200px;
|
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
$tw-clr-dvdr-fill: #A9B7B8;
|
|
2
|
+
$tw-clr-icon-fill-critical: #FE0003;
|
|
3
|
+
$tw-clr-icon-fill-passive: #708284;
|
|
4
|
+
$tw-clr-icon-fill-productive: #007DF2;
|
|
5
|
+
$tw-clr-icon-fill-success: #308F5F;
|
|
6
|
+
$tw-clr-icon-fill-text: #3A4445;
|
|
7
|
+
$tw-clr-icon-fill-text-inv: #FFFFFF;
|
|
8
|
+
$tw-clr-icon-fill-warning: #BD6931;
|
|
9
|
+
$tw-clr-base-black: #000000;
|
|
10
|
+
$tw-clr-base-gray-025: #F9FAFA;
|
|
11
|
+
$tw-clr-base-gray-050: #F2F4F5;
|
|
12
|
+
$tw-clr-base-gray-075: #EDF0F1;
|
|
13
|
+
$tw-clr-base-gray-100: #E5EAEA;
|
|
14
|
+
$tw-clr-base-gray-200: #CAD2D3;
|
|
15
|
+
$tw-clr-base-gray-300: #A9B7B8;
|
|
16
|
+
$tw-clr-base-gray-400: #859799;
|
|
17
|
+
$tw-clr-base-gray-500: #708284;
|
|
18
|
+
$tw-clr-base-gray-600: #5C6B6C;
|
|
19
|
+
$tw-clr-base-gray-700: #4B5758;
|
|
20
|
+
$tw-clr-base-gray-800: #3A4445;
|
|
21
|
+
$tw-clr-base-gray-900: #2B3233;
|
|
22
|
+
$tw-clr-base-transparent: #FFFFFF00;
|
|
23
|
+
$tw-clr-base-white: #FFFFFF;
|
|
24
|
+
$tw-clr-base-blue-primary: #0067C8;
|
|
25
|
+
$tw-clr-base-green-primary: #308F5F;
|
|
26
|
+
$tw-clr-base-orange-primary: #DE7935;
|
|
27
|
+
$tw-clr-base-teal-primary: #30C6D1;
|
|
28
|
+
$tw-clr-base-blue-050: #F0F4FF;
|
|
29
|
+
$tw-clr-base-blue-100: #E2E9FF;
|
|
30
|
+
$tw-clr-base-blue-200: #BED0FF;
|
|
31
|
+
$tw-clr-base-blue-300: #92B4FF;
|
|
32
|
+
$tw-clr-base-blue-400: #4E92FF;
|
|
33
|
+
$tw-clr-base-blue-500: #007DF2;
|
|
34
|
+
$tw-clr-base-blue-600: #0067C8;
|
|
35
|
+
$tw-clr-base-blue-700: #0053A5;
|
|
36
|
+
$tw-clr-base-blue-800: #004184;
|
|
37
|
+
$tw-clr-base-green-050: #D6FDE5;
|
|
38
|
+
$tw-clr-base-green-100: #A6FCCA;
|
|
39
|
+
$tw-clr-base-green-200: #53EA9F;
|
|
40
|
+
$tw-clr-base-green-300: #46CB89;
|
|
41
|
+
$tw-clr-base-green-400: #38A76F;
|
|
42
|
+
$tw-clr-base-green-500: #308F5F;
|
|
43
|
+
$tw-clr-base-green-600: #27764E;
|
|
44
|
+
$tw-clr-base-green-700: #1F6040;
|
|
45
|
+
$tw-clr-base-green-800: #164B34;
|
|
46
|
+
$tw-clr-base-orange-050: #FEF2EE;
|
|
47
|
+
$tw-clr-base-orange-100: #FCE5DE;
|
|
48
|
+
$tw-clr-base-orange-200: #FAC4B1;
|
|
49
|
+
$tw-clr-base-orange-300: #F89E74;
|
|
50
|
+
$tw-clr-base-orange-400: #DE7935;
|
|
51
|
+
$tw-clr-base-orange-500: #BD6931;
|
|
52
|
+
$tw-clr-base-orange-600: #9A572B;
|
|
53
|
+
$tw-clr-base-orange-700: #7E4622;
|
|
54
|
+
$tw-clr-base-orange-800: #643719;
|
|
55
|
+
$tw-clr-base-pink-050: #FFF1F4;
|
|
56
|
+
$tw-clr-base-pink-100: #FFE2E9;
|
|
57
|
+
$tw-clr-base-pink-200: #FFBFD0;
|
|
58
|
+
$tw-clr-base-pink-300: #FF94B4;
|
|
59
|
+
$tw-clr-base-pink-400: #FF5294;
|
|
60
|
+
$tw-clr-base-pink-500: #F6007F;
|
|
61
|
+
$tw-clr-base-pink-600: #CD0069;
|
|
62
|
+
$tw-clr-base-pink-700: #A80055;
|
|
63
|
+
$tw-clr-base-pink-800: #860043;
|
|
64
|
+
$tw-clr-base-purple-050: #F6F2FE;
|
|
65
|
+
$tw-clr-base-purple-100: #EEE6FD;
|
|
66
|
+
$tw-clr-base-purple-200: #DBC8FC;
|
|
67
|
+
$tw-clr-base-purple-300: #C7A4FA;
|
|
68
|
+
$tw-clr-base-purple-400: #B178F7;
|
|
69
|
+
$tw-clr-base-purple-500: #A456F5;
|
|
70
|
+
$tw-clr-base-purple-600: #9525EE;
|
|
71
|
+
$tw-clr-base-purple-700: #7A1CC3;
|
|
72
|
+
$tw-clr-base-purple-800: #61159D;
|
|
73
|
+
$tw-clr-base-red-050: #FFF1F1;
|
|
74
|
+
$tw-clr-base-red-100: #FFE3E3;
|
|
75
|
+
$tw-clr-base-red-200: #FFC1C1;
|
|
76
|
+
$tw-clr-base-red-300: #FF9797;
|
|
77
|
+
$tw-clr-base-red-400: #FF5A5B;
|
|
78
|
+
$tw-clr-base-red-500: #FE0003;
|
|
79
|
+
$tw-clr-base-red-600: #D40002;
|
|
80
|
+
$tw-clr-base-red-700: #AD0001;
|
|
81
|
+
$tw-clr-base-red-800: #8B0001;
|
|
82
|
+
$tw-clr-base-teal-050: #D8FAFE;
|
|
83
|
+
$tw-clr-base-teal-100: #ADF6FE;
|
|
84
|
+
$tw-clr-base-teal-200: #39E5F1;
|
|
85
|
+
$tw-clr-base-teal-300: #30C6D1;
|
|
86
|
+
$tw-clr-base-teal-400: #2EA2AB;
|
|
87
|
+
$tw-clr-base-teal-500: #288B93;
|
|
88
|
+
$tw-clr-base-teal-600: #1F7278;
|
|
89
|
+
$tw-clr-base-teal-700: #175D62;
|
|
90
|
+
$tw-clr-base-teal-800: #114A4E;
|
|
91
|
+
$tw-clr-base-yellow-050: #FEF3E1;
|
|
92
|
+
$tw-clr-base-yellow-100: #FDE7C3;
|
|
93
|
+
$tw-clr-base-yellow-200: #FBCA47;
|
|
94
|
+
$tw-clr-base-yellow-300: #DAAF38;
|
|
95
|
+
$tw-clr-base-yellow-400: #B38F2C;
|
|
96
|
+
$tw-clr-base-yellow-500: #9A7B25;
|
|
97
|
+
$tw-clr-base-yellow-600: #7F641C;
|
|
98
|
+
$tw-clr-base-yellow-700: #685215;
|
|
99
|
+
$tw-clr-base-yellow-800: #52400F;
|
|
100
|
+
$tw-clr-base-semantic-critical: #FE0003;
|
|
101
|
+
$tw-clr-base-semantic-critical-bg: #FFF1F1;
|
|
102
|
+
$tw-clr-base-semantic-critical-text: #D40002;
|
|
103
|
+
$tw-clr-base-semantic-passive: #708284;
|
|
104
|
+
$tw-clr-base-semantic-passive-bg: #F2F4F5;
|
|
105
|
+
$tw-clr-base-semantic-passive-text: #5C6B6C;
|
|
106
|
+
$tw-clr-base-semantic-productive: #007DF2;
|
|
107
|
+
$tw-clr-base-semantic-productive-bg: #F0F4FF;
|
|
108
|
+
$tw-clr-base-semantic-productive-text: #0067C8;
|
|
109
|
+
$tw-clr-base-semantic-success: #308F5F;
|
|
110
|
+
$tw-clr-base-semantic-success-bg: #D6FDE5;
|
|
111
|
+
$tw-clr-base-semantic-success-text: #27764E;
|
|
112
|
+
$tw-clr-base-semantic-warning: #BD6931;
|
|
113
|
+
$tw-clr-base-semantic-warning-bg: #FEF2EE;
|
|
114
|
+
$tw-clr-base-semantic-warning-text: #9A572B;
|
|
115
|
+
$tw-clr-text-fill: #3A4445;
|
|
116
|
+
$tw-clr-text-fill-inv: #FFFFFF;
|
|
117
|
+
$tw-clr-text-fill-productive: #0067C8;
|
|
118
|
+
$tw-opcty-base-000: 0;
|
|
119
|
+
$tw-opcty-base-010: 0.1;
|
|
120
|
+
$tw-opcty-base-020: 0.2;
|
|
121
|
+
$tw-opcty-base-030: 0.3;
|
|
122
|
+
$tw-opcty-base-040: 0.4;
|
|
123
|
+
$tw-opcty-base-050: 0.5;
|
|
124
|
+
$tw-opcty-base-060: 0.6;
|
|
125
|
+
$tw-opcty-base-070: 0.7;
|
|
126
|
+
$tw-opcty-base-080: 0.8;
|
|
127
|
+
$tw-opcty-base-090: 0.9;
|
|
128
|
+
$tw-opcty-base-100: 1;
|
|
129
|
+
$tw-opcty-semantic-off: 0.5;
|
|
130
|
+
$tw-spc-base-large: 32px;
|
|
131
|
+
$tw-spc-base-medium: 24px;
|
|
132
|
+
$tw-spc-base-none: 0;
|
|
133
|
+
$tw-spc-base-small: 16px;
|
|
134
|
+
$tw-spc-base-x-large: 48px;
|
|
135
|
+
$tw-spc-base-x-small: 8px;
|
|
136
|
+
$tw-spc-base-xx-large: 64px;
|
|
137
|
+
$tw-spc-base-xx-small: 4px;
|
|
138
|
+
$tw-sz-base-large: 32px;
|
|
139
|
+
$tw-sz-base-medium: 24px;
|
|
140
|
+
$tw-sz-base-none: 0;
|
|
141
|
+
$tw-sz-base-small: 16px;
|
|
142
|
+
$tw-sz-base-x-large: 48px;
|
|
143
|
+
$tw-sz-base-x-small: 8px;
|
|
144
|
+
$tw-sz-base-xx-large: 64px;
|
|
145
|
+
$tw-sz-base-xx-small: 4px;
|
|
146
|
+
$tw-sz-dvdr-stroke: 1px;
|
|
147
|
+
$tw-sz-icon-large: 32px;
|
|
148
|
+
$tw-sz-icon-medium: 24px;
|
|
149
|
+
$tw-sz-icon-small: 16px;
|
|
150
|
+
$tw-sz-icon-x-large: 48px;
|
|
151
|
+
$tw-fnt-base-body-01-regular-font-family: 'Inter', sans-serif;
|
|
152
|
+
$tw-fnt-base-body-01-regular-font-size: 20px;
|
|
153
|
+
$tw-fnt-base-body-01-regular-font-weight: 400;
|
|
154
|
+
$tw-fnt-base-body-01-regular-line-height: 28px;
|
|
155
|
+
$tw-fnt-base-body-02-regular-font-family: 'Inter', sans-serif;
|
|
156
|
+
$tw-fnt-base-body-02-regular-font-size: 16px;
|
|
157
|
+
$tw-fnt-base-body-02-regular-font-weight: 400;
|
|
158
|
+
$tw-fnt-base-body-02-regular-line-height: 24px;
|
|
159
|
+
$tw-fnt-base-body-03-regular-font-family: 'Inter', sans-serif;
|
|
160
|
+
$tw-fnt-base-body-03-regular-font-size: 14px;
|
|
161
|
+
$tw-fnt-base-body-03-regular-font-weight: 400;
|
|
162
|
+
$tw-fnt-base-body-03-regular-line-height: 20px;
|
|
163
|
+
$tw-fnt-base-body-04-regular-font-family: 'Inter', sans-serif;
|
|
164
|
+
$tw-fnt-base-body-04-regular-font-size: 12px;
|
|
165
|
+
$tw-fnt-base-body-04-regular-font-weight: 400;
|
|
166
|
+
$tw-fnt-base-body-04-regular-line-height: 16px;
|
|
167
|
+
$tw-fnt-base-display-01-bold-font-family: 'Inter', sans-serif;
|
|
168
|
+
$tw-fnt-base-display-01-bold-font-size: 84px;
|
|
169
|
+
$tw-fnt-base-display-01-bold-font-weight: 700;
|
|
170
|
+
$tw-fnt-base-display-01-bold-line-height: 108px;
|
|
171
|
+
$tw-fnt-base-display-02-bold-font-family: 'Inter', sans-serif;
|
|
172
|
+
$tw-fnt-base-display-02-bold-font-size: 72px;
|
|
173
|
+
$tw-fnt-base-display-02-bold-font-weight: 700;
|
|
174
|
+
$tw-fnt-base-display-02-bold-line-height: 92px;
|
|
175
|
+
$tw-fnt-base-display-03-bold-font-family: 'Inter', sans-serif;
|
|
176
|
+
$tw-fnt-base-display-03-bold-font-size: 60px;
|
|
177
|
+
$tw-fnt-base-display-03-bold-font-weight: 700;
|
|
178
|
+
$tw-fnt-base-display-03-bold-line-height: 76px;
|
|
179
|
+
$tw-fnt-base-display-04-bold-font-family: 'Inter', sans-serif;
|
|
180
|
+
$tw-fnt-base-display-04-bold-font-size: 48px;
|
|
181
|
+
$tw-fnt-base-display-04-bold-font-weight: 700;
|
|
182
|
+
$tw-fnt-base-display-04-bold-line-height: 60px;
|
|
183
|
+
$tw-fnt-base-headline-01-semi-bold-font-family: 'Inter', sans-serif;
|
|
184
|
+
$tw-fnt-base-headline-01-semi-bold-font-size: 48px;
|
|
185
|
+
$tw-fnt-base-headline-01-semi-bold-font-weight: 600;
|
|
186
|
+
$tw-fnt-base-headline-01-semi-bold-line-height: 60px;
|
|
187
|
+
$tw-fnt-base-headline-02-semi-bold-font-family: 'Inter', sans-serif;
|
|
188
|
+
$tw-fnt-base-headline-02-semi-bold-font-size: 40px;
|
|
189
|
+
$tw-fnt-base-headline-02-semi-bold-font-weight: 600;
|
|
190
|
+
$tw-fnt-base-headline-02-semi-bold-line-height: 52px;
|
|
191
|
+
$tw-fnt-base-headline-03-semi-bold-font-family: 'Inter', sans-serif;
|
|
192
|
+
$tw-fnt-base-headline-03-semi-bold-font-size: 34px;
|
|
193
|
+
$tw-fnt-base-headline-03-semi-bold-font-weight: 600;
|
|
194
|
+
$tw-fnt-base-headline-03-semi-bold-line-height: 44px;
|
|
195
|
+
$tw-fnt-base-headline-04-semi-bold-font-family: 'Inter', sans-serif;
|
|
196
|
+
$tw-fnt-base-headline-04-semi-bold-font-size: 28px;
|
|
197
|
+
$tw-fnt-base-headline-04-semi-bold-font-weight: 600;
|
|
198
|
+
$tw-fnt-base-headline-04-semi-bold-line-height: 36px;
|
|
199
|
+
$tw-fnt-base-headline-05-semi-bold-font-family: 'Inter', sans-serif;
|
|
200
|
+
$tw-fnt-base-headline-05-semi-bold-font-size: 24px;
|
|
201
|
+
$tw-fnt-base-headline-05-semi-bold-font-weight: 600;
|
|
202
|
+
$tw-fnt-base-headline-05-semi-bold-line-height: 32px;
|
|
203
|
+
$tw-fnt-base-headline-06-semi-bold-font-family: 'Inter', sans-serif;
|
|
204
|
+
$tw-fnt-base-headline-06-semi-bold-font-size: 20px;
|
|
205
|
+
$tw-fnt-base-headline-06-semi-bold-font-weight: 600;
|
|
206
|
+
$tw-fnt-base-headline-06-semi-bold-line-height: 28px;
|
|
207
|
+
$tw-fnt-base-font-family: 'Inter', sans-serif;
|
|
208
|
+
$tw-fnt-base-font-size-body-01: 20px;
|
|
209
|
+
$tw-fnt-base-font-size-body-02: 16px;
|
|
210
|
+
$tw-fnt-base-font-size-body-03: 14px;
|
|
211
|
+
$tw-fnt-base-font-size-body-04: 12px;
|
|
212
|
+
$tw-fnt-base-font-size-display-01: 84px;
|
|
213
|
+
$tw-fnt-base-font-size-display-02: 72px;
|
|
214
|
+
$tw-fnt-base-font-size-display-03: 60px;
|
|
215
|
+
$tw-fnt-base-font-size-display-04: 48px;
|
|
216
|
+
$tw-fnt-base-font-size-headline-01: 48px;
|
|
217
|
+
$tw-fnt-base-font-size-headline-02: 40px;
|
|
218
|
+
$tw-fnt-base-font-size-headline-03: 34px;
|
|
219
|
+
$tw-fnt-base-font-size-headline-04: 28px;
|
|
220
|
+
$tw-fnt-base-font-size-headline-05: 24px;
|
|
221
|
+
$tw-fnt-base-font-size-headline-06: 20px;
|
|
222
|
+
$tw-fnt-base-font-weight: 400;
|
|
223
|
+
$tw-fnt-base-font-weight-bold: 700;
|
|
224
|
+
$tw-fnt-base-font-weight-medium: 500;
|
|
225
|
+
$tw-fnt-base-font-weight-semi-bold: 600;
|
|
226
|
+
$tw-fnt-base-line-height-body-01: 28px;
|
|
227
|
+
$tw-fnt-base-line-height-body-02: 24px;
|
|
228
|
+
$tw-fnt-base-line-height-body-03: 20px;
|
|
229
|
+
$tw-fnt-base-line-height-body-04: 16px;
|
|
230
|
+
$tw-fnt-base-line-height-display-01: 108px;
|
|
231
|
+
$tw-fnt-base-line-height-display-02: 92px;
|
|
232
|
+
$tw-fnt-base-line-height-display-03: 76px;
|
|
233
|
+
$tw-fnt-base-line-height-display-04: 60px;
|
|
234
|
+
$tw-fnt-base-line-height-headline-01: 60px;
|
|
235
|
+
$tw-fnt-base-line-height-headline-02: 52px;
|
|
236
|
+
$tw-fnt-base-line-height-headline-03: 44px;
|
|
237
|
+
$tw-fnt-base-line-height-headline-04: 36px;
|
|
238
|
+
$tw-fnt-base-line-height-headline-05: 32px;
|
|
239
|
+
$tw-fnt-base-line-height-headline-06: 28px;
|
|
240
|
+
$tw-fnt-prgrss-circle-value-large-font-family: 'Inter', sans-serif;
|
|
241
|
+
$tw-fnt-prgrss-circle-value-large-font-size: 48px;
|
|
242
|
+
$tw-fnt-prgrss-circle-value-large-font-weight: 400;
|
|
243
|
+
$tw-fnt-prgrss-circle-value-large-line-height: 60px;
|
|
244
|
+
$tw-fnt-prgrss-circle-value-medium-font-family: 'Inter', sans-serif;
|
|
245
|
+
$tw-fnt-prgrss-circle-value-medium-font-size: 24px;
|
|
246
|
+
$tw-fnt-prgrss-circle-value-medium-font-weight: 400;
|
|
247
|
+
$tw-fnt-prgrss-circle-value-medium-line-height: 32px;
|
|
248
|
+
$tw-fnt-prgrss-circle-value-small-font-family: 'Inter', sans-serif;
|
|
249
|
+
$tw-fnt-prgrss-circle-value-small-font-size: 12px;
|
|
250
|
+
$tw-fnt-prgrss-circle-value-small-font-weight: 400;
|
|
251
|
+
$tw-fnt-prgrss-circle-value-small-line-height: 16px;
|