@ironsource/shared-ui 2.1.8-rc.4 → 2.1.8-rc.6

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 (27) hide show
  1. package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +1 -0
  2. package/DataGrid.vue_vue_type_style_index_0_scoped_2f666594_lang.css +1 -0
  3. package/IconButtonV4.vue_vue_type_style_index_0_scoped_06e26be2_lang.css +1 -0
  4. package/components/button/v4/IconButtonV4.vue.js +2 -2
  5. package/components/button/v4/IconButtonV4.vue2.js +1 -1
  6. package/components/chip/v4/ChipV4.vue.d.ts +19 -13
  7. package/components/chip/v4/ChipV4.vue.js +3 -3
  8. package/components/chip/v4/ChipV4.vue2.js +15 -13
  9. package/components/chip/v4/index.d.ts +138 -30
  10. package/components/table/v4/DataGrid.vue.d.ts +4 -0
  11. package/components/table/v4/DataGrid.vue.js +2 -2
  12. package/components/table/v4/DataGrid.vue2.js +140 -131
  13. package/components/table/v4/MultipleDataGrid.vue.d.ts +2 -2
  14. package/components/table/v4/index.d.ts +6 -2
  15. package/index.d.ts +287 -64
  16. package/index.js +105 -109
  17. package/package.json +1 -5
  18. package/ChipV4.vue_vue_type_style_index_0_scoped_12c0f396_lang.css +0 -1
  19. package/CssBaseline.vue_vue_type_style_index_0_scoped_f7dd256b_lang.css +0 -1
  20. package/CssBaseline.vue_vue_type_style_index_1_lang.css +0 -1
  21. package/DataGrid.vue_vue_type_style_index_0_scoped_46d53424_lang.css +0 -1
  22. package/IconButtonV4.vue_vue_type_style_index_0_scoped_4eefa06b_lang.css +0 -1
  23. package/components/cssBaseline/CssBaseline.vue.d.ts +0 -9
  24. package/components/cssBaseline/CssBaseline.vue.js +0 -10
  25. package/components/cssBaseline/CssBaseline.vue2.js +0 -0
  26. package/components/cssBaseline/index.d.ts +0 -49
  27. package/components/cssBaseline/index.js +0 -6
package/index.js CHANGED
@@ -1,31 +1,30 @@
1
- import './CssBaseline.vue_vue_type_style_index_0_scoped_f7dd256b_lang.css';
1
+ import './IncludeExcludeOption.vue_vue_type_style_index_0_scoped_91bc7787_lang.css';
2
2
  import { AppTriggerTypes as oo } from "./components/appTrigger/index.js";
3
3
  import { AutocompleteDropdownTypes as eo } from "./components/autocompleteDropdown/index.js";
4
- import { MenuItemTypes as mo } from "./components/menuItem/index.js";
4
+ import { MenuItemTypes as to } from "./components/menuItem/index.js";
5
5
  import { MenuTypes as ao } from "./components/menu/index.js";
6
6
  import { AppIconTypes as io } from "./components/appIcon/index.js";
7
- import { FloatingToolbarTypes as xo } from "./components/floatingToolbar/index.js";
7
+ import { FloatingToolbarTypes as so } from "./components/floatingToolbar/index.js";
8
8
  import { IncludeExcludeTypes as lo } from "./components/includeExclude/index.js";
9
- import { CssBaselineTypes as $o } from "./components/cssBaseline/index.js";
10
- import { ID_INJECTION_KEY as co, useId as yo } from "./composables/useId.js";
11
- import { FilterDropdownTypes as Fo } from "./components/filterDropdown/index.js";
12
- import { TypographyTypes as Ao } from "./components/typography/index.js";
13
- import { TypographyTypesV4 as Co } from "./components/typography/v4/index.js";
14
- import { MultiBarTypes as Do } from "./components/multibar/index.js";
15
- import { FoldableSectionTypes as Mo } from "./components/layout/index.js";
16
- import { FormCardTypes as wo, FormFieldTypes as Oo } from "./components/forms/index.js";
9
+ import { ID_INJECTION_KEY as $o, useId as To } from "./composables/useId.js";
10
+ import { FilterDropdownTypes as yo } from "./components/filterDropdown/index.js";
11
+ import { TypographyTypes as Fo } from "./components/typography/index.js";
12
+ import { TypographyTypesV4 as Ao } from "./components/typography/v4/index.js";
13
+ import { MultiBarTypes as Co } from "./components/multibar/index.js";
14
+ import { FoldableSectionTypes as ho } from "./components/layout/index.js";
15
+ import { FormCardTypes as Mo, FormFieldTypes as bo } from "./components/forms/index.js";
17
16
  import * as o from "./components/button/v3/index.js";
