@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
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
import { defineComponent, computed, openBlock, createBlock, resolveDynamicComponent, unref, normalizeClass, withCtx, renderSlot } from 'vue';
|
|
2
|
+
/* empty css */import _export_sfc from '../../../_virtual/plugin-vue_export-helper.vue.js';
|
|
3
|
+
|
|
4
|
+
import "../../../Typography.vue_vue_type_style_index_0_scoped_true_lang.css";
|
|
5
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
6
|
+
__name: "Typography",
|
|
7
|
+
props: {
|
|
8
|
+
isTruncated: { type: Boolean },
|
|
9
|
+
variant: { default: "body1" }
|
|
10
|
+
},
|
|
11
|
+
setup(__props) {
|
|
12
|
+
const props = __props;
|
|
13
|
+
const variantToClassMap = {
|
|
14
|
+
title: "font-title",
|
|
15
|
+
h1: "font-heading-1",
|
|
16
|
+
h2: "font-heading-2",
|
|
17
|
+
h3: "font-heading-3",
|
|
18
|
+
h4: "font-heading-4",
|
|
19
|
+
h5: "font-heading-5",
|
|
20
|
+
h6: "font-heading-6",
|
|
21
|
+
body1: "font-body-1",
|
|
22
|
+
body2: "font-body-2",
|
|
23
|
+
subtitle1: "font-subtitle-1",
|
|
24
|
+
subtitle2: "font-subtitle-2",
|
|
25
|
+
button: "font-button",
|
|
26
|
+
caption: "font-caption",
|
|
27
|
+
tableLabel: "font-table-label",
|
|
28
|
+
inputLabel: "font-input-label",
|
|
29
|
+
tabLabel1: "font-tab-label1",
|
|
30
|
+
tabLabel2: "font-tab-label2",
|
|
31
|
+
chipLabel: "font-chip-label",
|
|
32
|
+
chart1: "font-chart-1",
|
|
33
|
+
chart2: "font-chart-2",
|
|
34
|
+
overline: "font-overline"
|
|
35
|
+
};
|
|
36
|
+
const tag = computed(() => {
|
|
37
|
+
switch (props.variant) {
|
|
38
|
+
case "title":
|
|
39
|
+
return "h1";
|
|
40
|
+
case "h1":
|
|
41
|
+
case "h2":
|
|
42
|
+
case "h3":
|
|
43
|
+
case "h4":
|
|
44
|
+
case "h5":
|
|
45
|
+
case "h6":
|
|
46
|
+
return props.variant;
|
|
47
|
+
default:
|
|
48
|
+
return "span";
|
|
49
|
+
}
|
|
50
|
+
});
|
|
51
|
+
const fontClass = computed(() => {
|
|
52
|
+
return variantToClassMap[props.variant];
|
|
53
|
+
});
|
|
54
|
+
return (_ctx, _cache) => {
|
|
55
|
+
return openBlock(), createBlock(resolveDynamicComponent(unref(tag)), {
|
|
56
|
+
class: normalizeClass({ [unref(fontClass)]: true, truncate: __props.isTruncated })
|
|
57
|
+
}, {
|
|
58
|
+
default: withCtx(() => [
|
|
59
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
60
|
+
]),
|
|
61
|
+
_: 3
|
|
62
|
+
}, 8, ["class"]);
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
var Typography = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-fac69a9c"]]);
|
|
67
|
+
|
|
68
|
+
export { Typography as default };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
declare const TypographyTypesV4: () => import("vue").DefineComponent<{
|
|
2
|
+
isTruncated: {
|
|
3
|
+
type: import("vue").PropType<boolean>;
|
|
4
|
+
};
|
|
5
|
+
variant: {
|
|
6
|
+
type: import("vue").PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2">;
|
|
7
|
+
} & {
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
isTruncated: {
|
|
12
|
+
type: import("vue").PropType<boolean>;
|
|
13
|
+
};
|
|
14
|
+
variant: {
|
|
15
|
+
type: import("vue").PropType<"button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2">;
|
|
16
|
+
} & {
|
|
17
|
+
default: string;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
variant: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "title" | "overline" | "body1" | "body2" | "subtitle1" | "subtitle2" | "tableLabel" | "inputLabel" | "tabLabel1" | "tabLabel2" | "chipLabel" | "chart1" | "chart2";
|
|
21
|
+
}>[];
|
|
22
|
+
export { default as Typography } from './Typography.vue';
|
|
23
|
+
export { TypographyTypesV4 };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '../../style/v4/colors.css';
|
|
2
|
+
import '../../style/v4/border-radius.css';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as BorderRadiusWrapper } from './BorderRadiusWrapper.vue';
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
export declare const colorPaletteLight: {
|
|
2
|
+
background: {
|
|
3
|
+
default: string;
|
|
4
|
+
neutral: string;
|
|
5
|
+
paper: string;
|
|
6
|
+
modalElevation: string;
|
|
7
|
+
paperElevation0: string;
|
|
8
|
+
paperElevation1: string;
|
|
9
|
+
paperElevation2: string;
|
|
10
|
+
paperElevation3: string;
|
|
11
|
+
paperElevation4: string;
|
|
12
|
+
paperElevation5: string;
|
|
13
|
+
paperElevation6: string;
|
|
14
|
+
paperElevation7: string;
|
|
15
|
+
paperElevation8: string;
|
|
16
|
+
paperElevation9: string;
|
|
17
|
+
};
|
|
18
|
+
action: {
|
|
19
|
+
primary: string;
|
|
20
|
+
active: string;
|
|
21
|
+
hover: string;
|
|
22
|
+
selected: string;
|
|
23
|
+
disabled: string;
|
|
24
|
+
disabledBackground: string;
|
|
25
|
+
focus: string;
|
|
26
|
+
outlinedBorder: string;
|
|
27
|
+
};
|
|
28
|
+
default: {
|
|
29
|
+
light: string;
|
|
30
|
+
main: string;
|
|
31
|
+
dark: string;
|
|
32
|
+
outlinedBorder: string;
|
|
33
|
+
contrastText: string;
|
|
34
|
+
};
|
|
35
|
+
common: {
|
|
36
|
+
white: string;
|
|
37
|
+
black: string;
|
|
38
|
+
inverseWhite: string;
|
|
39
|
+
inverseBlack: string;
|
|
40
|
+
};
|
|
41
|
+
text: {
|
|
42
|
+
primary: string;
|
|
43
|
+
secondary: string;
|
|
44
|
+
disabled: string;
|
|
45
|
+
};
|
|
46
|
+
divider: {
|
|
47
|
+
divider: string;
|
|
48
|
+
};
|
|
49
|
+
primary: {
|
|
50
|
+
lighter: string;
|
|
51
|
+
light: string;
|
|
52
|
+
main: string;
|
|
53
|
+
main8p: string;
|
|
54
|
+
main50p: string;
|
|
55
|
+
dark: string;
|
|
56
|
+
darker: string;
|
|
57
|
+
hover: string;
|
|
58
|
+
selected: string;
|
|
59
|
+
outlinedBorder: string;
|
|
60
|
+
contrastText: string;
|
|
61
|
+
};
|
|
62
|
+
info: {
|
|
63
|
+
lighter: string;
|
|
64
|
+
light: string;
|
|
65
|
+
main: string;
|
|
66
|
+
main8p: string;
|
|
67
|
+
main50p: string;
|
|
68
|
+
dark: string;
|
|
69
|
+
darker: string;
|
|
70
|
+
hover: string;
|
|
71
|
+
outlinedBorder: string;
|
|
72
|
+
contrastText: string;
|
|
73
|
+
};
|
|
74
|
+
success: {
|
|
75
|
+
lighter: string;
|
|
76
|
+
light: string;
|
|
77
|
+
main: string;
|
|
78
|
+
main8p: string;
|
|
79
|
+
main50p: string;
|
|
80
|
+
dark: string;
|
|
81
|
+
darker: string;
|
|
82
|
+
hover: string;
|
|
83
|
+
outlinedBorder: string;
|
|
84
|
+
contrastText: string;
|
|
85
|
+
};
|
|
86
|
+
warning: {
|
|
87
|
+
lighter: string;
|
|
88
|
+
light: string;
|
|
89
|
+
main: string;
|
|
90
|
+
main8p: string;
|
|
91
|
+
main50p: string;
|
|
92
|
+
dark: string;
|
|
93
|
+
darker: string;
|
|
94
|
+
hover: string;
|
|
95
|
+
outlinedBorder: string;
|
|
96
|
+
contrastText: string;
|
|
97
|
+
};
|
|
98
|
+
error: {
|
|
99
|
+
lighter: string;
|
|
100
|
+
light: string;
|
|
101
|
+
main: string;
|
|
102
|
+
main8p: string;
|
|
103
|
+
main50p: string;
|
|
104
|
+
dark: string;
|
|
105
|
+
darker: string;
|
|
106
|
+
hover: string;
|
|
107
|
+
outlinedBorder: string;
|
|
108
|
+
contrastText: string;
|
|
109
|
+
};
|
|
110
|
+
'A/B test': {
|
|
111
|
+
'A Control': string;
|
|
112
|
+
'B test': string;
|
|
113
|
+
};
|
|
114
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import '../../style/v4/colors.css';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ColorsStoryWrapper } from './ColorsStoryWrapper.vue';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '../../style/v4/colors.css';
|
|
2
|
+
import '../../style/v4/elevations.css';
|
|
3
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
4
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as ElevationStoryWrapper } from './ElevationStoryWrapper.vue';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import '../../style/v4/colors.css';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as TypographyStoryWrapper } from './TypographyStoryWrapper.vue';
|