@ironsource/shared-ui 2.0.0-rc.0 → 2.0.0-rc.1
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/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -0
- package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Label.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
- package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
- package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Table.vue_vue_type_style_index_1_lang.css +1 -1
- package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
- package/Typography.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
- package/commonCssVariables.scss +623 -0
- package/components/ThemeWrapper/ThemeStrore.d.ts +4 -0
- package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +15 -0
- package/components/appTrigger/AppTrigger.vue.js +4 -4
- package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
- package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
- package/components/autocompleteDropdown/GroupOption.vue.js +2 -2
- package/components/button/common/ButtonBase.vue.d.ts +48 -0
- package/components/button/{ButtonBase.vue.js → common/ButtonBase.vue.js} +7 -7
- package/components/button/{Button.vue.d.ts → common/ButtonSuper.vue.d.ts} +3 -3
- package/components/button/{ButtonBase.vue.d.ts → v3/Button.vue.d.ts} +20 -4
- package/components/button/v3/Button.vue.js +102 -0
- package/components/button/{IconButton.vue.js → v3/IconButton.vue.js} +7 -7
- package/components/button/{ScrollButton.vue.js → v3/ScrollButton.vue.js} +6 -6
- package/components/button/v3/index.d.ts +79 -0
- package/components/button/v4/ButtonV4.vue.d.ts +57 -0
- package/components/button/v4/ButtonV4.vue.js +99 -0
- package/components/button/{index.d.ts → v4/index.d.ts} +33 -76
- package/components/button/v4/index.vue.js +6 -0
- package/components/checkbox/Checkbox.vue.d.ts +1 -1
- package/components/checkbox/index.d.ts +9 -9
- package/components/chip/{Chip.vue.js → v3/Chip.vue.js} +5 -5
- package/components/chip/v4/ChipV4.vue.d.ts +48 -0
- package/components/chip/v4/ChipV4.vue.js +76 -0
- package/components/chip/v4/index.d.ts +63 -0
- package/components/chip/v4/index.vue.js +6 -0
- package/components/dateRange/CalendarMonth.vue.js +3 -3
- package/components/dateRange/DateRange.vue.js +4 -4
- package/components/dialog/Dialog.vue.d.ts +1 -1
- package/components/dialog/Dialog.vue.js +8 -7
- package/components/dialog/index.d.ts +11 -11
- package/components/dropdown/common/Dropdown.common.d.ts +36 -0
- package/components/dropdown/common/Dropdown.common.vue.js +456 -0
- package/components/dropdown/{Label.vue.js → common/Label.vue.js} +5 -5
- package/components/dropdown/{Option.vue.js → common/Option.vue.js} +7 -7
- package/components/dropdown/{SearchInput.vue.js → common/SearchInput.vue.js} +8 -7
- package/components/dropdown/{Dropdown.vue.d.ts → v3/Dropdown.vue.d.ts} +15 -5
- package/components/dropdown/v3/Dropdown.vue.js +391 -0
- package/components/dropdown/{index.d.ts → v3/index.d.ts} +42 -20
- package/components/dropdown/v3/index.vue.js +12 -0
- package/components/dropdown/v4/DropdownV4.vue.d.ts +223 -0
- package/components/dropdown/v4/DropdownV4.vue.js +408 -0
- package/components/dropdown/v4/index.d.ts +433 -0
- package/components/dropdown/v4/index.vue.js +6 -0
- package/components/emptyState/EmptyState.vue.d.ts +1 -1
- package/components/emptyState/EmptyState.vue.js +4 -4
- package/components/emptyState/index.d.ts +11 -11
- package/components/filterDropdown/AddFilterButton.vue.js +2 -2
- package/components/filterDropdown/FilterDropdown.vue.js +5 -4
- package/components/filtersPanel/Filter.d.ts +1 -1
- package/components/filtersPanel/FilterSearchInput.vue.js +6 -6
- package/components/floatingToolbar/FloatingToolbar.vue.js +6 -5
- package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExclude.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
- package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +4 -4
- package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
- package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
- package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
- package/components/includeExclude/index.d.ts +22 -22
- package/components/input/Input.vue.d.ts +2 -2
- package/components/input/Input.vue.js +4 -4
- package/components/input/index.d.ts +16 -16
- package/components/menu/Menu.vue.d.ts +1 -1
- package/components/menu/index.d.ts +5 -5
- package/components/search/common/Search.common.d.ts +9 -0
- package/components/search/common/Search.common.vue.js +52 -0
- package/components/search/{Search.vue.js → v3/Search.vue.js} +19 -46
- package/components/search/{index.d.ts → v3/index.d.ts} +3 -3
- package/components/search/v4/SearchV4.vue.d.ts +51 -0
- package/components/search/v4/SearchV4.vue.js +70 -0
- package/components/search/v4/index.d.ts +72 -0
- package/components/search/v4/index.vue.js +6 -0
- package/components/snackbar/Snackbar.vue.d.ts +1 -1
- package/components/snackbar/Snackbar.vue.js +6 -5
- package/components/switch/{Switch.vue.js → v3/Switch.vue.js} +5 -5
- package/components/switch/v4/SwitchV4.vue.d.ts +37 -0
- package/components/switch/v4/SwitchV4.vue.js +87 -0
- package/components/switch/v4/index.d.ts +46 -0
- package/components/switch/v4/index.vue.js +6 -0
- package/components/table/Table.vue.js +3 -3
- package/components/table-cells/Editable.vue.js +1 -1
- package/components/tooltip/Tooltip.vue.d.ts +1 -1
- package/components/tooltip/index.d.ts +5 -5
- package/components/typography/index.d.ts +9 -9
- package/components/typography/v4/Typography.vue.d.ts +34 -0
- package/components/typography/v4/Typography.vue.js +68 -0
- package/components/typography/v4/index.d.ts +23 -0
- package/components/typography/v4/index.vue.js +6 -0
- package/design-foundation.stories/border-radius/BorderRadiusData.d.ts +5 -0
- package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +4 -0
- package/design-foundation.stories/border-radius/index.d.ts +1 -0
- package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
- package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +3 -0
- package/design-foundation.stories/colors/index.d.ts +1 -0
- package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +4 -0
- package/design-foundation.stories/elevations/ElevationsData.d.ts +10 -0
- package/design-foundation.stories/elevations/index.d.ts +1 -0
- package/design-foundation.stories/typography/TypographyData.d.ts +7 -0
- package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +3 -0
- package/design-foundation.stories/typography/index.d.ts +1 -0
- package/index.d.ts +1532 -5
- package/index.vue.js +28 -16
- package/package.json +39 -14
- package/styleguide.scss +77 -78
- package/styles/v4/border-radius.css +8 -0
- package/styles/v4/colors.css +100 -0
- package/styles/v4/elevations.css +10 -0
- package/styles/v4/fonts.css +1 -0
- package/styles/v4/fonts.css.map +1 -0
- package/styles/v4/fonts.scss +258 -0
- package/components/button/Button.vue.js +0 -65
- package/components/dropdown/Dropdown.vue.js +0 -785
- package/components/dropdown/index.vue.js +0 -12
- /package/components/button/{IconButton.vue.d.ts → v3/IconButton.vue.d.ts} +0 -0
- /package/components/button/{ScrollButton.vue.d.ts → v3/ScrollButton.vue.d.ts} +0 -0
- /package/components/button/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/chip/{Chip.vue.d.ts → v3/Chip.vue.d.ts} +0 -0
- /package/components/chip/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/chip/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/dropdown/{DropdownContext.d.ts → common/DropdownContext.d.ts} +0 -0
- /package/components/dropdown/{DropdownContext.vue.js → common/DropdownContext.vue.js} +0 -0
- /package/components/dropdown/{Label.vue.d.ts → common/Label.vue.d.ts} +0 -0
- /package/components/dropdown/{Option.vue.d.ts → common/Option.vue.d.ts} +0 -0
- /package/components/dropdown/{SearchInput.vue.d.ts → common/SearchInput.vue.d.ts} +0 -0
- /package/components/search/{Search.vue.d.ts → v3/Search.vue.d.ts} +0 -0
- /package/components/search/{index.vue.js → v3/index.vue.js} +0 -0
- /package/components/switch/{Switch.vue.d.ts → v3/Switch.vue.d.ts} +0 -0
- /package/components/switch/{index.d.ts → v3/index.d.ts} +0 -0
- /package/components/switch/{index.vue.js → v3/index.vue.js} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
.label[data-v-6b2024eb]{color:#41454d}.loader[data-v-6b2024eb]{width:10px;height:10px;border:1.2px solid #
|
|
1
|
+
.label[data-v-6b2024eb]{color:#41454d}.loader[data-v-6b2024eb]{width:10px;height:10px;border:1.2px solid #d2d5d8;border-bottom-color:transparent;border-radius:100%;display:inline-block;box-sizing:border-box;animation:rotation-6b2024eb 1s linear infinite}.loader.loader-active[data-v-6b2024eb]{border:1.2px solid var(--189a2944);border-bottom-color:transparent}@keyframes rotation-6b2024eb{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.toggle-body[data-v-6b2024eb]{background-color:#d2d5d8;border-radius:100px;width:1.75rem;height:1rem;position:relative;cursor:pointer;display:inline-block}.toggle-body.toggle-disabled[data-v-6b2024eb]{cursor:default;background-color:#d2d5d8b3}.toggle-body.toggle-active.toggle-disabled[data-v-6b2024eb]{background-color:var(--189a2944);opacity:.7}.toggle-head[data-v-6b2024eb]{background-color:#fff;border-radius:100px;width:.75rem;height:.75rem;position:absolute;left:.125rem;top:.125rem;transition:transform .25s linear;display:flex;justify-content:center;align-items:center}.toggle-active.toggle-body[data-v-6b2024eb]{background-color:var(--189a2944)}.toggle-active .toggle-head[data-v-6b2024eb]{transform:translate(.75rem)}.checkbox[data-v-6b2024eb]{display:none}.item-text[data-v-6b2024eb]{display:inline-block;padding-left:.5rem;line-height:1rem;color:#53575b}.item-text.text-disabled[data-v-6b2024eb]{color:#8e959d}.helper-text[data-v-6b2024eb]{display:block;color:#696a6b;padding-top:.375rem}.error-text[data-v-6b2024eb]{display:block;color:#da564f;padding-top:.375rem}.error-and-help[data-v-6b2024eb]{padding-top:0}.toggle-wrap[data-v-6b2024eb]{height:1rem}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2[data-v-fac69a9c],.font-chart-2[data-v-fac69a9c],.font-chart-1[data-v-fac69a9c]{font-family:Inter,sans-serif;font-weight:700}.font-chip-label[data-v-fac69a9c],.font-table-label[data-v-fac69a9c],.font-button[data-v-fac69a9c],.font-heading-6[data-v-fac69a9c],.font-heading-5[data-v-fac69a9c],.font-heading-4[data-v-fac69a9c],.font-heading-3[data-v-fac69a9c],.font-heading-2[data-v-fac69a9c],.font-heading-1[data-v-fac69a9c],.font-title[data-v-fac69a9c]{font-family:Inter,sans-serif;font-weight:600}.font-tab-label1[data-v-fac69a9c],.font-input-label[data-v-fac69a9c],.font-overline[data-v-fac69a9c],.font-subtitle-2[data-v-fac69a9c],.font-subtitle-1[data-v-fac69a9c]{font-family:Inter,sans-serif;font-weight:500}.font-caption[data-v-fac69a9c],.font-body-2[data-v-fac69a9c],.font-body-1[data-v-fac69a9c]{font-family:Inter,sans-serif;font-weight:400}.font-title[data-v-fac69a9c]{font-size:2.5rem;line-height:3rem;letter-spacing:-.055rem}.font-heading-1[data-v-fac69a9c]{font-size:1.5rem;line-height:1.75rem;letter-spacing:-.0285rem}.font-heading-2[data-v-fac69a9c]{font-size:1.125rem;line-height:1.75rem;letter-spacing:-.01575rem}.font-heading-3[data-v-fac69a9c]{font-size:1rem;line-height:1.5rem;letter-spacing:-.011rem}.font-heading-4[data-v-fac69a9c]{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5[data-v-fac69a9c]{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6[data-v-fac69a9c]{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1[data-v-fac69a9c]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-body-2[data-v-fac69a9c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-subtitle-1[data-v-fac69a9c]{font-size:.875rem;line-height:1.25rem;letter-spacing:-.00525rem}.font-subtitle-2[data-v-fac69a9c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:-.00244rem}.font-chart-1[data-v-fac69a9c]{font-size:1.5rem;line-height:1.5rem;letter-spacing:-.015rem}.font-chart-2[data-v-fac69a9c]{font-size:1.25rem;line-height:1.25rem;letter-spacing:-.0125rem}.font-button[data-v-fac69a9c]{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline[data-v-fac69a9c]{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption[data-v-fac69a9c]{font-size:.75rem;line-height:1rem}.font-table-label[data-v-fac69a9c]{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label[data-v-fac69a9c]{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1[data-v-fac69a9c],.font-tab-label2[data-v-fac69a9c]{font-size:.875rem;line-height:1rem}.font-chip-label[data-v-fac69a9c]{font-size:.75rem;line-height:1rem}h1[data-v-fac69a9c],h2[data-v-fac69a9c],h3[data-v-fac69a9c],h4[data-v-fac69a9c],h5[data-v-fac69a9c],h6[data-v-fac69a9c]{margin:0}.truncate[data-v-fac69a9c]{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block}
|
|
@@ -0,0 +1,623 @@
|
|
|
1
|
+
.light-theme-v4 {
|
|
2
|
+
--common-white: #ffffff;
|
|
3
|
+
--common-black: #000000;
|
|
4
|
+
--common-inverseWhite: #000000;
|
|
5
|
+
--common-inverseBlack: #ffffff;
|
|
6
|
+
--primary-50: hsl(206, 100%, 99.2%);
|
|
7
|
+
--primary-100: hsl(210, 100%, 98%);
|
|
8
|
+
--primary-200: hsl(209, 100%, 96.5%);
|
|
9
|
+
--primary-300: hsl(210, 98.8%, 94%);
|
|
10
|
+
--primary-400: hsl(209, 95%, 90.1%);
|
|
11
|
+
--primary-500: hsl(209, 81.2%, 84.5%);
|
|
12
|
+
--primary-600: hsl(208, 77.5%, 76.9%);
|
|
13
|
+
--primary-700: hsl(206, 81.9%, 65.3%);
|
|
14
|
+
--primary-800: hsl(206, 100%, 50%);
|
|
15
|
+
--primary-900: hsl(208, 93.5%, 47.4%);
|
|
16
|
+
--primary-1000: hsl(211, 90%, 42%);
|
|
17
|
+
--primary-1100: hsl(216, 71%, 23%);
|
|
18
|
+
--primary-A100: hsl(210, 100%, 98%);
|
|
19
|
+
--primary-A200: hsl(209, 100%, 96.5%);
|
|
20
|
+
--primary-A400: hsl(209, 95%, 90.1%);
|
|
21
|
+
--primary-A700: hsl(206, 100%, 50%);
|
|
22
|
+
--primary-lighter: hsl(209, 100%, 96.5%);
|
|
23
|
+
--primary-light: hsl(209, 95%, 90.1%);
|
|
24
|
+
--primary-main: hsl(206, 100%, 50%);
|
|
25
|
+
--primary-main8p: hsla(206, 100%, 50%, 0.08);
|
|
26
|
+
--primary-main50p: hsla(206, 100%, 50%, 0.5);
|
|
27
|
+
--primary-dark: hsl(208, 93.5%, 47.4%);
|
|
28
|
+
--primary-darker: hsl(211, 90%, 42%);
|
|
29
|
+
--primary-hover: hsl(209, 100%, 96.5%);
|
|
30
|
+
--primary-selected: hsl(209, 95%, 90.1%);
|
|
31
|
+
--primary-outlinedBorder: hsl(206, 100%, 50%);
|
|
32
|
+
--primary-contrastText: hsl(216, 71%, 23%);
|
|
33
|
+
--info-50: hsl(225, 60%, 99.4%);
|
|
34
|
+
--info-100: hsl(223, 100%, 98.6%);
|
|
35
|
+
--info-200: hsl(223, 98.4%, 97.1%);
|
|
36
|
+
--info-300: hsl(223, 92.9%, 95%);
|
|
37
|
+
--info-400: hsl(224, 87.1%, 92%);
|
|
38
|
+
--info-500: hsl(224, 81.9%, 87.8%);
|
|
39
|
+
--info-600: hsl(225, 77.4%, 82.1%);
|
|
40
|
+
--info-700: hsl(226, 75.4%, 74.5%);
|
|
41
|
+
--info-800: hsl(226, 70%, 55.5%);
|
|
42
|
+
--info-900: hsl(226, 58.6%, 51.3%);
|
|
43
|
+
--info-1000: hsl(226, 55%, 45%);
|
|
44
|
+
--info-1100: hsl(226, 50%, 24%);
|
|
45
|
+
--info-A100: hsl(223, 100%, 98.6%);
|
|
46
|
+
--info-A200: hsl(223, 98.4%, 97.1%);
|
|
47
|
+
--info-A400: hsl(224, 87.1%, 92%);
|
|
48
|
+
--info-A700: hsl(226, 70%, 55.5%);
|
|
49
|
+
--info-lighter: hsl(223, 98.4%, 97.1%);
|
|
50
|
+
--info-light: hsl(224, 87.1%, 92%);
|
|
51
|
+
--info-main: hsl(226, 70%, 55.5%);
|
|
52
|
+
--info-main8p: hsla(226, 70%, 55.5%, 0.08);
|
|
53
|
+
--info-main50p: hsla(226, 70%, 55.5%, 0.5);
|
|
54
|
+
--info-dark: hsl(226, 58.6%, 51.3%);
|
|
55
|
+
--info-darker: hsl(226, 55%, 45%);
|
|
56
|
+
--info-hover: hsl(223, 98.4%, 97.1%);
|
|
57
|
+
--info-selected: hsl(224, 87.1%, 92%);
|
|
58
|
+
--info-outlinedBorder: hsl(226, 70%, 55.5%);
|
|
59
|
+
--info-contrastText: hsl(226, 50%, 24%);
|
|
60
|
+
--success-50: hsl(136, 50%, 98.9%);
|
|
61
|
+
--success-100: hsl(138, 62.5%, 96.9%);
|
|
62
|
+
--success-200: hsl(139, 55.2%, 94.5%);
|
|
63
|
+
--success-300: hsl(140, 48.7%, 91%);
|
|
64
|
+
--success-400: hsl(141, 43.7%, 86%);
|
|
65
|
+
--success-500: hsl(143, 40.3%, 79%);
|
|
66
|
+
--success-600: hsl(146, 38.5%, 69%);
|
|
67
|
+
--success-700: hsl(151, 40.2%, 54.1%);
|
|
68
|
+
--success-800: hsl(151, 55%, 41.5%);
|
|
69
|
+
--success-900: hsl(152, 57.5%, 37.6%);
|
|
70
|
+
--success-1000: hsl(153, 67%, 28.5%);
|
|
71
|
+
--success-1100: hsl(155, 40%, 16.5%);
|
|
72
|
+
--success-A100: hsl(138, 62.5%, 96.9%);
|
|
73
|
+
--success-A200: hsl(139, 55.2%, 94.5%);
|
|
74
|
+
--success-A400: hsl(141, 43.7%, 86%);
|
|
75
|
+
--success-A700: hsl(151, 55%, 41.5%);
|
|
76
|
+
--success-lighter: hsl(139, 55.2%, 94.5%);
|
|
77
|
+
--success-light: hsl(141, 43.7%, 86%);
|
|
78
|
+
--success-main: hsl(151, 55%, 41.5%);
|
|
79
|
+
--success-main8p: hsla(151, 55%, 41.5%, 0.08);
|
|
80
|
+
--success-main50p: hsla(151, 55%, 41.5%, 0.5);
|
|
81
|
+
--success-dark: hsl(152, 57.5%, 37.6%);
|
|
82
|
+
--success-darker: hsl(153, 67%, 28.5%);
|
|
83
|
+
--success-hover: hsl(139, 55.2%, 94.5%);
|
|
84
|
+
--success-selected: hsl(141, 43.7%, 86%);
|
|
85
|
+
--success-outlinedBorder: hsl(151, 55%, 41.5%);
|
|
86
|
+
--success-contrastText: hsl(155, 40%, 16.5%);
|
|
87
|
+
--warning-50: hsl(39, 70%, 99%);
|
|
88
|
+
--warning-100: hsl(40, 100%, 96.5%);
|
|
89
|
+
--warning-200: hsl(45, 100%, 90.8%);
|
|
90
|
+
--warning-300: hsl(44, 100%, 85.8%);
|
|
91
|
+
--warning-400: hsl(40, 100%, 81.5%);
|
|
92
|
+
--warning-500: hsl(39, 83.6%, 75.4%);
|
|
93
|
+
--warning-600: hsl(37, 66.9%, 68.2%);
|
|
94
|
+
--warning-700: hsl(35, 59.8%, 60%);
|
|
95
|
+
--warning-800: hsl(42, 100%, 62%);
|
|
96
|
+
--warning-900: hsl(42, 100%, 55%);
|
|
97
|
+
--warning-1000: hsl(25, 50%, 38%);
|
|
98
|
+
--warning-1100: hsl(25, 40%, 22%);
|
|
99
|
+
--warning-A100: hsl(40, 100%, 96.5%);
|
|
100
|
+
--warning-A200: hsl(45, 100%, 90.8%);
|
|
101
|
+
--warning-A400: hsl(40, 100%, 81.5%);
|
|
102
|
+
--warning-A700: hsl(42, 100%, 62%);
|
|
103
|
+
--warning-lighter: hsl(45, 100%, 90.8%);
|
|
104
|
+
--warning-light: hsl(40, 100%, 81.5%);
|
|
105
|
+
--warning-main: hsl(42, 100%, 62%);
|
|
106
|
+
--warning-main8p: hsla(42, 100%, 62%, 0.08);
|
|
107
|
+
--warning-main50p: hsla(42, 100%, 62%, 0.5);
|
|
108
|
+
--warning-dark: hsl(42, 100%, 55%);
|
|
109
|
+
--warning-darker: hsl(25, 50%, 38%);
|
|
110
|
+
--warning-hover: hsl(45, 100%, 90.8%);
|
|
111
|
+
--warning-selected: hsl(40, 100%, 81.5%);
|
|
112
|
+
--warning-outlinedBorder: hsl(42, 100%, 62%);
|
|
113
|
+
--warning-contrastText: hsl(25, 40%, 22%);
|
|
114
|
+
--error-50: hsl(359, 100%, 99.4%);
|
|
115
|
+
--error-100: hsl(0, 100%, 98.4%);
|
|
116
|
+
--error-200: hsl(360, 100%, 96.8%);
|
|
117
|
+
--error-300: hsl(360, 97.9%, 94.8%);
|
|
118
|
+
--error-400: hsl(360, 90.2%, 91.9%);
|
|
119
|
+
--error-500: hsl(360, 81.7%, 87.8%);
|
|
120
|
+
--error-600: hsl(359, 74.2%, 81.7%);
|
|
121
|
+
--error-700: hsl(359, 69.5%, 74.3%);
|
|
122
|
+
--error-800: hsl(358, 75%, 59%);
|
|
123
|
+
--error-900: hsl(358, 67.4%, 54.6%);
|
|
124
|
+
--error-1000: hsl(358, 65%, 47%);
|
|
125
|
+
--error-1100: hsl(350, 63%, 24%);
|
|
126
|
+
--error-A100: hsl(0, 100%, 98.4%);
|
|
127
|
+
--error-A200: hsl(360, 100%, 96.8%);
|
|
128
|
+
--error-A400: hsl(360, 90.2%, 91.9%);
|
|
129
|
+
--error-A700: hsl(358, 75%, 59%);
|
|
130
|
+
--error-lighter: hsl(360, 100%, 96.8%);
|
|
131
|
+
--error-light: hsl(360, 90.2%, 91.9%);
|
|
132
|
+
--error-main: hsl(358, 75%, 59%);
|
|
133
|
+
--error-main8p: hsla(358, 75%, 59%, 0.08);
|
|
134
|
+
--error-main50p: hsla(358, 75%, 59%, 0.5);
|
|
135
|
+
--error-dark: hsl(358, 67.4%, 54.6%);
|
|
136
|
+
--error-darker: hsl(358, 65%, 47%);
|
|
137
|
+
--error-hover: hsl(360, 100%, 96.8%);
|
|
138
|
+
--error-selected: hsl(360, 90.2%, 91.9%);
|
|
139
|
+
--error-outlinedBorder: hsl(358, 75%, 59%);
|
|
140
|
+
--error-contrastText: hsl(350, 63%, 24%);
|
|
141
|
+
--secondary-50: hsl(0, 0%, 99%);
|
|
142
|
+
--secondary-100: hsl(0, 0%, 97.5%);
|
|
143
|
+
--secondary-200: hsl(0, 0%, 94.6%);
|
|
144
|
+
--secondary-300: hsl(0, 0%, 92%);
|
|
145
|
+
--secondary-400: hsl(0, 0%, 89.5%);
|
|
146
|
+
--secondary-500: hsl(0, 0%, 86.8%);
|
|
147
|
+
--secondary-600: hsl(0, 0%, 83%);
|
|
148
|
+
--secondary-700: hsl(0, 0%, 73.2%);
|
|
149
|
+
--secondary-800: hsl(0, 0%, 55.2%);
|
|
150
|
+
--secondary-900: hsl(0, 0%, 50.3%);
|
|
151
|
+
--secondary-1000: hsl(0, 0%, 39.3%);
|
|
152
|
+
--secondary-1100: hsl(0, 0%, 12.5%);
|
|
153
|
+
--secondary-A100: hsl(0, 0%, 97.5%);
|
|
154
|
+
--secondary-A200: hsl(0, 0%, 94.6%);
|
|
155
|
+
--secondary-A400: hsl(0, 0%, 89.5%);
|
|
156
|
+
--secondary-A700: hsl(0, 0%, 55.2%);
|
|
157
|
+
--secondary-lighter: hsl(0, 0%, 94.6%);
|
|
158
|
+
--secondary-light: hsl(0, 0%, 89.5%);
|
|
159
|
+
--secondary-main: hsl(0, 0%, 86.8%);
|
|
160
|
+
--secondary-main8p: hsla(0, 0%, 55.2%, 0.08);
|
|
161
|
+
--secondary-main50p: hsla(0, 0%, 55.2%, 0.5);
|
|
162
|
+
--secondary-dark: hsl(0, 0%, 92%);
|
|
163
|
+
--secondary-darker: hsl(0, 0%, 39.3%);
|
|
164
|
+
--secondary-hover: hsl(0, 0%, 94.6%);
|
|
165
|
+
--secondary-selected: hsl(0, 0%, 89.5%);
|
|
166
|
+
--secondary-outlinedBorder: hsl(0, 0%, 73.2%);
|
|
167
|
+
--secondary-contrastText: hsl(0, 0%, 12.5%);
|
|
168
|
+
--default-50: hsl(0, 0%, 99%);
|
|
169
|
+
--default-100: hsl(0, 0%, 97.5%);
|
|
170
|
+
--default-200: hsl(0, 0%, 94.6%);
|
|
171
|
+
--default-300: hsl(0, 0%, 92%);
|
|
172
|
+
--default-400: hsl(0, 0%, 89.5%);
|
|
173
|
+
--default-500: hsl(0, 0%, 86.8%);
|
|
174
|
+
--default-600: hsl(0, 0%, 83%);
|
|
175
|
+
--default-700: hsl(0, 0%, 73.2%);
|
|
176
|
+
--default-800: hsl(0, 0%, 55.2%);
|
|
177
|
+
--default-900: hsl(0, 0%, 50.3%);
|
|
178
|
+
--default-1000: hsl(0, 0%, 39.3%);
|
|
179
|
+
--default-1100: hsl(0, 0%, 12.5%);
|
|
180
|
+
--default-A100: hsl(0, 0%, 97.5%);
|
|
181
|
+
--default-A200: hsl(0, 0%, 94.6%);
|
|
182
|
+
--default-A400: hsl(0, 0%, 89.5%);
|
|
183
|
+
--default-A700: hsl(0, 0%, 55.2%);
|
|
184
|
+
--default-lighter: hsl(0, 0%, 94.6%);
|
|
185
|
+
--default-light: hsl(0, 0%, 89.5%);
|
|
186
|
+
--default-main: hsl(0, 0%, 86.8%);
|
|
187
|
+
--default-main8p: hsla(0, 0%, 55.2%, 0.08);
|
|
188
|
+
--default-main50p: hsla(0, 0%, 55.2%, 0.5);
|
|
189
|
+
--default-dark: hsl(0, 0%, 92%);
|
|
190
|
+
--default-darker: hsl(0, 0%, 39.3%);
|
|
191
|
+
--default-hover: hsl(0, 0%, 94.6%);
|
|
192
|
+
--default-selected: hsl(0, 0%, 89.5%);
|
|
193
|
+
--default-outlinedBorder: hsl(0, 0%, 73.2%);
|
|
194
|
+
--default-contrastText: hsl(0, 0%, 12.5%);
|
|
195
|
+
--grey-50: hsl(0, 0%, 99%);
|
|
196
|
+
--grey-100: hsl(0, 0%, 97.5%);
|
|
197
|
+
--grey-200: hsl(0, 0%, 94.6%);
|
|
198
|
+
--grey-300: hsl(0, 0%, 92%);
|
|
199
|
+
--grey-400: hsl(0, 0%, 89.5%);
|
|
200
|
+
--grey-500: hsl(0, 0%, 86.8%);
|
|
201
|
+
--grey-600: hsl(0, 0%, 83%);
|
|
202
|
+
--grey-700: hsl(0, 0%, 73.2%);
|
|
203
|
+
--grey-800: hsl(0, 0%, 55.2%);
|
|
204
|
+
--grey-900: hsl(0, 0%, 50.3%);
|
|
205
|
+
--grey-A100: hsl(0, 0%, 97.5%);
|
|
206
|
+
--grey-A200: hsl(0, 0%, 94.6%);
|
|
207
|
+
--grey-A400: hsl(0, 0%, 89.5%);
|
|
208
|
+
--grey-A700: hsl(0, 0%, 55.2%);
|
|
209
|
+
--text-primary: hsl(0, 0%, 12.5%);
|
|
210
|
+
--text-secondary: hsl(0, 0%, 39.3%);
|
|
211
|
+
--text-disabled: hsl(0, 0%, 50.3%);
|
|
212
|
+
--action-primary: hsl(0, 0%, 12.5%);
|
|
213
|
+
--action-active: hsl(0, 0%, 50.3%);
|
|
214
|
+
--action-activeBackground: hsl(0, 0%, 94.6%);
|
|
215
|
+
--action-activatedOpacity: 0.5;
|
|
216
|
+
--action-hover: hsl(0, 0%, 92%);
|
|
217
|
+
--action-hoverOpacity: 0.5;
|
|
218
|
+
--action-selected: hsl(0, 0%, 89.5%);
|
|
219
|
+
--action-selectedOpacity: 0.5;
|
|
220
|
+
--action-disabled: hsl(0, 0%, 73.2%);
|
|
221
|
+
--action-disabledBackground: hsl(0, 0%, 92%);
|
|
222
|
+
--action-disabledOpacity: 0.5;
|
|
223
|
+
--action-focus: hsl(0, 0%, 92%);
|
|
224
|
+
--action-focusOpacity: 0.5;
|
|
225
|
+
--action-outlinedBorder: hsl(0, 0%, 83%);
|
|
226
|
+
--background-default: #ffffff;
|
|
227
|
+
--background-neutral: #ffffff;
|
|
228
|
+
--background-paper: hsl(0, 0%, 99%);
|
|
229
|
+
--background-modalElevation: #ffffff;
|
|
230
|
+
--background-paperElevation0: hsl(0, 0%, 97.5%);
|
|
231
|
+
--background-paperElevation1: hsl(0, 0%, 94.6%);
|
|
232
|
+
--background-paperElevation2: hsl(0, 0%, 92%);
|
|
233
|
+
--background-paperElevation3: hsl(0, 0%, 89.5%);
|
|
234
|
+
--background-paperElevation4: hsl(0, 0%, 86.8%);
|
|
235
|
+
--background-paperElevation5: hsl(0, 0%, 83%);
|
|
236
|
+
--background-paperElevation6: hsl(0, 0%, 73.2%);
|
|
237
|
+
--background-paperElevation7: hsl(0, 0%, 55.2%);
|
|
238
|
+
--background-paperElevation8: hsl(0, 0%, 50.3%);
|
|
239
|
+
--background-paperElevation9: hsl(0, 0%, 39.3%);
|
|
240
|
+
--chart-red-25: hsl(354, 65.7%, 33.2%);
|
|
241
|
+
--chart-red-50: hsl(358, 75%, 47.1%);
|
|
242
|
+
--chart-red-100: hsl(358, 75%, 59%);
|
|
243
|
+
--chart-red-text: hsl(350, 100%, 91%);
|
|
244
|
+
--chart-green-25: hsl(153, 50.3%, 24.4%);
|
|
245
|
+
--chart-green-50: hsl(151, 52.2%, 36.1%);
|
|
246
|
+
--chart-green-100: hsl(151, 55%, 41.5%);
|
|
247
|
+
--chart-green-text: hsl(144, 70%, 82%);
|
|
248
|
+
--chart-blue-25: hsl(211, 81.3%, 32.4%);
|
|
249
|
+
--chart-blue-50: hsl(211, 85.2%, 47.8%);
|
|
250
|
+
--chart-blue-100: hsl(206, 100%, 50%);
|
|
251
|
+
--chart-blue-text: hsl(205, 100%, 88%);
|
|
252
|
+
--chart-indigo-25: hsl(226, 53.3%, 36.6%);
|
|
253
|
+
--chart-indigo-50: hsl(226, 60%, 52%);
|
|
254
|
+
--chart-indigo-100: hsl(226, 70%, 55.5%);
|
|
255
|
+
--chart-indigo-text: hsl(235, 93%, 93%);
|
|
256
|
+
--chart-amber-25: hsl(35, 59%, 27.4%);
|
|
257
|
+
--chart-amber-50: hsl(36, 60.2%, 41.4%);
|
|
258
|
+
--chart-amber-100: hsl(42, 100%, 62%);
|
|
259
|
+
--chart-amber-text: hsl(41, 100%, 85%);
|
|
260
|
+
--chart-plum-25: hsl(295, 37.9%, 32.7%);
|
|
261
|
+
--chart-plum-50: hsl(292, 40.2%, 47.8%);
|
|
262
|
+
--chart-plum-100: hsl(292, 45%, 51%);
|
|
263
|
+
--chart-plum-text: hsl(300, 60%, 89.5%);
|
|
264
|
+
--chart-cyan-25: hsl(192, 56.6%, 26.5%);
|
|
265
|
+
--chart-cyan-50: hsl(192, 59.8%, 39%);
|
|
266
|
+
--chart-cyan-100: hsl(190, 95%, 39%);
|
|
267
|
+
--chart-cyan-text: hsl(190, 80%, 84%);
|
|
268
|
+
--chart-crimson-25: hsl(336, 62.7%, 32.8%);
|
|
269
|
+
--chart-crimson-50: hsl(336, 80%, 45.1%);
|
|
270
|
+
--chart-crimson-100: hsl(336, 80%, 57.8%);
|
|
271
|
+
--chart-crimson-text: hsl(330, 90%, 91%);
|
|
272
|
+
--chart-gray-25: hsl(0, 0%, 29.1%);
|
|
273
|
+
--chart-gray-50: hsl(0, 0%, 37.5%);
|
|
274
|
+
--chart-gray-100: hsl(0, 0%, 43%);
|
|
275
|
+
--chart-gray-text: hsl(0, 0%, 93.5%);
|
|
276
|
+
--chart-orange-25: hsl(25, 67.7%, 29.4%);
|
|
277
|
+
--chart-orange-50: hsl(25, 70.3%, 44.9%);
|
|
278
|
+
--chart-orange-100: hsl(24, 94%, 50%);
|
|
279
|
+
--chart-orange-text: hsl(30, 100%, 88%);
|
|
280
|
+
--chart-previous-25: hsl(0, 0%, 29.1%);
|
|
281
|
+
--chart-previous-50: hsl(0, 0%, 37.5%);
|
|
282
|
+
--chart-previous-100: hsl(0, 0%, 43%);
|
|
283
|
+
--chart-previous-text: hsl(0, 0%, 93.5%);
|
|
284
|
+
--chart-primary-25: hsl(211, 81.3%, 32.4%);
|
|
285
|
+
--chart-primary-50: hsl(211, 85.2%, 47.8%);
|
|
286
|
+
--chart-primary-100: hsl(206, 100%, 50%);
|
|
287
|
+
--chart-primary-text: hsl(205, 100%, 88%);
|
|
288
|
+
--chart-secondary-25: hsl(295, 37.9%, 32.7%);
|
|
289
|
+
--chart-secondary-50: hsl(292, 40.2%, 47.8%);
|
|
290
|
+
--chart-secondary-100: hsl(292, 45%, 51%);
|
|
291
|
+
--chart-secondary-text: hsl(300, 60%, 89.5%);
|
|
292
|
+
--chart-success-25: hsl(153, 50.3%, 24.4%);
|
|
293
|
+
--chart-success-50: hsl(151, 52.2%, 36.1%);
|
|
294
|
+
--chart-success-100: hsl(151, 55%, 41.5%);
|
|
295
|
+
--chart-success-text: hsl(144, 70%, 82%);
|
|
296
|
+
--chart-info-25: hsl(226, 53.3%, 36.6%);
|
|
297
|
+
--chart-info-50: hsl(226, 60%, 52%);
|
|
298
|
+
--chart-info-100: hsl(226, 70%, 55.5%);
|
|
299
|
+
--chart-info-text: hsl(235, 93%, 93%);
|
|
300
|
+
--chart-warning-25: hsl(35, 59%, 27.4%);
|
|
301
|
+
--chart-warning-50: hsl(36, 60.2%, 41.4%);
|
|
302
|
+
--chart-warning-100: hsl(42, 100%, 62%);
|
|
303
|
+
--chart-warning-text: hsl(41, 100%, 85%);
|
|
304
|
+
--chart-error-25: hsl(354, 65.7%, 33.2%);
|
|
305
|
+
--chart-error-50: hsl(358, 75%, 47.1%);
|
|
306
|
+
--chart-error-100: hsl(358, 75%, 59%);
|
|
307
|
+
--chart-error-text: hsl(350, 100%, 91%);
|
|
308
|
+
--divider: hsl(0, 0%, 86.8%);
|
|
309
|
+
/*our styles*/
|
|
310
|
+
--border-radius-button: 6px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.light-theme-v3 {
|
|
314
|
+
--common-white: #ffffff;
|
|
315
|
+
--common-black: #000000;
|
|
316
|
+
--common-inverseWhite: #000000;
|
|
317
|
+
--common-inverseBlack: #ffffff;
|
|
318
|
+
--primary-50: hsl(206, 100%, 99.2%);
|
|
319
|
+
--primary-100: hsl(210, 100%, 98%);
|
|
320
|
+
--primary-200: hsl(209, 100%, 96.5%);
|
|
321
|
+
--primary-300: hsl(210, 98.8%, 94%);
|
|
322
|
+
--primary-400: hsl(209, 95%, 90.1%);
|
|
323
|
+
--primary-500: hsl(209, 81.2%, 84.5%);
|
|
324
|
+
--primary-600: hsl(208, 77.5%, 76.9%);
|
|
325
|
+
--primary-700: hsl(206, 81.9%, 65.3%);
|
|
326
|
+
--primary-800: hsl(206, 100%, 50%);
|
|
327
|
+
--primary-900: hsl(208, 93.5%, 47.4%);
|
|
328
|
+
--primary-1000: hsl(211, 90%, 42%);
|
|
329
|
+
--primary-1100: hsl(216, 71%, 23%);
|
|
330
|
+
--primary-A100: hsl(210, 100%, 98%);
|
|
331
|
+
--primary-A200: hsl(209, 100%, 96.5%);
|
|
332
|
+
--primary-A400: hsl(209, 95%, 90.1%);
|
|
333
|
+
--primary-A700: hsl(206, 100%, 50%);
|
|
334
|
+
--primary-lighter: hsl(209, 100%, 96.5%);
|
|
335
|
+
--primary-light: hsl(209, 95%, 90.1%);
|
|
336
|
+
--primary-main: hsl(206, 100%, 50%);
|
|
337
|
+
--primary-main8p: hsla(206, 100%, 50%, 0.08);
|
|
338
|
+
--primary-main50p: hsla(206, 100%, 50%, 0.5);
|
|
339
|
+
--primary-dark: hsl(208, 93.5%, 47.4%);
|
|
340
|
+
--primary-darker: hsl(211, 90%, 42%);
|
|
341
|
+
--primary-hover: hsl(209, 100%, 96.5%);
|
|
342
|
+
--primary-selected: hsl(209, 95%, 90.1%);
|
|
343
|
+
--primary-outlinedBorder: hsl(206, 100%, 50%);
|
|
344
|
+
--primary-contrastText: hsl(216, 71%, 23%);
|
|
345
|
+
--info-50: hsl(225, 60%, 99.4%);
|
|
346
|
+
--info-100: hsl(223, 100%, 98.6%);
|
|
347
|
+
--info-200: hsl(223, 98.4%, 97.1%);
|
|
348
|
+
--info-300: hsl(223, 92.9%, 95%);
|
|
349
|
+
--info-400: hsl(224, 87.1%, 92%);
|
|
350
|
+
--info-500: hsl(224, 81.9%, 87.8%);
|
|
351
|
+
--info-600: hsl(225, 77.4%, 82.1%);
|
|
352
|
+
--info-700: hsl(226, 75.4%, 74.5%);
|
|
353
|
+
--info-800: hsl(226, 70%, 55.5%);
|
|
354
|
+
--info-900: hsl(226, 58.6%, 51.3%);
|
|
355
|
+
--info-1000: hsl(226, 55%, 45%);
|
|
356
|
+
--info-1100: hsl(226, 50%, 24%);
|
|
357
|
+
--info-A100: hsl(223, 100%, 98.6%);
|
|
358
|
+
--info-A200: hsl(223, 98.4%, 97.1%);
|
|
359
|
+
--info-A400: hsl(224, 87.1%, 92%);
|
|
360
|
+
--info-A700: hsl(226, 70%, 55.5%);
|
|
361
|
+
--info-lighter: hsl(223, 98.4%, 97.1%);
|
|
362
|
+
--info-light: hsl(224, 87.1%, 92%);
|
|
363
|
+
--info-main: hsl(226, 70%, 55.5%);
|
|
364
|
+
--info-main8p: hsla(226, 70%, 55.5%, 0.08);
|
|
365
|
+
--info-main50p: hsla(226, 70%, 55.5%, 0.5);
|
|
366
|
+
--info-dark: hsl(226, 58.6%, 51.3%);
|
|
367
|
+
--info-darker: hsl(226, 55%, 45%);
|
|
368
|
+
--info-hover: hsl(223, 98.4%, 97.1%);
|
|
369
|
+
--info-selected: hsl(224, 87.1%, 92%);
|
|
370
|
+
--info-outlinedBorder: hsl(226, 70%, 55.5%);
|
|
371
|
+
--info-contrastText: hsl(226, 50%, 24%);
|
|
372
|
+
--success-50: hsl(136, 50%, 98.9%);
|
|
373
|
+
--success-100: hsl(138, 62.5%, 96.9%);
|
|
374
|
+
--success-200: hsl(139, 55.2%, 94.5%);
|
|
375
|
+
--success-300: hsl(140, 48.7%, 91%);
|
|
376
|
+
--success-400: hsl(141, 43.7%, 86%);
|
|
377
|
+
--success-500: hsl(143, 40.3%, 79%);
|
|
378
|
+
--success-600: hsl(146, 38.5%, 69%);
|
|
379
|
+
--success-700: hsl(151, 40.2%, 54.1%);
|
|
380
|
+
--success-800: hsl(151, 55%, 41.5%);
|
|
381
|
+
--success-900: hsl(152, 57.5%, 37.6%);
|
|
382
|
+
--success-1000: hsl(153, 67%, 28.5%);
|
|
383
|
+
--success-1100: hsl(155, 40%, 16.5%);
|
|
384
|
+
--success-A100: hsl(138, 62.5%, 96.9%);
|
|
385
|
+
--success-A200: hsl(139, 55.2%, 94.5%);
|
|
386
|
+
--success-A400: hsl(141, 43.7%, 86%);
|
|
387
|
+
--success-A700: hsl(151, 55%, 41.5%);
|
|
388
|
+
--success-lighter: hsl(139, 55.2%, 94.5%);
|
|
389
|
+
--success-light: hsl(141, 43.7%, 86%);
|
|
390
|
+
--success-main: hsl(151, 55%, 41.5%);
|
|
391
|
+
--success-main8p: hsla(151, 55%, 41.5%, 0.08);
|
|
392
|
+
--success-main50p: hsla(151, 55%, 41.5%, 0.5);
|
|
393
|
+
--success-dark: hsl(152, 57.5%, 37.6%);
|
|
394
|
+
--success-darker: hsl(153, 67%, 28.5%);
|
|
395
|
+
--success-hover: hsl(139, 55.2%, 94.5%);
|
|
396
|
+
--success-selected: hsl(141, 43.7%, 86%);
|
|
397
|
+
--success-outlinedBorder: hsl(151, 55%, 41.5%);
|
|
398
|
+
--success-contrastText: hsl(155, 40%, 16.5%);
|
|
399
|
+
--warning-50: hsl(39, 70%, 99%);
|
|
400
|
+
--warning-100: hsl(40, 100%, 96.5%);
|
|
401
|
+
--warning-200: hsl(45, 100%, 90.8%);
|
|
402
|
+
--warning-300: hsl(44, 100%, 85.8%);
|
|
403
|
+
--warning-400: hsl(40, 100%, 81.5%);
|
|
404
|
+
--warning-500: hsl(39, 83.6%, 75.4%);
|
|
405
|
+
--warning-600: hsl(37, 66.9%, 68.2%);
|
|
406
|
+
--warning-700: hsl(35, 59.8%, 60%);
|
|
407
|
+
--warning-800: hsl(42, 100%, 62%);
|
|
408
|
+
--warning-900: hsl(42, 100%, 55%);
|
|
409
|
+
--warning-1000: hsl(25, 50%, 38%);
|
|
410
|
+
--warning-1100: hsl(25, 40%, 22%);
|
|
411
|
+
--warning-A100: hsl(40, 100%, 96.5%);
|
|
412
|
+
--warning-A200: hsl(45, 100%, 90.8%);
|
|
413
|
+
--warning-A400: hsl(40, 100%, 81.5%);
|
|
414
|
+
--warning-A700: hsl(42, 100%, 62%);
|
|
415
|
+
--warning-lighter: hsl(45, 100%, 90.8%);
|
|
416
|
+
--warning-light: hsl(40, 100%, 81.5%);
|
|
417
|
+
--warning-main: hsl(42, 100%, 62%);
|
|
418
|
+
--warning-main8p: hsla(42, 100%, 62%, 0.08);
|
|
419
|
+
--warning-main50p: hsla(42, 100%, 62%, 0.5);
|
|
420
|
+
--warning-dark: hsl(42, 100%, 55%);
|
|
421
|
+
--warning-darker: hsl(25, 50%, 38%);
|
|
422
|
+
--warning-hover: hsl(45, 100%, 90.8%);
|
|
423
|
+
--warning-selected: hsl(40, 100%, 81.5%);
|
|
424
|
+
--warning-outlinedBorder: hsl(42, 100%, 62%);
|
|
425
|
+
--warning-contrastText: hsl(25, 40%, 22%);
|
|
426
|
+
--error-50: hsl(359, 100%, 99.4%);
|
|
427
|
+
--error-100: hsl(0, 100%, 98.4%);
|
|
428
|
+
--error-200: hsl(360, 100%, 96.8%);
|
|
429
|
+
--error-300: hsl(360, 97.9%, 94.8%);
|
|
430
|
+
--error-400: hsl(360, 90.2%, 91.9%);
|
|
431
|
+
--error-500: hsl(360, 81.7%, 87.8%);
|
|
432
|
+
--error-600: hsl(359, 74.2%, 81.7%);
|
|
433
|
+
--error-700: hsl(359, 69.5%, 74.3%);
|
|
434
|
+
--error-800: hsl(358, 75%, 59%);
|
|
435
|
+
--error-900: hsl(358, 67.4%, 54.6%);
|
|
436
|
+
--error-1000: hsl(358, 65%, 47%);
|
|
437
|
+
--error-1100: hsl(350, 63%, 24%);
|
|
438
|
+
--error-A100: hsl(0, 100%, 98.4%);
|
|
439
|
+
--error-A200: hsl(360, 100%, 96.8%);
|
|
440
|
+
--error-A400: hsl(360, 90.2%, 91.9%);
|
|
441
|
+
--error-A700: hsl(358, 75%, 59%);
|
|
442
|
+
--error-lighter: hsl(360, 100%, 96.8%);
|
|
443
|
+
--error-light: hsl(360, 90.2%, 91.9%);
|
|
444
|
+
--error-main: hsl(358, 75%, 59%);
|
|
445
|
+
--error-main8p: hsla(358, 75%, 59%, 0.08);
|
|
446
|
+
--error-main50p: hsla(358, 75%, 59%, 0.5);
|
|
447
|
+
--error-dark: hsl(358, 67.4%, 54.6%);
|
|
448
|
+
--error-darker: hsl(358, 65%, 47%);
|
|
449
|
+
--error-hover: hsl(360, 100%, 96.8%);
|
|
450
|
+
--error-selected: hsl(360, 90.2%, 91.9%);
|
|
451
|
+
--error-outlinedBorder: hsl(358, 75%, 59%);
|
|
452
|
+
--error-contrastText: hsl(350, 63%, 24%);
|
|
453
|
+
--secondary-50: hsl(0, 0%, 99%);
|
|
454
|
+
--secondary-100: hsl(0, 0%, 97.5%);
|
|
455
|
+
--secondary-200: hsl(0, 0%, 94.6%);
|
|
456
|
+
--secondary-300: hsl(0, 0%, 92%);
|
|
457
|
+
--secondary-400: hsl(0, 0%, 89.5%);
|
|
458
|
+
--secondary-500: hsl(0, 0%, 86.8%);
|
|
459
|
+
--secondary-600: hsl(0, 0%, 83%);
|
|
460
|
+
--secondary-700: hsl(0, 0%, 73.2%);
|
|
461
|
+
--secondary-800: hsl(0, 0%, 55.2%);
|
|
462
|
+
--secondary-900: hsl(0, 0%, 50.3%);
|
|
463
|
+
--secondary-1000: hsl(0, 0%, 39.3%);
|
|
464
|
+
--secondary-1100: hsl(0, 0%, 12.5%);
|
|
465
|
+
--secondary-A100: hsl(0, 0%, 97.5%);
|
|
466
|
+
--secondary-A200: hsl(0, 0%, 94.6%);
|
|
467
|
+
--secondary-A400: hsl(0, 0%, 89.5%);
|
|
468
|
+
--secondary-A700: hsl(0, 0%, 55.2%);
|
|
469
|
+
--secondary-lighter: hsl(0, 0%, 94.6%);
|
|
470
|
+
--secondary-light: hsl(0, 0%, 89.5%);
|
|
471
|
+
--secondary-main: hsl(0, 0%, 86.8%);
|
|
472
|
+
--secondary-main8p: hsla(0, 0%, 55.2%, 0.08);
|
|
473
|
+
--secondary-main50p: hsla(0, 0%, 55.2%, 0.5);
|
|
474
|
+
--secondary-dark: hsl(0, 0%, 92%);
|
|
475
|
+
--secondary-darker: hsl(0, 0%, 39.3%);
|
|
476
|
+
--secondary-hover: hsl(0, 0%, 94.6%);
|
|
477
|
+
--secondary-selected: hsl(0, 0%, 89.5%);
|
|
478
|
+
--secondary-outlinedBorder: hsl(0, 0%, 73.2%);
|
|
479
|
+
--secondary-contrastText: hsl(0, 0%, 12.5%);
|
|
480
|
+
--default-50: hsl(0, 0%, 99%);
|
|
481
|
+
--default-100: hsl(0, 0%, 97.5%);
|
|
482
|
+
--default-200: hsl(0, 0%, 94.6%);
|
|
483
|
+
--default-300: hsl(0, 0%, 92%);
|
|
484
|
+
--default-400: hsl(0, 0%, 89.5%);
|
|
485
|
+
--default-500: hsl(0, 0%, 86.8%);
|
|
486
|
+
--default-600: hsl(0, 0%, 83%);
|
|
487
|
+
--default-700: hsl(0, 0%, 73.2%);
|
|
488
|
+
--default-800: hsl(0, 0%, 55.2%);
|
|
489
|
+
--default-900: hsl(0, 0%, 50.3%);
|
|
490
|
+
--default-1000: hsl(0, 0%, 39.3%);
|
|
491
|
+
--default-1100: hsl(0, 0%, 12.5%);
|
|
492
|
+
--default-A100: hsl(0, 0%, 97.5%);
|
|
493
|
+
--default-A200: hsl(0, 0%, 94.6%);
|
|
494
|
+
--default-A400: hsl(0, 0%, 89.5%);
|
|
495
|
+
--default-A700: hsl(0, 0%, 55.2%);
|
|
496
|
+
--default-lighter: hsl(0, 0%, 94.6%);
|
|
497
|
+
--default-light: hsl(0, 0%, 89.5%);
|
|
498
|
+
--default-main: hsl(0, 0%, 86.8%);
|
|
499
|
+
--default-main8p: hsla(0, 0%, 55.2%, 0.08);
|
|
500
|
+
--default-main50p: hsla(0, 0%, 55.2%, 0.5);
|
|
501
|
+
--default-dark: hsl(0, 0%, 92%);
|
|
502
|
+
--default-darker: hsl(0, 0%, 39.3%);
|
|
503
|
+
--default-hover: hsl(0, 0%, 94.6%);
|
|
504
|
+
--default-selected: hsl(0, 0%, 89.5%);
|
|
505
|
+
--default-outlinedBorder: hsl(0, 0%, 73.2%);
|
|
506
|
+
--default-contrastText: hsl(0, 0%, 12.5%);
|
|
507
|
+
--grey-50: hsl(0, 0%, 99%);
|
|
508
|
+
--grey-100: hsl(0, 0%, 97.5%);
|
|
509
|
+
--grey-200: hsl(0, 0%, 94.6%);
|
|
510
|
+
--grey-300: hsl(0, 0%, 92%);
|
|
511
|
+
--grey-400: hsl(0, 0%, 89.5%);
|
|
512
|
+
--grey-500: hsl(0, 0%, 86.8%);
|
|
513
|
+
--grey-600: hsl(0, 0%, 83%);
|
|
514
|
+
--grey-700: hsl(0, 0%, 73.2%);
|
|
515
|
+
--grey-800: hsl(0, 0%, 55.2%);
|
|
516
|
+
--grey-900: hsl(0, 0%, 50.3%);
|
|
517
|
+
--grey-A100: hsl(0, 0%, 97.5%);
|
|
518
|
+
--grey-A200: hsl(0, 0%, 94.6%);
|
|
519
|
+
--grey-A400: hsl(0, 0%, 89.5%);
|
|
520
|
+
--grey-A700: hsl(0, 0%, 55.2%);
|
|
521
|
+
--text-primary: hsl(0, 0%, 12.5%);
|
|
522
|
+
--text-secondary: hsl(0, 0%, 39.3%);
|
|
523
|
+
--text-disabled: hsl(0, 0%, 50.3%);
|
|
524
|
+
--action-primary: hsl(0, 0%, 12.5%);
|
|
525
|
+
--action-active: hsl(0, 0%, 50.3%);
|
|
526
|
+
--action-activeBackground: hsl(0, 0%, 94.6%);
|
|
527
|
+
--action-activatedOpacity: 0.5;
|
|
528
|
+
--action-hover: hsl(0, 0%, 92%);
|
|
529
|
+
--action-hoverOpacity: 0.5;
|
|
530
|
+
--action-selected: hsl(0, 0%, 89.5%);
|
|
531
|
+
--action-selectedOpacity: 0.5;
|
|
532
|
+
--action-disabled: hsl(0, 0%, 73.2%);
|
|
533
|
+
--action-disabledBackground: hsl(0, 0%, 92%);
|
|
534
|
+
--action-disabledOpacity: 0.5;
|
|
535
|
+
--action-focus: hsl(0, 0%, 92%);
|
|
536
|
+
--action-focusOpacity: 0.5;
|
|
537
|
+
--action-outlinedBorder: hsl(0, 0%, 83%);
|
|
538
|
+
--background-default: #ffffff;
|
|
539
|
+
--background-neutral: #ffffff;
|
|
540
|
+
--background-paper: hsl(0, 0%, 99%);
|
|
541
|
+
--background-modalElevation: #ffffff;
|
|
542
|
+
--background-paperElevation0: hsl(0, 0%, 97.5%);
|
|
543
|
+
--background-paperElevation1: hsl(0, 0%, 94.6%);
|
|
544
|
+
--background-paperElevation2: hsl(0, 0%, 92%);
|
|
545
|
+
--background-paperElevation3: hsl(0, 0%, 89.5%);
|
|
546
|
+
--background-paperElevation4: hsl(0, 0%, 86.8%);
|
|
547
|
+
--background-paperElevation5: hsl(0, 0%, 83%);
|
|
548
|
+
--background-paperElevation6: hsl(0, 0%, 73.2%);
|
|
549
|
+
--background-paperElevation7: hsl(0, 0%, 55.2%);
|
|
550
|
+
--background-paperElevation8: hsl(0, 0%, 50.3%);
|
|
551
|
+
--background-paperElevation9: hsl(0, 0%, 39.3%);
|
|
552
|
+
--chart-red-25: hsl(354, 65.7%, 33.2%);
|
|
553
|
+
--chart-red-50: hsl(358, 75%, 47.1%);
|
|
554
|
+
--chart-red-100: hsl(358, 75%, 59%);
|
|
555
|
+
--chart-red-text: hsl(350, 100%, 91%);
|
|
556
|
+
--chart-green-25: hsl(153, 50.3%, 24.4%);
|
|
557
|
+
--chart-green-50: hsl(151, 52.2%, 36.1%);
|
|
558
|
+
--chart-green-100: hsl(151, 55%, 41.5%);
|
|
559
|
+
--chart-green-text: hsl(144, 70%, 82%);
|
|
560
|
+
--chart-blue-25: hsl(211, 81.3%, 32.4%);
|
|
561
|
+
--chart-blue-50: hsl(211, 85.2%, 47.8%);
|
|
562
|
+
--chart-blue-100: hsl(206, 100%, 50%);
|
|
563
|
+
--chart-blue-text: hsl(205, 100%, 88%);
|
|
564
|
+
--chart-indigo-25: hsl(226, 53.3%, 36.6%);
|
|
565
|
+
--chart-indigo-50: hsl(226, 60%, 52%);
|
|
566
|
+
--chart-indigo-100: hsl(226, 70%, 55.5%);
|
|
567
|
+
--chart-indigo-text: hsl(235, 93%, 93%);
|
|
568
|
+
--chart-amber-25: hsl(35, 59%, 27.4%);
|
|
569
|
+
--chart-amber-50: hsl(36, 60.2%, 41.4%);
|
|
570
|
+
--chart-amber-100: hsl(42, 100%, 62%);
|
|
571
|
+
--chart-amber-text: hsl(41, 100%, 85%);
|
|
572
|
+
--chart-plum-25: hsl(295, 37.9%, 32.7%);
|
|
573
|
+
--chart-plum-50: hsl(292, 40.2%, 47.8%);
|
|
574
|
+
--chart-plum-100: hsl(292, 45%, 51%);
|
|
575
|
+
--chart-plum-text: hsl(300, 60%, 89.5%);
|
|
576
|
+
--chart-cyan-25: hsl(192, 56.6%, 26.5%);
|
|
577
|
+
--chart-cyan-50: hsl(192, 59.8%, 39%);
|
|
578
|
+
--chart-cyan-100: hsl(190, 95%, 39%);
|
|
579
|
+
--chart-cyan-text: hsl(190, 80%, 84%);
|
|
580
|
+
--chart-crimson-25: hsl(336, 62.7%, 32.8%);
|
|
581
|
+
--chart-crimson-50: hsl(336, 80%, 45.1%);
|
|
582
|
+
--chart-crimson-100: hsl(336, 80%, 57.8%);
|
|
583
|
+
--chart-crimson-text: hsl(330, 90%, 91%);
|
|
584
|
+
--chart-gray-25: hsl(0, 0%, 29.1%);
|
|
585
|
+
--chart-gray-50: hsl(0, 0%, 37.5%);
|
|
586
|
+
--chart-gray-100: hsl(0, 0%, 43%);
|
|
587
|
+
--chart-gray-text: hsl(0, 0%, 93.5%);
|
|
588
|
+
--chart-orange-25: hsl(25, 67.7%, 29.4%);
|
|
589
|
+
--chart-orange-50: hsl(25, 70.3%, 44.9%);
|
|
590
|
+
--chart-orange-100: hsl(24, 94%, 50%);
|
|
591
|
+
--chart-orange-text: hsl(30, 100%, 88%);
|
|
592
|
+
--chart-previous-25: hsl(0, 0%, 29.1%);
|
|
593
|
+
--chart-previous-50: hsl(0, 0%, 37.5%);
|
|
594
|
+
--chart-previous-100: hsl(0, 0%, 43%);
|
|
595
|
+
--chart-previous-text: hsl(0, 0%, 93.5%);
|
|
596
|
+
--chart-primary-25: hsl(211, 81.3%, 32.4%);
|
|
597
|
+
--chart-primary-50: hsl(211, 85.2%, 47.8%);
|
|
598
|
+
--chart-primary-100: hsl(206, 100%, 50%);
|
|
599
|
+
--chart-primary-text: hsl(205, 100%, 88%);
|
|
600
|
+
--chart-secondary-25: hsl(295, 37.9%, 32.7%);
|
|
601
|
+
--chart-secondary-50: hsl(292, 40.2%, 47.8%);
|
|
602
|
+
--chart-secondary-100: hsl(292, 45%, 51%);
|
|
603
|
+
--chart-secondary-text: hsl(300, 60%, 89.5%);
|
|
604
|
+
--chart-success-25: hsl(153, 50.3%, 24.4%);
|
|
605
|
+
--chart-success-50: hsl(151, 52.2%, 36.1%);
|
|
606
|
+
--chart-success-100: hsl(151, 55%, 41.5%);
|
|
607
|
+
--chart-success-text: hsl(144, 70%, 82%);
|
|
608
|
+
--chart-info-25: hsl(226, 53.3%, 36.6%);
|
|
609
|
+
--chart-info-50: hsl(226, 60%, 52%);
|
|
610
|
+
--chart-info-100: hsl(226, 70%, 55.5%);
|
|
611
|
+
--chart-info-text: hsl(235, 93%, 93%);
|
|
612
|
+
--chart-warning-25: hsl(35, 59%, 27.4%);
|
|
613
|
+
--chart-warning-50: hsl(36, 60.2%, 41.4%);
|
|
614
|
+
--chart-warning-100: hsl(42, 100%, 62%);
|
|
615
|
+
--chart-warning-text: hsl(41, 100%, 85%);
|
|
616
|
+
--chart-error-25: hsl(354, 65.7%, 33.2%);
|
|
617
|
+
--chart-error-50: hsl(358, 75%, 47.1%);
|
|
618
|
+
--chart-error-100: hsl(358, 75%, 59%);
|
|
619
|
+
--chart-error-text: hsl(350, 100%, 91%);
|
|
620
|
+
--divider: hsl(0, 0%, 86.8%);
|
|
621
|
+
/*our styles*/
|
|
622
|
+
--border-radius-button: 25px;
|
|
623
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
|
2
|
+
version: string;
|
|
3
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
+
version: string;
|
|
5
|
+
}>>>, {}>;
|
|
6
|
+
export default _default;
|
|
7
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
8
|
+
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
9
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
10
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
11
|
+
} : {
|
|
12
|
+
type: import('vue').PropType<T[K]>;
|
|
13
|
+
required: true;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { defineComponent, computed, openBlock, createElementBlock, normalizeClass, unref, renderSlot, createElementVNode, createBlock, createCommentVNode, createVNode, withCtx, createTextVNode, toDisplayString } from 'vue';
|
|
2
2
|
import AppIcon from '../appIcon/AppIcon.vue.js';
|
|
3
|
-
import Icon from '../icon/Icon.vue.js';
|
|
4
3
|
import { AppTriggerTestIdModifiers } from '../../testids/index.vue.js';
|
|
5
4
|
/* empty css */import _export_sfc from '../../_virtual/plugin-vue_export-helper.vue.js';
|
|
6
5
|
import Text from '../typography/Text.vue.js';
|
|
7
|
-
|
|
6
|
+
import Icon from '../icon/Icon.vue.js';
|
|
7
|
+
/* empty css */import IconButton from '../button/v3/IconButton.vue.js';
|
|
8
8
|
import _sfc_main$1 from '../tooltip/Tooltip.vue.js';
|
|
9
|
-
/* empty css
|
|
9
|
+
/* empty css *//* empty css */
|
|
10
10
|
import "../../AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
11
11
|
const _hoisted_1 = ["data-testid"];
|
|
12
12
|
const _hoisted_2 = { class: "app-trigger__left-image" };
|
|
@@ -193,6 +193,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
193
193
|
};
|
|
194
194
|
}
|
|
195
195
|
});
|
|
196
|
-
var AppTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
196
|
+
var AppTrigger = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-1313b5bc"]]);
|
|
197
197
|
|
|
198
198
|
export { AppTrigger as default };
|