@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.
Files changed (179) hide show
  1. package/AddFilterButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  2. package/AppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  3. package/AutocompleteDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  4. package/AutocompleteInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  5. package/Banner.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  6. package/Button.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  7. package/ButtonBase.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  8. package/ButtonV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  9. package/CalendarMonth.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  10. package/Chip.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  11. package/ChipV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  12. package/DateRange.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  13. package/Dialog.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  14. package/Dropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  15. package/Dropdown.vue_vue_type_style_index_1_lang.css +1 -1
  16. package/DropdownV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  17. package/DropdownV4.vue_vue_type_style_index_1_lang.css +1 -0
  18. package/Editable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  19. package/EmptyState.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  20. package/FilterDropdown.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  21. package/FilterSearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  22. package/FloatingToolbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  23. package/GroupOption.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  24. package/IconButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  25. package/IncludeExclude.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  26. package/IncludeExcludeAppTrigger.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  27. package/IncludeExcludeChipFilter.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  28. package/IncludeExcludeDragDrop.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  29. package/IncludeExcludeOptionDraggable.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  30. package/Input.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  31. package/Label.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  32. package/Menu.vue_vue_type_style_index_1_lang.css +1 -1
  33. package/MenuItem.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  34. package/Option.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  35. package/Popover.vue_vue_type_style_index_0_lang.css +1 -1
  36. package/README.md +1 -1
  37. package/ScrollButton.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  38. package/Search.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  39. package/SearchInput.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  40. package/SearchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  41. package/Snackbar.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  42. package/Switch.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  43. package/SwitchV4.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  44. package/Table.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  45. package/Table.vue_vue_type_style_index_1_lang.css +1 -1
  46. package/Tabs.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  47. package/TextArea.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  48. package/Toggle.vue_vue_type_style_index_0_scoped_true_lang.css +1 -1
  49. package/Typography.vue_vue_type_style_index_0_scoped_true_lang.css +1 -0
  50. package/commonCssVariables.scss +623 -0
  51. package/components/ThemeWrapper/ThemeStrore.d.ts +4 -0
  52. package/components/ThemeWrapper/ThemeWrapper.vue.d.ts +15 -0
  53. package/components/appTrigger/AppTrigger.vue.js +4 -4
  54. package/components/autocompleteDropdown/AutocompleteDropdown.vue.js +4 -3
  55. package/components/autocompleteDropdown/AutocompleteInput.vue.js +2 -2
  56. package/components/autocompleteDropdown/GroupOption.vue.js +2 -2
  57. package/components/button/common/ButtonBase.vue.d.ts +48 -0
  58. package/components/button/{ButtonBase.vue.js → common/ButtonBase.vue.js} +7 -7
  59. package/components/button/{Button.vue.d.ts → common/ButtonSuper.vue.d.ts} +3 -3
  60. package/components/button/{ButtonBase.vue.d.ts → v3/Button.vue.d.ts} +20 -4
  61. package/components/button/v3/Button.vue.js +102 -0
  62. package/components/button/{IconButton.vue.js → v3/IconButton.vue.js} +7 -7
  63. package/components/button/{ScrollButton.vue.js → v3/ScrollButton.vue.js} +6 -6
  64. package/components/button/v3/index.d.ts +79 -0
  65. package/components/button/v4/ButtonV4.vue.d.ts +57 -0
  66. package/components/button/v4/ButtonV4.vue.js +99 -0
  67. package/components/button/{index.d.ts → v4/index.d.ts} +33 -76
  68. package/components/button/v4/index.vue.js +6 -0
  69. package/components/checkbox/Checkbox.vue.d.ts +1 -1
  70. package/components/checkbox/index.d.ts +9 -9
  71. package/components/chip/{Chip.vue.js → v3/Chip.vue.js} +5 -5
  72. package/components/chip/v4/ChipV4.vue.d.ts +48 -0
  73. package/components/chip/v4/ChipV4.vue.js +76 -0
  74. package/components/chip/v4/index.d.ts +63 -0
  75. package/components/chip/v4/index.vue.js +6 -0
  76. package/components/dateRange/CalendarMonth.vue.js +3 -3
  77. package/components/dateRange/DateRange.vue.js +4 -4
  78. package/components/dialog/Dialog.vue.d.ts +1 -1
  79. package/components/dialog/Dialog.vue.js +8 -7
  80. package/components/dialog/index.d.ts +11 -11
  81. package/components/dropdown/common/Dropdown.common.d.ts +36 -0
  82. package/components/dropdown/common/Dropdown.common.vue.js +456 -0
  83. package/components/dropdown/{Label.vue.js → common/Label.vue.js} +5 -5
  84. package/components/dropdown/{Option.vue.js → common/Option.vue.js} +7 -7
  85. package/components/dropdown/{SearchInput.vue.js → common/SearchInput.vue.js} +8 -7
  86. package/components/dropdown/{Dropdown.vue.d.ts → v3/Dropdown.vue.d.ts} +15 -5
  87. package/components/dropdown/v3/Dropdown.vue.js +391 -0
  88. package/components/dropdown/{index.d.ts → v3/index.d.ts} +42 -20
  89. package/components/dropdown/v3/index.vue.js +12 -0
  90. package/components/dropdown/v4/DropdownV4.vue.d.ts +223 -0
  91. package/components/dropdown/v4/DropdownV4.vue.js +408 -0
  92. package/components/dropdown/v4/index.d.ts +433 -0
  93. package/components/dropdown/v4/index.vue.js +6 -0
  94. package/components/emptyState/EmptyState.vue.d.ts +1 -1
  95. package/components/emptyState/EmptyState.vue.js +4 -4
  96. package/components/emptyState/index.d.ts +11 -11
  97. package/components/filterDropdown/AddFilterButton.vue.js +2 -2
  98. package/components/filterDropdown/FilterDropdown.vue.js +5 -4
  99. package/components/filtersPanel/Filter.d.ts +1 -1
  100. package/components/filtersPanel/FilterSearchInput.vue.js +6 -6
  101. package/components/floatingToolbar/FloatingToolbar.vue.js +6 -5
  102. package/components/includeExclude/IncludeExclude.vue.d.ts +1 -1
  103. package/components/includeExclude/IncludeExclude.vue.js +4 -4
  104. package/components/includeExclude/IncludeExcludeAppHeader.vue.js +2 -2
  105. package/components/includeExclude/IncludeExcludeAppTrigger.vue.js +4 -4
  106. package/components/includeExclude/IncludeExcludeChipFilter.vue.js +3 -3
  107. package/components/includeExclude/IncludeExcludeDragDrop.vue.d.ts +1 -1
  108. package/components/includeExclude/IncludeExcludeDragDrop.vue.js +4 -4
  109. package/components/includeExclude/index.d.ts +22 -22
  110. package/components/input/Input.vue.d.ts +2 -2
  111. package/components/input/Input.vue.js +4 -4
  112. package/components/input/index.d.ts +16 -16
  113. package/components/menu/Menu.vue.d.ts +1 -1
  114. package/components/menu/index.d.ts +5 -5
  115. package/components/search/common/Search.common.d.ts +9 -0
  116. package/components/search/common/Search.common.vue.js +52 -0
  117. package/components/search/{Search.vue.js → v3/Search.vue.js} +19 -46
  118. package/components/search/{index.d.ts → v3/index.d.ts} +3 -3
  119. package/components/search/v4/SearchV4.vue.d.ts +51 -0
  120. package/components/search/v4/SearchV4.vue.js +70 -0
  121. package/components/search/v4/index.d.ts +72 -0
  122. package/components/search/v4/index.vue.js +6 -0
  123. package/components/snackbar/Snackbar.vue.d.ts +1 -1
  124. package/components/snackbar/Snackbar.vue.js +6 -5
  125. package/components/switch/{Switch.vue.js → v3/Switch.vue.js} +5 -5
  126. package/components/switch/v4/SwitchV4.vue.d.ts +37 -0
  127. package/components/switch/v4/SwitchV4.vue.js +87 -0
  128. package/components/switch/v4/index.d.ts +46 -0
  129. package/components/switch/v4/index.vue.js +6 -0
  130. package/components/table/Table.vue.js +3 -3
  131. package/components/table-cells/Editable.vue.js +1 -1
  132. package/components/tooltip/Tooltip.vue.d.ts +1 -1
  133. package/components/tooltip/index.d.ts +5 -5
  134. package/components/typography/index.d.ts +9 -9
  135. package/components/typography/v4/Typography.vue.d.ts +34 -0
  136. package/components/typography/v4/Typography.vue.js +68 -0
  137. package/components/typography/v4/index.d.ts +23 -0
  138. package/components/typography/v4/index.vue.js +6 -0
  139. package/design-foundation.stories/border-radius/BorderRadiusData.d.ts +5 -0
  140. package/design-foundation.stories/border-radius/BorderRadiusWrapper.vue.d.ts +4 -0
  141. package/design-foundation.stories/border-radius/index.d.ts +1 -0
  142. package/design-foundation.stories/colors/ColorsData.d.ts +114 -0
  143. package/design-foundation.stories/colors/ColorsStoryWrapper.vue.d.ts +3 -0
  144. package/design-foundation.stories/colors/index.d.ts +1 -0
  145. package/design-foundation.stories/elevations/ElevationStoryWrapper.vue.d.ts +4 -0
  146. package/design-foundation.stories/elevations/ElevationsData.d.ts +10 -0
  147. package/design-foundation.stories/elevations/index.d.ts +1 -0
  148. package/design-foundation.stories/typography/TypographyData.d.ts +7 -0
  149. package/design-foundation.stories/typography/TypographyStoryWrapper.vue.d.ts +3 -0
  150. package/design-foundation.stories/typography/index.d.ts +1 -0
  151. package/index.d.ts +1532 -5
  152. package/index.vue.js +28 -16
  153. package/package.json +39 -14
  154. package/styleguide.scss +77 -78
  155. package/styles/v4/border-radius.css +8 -0
  156. package/styles/v4/colors.css +100 -0
  157. package/styles/v4/elevations.css +10 -0
  158. package/styles/v4/fonts.css +1 -0
  159. package/styles/v4/fonts.css.map +1 -0
  160. package/styles/v4/fonts.scss +258 -0
  161. package/components/button/Button.vue.js +0 -65
  162. package/components/dropdown/Dropdown.vue.js +0 -785
  163. package/components/dropdown/index.vue.js +0 -12
  164. /package/components/button/{IconButton.vue.d.ts → v3/IconButton.vue.d.ts} +0 -0
  165. /package/components/button/{ScrollButton.vue.d.ts → v3/ScrollButton.vue.d.ts} +0 -0
  166. /package/components/button/{index.vue.js → v3/index.vue.js} +0 -0
  167. /package/components/chip/{Chip.vue.d.ts → v3/Chip.vue.d.ts} +0 -0
  168. /package/components/chip/{index.d.ts → v3/index.d.ts} +0 -0
  169. /package/components/chip/{index.vue.js → v3/index.vue.js} +0 -0
  170. /package/components/dropdown/{DropdownContext.d.ts → common/DropdownContext.d.ts} +0 -0
  171. /package/components/dropdown/{DropdownContext.vue.js → common/DropdownContext.vue.js} +0 -0
  172. /package/components/dropdown/{Label.vue.d.ts → common/Label.vue.d.ts} +0 -0
  173. /package/components/dropdown/{Option.vue.d.ts → common/Option.vue.d.ts} +0 -0
  174. /package/components/dropdown/{SearchInput.vue.d.ts → common/SearchInput.vue.d.ts} +0 -0
  175. /package/components/search/{Search.vue.d.ts → v3/Search.vue.d.ts} +0 -0
  176. /package/components/search/{index.vue.js → v3/index.vue.js} +0 -0
  177. /package/components/switch/{Switch.vue.d.ts → v3/Switch.vue.d.ts} +0 -0
  178. /package/components/switch/{index.d.ts → v3/index.d.ts} +0 -0
  179. /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,6 @@
1
+ import Typography from './Typography.vue.js';
2
+ export { default as Typography } from './Typography.vue.js';
3
+
4
+ const TypographyTypesV4 = () => [Typography];
5
+
6
+ export { TypographyTypesV4 };
@@ -0,0 +1,5 @@
1
+ export declare const borderRadiusData: {
2
+ name: string;
3
+ borderRadius: string;
4
+ cssVarName: string;
5
+ }[];
@@ -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,10 @@
1
+ export declare const elevationsData: {
2
+ 'x-Small': string;
3
+ Small: string;
4
+ Medium: string;
5
+ Large: string;
6
+ 'x-Large': string;
7
+ 'xx-Large': string;
8
+ 'xxx-Large': string;
9
+ 's-Large': string;
10
+ };
@@ -0,0 +1 @@
1
+ export { default as ElevationStoryWrapper } from './ElevationStoryWrapper.vue';
@@ -0,0 +1,7 @@
1
+ export declare const typographyData: {
2
+ variant: string;
3
+ weight: string;
4
+ size: string;
5
+ lineHeight: string;
6
+ letterSpacing: string;
7
+ }[];
@@ -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';