18
17
  import * as r from "./components/button/v4/index.js";
19
18
  import * as e from "./components/chip/v3/index.js";
20
- import * as t from "./components/chip/v4/index.js";
21
- import * as m from "./components/switch/v3/index.js";
19
+ import * as m from "./components/chip/v4/index.js";
20
+ import * as t from "./components/switch/v3/index.js";
22
21
  import * as p from "./components/switch/v4/index.js";
23
22
  import * as a from "./components/dropdown/v3/index.js";
24
23
  import * as f from "./components/dropdown/v4/index.js";
25
24
  import * as i from "./components/search/v3/index.js";
26
25
  import * as d from "./components/search/v4/index.js";
27
- import * as s from "./components/filtersPanel/v3/index.js";
28
- import * as x from "./components/filtersPanel/v4/index.js";
26
+ import * as x from "./components/filtersPanel/v3/index.js";
27
+ import * as s from "./components/filtersPanel/v4/index.js";
29
28
  import * as n from "./components/checkbox/v3/index.js";
30
29
  import * as l from "./components/checkbox/v4/index.js";
31
30
  import * as u from "./components/icon/v3/index.js";
@@ -39,9 +38,9 @@ import * as I from "./components/dialog/v4/index.js";
39
38
  import * as A from "./components/toggle/v3/index.js";
40
39
  import * as E from "./components/toggle/v4/index.js";
41
40
  import * as C from "./components/tooltip/v3/index.js";
42
- import * as B from "./components/tooltip/v4/index.js";
43
- import * as D from "./components/table/v3/index.js";
44
- import * as h from "./components/table/v4/index.js";
41
+ import * as D from "./components/tooltip/v4/index.js";
42
+ import * as h from "./components/table/v3/index.js";
43
+ import * as B from "./components/table/v4/index.js";
45
44
  import * as M from "./components/table-cells/v3/index.js";
46
45
  import * as b from "./components/table-cells/v4/index.js";
47
46
  import * as w from "./components/skeleton/v3/index.js";
@@ -65,46 +64,45 @@ import * as R from "./components/dateRange/v3/index.js";
65
64
  import * as Y from "./components/dateRange/v4/index.js";
66
65
  import * as Q from "./components/popover/v3/index.js";
67
66
  import * as U from "./components/popover/v4/index.js";
