@ironsource/shared-ui 1.4.3 → 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/README.md +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
package/index.vue.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import './
|
|
1
|
+
import './AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css';
|
|
2
2
|
export { AppTriggerTypes } from './components/appTrigger/index.vue.js';
|
|
3
3
|
export { AutocompleteDropdownTypes } from './components/autocompleteDropdown/index.vue.js';
|
|
4
4
|
export { MenuItemTypes } from './components/menuItem/index.vue.js';
|
|
5
5
|
export { MenuTypes } from './components/menu/index.vue.js';
|
|
6
6
|
export { AppIconTypes } from './components/appIcon/index.vue.js';
|
|
7
|
-
export { SwitchTypes } from './components/switch/index.vue.js';
|
|
8
7
|
export { RadioButtonTypes } from './components/radioButton/index.vue.js';
|
|
9
8
|
export { Snackbar } from './components/snackbar/index.vue.js';
|
|
10
9
|
export { FloatingToolbarTypes } from './components/floatingToolbar/index.vue.js';
|
|
@@ -16,16 +15,23 @@ export { TableTypes } from './components/table/index.vue.js';
|
|
|
16
15
|
export { DialogTypes } from './components/dialog/index.vue.js';
|
|
17
16
|
export { FilterPanelTypes } from './components/filtersPanel/index.vue.js';
|
|
18
17
|
export { FilterDropdownTypes } from './components/filterDropdown/index.vue.js';
|
|
19
|
-
export { DropdownTypes } from './components/dropdown/index.vue.js';
|
|
20
18
|
export { TabsTypes } from './components/tabs/index.vue.js';
|
|
21
|
-
export { ButtonTypes } from './components/button/index.vue.js';
|
|
22
19
|
export { CheckboxTypes } from './components/checkbox/index.vue.js';
|
|
23
20
|
export { IconTypes } from './components/icon/index.vue.js';
|
|
24
|
-
export { SearchTypes } from './components/search/index.vue.js';
|
|
25
21
|
export { SkeletonTypes } from './components/skeleton/index.vue.js';
|
|
26
22
|
export { TypographyTypes } from './components/typography/index.vue.js';
|
|
23
|
+
export { TypographyTypesV4 } from './components/typography/v4/index.vue.js';
|
|
27
24
|
export { PopoverTypes } from './components/popover/index.vue.js';
|
|
28
|
-
|
|
25
|
+
import * as index$5 from './components/button/v3/index.vue.js';
|
|
26
|
+
import * as index$6 from './components/button/v4/index.vue.js';
|
|
27
|
+
import * as index$1 from './components/chip/v3/index.vue.js';
|
|
28
|
+
import * as index$2 from './components/chip/v4/index.vue.js';
|
|
29
|
+
import * as index$3 from './components/switch/v3/index.vue.js';
|
|
30
|
+
import * as index$4 from './components/switch/v4/index.vue.js';
|
|
31
|
+
import * as index$7 from './components/dropdown/v3/index.vue.js';
|
|
32
|
+
import * as index$8 from './components/dropdown/v4/index.vue.js';
|
|
33
|
+
import * as index$9 from './components/search/v3/index.vue.js';
|
|
34
|
+
import * as index$a from './components/search/v4/index.vue.js';
|
|
29
35
|
export { ToggleTypes } from './components/toggle/index.vue.js';
|
|
30
36
|
export { TooltipTypes } from './components/tooltip/index.vue.js';
|
|
31
37
|
export { InputTypes } from './components/input/index.vue.js';
|
|
@@ -43,7 +49,6 @@ export { default as AutocompleteDropdown } from './components/autocompleteDropdo
|
|
|
43
49
|
export { default as MenuItem } from './components/menuItem/MenuItem.vue.js';
|
|
44
50
|
export { default as Menu } from './components/menu/Menu.vue.js';
|
|
45
51
|
export { default as AppIcon } from './components/appIcon/AppIcon.vue.js';
|
|
46
|
-
export { default as Switch } from './components/switch/Switch.vue.js';
|
|
47
52
|
export { default as RadioButton } from './components/radioButton/RadioButton.vue.js';
|
|
48
53
|
export { default as RadioGroup } from './components/radioButton/RadioGroup.vue.js';
|
|
49
54
|
export { snackbarEmits, snackbarTypes } from './components/snackbar/snackbar.types.vue.js';
|
|
@@ -66,22 +71,14 @@ export { default as FilterSearchInput } from './components/filtersPanel/FilterSe
|
|
|
66
71
|
export { useHiddenFilter } from './components/filtersPanel/useHiddenFilter.vue.js';
|
|
67
72
|
export { default as FilterDropdown } from './components/filterDropdown/FilterDropdown.vue.js';
|
|
68
73
|
export { default as AddFilterButton } from './components/filterDropdown/AddFilterButton.vue.js';
|
|
69
|
-
export { default as Dropdown } from './components/dropdown/Dropdown.vue.js';
|
|
70
|
-
export { default as Option } from './components/dropdown/Option.vue.js';
|
|
71
|
-
export { default as Label } from './components/dropdown/Label.vue.js';
|
|
72
|
-
export { default as SearchInput } from './components/dropdown/SearchInput.vue.js';
|
|
73
74
|
export { default as Tabs } from './components/tabs/Tabs.vue.js';
|
|
74
|
-
export { default as Button } from './components/button/Button.vue.js';
|
|
75
|
-
export { default as IconButton } from './components/button/IconButton.vue.js';
|
|
76
|
-
export { default as ScrollButton } from './components/button/ScrollButton.vue.js';
|
|
77
75
|
export { default as Checkbox } from './components/checkbox/Checkbox.vue.js';
|
|
78
76
|
export { default as Icon } from './components/icon/Icon.vue.js';
|
|
79
77
|
export { icons } from './components/icon/icons/index.vue.js';
|
|
80
|
-
export { default as Search } from './components/search/Search.vue.js';
|
|
81
78
|
export { default as Skeleton } from './components/skeleton/Skeleton.vue.js';
|
|
82
79
|
export { default as Heading } from './components/typography/Heading.vue.js';
|
|
83
80
|
export { default as Text } from './components/typography/Text.vue.js';
|
|
84
|
-
export { default as
|
|
81
|
+
export { default as Typography } from './components/typography/v4/Typography.vue.js';
|
|
85
82
|
export { default as Toggle } from './components/toggle/Toggle.vue.js';
|
|
86
83
|
export { default as Input } from './components/input/Input.vue.js';
|
|
87
84
|
export { default as DollarInput } from './components/input/DollarInput.vue.js';
|
|
@@ -93,3 +90,18 @@ export { EditableContext, useEditableContext } from './components/table-cells/Ed
|
|
|
93
90
|
export { default as DateRange } from './components/dateRange/DateRange.vue.js';
|
|
94
91
|
export { default as DatePicker } from './components/datePicker/DatePicker.vue.js';
|
|
95
92
|
export { default as Banner } from './components/banner/Banner.vue.js';
|
|
93
|
+
|
|
94
|
+
var index = {
|
|
95
|
+
...index$1,
|
|
96
|
+
...index$2,
|
|
97
|
+
...index$3,
|
|
98
|
+
...index$4,
|
|
99
|
+
...index$5,
|
|
100
|
+
...index$6,
|
|
101
|
+
...index$7,
|
|
102
|
+
...index$8,
|
|
103
|
+
...index$9,
|
|
104
|
+
...index$a
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
export { index as default };
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ironsource/shared-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0-rc.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"npm": ">=7.0.0",
|
|
6
6
|
"node": ">=16.0.0"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"dev": "vite",
|
|
10
|
-
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && node inject-css.js",
|
|
10
|
+
"build": "vite build && vue-tsc --declaration --emitDeclarationOnly --project tsconfig.build.json && node inject-css.js && sh ./scripts/build-styles.sh",
|
|
11
11
|
"preview": "vite preview",
|
|
12
12
|
"storybook": "StoryBookEnv=dev start-storybook -p 6006",
|
|
13
13
|
"storybook:dist": "StoryBookEnv=prod start-storybook -p 6006",
|
|
@@ -140,7 +140,8 @@
|
|
|
140
140
|
"import": "./index.js"
|
|
141
141
|
},
|
|
142
142
|
"./appIcon": "./components/appIcon/AppIcon.vue.js",
|
|
143
|
-
"./switch": "./components/switch/Switch.vue.js",
|
|
143
|
+
"./switch": "./components/switch/v3/Switch.vue.js",
|
|
144
|
+
"./switch/v4": "./components/switch/v4/SwitchV4.vue.js",
|
|
144
145
|
"./editable": "./components/table-cells/Editable.vue.js",
|
|
145
146
|
"./radioButton": "./components/radioButton/RadioButton.vue.js",
|
|
146
147
|
"./radioGroup": "./components/radioButton/RadioGroup.vue.js",
|
|
@@ -153,19 +154,23 @@
|
|
|
153
154
|
"./dateRange": "./components/dateRange/DateRange.vue.js",
|
|
154
155
|
"./datePicker": "./components/datePicker/DatePicker.vue.js",
|
|
155
156
|
"./dialog": "./components/dialog/Dialog.vue.js",
|
|
156
|
-
"./dropdown": "./components/dropdown/index.vue.js",
|
|
157
|
+
"./dropdown": "./components/dropdown/v3/index.vue.js",
|
|
158
|
+
"./dropdown/v4": "./components/dropdown/v4/index.vue.js",
|
|
157
159
|
"./filterDropdown": "./components/filterDropdown/FilterDropdown.vue.js",
|
|
158
160
|
"./filtersPanel": "./components/filtersPanel/index.vue.js",
|
|
159
161
|
"./tabs": "./components/tabs/Tabs.vue.js",
|
|
160
|
-
"./chip": "./components/chip/Chip.vue.js",
|
|
161
|
-
"./
|
|
162
|
-
"./
|
|
163
|
-
"./
|
|
162
|
+
"./chip": "./components/chip/v3/Chip.vue.js",
|
|
163
|
+
"./chip/v4": "./components/chip/v4/ChipV4.vue.js",
|
|
164
|
+
"./button": "./components/button/v3/Button.vue.js",
|
|
165
|
+
"./button/v4": "./components/button/v4/ButtonV4.vue.js",
|
|
166
|
+
"./iconButton": "./components/button/v3/IconButton.vue.js",
|
|
167
|
+
"./scrollButton": "./components/button/v3/ScrollButton.vue.js",
|
|
164
168
|
"./checkbox": "./components/checkbox/Checkbox.vue.js",
|
|
165
169
|
"./icon": "./components/icon/Icon.vue.js",
|
|
166
170
|
"./toggle": "./components/toggle/Toggle.vue.js",
|
|
167
171
|
"./tooltip": "./components/tooltip/Tooltip.vue.js",
|
|
168
|
-
"./search": "./components/search/Search.vue.js",
|
|
172
|
+
"./search": "./components/search/v3/Search.vue.js",
|
|
173
|
+
"./search/v4": "./components/search/v4/Search.vue.js",
|
|
169
174
|
"./useId": "./composables/useId.vue.js",
|
|
170
175
|
"./skeleton": "./components/skeleton/Skeleton.vue.js",
|
|
171
176
|
"./text": "./components/typography/Text.vue.js",
|
|
@@ -177,7 +182,9 @@
|
|
|
177
182
|
"./percentageInput": "./components/input/PercentageInput.vue.js",
|
|
178
183
|
"./textArea": "./components/textArea/TextArea.vue.js",
|
|
179
184
|
"./styleguide": "./styleguide.scss",
|
|
180
|
-
"./
|
|
185
|
+
"./commonCssVariables": "./commonCssVariables.scss",
|
|
186
|
+
"./banner": "./components/banner/Banner.vue.js",
|
|
187
|
+
"./typography": "./components/typography/v4/Typography.vue.js"
|
|
181
188
|
},
|
|
182
189
|
"typesVersions": {
|
|
183
190
|
"*": {
|
|
@@ -215,7 +222,10 @@
|
|
|
215
222
|
"./components/includeExclude/index.d.ts"
|
|
216
223
|
],
|
|
217
224
|
"switch": [
|
|
218
|
-
"./components/switch/Switch.vue.d.ts"
|
|
225
|
+
"./components/switch/v3/Switch.vue.d.ts"
|
|
226
|
+
],
|
|
227
|
+
"switch/v4": [
|
|
228
|
+
"./components/switch/v4/SwitchV4.vue.d.ts"
|
|
219
229
|
],
|
|
220
230
|
"cssBaseline": [
|
|
221
231
|
"./components/cssBaseline/CssBaseline.vue.d.ts"
|
|
@@ -232,6 +242,9 @@
|
|
|
232
242
|
"dropdown": [
|
|
233
243
|
"./components/dropdown/index.d.ts"
|
|
234
244
|
],
|
|
245
|
+
"dropdown/v4": [
|
|
246
|
+
"./components/dropdown/v4/index.d.ts"
|
|
247
|
+
],
|
|
235
248
|
"filtersPanel": [
|
|
236
249
|
"./components/filtersPanel/index.d.ts"
|
|
237
250
|
],
|
|
@@ -248,10 +261,16 @@
|
|
|
248
261
|
"./components/datePicker/DatePicker.vue.d.ts"
|
|
249
262
|
],
|
|
250
263
|
"chip": [
|
|
251
|
-
"./components/chip/Chip.vue.d.ts"
|
|
264
|
+
"./components/chip/v3/Chip.vue.d.ts"
|
|
265
|
+
],
|
|
266
|
+
"chip/v4": [
|
|
267
|
+
"./components/chip/v4/ChipV4.vue.d.ts"
|
|
252
268
|
],
|
|
253
269
|
"button": [
|
|
254
|
-
"./components/button/Button.vue.d.ts"
|
|
270
|
+
"./components/button/v3/Button.vue.d.ts"
|
|
271
|
+
],
|
|
272
|
+
"button/v4": [
|
|
273
|
+
"./components/button/v4/ButtonV4.vue.d.ts"
|
|
255
274
|
],
|
|
256
275
|
"iconButton": [
|
|
257
276
|
"./components/button/IconButton.vue.d.ts"
|
|
@@ -272,7 +291,10 @@
|
|
|
272
291
|
"./components/tooltip/Tooltip.vue.d.ts"
|
|
273
292
|
],
|
|
274
293
|
"search": [
|
|
275
|
-
"./components/search/Search.vue.d.ts"
|
|
294
|
+
"./components/search/v3/Search.vue.d.ts"
|
|
295
|
+
],
|
|
296
|
+
"search/v4": [
|
|
297
|
+
"./components/search/v4/Search.vue.d.ts"
|
|
276
298
|
],
|
|
277
299
|
"skeleton": [
|
|
278
300
|
"./components/skeleton/Skeleton.vue.d.ts"
|
|
@@ -300,6 +322,9 @@
|
|
|
300
322
|
],
|
|
301
323
|
"textArea": [
|
|
302
324
|
"./components/textArea/TextArea.vue.d.ts"
|
|
325
|
+
],
|
|
326
|
+
"typography": [
|
|
327
|
+
"./components/typography/v4/Typography.vue.d.ts"
|
|
303
328
|
]
|
|
304
329
|
}
|
|
305
330
|
},
|
package/styleguide.scss
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
/* #region Colors */
|
|
2
|
-
$white: #
|
|
2
|
+
$white: #ffffff;
|
|
3
3
|
$black: #000000;
|
|
4
4
|
|
|
5
|
-
$black-200: #
|
|
6
|
-
$black-300: #
|
|
5
|
+
$black-200: #696a6b;
|
|
6
|
+
$black-300: #565c62;
|
|
7
7
|
$black-500: #53575b;
|
|
8
8
|
$black-900: #41454d;
|
|
9
9
|
|
|
10
|
-
$primary-100: #
|
|
11
|
-
$primary-200: #
|
|
12
|
-
$primary-300: #
|
|
13
|
-
$primary-400: #
|
|
14
|
-
$primary-500: #
|
|
15
|
-
$primary-600: #
|
|
16
|
-
$primary-700: #
|
|
17
|
-
$primary-800: #
|
|
18
|
-
$primary-900: #
|
|
19
|
-
|
|
20
|
-
$light-50: #
|
|
21
|
-
$light-100: #
|
|
22
|
-
$light-200: #
|
|
23
|
-
$light-300: #
|
|
24
|
-
$light-400: #
|
|
25
|
-
$light-500: #
|
|
26
|
-
$light-600: #
|
|
27
|
-
$light-700: #
|
|
28
|
-
$light-800: #
|
|
29
|
-
$light-900: #
|
|
10
|
+
$primary-100: #e2eeff;
|
|
11
|
+
$primary-200: #c9dfff;
|
|
12
|
+
$primary-300: #96c0ff;
|
|
13
|
+
$primary-400: #68a5ff;
|
|
14
|
+
$primary-500: #3083ff;
|
|
15
|
+
$primary-600: #2b76e6;
|
|
16
|
+
$primary-700: #005be2;
|
|
17
|
+
$primary-800: #0051c9;
|
|
18
|
+
$primary-900: #0046af;
|
|
19
|
+
|
|
20
|
+
$light-50: #f7f8f9;
|
|
21
|
+
$light-100: #f1f3f4;
|
|
22
|
+
$light-200: #edeff0;
|
|
23
|
+
$light-300: #e5e7e9;
|
|
24
|
+
$light-400: #dddfe1;
|
|
25
|
+
$light-500: #d2d5d8;
|
|
26
|
+
$light-600: #b7bbc0;
|
|
27
|
+
$light-700: #a9afb4;
|
|
28
|
+
$light-800: #8e959d;
|
|
29
|
+
$light-900: #7b838c;
|
|
30
30
|
$light-1000: #626970;
|
|
31
31
|
|
|
32
32
|
$secondary-100: #e1fbfc;
|
|
@@ -56,14 +56,14 @@ $negative-500: #ff6a63;
|
|
|
56
56
|
$negative-600: #ec5d56;
|
|
57
57
|
$negative-700: #da564f;
|
|
58
58
|
|
|
59
|
-
$dark-100: #
|
|
60
|
-
$dark-200: #
|
|
59
|
+
$dark-100: #cfd0e8;
|
|
60
|
+
$dark-200: #b6b9dd;
|
|
61
61
|
$dark-300: #313d91;
|
|
62
62
|
$dark-400: #212791;
|
|
63
63
|
$dark-500: #0d148c;
|
|
64
64
|
$dark-600: #021074;
|
|
65
65
|
$dark-700: #1d1c64;
|
|
66
|
-
$dark-800: #
|
|
66
|
+
$dark-800: #070a46;
|
|
67
67
|
|
|
68
68
|
$alpha-30: 4D;
|
|
69
69
|
$input-shadow-color: unquote($primary-500 + '' + $alpha-30);
|
|
@@ -105,20 +105,20 @@ $breakpoint-xl: 1920px;
|
|
|
105
105
|
/* #endregion Breakpoints */
|
|
106
106
|
|
|
107
107
|
/* #region Media */
|
|
108
|
-
$mobile:
|
|
109
|
-
$tablet:
|
|
110
|
-
$smallLaptop:
|
|
111
|
-
$largeLaptop:
|
|
112
|
-
$desktop:
|
|
108
|
+
$mobile: 'only screen and (max-width:#{$breakpoint-xxs-end})';
|
|
109
|
+
$tablet: 'only screen and (min-width:#{$breakpoint-sm-start}) and (max-width:#{$breakpoint-sm-end})';
|
|
110
|
+
$smallLaptop: 'only screen and (min-width:#{$breakpoint-md-start}) and (max-width:#{$breakpoint-md-end})';
|
|
111
|
+
$largeLaptop: 'only screen and (min-width:#{$breakpoint-lg-start}) and (max-width:#{$breakpoint-lg-end})';
|
|
112
|
+
$desktop: 'only screen and (min-width:#{$breakpoint-xl})';
|
|
113
113
|
// inclusive - mobile and below: use mobile, huge and below: everything, no need for media query
|
|
114
|
-
$tabletAndBelow:
|
|
115
|
-
$tabletAndAbove:
|
|
116
|
-
$smallLaptopAndBelow:
|
|
117
|
-
$largeLaptopAndBelow:
|
|
118
|
-
$desktopAndAbove:
|
|
119
|
-
$largeLaptopAndAbove:
|
|
114
|
+
$tabletAndBelow: 'only screen and (max-width:#{$breakpoint-sm-end})';
|
|
115
|
+
$tabletAndAbove: 'only screen and (min-width:#{$breakpoint-sm-start})';
|
|
116
|
+
$smallLaptopAndBelow: 'only screen and (max-width:#{$breakpoint-md-end})';
|
|
117
|
+
$largeLaptopAndBelow: 'only screen and (max-width:#{$breakpoint-lg-end})';
|
|
118
|
+
$desktopAndAbove: 'only screen and (min-width:#{$breakpoint-xl})';
|
|
119
|
+
$largeLaptopAndAbove: 'only screen and (min-width:#{$breakpoint-lg-start})';
|
|
120
120
|
// combinations
|
|
121
|
-
$laptop:
|
|
121
|
+
$laptop: 'only screen and (min-width:#{$breakpoint-md-start}) and (max-width:#{$breakpoint-lg-end})';
|
|
122
122
|
/* #endregion Media */
|
|
123
123
|
|
|
124
124
|
/* #region Grid */
|
|
@@ -127,8 +127,8 @@ $grid-gap: 1rem;
|
|
|
127
127
|
/* #endregion Grid */
|
|
128
128
|
|
|
129
129
|
/* #region Fonts */
|
|
130
|
-
$heading-font-family:
|
|
131
|
-
$heading-font-family-label:
|
|
130
|
+
$heading-font-family: 'NHaasGroteskDSPro-75Bd', sans-serif;
|
|
131
|
+
$heading-font-family-label: 'NHaasGroteskDSPro-65Md', sans-serif;
|
|
132
132
|
$heading-font-size-1: 3.75rem;
|
|
133
133
|
$heading-font-size-2: 2rem;
|
|
134
134
|
$heading-font-size-3: 1.375rem;
|
|
@@ -149,7 +149,7 @@ $body-font-weight-strong: 500;
|
|
|
149
149
|
$font-smoothing: antialiased;
|
|
150
150
|
$heading-line-height: 1.1rem;
|
|
151
151
|
$body-line-height: 1.5rem;
|
|
152
|
-
.label{
|
|
152
|
+
.label {
|
|
153
153
|
color: $black-900;
|
|
154
154
|
}
|
|
155
155
|
/* #endregion Fonts */
|
|
@@ -159,52 +159,51 @@ $border: 1px solid $light-400;
|
|
|
159
159
|
$shape-border-radius: $spacing-1;
|
|
160
160
|
|
|
161
161
|
$popover-shadow: 0 8px 24px -6px rgba(0, 0, 0, 0.16),
|
|
162
|
-
0px 0px 1px rgba(0, 0, 0, 0.4);
|
|
163
|
-
$modal-shadow: 0px 32px 32px -8px rgba(0, 0, 0, 0.08),
|
|
164
|
-
|
|
162
|
+
0px 0px 1px rgba(0, 0, 0, 0.4);
|
|
163
|
+
$modal-shadow: 0px 32px 32px -8px rgba(0, 0, 0, 0.08),
|
|
164
|
+
0px 0px 32px -8px rgba(0, 0, 0, 0.12);
|
|
165
165
|
|
|
166
166
|
$focus-line: linear-gradient(
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
167
|
+
0deg,
|
|
168
|
+
$primary-500 0,
|
|
169
|
+
$primary-500 2px,
|
|
170
|
+
$light-100 0
|
|
171
171
|
);
|
|
172
172
|
$focus-line-white: linear-gradient(
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
173
|
+
0deg,
|
|
174
|
+
$primary-500 0,
|
|
175
|
+
$primary-500 2px,
|
|
176
|
+
$white 0
|
|
177
177
|
);
|
|
178
178
|
$error-focus-line: linear-gradient(
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
179
|
+
0deg,
|
|
180
|
+
$negative-500 0,
|
|
181
|
+
$negative-500 2px,
|
|
182
|
+
$light-100 0
|
|
183
183
|
);
|
|
184
184
|
$error-focus-line-white: linear-gradient(
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
185
|
+
0deg,
|
|
186
|
+
$negative-500 0,
|
|
187
|
+
$negative-500 2px,
|
|
188
|
+
$white 0
|
|
189
189
|
);
|
|
190
190
|
|
|
191
|
-
|
|
192
191
|
@mixin scrollbar {
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
192
|
+
::-webkit-scrollbar {
|
|
193
|
+
width: 0.625rem;
|
|
194
|
+
opacity: 0.7;
|
|
195
|
+
background-color: transparent;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
::-webkit-scrollbar-thumb {
|
|
199
|
+
border: 3px solid transparent;
|
|
200
|
+
background-clip: padding-box;
|
|
201
|
+
border-radius: 0.625rem;
|
|
202
|
+
background-color: $light-500 !important;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
::-webkit-scrollbar-track {
|
|
206
|
+
border-radius: 0.625rem;
|
|
207
|
+
background-color: transparent;
|
|
208
|
+
}
|
|
210
209
|
}
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--background-default: #FFFFFF;
|
|
3
|
+
--background-neutral: #FFFFFF;
|
|
4
|
+
--background-paper: hsl(0, 0%, 99.0%);
|
|
5
|
+
--background-modalElevation: #FFFFFF;
|
|
6
|
+
--background-paperElevation0: hsl(0, 0%, 97.5%);
|
|
7
|
+
--background-paperElevation1: hsl(0, 0%, 94.6%);
|
|
8
|
+
--background-paperElevation2: hsl(0, 0%, 92.0%);
|
|
9
|
+
--background-paperElevation3: hsl(0, 0%, 89.5%);
|
|
10
|
+
--background-paperElevation4: hsl(0, 0%, 86.8%);
|
|
11
|
+
--background-paperElevation5: hsl(0, 0%, 83.0%);
|
|
12
|
+
--background-paperElevation6: hsl(0, 0%, 73.2%);
|
|
13
|
+
--background-paperElevation7: hsl(0, 0%, 55.2%);
|
|
14
|
+
--background-paperElevation8: hsl(0, 0%, 50.3%);
|
|
15
|
+
--background-paperElevation9: hsl(0, 0%, 39.3%);
|
|
16
|
+
|
|
17
|
+
--action-primary: hsl(0, 0%, 12.5%);
|
|
18
|
+
--action-active: hsl(0, 0%, 50.3%);
|
|
19
|
+
--action-hover: hsl(0, 0%, 92.0%);
|
|
20
|
+
--action-selected: hsl(0, 0%, 89.5%);
|
|
21
|
+
--action-disabled: hsl(0, 0%, 73.2%);
|
|
22
|
+
--action-disabledBackground: hsl(0, 0%, 92.0%);
|
|
23
|
+
--action-focus: hsl(0, 0%, 92.0%);
|
|
24
|
+
--action-outlinedBorder: hsl(0, 0%, 83.0%);
|
|
25
|
+
|
|
26
|
+
--default-light: hsl(0, 0%, 89.5%);
|
|
27
|
+
--default-main: hsl(0, 0%, 86.8%);
|
|
28
|
+
--default-dark: hsl(0, 0%, 92.0%);
|
|
29
|
+
--default-outlinedBorder: hsl(0, 0%, 73.2%);
|
|
30
|
+
--default-contrastText: hsl(0, 0%, 12.5%);
|
|
31
|
+
|
|
32
|
+
--common-white: #FFFFFF;
|
|
33
|
+
--common-black: #000000;
|
|
34
|
+
--common-inverseWhite: #000000;
|
|
35
|
+
--common-inverseBlack: #FFFFFF;
|
|
36
|
+
|
|
37
|
+
--text-primary: hsl(0, 0%, 12.5%);
|
|
38
|
+
--text-secondary: hsl(0, 0%, 39.3%);
|
|
39
|
+
--text-disabled: hsl(0, 0%, 50.3%);
|
|
40
|
+
|
|
41
|
+
--primary-lighter: hsl(209, 100%, 96.5%);
|
|
42
|
+
--primary-light: hsl(209, 95.0%, 90.1%);
|
|
43
|
+
--primary-main: hsl(206, 100%, 50.0%);
|
|
44
|
+
--primary-main8p: hsla(206, 100%, 50%, 0.08);
|
|
45
|
+
--primary-main50p: hsla(206, 100%, 50%, 0.5);
|
|
46
|
+
--primary-dark: hsl(208, 93.5%, 47.4%);
|
|
47
|
+
--primary-darker: hsl(211, 90.0%, 42.0%);
|
|
48
|
+
--primary-hover: hsl(209, 100%, 96.5%);
|
|
49
|
+
--primary-selected: hsl(209, 95.0%, 90.1%);
|
|
50
|
+
--primary-outlinedBorder: hsl(206, 100%, 50.0%);
|
|
51
|
+
--primary-contrastText: hsl(216, 71.0%, 23.0%);
|
|
52
|
+
|
|
53
|
+
--info-lighter: hsl(223, 98.4%, 97.1%);
|
|
54
|
+
--info-light: hsl(224, 87.1%, 92.0%);
|
|
55
|
+
--info-main: hsl(226, 70.0%, 55.5%);
|
|
56
|
+
--info-main8p: hsla(226, 70%, 55.5%, 0.08);
|
|
57
|
+
--info-main50p: hsla(226, 70%, 55.5%, 0.5);
|
|
58
|
+
--info-dark: hsl(226, 58.6%, 51.3%);
|
|
59
|
+
--info-darker: hsl(226, 55.0%, 45.0%);
|
|
60
|
+
--info-hover: hsl(223, 98.4%, 97.1%);
|
|
61
|
+
--info-outlinedBorder: hsl(226, 70.0%, 55.5%);
|
|
62
|
+
--info-contrastText: hsl(226, 50.0%, 24.0%);
|
|
63
|
+
|
|
64
|
+
--success-lighter: hsl(139, 55.2%, 94.5%);
|
|
65
|
+
--success-light: hsl(141, 43.7%, 86.0%);
|
|
66
|
+
--success-main: hsl(151, 55.0%, 41.5%);
|
|
67
|
+
--success-main8p: hsla(151, 55%, 41.5%, 0.08);
|
|
68
|
+
--success-main50p: hsla(151, 55%, 41.5%, 0.5);
|
|
69
|
+
--success-dark: hsl(152, 57.5%, 37.6%);
|
|
70
|
+
--success-darker: hsl(153, 67.0%, 28.5%);
|
|
71
|
+
--success-hover: hsl(139, 55.2%, 94.5%);
|
|
72
|
+
--success-outlinedBorder: hsl(151, 55.0%, 41.5%);
|
|
73
|
+
--success-contrastText: hsl(155, 40.0%, 16.5%);
|
|
74
|
+
|
|
75
|
+
--warning-lighter: hsl(45, 100%, 90.8%);
|
|
76
|
+
--warning-light: hsl(40, 100%, 81.5%);
|
|
77
|
+
--warning-main: hsl(42, 100%, 62.0%);
|
|
78
|
+
--warning-main8p: hsla(42, 100%, 62%, 0.08);
|
|
79
|
+
--warning-main50p: hsla(42, 100%, 62%, 0.5);
|
|
80
|
+
--warning-dark: hsl(42, 100%, 55.0%);
|
|
81
|
+
--warning-darker: hsl(25, 50.0%, 38.0%);
|
|
82
|
+
--warning-hover: hsl(45, 100%, 90.8%);
|
|
83
|
+
--warning-outlinedBorder: hsl(42, 100%, 62.0%);
|
|
84
|
+
--warning-contrastText: hsl(25, 40.0%, 22.0%);
|
|
85
|
+
|
|
86
|
+
--error-lighter: hsl(360, 100%, 96.8%);
|
|
87
|
+
--error-light: hsl(360, 90.2%, 91.9%);
|
|
88
|
+
--error-main: hsl(358, 75.0%, 59.0%);
|
|
89
|
+
--error-main8p: hsla(358, 75%, 59%, 0.08);
|
|
90
|
+
--error-main50p: hsla(358, 75%, 59%, 0.5);
|
|
91
|
+
--error-dark: hsl(358, 67.4%, 54.6%);
|
|
92
|
+
--error-darker: hsl(358, 65.0%, 47.0%);
|
|
93
|
+
--error-hover: hsl(360, 100%, 96.8%);
|
|
94
|
+
--error-outlinedBorder: hsl(358, 75.0%, 59.0%);
|
|
95
|
+
--error-contrastText: hsl(350, 63.0%, 24.0%);
|
|
96
|
+
--divider: hsl(0, 0%, 86.8%);
|
|
97
|
+
|
|
98
|
+
--abtest-a-control: #FFC134;
|
|
99
|
+
--abtest-b-test: #4F4FF5;
|
|
100
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
:root {
|
|
2
|
+
--elevation-xs: 0px 1px 2px rgba(16, 24, 40, 0.05);
|
|
3
|
+
--elevation-sm: 0px 1px 2px rgba(16, 24, 40, 0.06), 0px 1px 3px rgba(16, 24, 40, 0.1);
|
|
4
|
+
--elevation-md: 0px 4px 8px -2px rgba(16, 24, 40, 0.12);
|
|
5
|
+
--elevation-lg: 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
|
|
6
|
+
--elevation-xl: 0px 8px 8px -4px rgba(16, 24, 40, 0.03), 0px 20px 24px -6px rgba(16, 24, 40, 0.08);
|
|
7
|
+
--elevation-xxl: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
|
|
8
|
+
--elevation-xxxl: 0px 19px 32px 2px rgba(44, 45, 45, 0.14);
|
|
9
|
+
--elevation-sl: 0px 27px 27px 2px rgba(44, 45, 45, 0.14);
|
|
10
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.font-tab-label2,.font-chart-2,.font-chart-1{font-family:"Inter",sans-serif;font-weight:700}.font-chip-label,.font-table-label,.font-button,.font-heading-6,.font-heading-5,.font-heading-4,.font-heading-3,.font-heading-2,.font-heading-1,.font-title{font-family:"Inter",sans-serif;font-weight:600}.font-tab-label1,.font-input-label,.font-overline,.font-subtitle-2,.font-subtitle-1{font-family:"Inter",sans-serif;font-weight:500}.font-caption,.font-body-2,.font-body-1{font-family:"Inter",sans-serif;font-weight:400}.font-title{font-size:2.5rem;line-height:3rem;letter-spacing:-0.055rem}.font-heading-1{font-size:1.5rem;line-height:1.75rem;letter-spacing:-0.0285rem}.font-heading-2{font-size:1.125rem;line-height:1.75rem;letter-spacing:-0.01575rem}.font-heading-3{font-size:1rem;line-height:1.5rem;letter-spacing:-0.011rem}.font-heading-4{font-size:.875rem;line-height:1rem;letter-spacing:unset}.font-heading-5{font-size:.8125rem;line-height:16px;letter-spacing:unset}.font-heading-6{font-size:.75rem;line-height:.75rem;letter-spacing:0}.font-body-1{font-size:.875rem;line-height:1.25rem;letter-spacing:-0.00525rem}.font-body-2{font-size:.8125rem;line-height:1.25rem;letter-spacing:-0.00244rem}.font-subtitle-1{font-size:.875rem;line-height:1.25rem;letter-spacing:-0.00525rem}.font-subtitle-2{font-size:.8125rem;line-height:1.25rem;letter-spacing:-0.00244rem}.font-chart-1{font-size:1.5rem;line-height:1.5rem;letter-spacing:-0.015rem}.font-chart-2{font-size:1.25rem;line-height:1.25rem;letter-spacing:-0.0125rem}.font-button{font-size:.875rem;line-height:1.25rem;letter-spacing:.00875rem}.font-overline{font-size:.75rem;line-height:1rem;letter-spacing:.045rem;text-transform:uppercase}.font-caption{font-size:.75rem;line-height:1rem}.font-table-label{font-size:.8125rem;line-height:1.25rem;letter-spacing:.00813rem}.font-input-label{font-size:.8125rem;line-height:1rem;letter-spacing:.00813rem}.font-tab-label1{font-size:.875rem;line-height:1rem}.font-tab-label2{font-size:.875rem;line-height:1rem}.font-chip-label{font-size:.75rem;line-height:1rem}h1,h2,h3,h4,h5,h6{margin:0}/*# sourceMappingURL=fonts.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["fonts.scss"],"names":[],"mappings":"AAKQ,0FAKR,6CACE,YAHM,mBAIN,gBAEF,4JACE,YAPM,mBAQN,gBAEF,oFACE,YAXM,mBAYN,gBAEF,wCACE,YAfM,mBAgBN,gBAIF,YACE,iBACA,iBACA,yBAGF,gBACE,iBACA,oBACA,0BAGF,gBACE,mBACA,oBACA,2BAGF,gBACE,eACA,mBACA,yBAGF,gBACE,kBACA,iBACA,qBAGF,gBACE,mBACA,iBACA,qBAGF,gBACE,iBACA,mBACA,iBAMF,aACE,kBACA,oBACA,2BAGF,aACE,mBACA,oBACA,2BAMF,iBACE,kBACA,oBACA,2BAGF,iBACE,mBACA,oBACA,2BAMF,cACE,iBACA,mBACA,yBAGF,cACE,kBACA,oBACA,0BAOF,aACE,kBACA,oBACA,yBAGF,eACE,iBACA,iBACA,uBACA,yBAGF,cACE,iBACA,iBAGF,kBACE,mBACA,oBACA,yBAGF,kBACE,mBACA,iBACA,yBAGF,iBACE,kBACA,iBAGF,iBACE,kBACA,iBAGF,iBACE,iBACA,iBAKF,kBAME","file":"fonts.css"}
|