68
- import { useToggle as No } from "./composables/useToggle.js";
69
- import { useSearch as Vo } from "./composables/useSearch.js";
70
- import { scrollToElementByClass as Jo, scrollToFirstInvalidElement as Ko, useFormValidation as Po, yupValidation as _o } from "./composables/useFormValidation.js";
71
- import { BannerTypes as ko } from "./components/banner/index.js";
72
- import { AlertTypes as zo } from "./components/alert/index.js";
73
- import { AutocompleteTypes as Lo } from "./components/autocomplete/index.js";
74
- import { ChartTypes as Yo } from "./components/chart/index.js";
75
- import { default as Uo } from "./components/appTrigger/AppTrigger.vue.js";
76
- import { default as Xo } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
77
- import { default as or } from "./components/menuItem/MenuItem.vue.js";
78
- import { default as er } from "./components/menu/Menu.vue.js";
79
- import { default as mr } from "./components/appIcon/AppIcon.vue.js";
80
- import { default as ar } from "./components/floatingToolbar/FloatingToolbar.vue.js";
81
- import { default as ir } from "./components/includeExclude/IncludeExclude.vue.js";
82
- import { default as sr } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
83
- import { default as nr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
84
- import { default as ur } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
85
- import { default as Tr } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
86
- import { default as yr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
87
- import { default as Fr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
88
- import { default as Ar } from "./components/cssBaseline/CssBaseline.vue.js";
89
- import { default as Cr } from "./components/filterDropdown/FilterDropdown.vue.js";
90
- import { default as Dr } from "./components/filterDropdown/AddFilterButton.vue.js";
91
- import { default as Mr } from "./components/typography/Heading.vue.js";
92
- import { default as wr } from "./components/typography/Text.vue.js";
93
- import { default as Hr } from "./components/typography/v4/Typography.vue.js";
94
- import { default as Sr } from "./components/multibar/MultiBar.vue.js";
95
- import { default as vr } from "./components/layout/FoldableSection.vue.js";
96
- import { default as Kr } from "./components/forms/FormRow.vue.js";
97
- import { default as _r } from "./components/forms/FormCard.vue.js";
98
- import { default as kr } from "./components/forms/CardPanel.vue.js";
99
- import { default as zr } from "./components/forms/FormField.vue.js";
100
- import { default as Lr } from "./components/banner/Banner.vue.js";
101
- import { default as Yr } from "./components/alert/Alert.vue.js";
102
- import { default as Ur } from "./components/autocomplete/Autocomplete.vue.js";
103
- import { default as Xr } from "./components/chart/Chart.vue.js";
67
+ import { useToggle as Oo } from "./composables/useToggle.js";
68
+ import { useSearch as No } from "./composables/useSearch.js";
69
+ import { scrollToElementByClass as Vo, scrollToFirstInvalidElement as vo, useFormValidation as Jo, yupValidation as Ko } from "./composables/useFormValidation.js";
70
+ import { BannerTypes as _o } from "./components/banner/index.js";
71
+ import { AlertTypes as ko } from "./components/alert/index.js";
72
+ import { AutocompleteTypes as zo } from "./components/autocomplete/index.js";
73
+ import { ChartTypes as Lo } from "./components/chart/index.js";
74
+ import { default as Yo } from "./components/appTrigger/AppTrigger.vue.js";
75
+ import { default as Uo } from "./components/autocompleteDropdown/AutocompleteDropdown.vue.js";
76
+ import { default as Xo } from "./components/menuItem/MenuItem.vue.js";
77
+ import { default as or } from "./components/menu/Menu.vue.js";
78
+ import { default as er } from "./components/appIcon/AppIcon.vue.js";
79
+ import { default as tr } from "./components/floatingToolbar/FloatingToolbar.vue.js";
80
+ import { default as ar } from "./components/includeExclude/IncludeExclude.vue.js";
81
+ import { default as ir } from "./components/includeExclude/IncludeExcludeDragDrop.vue.js";
82
+ import { default as xr } from "./components/includeExclude/IncludeExcludeOption.vue.js";
83
+ import { default as nr } from "./components/includeExclude/IncludeExcludeOptionDraggable.vue.js";
84
+ import { default as ur } from "./components/includeExclude/IncludeExcludeAppTrigger.vue.js";
85
+ import { default as Tr } from "./components/includeExclude/IncludeExcludeAppHeader.vue.js";
86
+ import { default as yr } from "./components/includeExclude/IncludeExcludeChipFilter.vue.js";
87
+ import { default as Fr } from "./components/filterDropdown/FilterDropdown.vue.js";
88
+ import { default as Ar } from "./components/filterDropdown/AddFilterButton.vue.js";
89
+ import { default as Cr } from "./components/typography/Heading.vue.js";
90
+ import { default as hr } from "./components/typography/Text.vue.js";
91
+ import { default as Mr } from "./components/typography/v4/Typography.vue.js";
92
+ import { default as wr } from "./components/multibar/MultiBar.vue.js";
93
+ import { default as Hr } from "./components/layout/FoldableSection.vue.js";
94
+ import { default as Sr } from "./components/forms/FormRow.vue.js";
95
+ import { default as vr } from "./components/forms/FormCard.vue.js";
96
+ import { default as Kr } from "./components/forms/CardPanel.vue.js";
97
+ import { default as _r } from "./components/forms/FormField.vue.js";
98
+ import { default as kr } from "./components/banner/Banner.vue.js";
99
+ import { default as zr } from "./components/alert/Alert.vue.js";
100
+ import { default as Lr } from "./components/autocomplete/Autocomplete.vue.js";
101
+ import { default as Yr } from "./components/chart/Chart.vue.js";
104
102
  const W = {
105
103
  ...e,
106
- ...t,
107
104
  ...m,
105
+ ...t,
108
106
  ...p,
109
107
  ...o,
110
108
  ...r,
@@ -112,8 +110,8 @@ const W = {
112
110
  ...f,
113
111
  ...i,
114
112
  ...d,
115
- ...s,
116
113
  ...x,
114
+ ...s,
117
115
  ...T,
118
116
  ...c,
119
117
  ...u,
@@ -123,11 +121,11 @@ const W = {
123
121
  ...F,
124
122
  ...I,
125
123
  ...C,
126
- ...B,
124
+ ...D,
127
125
  ...A,
128
126
  ...E,
129
- ...D,
130
127
  ...h,
128
+ ...B,
131
129
  ...M,
132
130
  ...b,
133
131
  ...H,
@@ -155,61 +153,59 @@ const W = {
155
153
  ...U
156
154
  };
157
155
  export {
158
- Dr as AddFilterButton,
159
- Yr as Alert,
160
- zo as AlertTypes,
161
- mr as AppIcon,
156
+ Ar as AddFilterButton,
157
+ zr as Alert,
158
+ ko as AlertTypes,
159
+ er as AppIcon,
162
160
  io as AppIconTypes,
163
- Uo as AppTrigger,
161
+ Yo as AppTrigger,
164
162
  oo as AppTriggerTypes,
165
- Ur as Autocomplete,
166
- Xo as AutocompleteDropdown,
163
+ Lr as Autocomplete,
164
+ Uo as AutocompleteDropdown,
167
165
  eo as AutocompleteDropdownTypes,
168
- Lo as AutocompleteTypes,
169
- Lr as Banner,
170
- ko as BannerTypes,
171
- kr as CardPanel,
172
- Xr as Chart,
173
- Yo as ChartTypes,
174
- Ar as CssBaseline,
175
- $o as CssBaselineTypes,
176
- Cr as FilterDropdown,
177
- Fo as FilterDropdownTypes,
178
- ar as FloatingToolbar,
179
- xo as FloatingToolbarTypes,
180
- vr as FoldableSection,
181
- Mo as FoldableSectionTypes,
182
- _r as FormCard,
183
- wo as FormCardTypes,
184
- zr as FormField,
185
- Oo as FormFieldTypes,
186
- Kr as FormRow,
187
- Mr as Heading,
188
- co as ID_INJECTION_KEY,
189
- ir as IncludeExclude,
190
- yr as IncludeExcludeAppHeader,
191
- Tr as IncludeExcludeAppTrigger,
192
- Fr as IncludeExcludeChipFilter,
193
- sr as IncludeExcludeDragDrop,
194
- nr as IncludeExcludeOption,
195
- ur as IncludeExcludeOptionDraggable,
166
+ zo as AutocompleteTypes,
167
+ kr as Banner,
168
+ _o as BannerTypes,
169
+ Kr as CardPanel,
170
+ Yr as Chart,
171
+ Lo as ChartTypes,
172
+ Fr as FilterDropdown,
173
+ yo as FilterDropdownTypes,
174
+ tr as FloatingToolbar,
175
+ so as FloatingToolbarTypes,
176
+ Hr as FoldableSection,
177
+ ho as FoldableSectionTypes,
178
+ vr as FormCard,
179
+ Mo as FormCardTypes,
180
+ _r as FormField,
181
+ bo as FormFieldTypes,
182
+ Sr as FormRow,
183
+ Cr as Heading,
184
+ $o as ID_INJECTION_KEY,
185
+ ar as IncludeExclude,
186
+ Tr as IncludeExcludeAppHeader,
187
+ ur as IncludeExcludeAppTrigger,
188
+ yr as IncludeExcludeChipFilter,
189
+ ir as IncludeExcludeDragDrop,
190
+ xr as IncludeExcludeOption,
191
+ nr as IncludeExcludeOptionDraggable,
196
192
  lo as IncludeExcludeTypes,
197
- er as Menu,
198
- or as MenuItem,
199
- mo as MenuItemTypes,
193
+ or as Menu,
194
+ Xo as MenuItem,
195
+ to as MenuItemTypes,
200
196
  ao as MenuTypes,
201
- Sr as MultiBar,
202
- Do as MultiBarTypes,
203
- wr as Text,
204
- Hr as Typography,
205
- Ao as TypographyTypes,
206
- Co as TypographyTypesV4,
197
+ wr as MultiBar,
198
+ Co as MultiBarTypes,
199
+ hr as Text,
200
+ Mr as Typography,
201
+ Fo as TypographyTypes,
202
+ Ao as TypographyTypesV4,
207
203
  W as default,
208
- Jo as scrollToElementByClass,
209
- Ko as scrollToFirstInvalidElement,
210
- Po as useFormValidation,
211
- yo as useId,
212
- Vo as useSearch,
213
- No as useToggle,
214
- _o as yupValidation
204
+ Vo as scrollToElementByClass,
205
+ vo as scrollToFirstInvalidElement,
206
+ Jo as useFormValidation,
207
+ To as useId,
208
+ No as useSearch,
209
+ Oo as useToggle,
210
+ Ko as yupValidation
215
211
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ironsource/shared-ui",
3
- "version": "2.1.8-rc.4",
3
+ "version": "2.1.8-rc.6",
4
4
  "engines": {
5
5
  "npm": ">=7.0.0",
6
6
  "node": ">=16.0.0"
@@ -165,7 +165,6 @@
165
165
  "./radioGroup/v4": "./components/radioButton/v4/index.js",
166
166
  "./floatingToolbar": "./components/floatingToolbar/FloatingToolbar.vue.js",
167
167
  "./includeExclude": "./components/includeExclude/index.js",
168
- "./cssBaseline": "./components/cssBaseline/CssBaseline.vue.js",
169
168
  "./snackbar": "./components/snackbar/v3/index.js",
170
169
  "./snackbar/v4": "./components/snackbar/v4/index.js",
171
170
  "./emptyState": "./components/emptyState/v3/EmptyState.vue.js",
@@ -288,9 +287,6 @@
288
287
  "switch/v4": [
289
288
  "./components/switch/v4/index.d.ts"
290
289
  ],
291
- "cssBaseline": [
292
- "./components/cssBaseline/CssBaseline.vue.d.ts"
293
- ],
294
290
  "emptyState": [
295
291
  "./components/emptyState/v3/EmptyState.vue.d.ts"
296
292
  ],
@@ -1 +0,0 @@
1
- .chip[data-v-12c0f396]{display:inline-flex;align-items:center;width:fit-content;height:fit-content;border-radius:var(--border-radius-sm);padding:2px 4px}.chip--medium[data-v-12c0f396]{padding:6px;border-radius:var(--border-radius-md)}.chip--default[data-v-12c0f396]{color:var(--action-primary);background:var(--default-light);outline-color:var(--common-divider)}.chip--primary[data-v-12c0f396]{color:var(--primary-contrast-text);background:var(--primary-light);outline-color:var(--primary-main)}.chip--info[data-v-12c0f396]{color:var(--info-contrast-text);background:var(--info-light);outline-color:var(--info-dark)}.chip--error[data-v-12c0f396]{color:var(--error-contrast-text);background:var(--error-light);outline-color:var(--error-main)}.chip--warning[data-v-12c0f396]{color:var(--warning-contrast-text);background:var(--warning-light);outline-color:var(--warning-main)}.chip--success[data-v-12c0f396]{color:var(--success-contrast-text);background:var(--success-light);outline-color:var(--success-main)}.chip--dark[data-v-12c0f396]{color:var(--common-inverse-white);background:var(--common-inverse-black);outline-color:var(--common-divider)}.chip--filled[data-v-12c0f396]{outline-width:0}.chip--outlined[data-v-12c0f396]{outline-style:solid;outline-width:1px;outline-offset:-1px;background:transparent}.chip--outlined.chip--dark[data-v-12c0f396]{color:var(--action-primary)}.chip--disabled[data-v-12c0f396]{color:var(--action-disabled);background:var(--action-disabled-background);cursor:not-allowed}
@@ -1 +0,0 @@
1
- div[data-v-f7dd256b]{display:block}
@@ -1 +0,0 @@
1
- *,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:normal;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}button{cursor:pointer}
@@ -1 +0,0 @@
1
- .sticky[data-v-46d53424]{position:sticky}.table-container[data-v-46d53424]{width:100%;position:relative;display:flex;flex-direction:column}.table-header[data-v-46d53424]{display:flex;align-items:center;height:calc(var(--spacing-800) - 1px);border-bottom:1px solid var(--common-divider);background-color:var(--background-paper-elevation-0);position:sticky;left:0;padding:var(--spacing-300)}.table-header .table-title[data-v-46d53424]{display:flex;flex:1;align-items:center;justify-content:flex-start;height:100%;color:var(--text-primary)}.table-header .table-header-right[data-v-46d53424]{display:flex;align-items:center;height:100%}.table-header .search-wrapper[data-v-46d53424]{width:13.75rem}.table-header.isStickyHeader[data-v-46d53424]{z-index:calc(var(--0f0d3395) + 3);top:0}.table-head-container[data-v-46d53424]{display:flex;align-items:center;white-space:nowrap;color:var(--text-primary)}.table-footer[data-v-46d53424]{color:var(--text-primary);background-color:var(--background-paper-elevation-0);padding:0 var(--spacing-300);display:flex;align-items:center;min-height:var(--spacing-600);border:1px solid var(--common-divider);border-radius:var(--border-radius-md);border-top-right-radius:0;border-top-left-radius:0}.table-body-wrapper[data-v-46d53424]{display:inline-table}.table-header-actions[data-v-46d53424]{margin-left:var(--spacing-100);display:flex;align-items:center}.table-row[data-v-46d53424]{position:relative}.table-row.loading[data-v-46d53424]{opacity:.7}.table-row:not(.expanded):last-child>td[data-v-46d53424]{border-bottom:none}.table-row.expanded:last-child>.expanded-row[data-v-46d53424]{border-bottom:none}.expanded-row[data-v-46d53424]{grid-column:var(--01312249);border-bottom:1px solid var(--common-divider);background-color:var(--background-default)}table[data-v-46d53424]{position:relative;display:block;overflow:auto;background:var(--background-paper-elevation-0);border:1px solid var(--common-divider);color:var(--text-primary);text-align:left;table-layout:fixed;width:100%;max-height:100%;border-radius:var(--border-radius-md);border-collapse:collapse;border-spacing:0}table.hasFooter[data-v-46d53424]{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}table td[data-v-46d53424],table th[data-v-46d53424]{line-height:normal;padding:0 var(--spacing-200)}table td[data-v-46d53424]:first-of-type,table th[data-v-46d53424]:first-of-type{padding-left:var(--spacing-300)}table td[data-v-46d53424]:last-of-type,table th[data-v-46d53424]:last-of-type{padding-right:var(--spacing-300)}table td.expand-toggle-cell[data-v-46d53424],table th.expand-toggle-cell[data-v-46d53424]{padding-left:var(--spacing-150);padding-right:var(--spacing-75)}table>thead[data-v-46d53424]{border-bottom:none;z-index:calc(var(--0f0d3395) + 1);display:inline-table;min-width:100%}table>thead>tr[data-v-46d53424]{color:var(--text-primary);border-bottom:1px solid var(--common-divider);height:var(--spacing-500);display:grid;grid-template-columns:var(--413dc702)}table>thead>tr>th[data-v-46d53424]{background:var(--background-paper-elevation-0);width:100%;display:flex;align-items:center;cursor:default}table>thead>tr>th.bordered[data-v-46d53424]{border-right:1px solid var(--common-divider)}table>thead>tr>th.bordered.isStickyRight[data-v-46d53424]{border-right:none;border-left:1px solid var(--common-divider)}table>thead>tr>th.isTextRight[data-v-46d53424]{justify-content:flex-end}table>thead>tr>th.isSortable[data-v-46d53424]{cursor:pointer}table>thead.sticky[data-v-46d53424]{position:sticky;top:0;background:white}table>thead.isStickyHeader[data-v-46d53424]{z-index:calc(var(--0f0d3395) + 2);top:calc(var(--spacing-800) - 1px)}table>tbody[data-v-46d53424]{display:block}table>tbody>*>tr[data-v-46d53424]{background-color:var(--background-default);min-height:var(--7a14020a);height:auto;display:grid;align-items:center;grid-template-columns:var(--413dc702)}table>tbody>*>tr:nth-of-type(2n)>td[data-v-46d53424]{background-color:var(--background-default)}table>tbody>*>tr:hover:not(.loading)>td[data-v-46d53424],table>tbody>*>tr.activeMenu>td[data-v-46d53424]{background-color:var(--background-paper-elevation-1)}table>tbody td[data-v-46d53424]{background-color:var(--background-default);border:none;min-width:0;display:flex;min-height:var(--7a14020a);height:auto;width:100%;place-items:center;border-bottom:1px solid var(--common-divider);justify-content:start}table>tbody td.bordered[data-v-46d53424]{border-right:1px solid var(--common-divider)}table>tbody td.bordered.isStickyRight[data-v-46d53424]{border-right:none;border-left:1px solid var(--common-divider)}table>tbody td.isTextRight[data-v-46d53424]{justify-content:flex-end;text-align:right}.section-container[data-v-46d53424]{left:0}.sections[data-v-46d53424]{display:flex}.section[data-v-46d53424]{padding:0 1.5rem;background:var(--background-default);left:0;height:32px;display:flex;align-items:flex-end;border-right:1px solid var(--common-divider)}.table-cell[data-v-46d53424]{width:100%}.empty-state[data-v-46d53424]{min-height:250px}
@@ -1 +0,0 @@
1
- .button-wrap[data-v-4eefa06b]{border-radius:var(--border-radius-md);transition:all .2s ease;padding:0;min-width:auto;background-image:none;box-sizing:border-box;border:0;background-color:transparent}.error[data-v-4eefa06b]{font-size:inherit;font-family:inherit;font-weight:400;margin-top:0;line-height:inherit}.variant-default.primary[data-v-4eefa06b]{color:var(--primary-main)}.variant-default.primary[data-v-4eefa06b]:hover{background:var(--primary-main-8-p)}.variant-default.primary[data-v-4eefa06b]:disabled{color:var(--action-disabled);opacity:1}.variant-default.primary[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-default.default[data-v-4eefa06b]{color:var(--action-active)}.variant-default.default[data-v-4eefa06b]:hover{background:var(--action-hover);color:var(--default-contrast-text)}.variant-default.default[data-v-4eefa06b]:disabled{color:var(--action-disabled);opacity:1}.variant-default.default[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-default.error[data-v-4eefa06b]{color:var(--error-main)}.variant-default.error[data-v-4eefa06b]:hover{background:var(--error-main-8-p)}.variant-default.error[data-v-4eefa06b]:disabled{color:var(--action-disabled);opacity:1}.variant-default.error[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-outlined.primary[data-v-4eefa06b]{color:var(--primary-main);border:1px solid var(--primary-main)}.variant-outlined.primary[data-v-4eefa06b]:hover{background:var(--primary-main-8-p)}.variant-outlined.primary[data-v-4eefa06b]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.primary[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-outlined.default[data-v-4eefa06b]{color:var(--action-active);border:1px solid var(--default-outlined-border)}.variant-outlined.default[data-v-4eefa06b]:hover{background:var(--action-hover);color:var(--default-contrast-text);border:1px solid var(--action-active)}.variant-outlined.default[data-v-4eefa06b]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.default[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.variant-outlined.error[data-v-4eefa06b]{color:var(--error-main);border:1px solid var(--error-main)}.variant-outlined.error[data-v-4eefa06b]:hover{background:var(--error-main-8-p)}.variant-outlined.error[data-v-4eefa06b]:disabled{color:var(--action-disabled);background:var(--common-white);border:1px solid var(--action-disabled);opacity:1}.variant-outlined.error[data-v-4eefa06b]:disabled:hover{background:var(--common-white)}.extraSmall[data-v-4eefa06b]{padding:2px}.extraSmall.variant-outlined[data-v-4eefa06b]{padding:1px}.small[data-v-4eefa06b]{padding:2px}.small.variant-outlined[data-v-4eefa06b]{padding:1px}.medium[data-v-4eefa06b]{padding:4px}.medium.variant-outlined[data-v-4eefa06b]{padding:3px}.large[data-v-4eefa06b]{padding:6px}.large.variant-outlined[data-v-4eefa06b]{padding:5px}.extraLarge[data-v-4eefa06b]{padding:8px}.extraLarge.variant-outlined[data-v-4eefa06b]{padding:7px}.extraSmall[data-v-4eefa06b],.small[data-v-4eefa06b],.medium[data-v-4eefa06b],.large[data-v-4eefa06b],.extraLarge[data-v-4eefa06b]{height:auto}
@@ -1,9 +0,0 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>, {
2
- default?(_: {}): any;
3
- }>;
4
- export default _default;
5
- type __VLS_WithTemplateSlots<T, S> = T & {
6
- new (): {
7
- $slots: S;
8
- };
9
- };
@@ -1,10 +0,0 @@
1
- import { renderSlot as r } from "vue";
2
- /* empty css *//* empty css */import t from "../../_virtual/_plugin-vue_export-helper.js";
3
- const o = {};
4
- function n(e, s) {
5
- return r(e.$slots, "default", {}, void 0, !0);
6
- }
7
- const a = /* @__PURE__ */ t(o, [["render", n], ["__scopeId", "data-v-f7dd256b"]]);
8
- export {
9
- a as default
10
- };
File without changes
@@ -1,49 +0,0 @@
1
- declare const CssBaselineTypes: () => ({
2
- new (...args: any[]): {
3
- $: import("vue").ComponentInternalInstance;
4
- $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
- $attrs: {
7
- [x: string]: unknown;
8
- };
9
- $refs: {
10
- [x: string]: unknown;
11
- };
12
- $slots: Readonly<{
13
- [name: string]: import("vue").Slot;
14
- }>;
15
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
- $emit: (event: string, ...args: any[]) => void;
18
- $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
20
- beforeCreate?: (() => void) | (() => void)[];
21
- created?: (() => void) | (() => void)[];
22
- beforeMount?: (() => void) | (() => void)[];
23
- mounted?: (() => void) | (() => void)[];
24
- beforeUpdate?: (() => void) | (() => void)[];
25
- updated?: (() => void) | (() => void)[];
26
- activated?: (() => void) | (() => void)[];
27
- deactivated?: (() => void) | (() => void)[];
28
- beforeDestroy?: (() => void) | (() => void)[];
29
- beforeUnmount?: (() => void) | (() => void)[];
30
- destroyed?: (() => void) | (() => void)[];
31
- unmounted?: (() => void) | (() => void)[];
32
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
35
- };
36
- $forceUpdate: () => void;
37
- $nextTick: typeof import("vue").nextTick;
38
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
39
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
40
- __isFragment?: never;
41
- __isTeleport?: never;
42
- __isSuspense?: never;
43
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
44
- $slots: {
45
- default?(_: {}): any;
46
- };
47
- }))[];
48
- export { default as CssBaseline } from './CssBaseline.vue';
49
- export { CssBaselineTypes };
@@ -1,6 +0,0 @@
1
- import s from "./CssBaseline.vue.js";
2
- const o = () => [s];
3
- export {
4
- s as CssBaseline,
5
- o as CssBaselineTypes
6
- };