@ironsource/shared-ui 2.2.0-rc.5 → 2.2.0-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.
- package/Alert.vue_vue_type_style_index_0_scoped_5e66710b_lang.css +1 -0
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_f86477a9_lang.css +1 -0
- package/AppHeader.vue_vue_type_style_index_0_scoped_18bc6c0d_lang.css +1 -0
- package/ButtonV4.vue_vue_type_style_index_0_scoped_a59af1ad_lang.css +1 -0
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_88525d86_lang.css +1 -0
- package/ChipV4.vue_vue_type_style_index_0_scoped_a221c649_lang.css +1 -0
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_01c4e08f_lang.css +1 -0
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_a6900fa6_lang.css +1 -0
- package/DialogV4.vue_vue_type_style_index_0_scoped_a6710278_lang.css +1 -0
- package/DropdownV4.vue_vue_type_style_index_0_scoped_526bf0a1_lang.css +1 -0
- package/GroupOption.vue_vue_type_style_index_0_scoped_1e5170b3_lang.css +1 -0
- package/HelpText.vue_vue_type_style_index_0_scoped_641c2356_lang.css +1 -0
- package/IconV4.vue_vue_type_style_index_0_scoped_6683c5b5_lang.css +1 -0
- package/Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css +1 -0
- package/MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css +1 -0
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css +1 -0
- package/SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css +1 -0
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css +1 -0
- package/TextField.vue_vue_type_style_index_0_scoped_28fab783_lang.css +1 -0
- package/ThemeWrapper.vue_vue_type_style_index_1_lang.css +1 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_0fc9ddf5_lang.css +1 -0
- package/components/alert/Alert.vue.d.ts +3 -8
- package/components/alert/Alert.vue.js +2 -2
- package/components/alert/Alert.vue2.js +48 -46
- package/components/alert/index.d.ts +8 -27
- package/components/appHeader/AppHeader.vue.js +2 -2
- package/components/appHeader/AppHeader.vue2.js +44 -45
- package/components/button/v4/ButtonV4.vue.js +4 -4
- package/components/button/v4/ButtonV4.vue2.js +1 -1
- package/components/button/v4/ToggleButtonGroupAB.vue.js +2 -2
- package/components/button/v4/ToggleButtonGroupAB.vue2.js +1 -1
- package/components/checkbox/v4/CheckboxV4.vue.js +3 -3
- package/components/checkbox/v4/CheckboxV4.vue2.js +60 -79
- package/components/checkbox/v4/icons/CheckedState.vue.js +11 -11
- package/components/checkbox/v4/icons/IndeterminateState.vue.js +7 -7
- package/components/checkbox/v4/icons/UncheckedState.vue.d.ts +28 -1
- package/components/checkbox/v4/icons/UncheckedState.vue.js +23 -21
- package/components/checkbox/v4/icons/UncheckedState.vue2.js +4 -0
- package/components/chip/v4/ChipV4.vue.js +3 -3
- package/components/chip/v4/ChipV4.vue2.js +1 -1
- package/components/columnPicker/ColumnPicker.vue.js +2 -2
- package/components/columnPicker/ColumnPicker.vue2.js +1 -1
- package/components/dialog/v4/DialogV4.vue.js +4 -4
- package/components/dialog/v4/DialogV4.vue2.js +1 -1
- package/components/dropdown/v4/AppDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/AppDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DefaultDropdownTrigger.vue.js +3 -3
- package/components/dropdown/v4/DefaultDropdownTrigger.vue2.js +1 -1
- package/components/dropdown/v4/DropdownV4.vue.js +3 -3
- package/components/dropdown/v4/DropdownV4.vue2.js +2 -2
- package/components/dropdown/v4/GroupOption.vue.js +3 -3
- package/components/dropdown/v4/GroupOption.vue2.js +1 -1
- package/components/helpText/HelpText.vue.d.ts +68 -0
- package/components/helpText/HelpText.vue.js +7 -0
- package/components/helpText/HelpText.vue2.js +45 -0
- package/components/helpText/index.d.ts +190 -0
- package/components/helpText/index.js +6 -0
- package/components/icon/v4/IconV4.vue.d.ts +5 -0
- package/components/icon/v4/IconV4.vue.js +2 -2
- package/components/icon/v4/IconV4.vue2.js +27 -26
- package/components/icon/v4/index.d.ts +20 -1
- package/components/input/v4/TextField.vue.js +2 -2
- package/components/input/v4/TextField.vue2.js +1 -1
- package/components/link/Link.vue.d.ts +3 -3
- package/components/link/Link.vue.js +5 -5
- package/components/link/Link.vue2.js +1 -1
- package/components/link/index.d.ts +7 -7
- package/components/multibar/MultiBar.vue.js +3 -3
- package/components/multibar/MultiBar.vue2.js +1 -1
- package/components/radioButton/v4/RadioButtonV4.vue.js +3 -3
- package/components/radioButton/v4/RadioButtonV4.vue2.js +1 -1
- package/components/switch/v4/SwitchV4.vue.js +2 -2
- package/components/switch/v4/SwitchV4.vue2.js +1 -1
- package/components/textArea/v4/TextAreaV4.vue.js +3 -3
- package/components/textArea/v4/TextAreaV4.vue2.js +1 -1
- package/design-foundation.stories/colors/ColorsData.d.ts +52 -47
- package/index.d.ts +41 -2
- package/index.js +95 -91
- package/package.json +7 -2
- package/style/v4/colors.scss +89 -84
- package/style/v4/grid.css +1 -1
- package/style/v4/grid.css.map +1 -1
- package/testids/index.d.ts +4 -0
- package/testids/index.js +38 -37
- package/Alert.vue_vue_type_style_index_0_scoped_06e0871a_lang.css +0 -1
- package/AppDropdownTrigger.vue_vue_type_style_index_0_scoped_858cefbf_lang.css +0 -1
- package/AppHeader.vue_vue_type_style_index_0_scoped_538ccdc6_lang.css +0 -1
- package/ButtonV4.vue_vue_type_style_index_0_scoped_852be7ec_lang.css +0 -1
- package/CheckboxV4.vue_vue_type_style_index_0_scoped_af4ae3c3_lang.css +0 -1
- package/ChipV4.vue_vue_type_style_index_0_scoped_a4d3a12e_lang.css +0 -1
- package/ColumnPicker.vue_vue_type_style_index_0_scoped_ea8c7024_lang.css +0 -1
- package/DefaultDropdownTrigger.vue_vue_type_style_index_0_scoped_3bc0f416_lang.css +0 -1
- package/DialogV4.vue_vue_type_style_index_0_scoped_cc99f1e3_lang.css +0 -1
- package/DropdownV4.vue_vue_type_style_index_0_scoped_445ebb01_lang.css +0 -1
- package/GroupOption.vue_vue_type_style_index_0_scoped_5f372a81_lang.css +0 -1
- package/IconV4.vue_vue_type_style_index_0_scoped_dc433d48_lang.css +0 -1
- package/Link.vue_vue_type_style_index_0_scoped_1a766750_lang.css +0 -1
- package/MultiBar.vue_vue_type_style_index_0_scoped_71617643_lang.css +0 -1
- package/RadioButtonV4.vue_vue_type_style_index_0_scoped_05c7bca2_lang.css +0 -1
- package/SwitchV4.vue_vue_type_style_index_0_scoped_cd6621a7_lang.css +0 -1
- package/TextAreaV4.vue_vue_type_style_index_0_scoped_4114ef89_lang.css +0 -1
- package/TextField.vue_vue_type_style_index_0_scoped_3b7a3661_lang.css +0 -1
- package/ToggleButtonGroupAB.vue_vue_type_style_index_0_scoped_2076b5ab_lang.css +0 -1
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.d.ts +0 -29
- package/components/checkbox/v4/icons/CheckedDisabledState.vue.js +0 -45
- package/components/checkbox/v4/icons/CheckedDisabledState.vue2.js +0 -4
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/IndeterminateDisabledState.vue.js +0 -40
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.d.ts +0 -2
- package/components/checkbox/v4/icons/UncheckedDisabledState.vue.js +0 -30
|
@@ -2,7 +2,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
2
2
|
href?: string;
|
|
3
3
|
disabled?: boolean;
|
|
4
4
|
color?: "default" | "primary";
|
|
5
|
-
variant?: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
5
|
+
variant?: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
6
6
|
iconName?: string;
|
|
7
7
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
8
8
|
iconPosition?: "end" | "start";
|
|
@@ -30,7 +30,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
30
30
|
href?: string;
|
|
31
31
|
disabled?: boolean;
|
|
32
32
|
color?: "default" | "primary";
|
|
33
|
-
variant?: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
33
|
+
variant?: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
34
34
|
iconName?: string;
|
|
35
35
|
iconType?: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
36
36
|
iconPosition?: "end" | "start";
|
|
@@ -56,7 +56,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
56
56
|
onClick?: () => any;
|
|
57
57
|
}, {
|
|
58
58
|
testId: string;
|
|
59
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
59
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
60
60
|
withTooltip: boolean;
|
|
61
61
|
tooltipText: string;
|
|
62
62
|
isTruncated: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
/* empty css */import
|
|
3
|
-
// import "../../Link.
|
|
4
|
-
const
|
|
1
|
+
import e from "./Link.vue2.js";
|
|
2
|
+
/* empty css */import o from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
+
// import "../../Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css"; //*');
|
|
4
|
+
const t = /* @__PURE__ */ o(e, [["__scopeId", "data-v-fe0e7f6f"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
t as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../Link.
|
|
1
|
+
import "../../Link.vue_vue_type_style_index_0_scoped_fe0e7f6f_lang.css"; import { defineComponent as m, openBlock as n, createBlock as l, unref as t, mergeProps as c, withCtx as y, createCommentVNode as d, renderSlot as T } from "vue";
|
|
2
2
|
import k from "../typography/v4/Typography.vue.js";
|
|
3
3
|
import r from "../icon/v4/IconV4.vue.js";
|
|
4
4
|
import "../icon/v4/IconFlag.vue.js";
|
|
@@ -4,7 +4,7 @@ declare const LinkTypes: () => ({
|
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: Partial<{
|
|
6
6
|
testId: string;
|
|
7
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
7
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
8
8
|
withTooltip: boolean;
|
|
9
9
|
tooltipText: string;
|
|
10
10
|
isTruncated: boolean;
|
|
@@ -21,7 +21,7 @@ declare const LinkTypes: () => ({
|
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
23
|
variant: {
|
|
24
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
24
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
27
|
withTooltip: {
|
|
@@ -86,7 +86,7 @@ declare const LinkTypes: () => ({
|
|
|
86
86
|
default: string;
|
|
87
87
|
};
|
|
88
88
|
variant: {
|
|
89
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
89
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
90
90
|
default: string;
|
|
91
91
|
};
|
|
92
92
|
withTooltip: {
|
|
@@ -135,7 +135,7 @@ declare const LinkTypes: () => ({
|
|
|
135
135
|
click: () => void;
|
|
136
136
|
}, string, {
|
|
137
137
|
testId: string;
|
|
138
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
138
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
139
139
|
withTooltip: boolean;
|
|
140
140
|
tooltipText: string;
|
|
141
141
|
isTruncated: boolean;
|
|
@@ -172,7 +172,7 @@ declare const LinkTypes: () => ({
|
|
|
172
172
|
default: string;
|
|
173
173
|
};
|
|
174
174
|
variant: {
|
|
175
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
175
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
176
176
|
default: string;
|
|
177
177
|
};
|
|
178
178
|
withTooltip: {
|
|
@@ -227,7 +227,7 @@ declare const LinkTypes: () => ({
|
|
|
227
227
|
default: string;
|
|
228
228
|
};
|
|
229
229
|
variant: {
|
|
230
|
-
type: import("vue").PropType<"button" | "body1" | "body2" | "subtitle1" | "subtitle2">;
|
|
230
|
+
type: import("vue").PropType<"button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel">;
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
withTooltip: {
|
|
@@ -276,7 +276,7 @@ declare const LinkTypes: () => ({
|
|
|
276
276
|
click: () => void;
|
|
277
277
|
}, string, {
|
|
278
278
|
testId: string;
|
|
279
|
-
variant: "button" | "body1" | "body2" | "subtitle1" | "subtitle2";
|
|
279
|
+
variant: "button" | "caption" | "body1" | "body2" | "subtitle1" | "subtitle2" | "chipLabel";
|
|
280
280
|
withTooltip: boolean;
|
|
281
281
|
tooltipText: string;
|
|
282
282
|
isTruncated: boolean;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./MultiBar.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../MultiBar.
|
|
4
|
-
const
|
|
3
|
+
// import "../../MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ _(o, [["__scopeId", "data-v-c4395fb6"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../MultiBar.
|
|
1
|
+
import "../../MultiBar.vue_vue_type_style_index_0_scoped_c4395fb6_lang.css"; import { defineComponent as k, computed as v, openBlock as l, createBlock as d, Teleport as x, createVNode as u, Transition as g, withCtx as c, unref as t, createElementBlock as r, mergeProps as B, createElementVNode as V, createTextVNode as h, toDisplayString as A, createCommentVNode as m, Fragment as z, renderList as M, normalizeClass as N } from "vue";
|
|
2
2
|
import { useVModel as $ } from "@vueuse/core";
|
|
3
3
|
import E from "../typography/v4/Typography.vue.js";
|
|
4
4
|
import S from "../button/v4/ButtonV4.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./RadioButtonV4.vue2.js";
|
|
2
2
|
/* empty css */import t from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../RadioButtonV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css"; //*');
|
|
4
|
+
const c = /* @__PURE__ */ t(o, [["__scopeId", "data-v-4f3c7037"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
c as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../RadioButtonV4.
|
|
1
|
+
import "../../../RadioButtonV4.vue_vue_type_style_index_0_scoped_4f3c7037_lang.css"; import { defineComponent as R, ref as g, inject as k, computed as c, openBlock as b, createElementBlock as B, normalizeClass as v, unref as e, createElementVNode as l, withDirectives as w, mergeProps as m, isRef as C, vModelRadio as L, renderSlot as N, createVNode as T, withCtx as V, createTextVNode as h, toDisplayString as y, createBlock as A, createCommentVNode as x } from "vue";
|
|
2
2
|
import I from "../../typography/v4/Typography.vue.js";
|
|
3
3
|
import { radioGroupKey as G } from "../common/useRadio.js";
|
|
4
4
|
import { RadioTestIdModifiers as r } from "../../../testids/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import o from "./SwitchV4.vue2.js";
|
|
2
2
|
/* empty css */import _ from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../SwitchV4.
|
|
4
|
-
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-
|
|
3
|
+
// import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css"; //*');
|
|
4
|
+
const s = /* @__PURE__ */ _(o, [["__scopeId", "data-v-0a80c49f"]]);
|
|
5
5
|
export {
|
|
6
6
|
s as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../SwitchV4.
|
|
1
|
+
import "../../../SwitchV4.vue_vue_type_style_index_0_scoped_0a80c49f_lang.css"; import { defineComponent as T, ref as h, onMounted as k, openBlock as c, createElementBlock as r, normalizeClass as m, unref as a, Fragment as x, renderList as V, createBlock as w, withCtx as y, createVNode as C } from "vue";
|
|
2
2
|
import { useVModel as I } from "@vueuse/core";
|
|
3
3
|
import { SwitchTestIdModifiers as u } from "../../../testids/index.js";
|
|
4
4
|
import "../../button/v4/ButtonV4.vue.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import e from "./TextAreaV4.vue2.js";
|
|
2
2
|
/* empty css */import o from "../../../_virtual/_plugin-vue_export-helper.js";
|
|
3
|
-
// import "../../../TextAreaV4.
|
|
4
|
-
const
|
|
3
|
+
// import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css"; //*');
|
|
4
|
+
const a = /* @__PURE__ */ o(e, [["__scopeId", "data-v-0feea75e"]]);
|
|
5
5
|
export {
|
|
6
|
-
|
|
6
|
+
a as default
|
|
7
7
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../../../TextAreaV4.
|
|
1
|
+
import "../../../TextAreaV4.vue_vue_type_style_index_0_scoped_0feea75e_lang.css"; import { defineComponent as f, computed as b, openBlock as t, createElementBlock as r, mergeProps as c, unref as a, createBlock as d, createCommentVNode as l, createElementVNode as g } from "vue";
|
|
2
2
|
import v from "../../shared/FieldLabel.vue.js";
|
|
3
3
|
import k from "../../shared/FieldMaxLength.vue.js";
|
|
4
4
|
import T from "../../shared/FieldHelpText.vue.js";
|
|
@@ -2,18 +2,19 @@ export declare const colorPaletteLight: {
|
|
|
2
2
|
background: {
|
|
3
3
|
default: string;
|
|
4
4
|
paper: string;
|
|
5
|
-
backdrop: string;
|
|
6
5
|
'modal-elevation': string;
|
|
7
|
-
|
|
8
|
-
'
|
|
9
|
-
'
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
'
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
6
|
+
backdrop: string;
|
|
7
|
+
'paper-elevation-0': string;
|
|
8
|
+
'paper-elevation-1': string;
|
|
9
|
+
'paper-elevation-2': string;
|
|
10
|
+
'paper-elevation-3': string;
|
|
11
|
+
'paper-elevation-4': string;
|
|
12
|
+
'paper-elevation-5': string;
|
|
13
|
+
'paper-elevation-6': string;
|
|
14
|
+
'paper-elevation-7': string;
|
|
15
|
+
'paper-elevation-8': string;
|
|
16
|
+
'paper-elevation-9': string;
|
|
17
|
+
inset: string;
|
|
17
18
|
};
|
|
18
19
|
action: {
|
|
19
20
|
primary: string;
|
|
@@ -21,23 +22,27 @@ export declare const colorPaletteLight: {
|
|
|
21
22
|
hover: string;
|
|
22
23
|
selected: string;
|
|
23
24
|
disabled: string;
|
|
24
|
-
|
|
25
|
+
'disabled-background': string;
|
|
25
26
|
focus: string;
|
|
26
|
-
|
|
27
|
+
'outlined-border': string;
|
|
27
28
|
};
|
|
28
29
|
default: {
|
|
29
|
-
light: string;
|
|
30
30
|
main: string;
|
|
31
|
+
lighter: string;
|
|
32
|
+
light: string;
|
|
31
33
|
dark: string;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
34
|
+
darker: string;
|
|
35
|
+
'contrast-text': string;
|
|
36
|
+
'outlined-border': string;
|
|
37
|
+
'main-8-p': string;
|
|
38
|
+
'main-50-p': string;
|
|
39
|
+
'button-contrast-text': string;
|
|
35
40
|
};
|
|
36
41
|
common: {
|
|
37
42
|
white: string;
|
|
38
43
|
black: string;
|
|
39
|
-
|
|
40
|
-
|
|
44
|
+
'inverse-white': string;
|
|
45
|
+
'inverse-black': string;
|
|
41
46
|
divider: string;
|
|
42
47
|
'divider-elevation-0': string;
|
|
43
48
|
};
|
|
@@ -50,64 +55,64 @@ export declare const colorPaletteLight: {
|
|
|
50
55
|
lighter: string;
|
|
51
56
|
light: string;
|
|
52
57
|
main: string;
|
|
53
|
-
|
|
54
|
-
|
|
58
|
+
'main-8-p': string;
|
|
59
|
+
'main-50-p': string;
|
|
55
60
|
dark: string;
|
|
56
61
|
darker: string;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
62
|
+
'outlined-border': string;
|
|
63
|
+
'contrast-text': string;
|
|
64
|
+
'button-contrast-text': string;
|
|
60
65
|
};
|
|
61
66
|
info: {
|
|
62
67
|
lighter: string;
|
|
63
68
|
light: string;
|
|
64
69
|
main: string;
|
|
65
|
-
|
|
66
|
-
|
|
70
|
+
'main-8-p': string;
|
|
71
|
+
'main-50-p': string;
|
|
67
72
|
dark: string;
|
|
68
73
|
darker: string;
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
74
|
+
'outlined-border': string;
|
|
75
|
+
'contrast-text': string;
|
|
76
|
+
'button-contrast-text': string;
|
|
72
77
|
};
|
|
73
78
|
success: {
|
|
74
79
|
lighter: string;
|
|
75
80
|
light: string;
|
|
76
81
|
main: string;
|
|
77
|
-
|
|
78
|
-
|
|
82
|
+
'main-8-p': string;
|
|
83
|
+
'main-50-p': string;
|
|
79
84
|
dark: string;
|
|
80
85
|
darker: string;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
86
|
+
'outlined-border': string;
|
|
87
|
+
'contrast-text': string;
|
|
88
|
+
'button-contrast-text': string;
|
|
84
89
|
};
|
|
85
90
|
warning: {
|
|
86
91
|
lighter: string;
|
|
87
92
|
light: string;
|
|
88
93
|
main: string;
|
|
89
|
-
|
|
90
|
-
|
|
94
|
+
'main-8-p': string;
|
|
95
|
+
'main-50-p': string;
|
|
91
96
|
dark: string;
|
|
92
97
|
darker: string;
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
98
|
+
'outlined-border': string;
|
|
99
|
+
'contrast-text': string;
|
|
100
|
+
'button-contrast-text': string;
|
|
96
101
|
};
|
|
97
102
|
error: {
|
|
98
103
|
lighter: string;
|
|
99
104
|
light: string;
|
|
100
105
|
main: string;
|
|
101
|
-
|
|
102
|
-
|
|
106
|
+
'main-8-p': string;
|
|
107
|
+
'main-50-p': string;
|
|
103
108
|
dark: string;
|
|
104
109
|
darker: string;
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
110
|
+
'outlined-border': string;
|
|
111
|
+
'contrast-text': string;
|
|
112
|
+
'button-contrast-text': string;
|
|
108
113
|
};
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
114
|
+
ab: {
|
|
115
|
+
a: string;
|
|
116
|
+
b: string;
|
|
112
117
|
};
|
|
113
118
|
};
|
package/index.d.ts
CHANGED
|
@@ -12769,6 +12769,7 @@ declare const _default: {
|
|
|
12769
12769
|
height: string;
|
|
12770
12770
|
width: string;
|
|
12771
12771
|
platform: string;
|
|
12772
|
+
circled: boolean;
|
|
12772
12773
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12773
12774
|
name: {
|
|
12774
12775
|
type: import("vue").PropType<string>;
|
|
@@ -12798,7 +12799,11 @@ declare const _default: {
|
|
|
12798
12799
|
type: import("vue").PropType<string>;
|
|
12799
12800
|
default: any;
|
|
12800
12801
|
};
|
|
12801
|
-
|
|
12802
|
+
circled: {
|
|
12803
|
+
type: import("vue").PropType<boolean>;
|
|
12804
|
+
default: boolean;
|
|
12805
|
+
};
|
|
12806
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12802
12807
|
$attrs: {
|
|
12803
12808
|
[x: string]: unknown;
|
|
12804
12809
|
};
|
|
@@ -12841,6 +12846,10 @@ declare const _default: {
|
|
|
12841
12846
|
type: import("vue").PropType<string>;
|
|
12842
12847
|
default: any;
|
|
12843
12848
|
};
|
|
12849
|
+
circled: {
|
|
12850
|
+
type: import("vue").PropType<boolean>;
|
|
12851
|
+
default: boolean;
|
|
12852
|
+
};
|
|
12844
12853
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12845
12854
|
name: string;
|
|
12846
12855
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12849,6 +12858,7 @@ declare const _default: {
|
|
|
12849
12858
|
height: string;
|
|
12850
12859
|
width: string;
|
|
12851
12860
|
platform: string;
|
|
12861
|
+
circled: boolean;
|
|
12852
12862
|
}, {}, string> & {
|
|
12853
12863
|
beforeCreate?: (() => void) | (() => void)[];
|
|
12854
12864
|
created?: (() => void) | (() => void)[];
|
|
@@ -12898,6 +12908,10 @@ declare const _default: {
|
|
|
12898
12908
|
type: import("vue").PropType<string>;
|
|
12899
12909
|
default: any;
|
|
12900
12910
|
};
|
|
12911
|
+
circled: {
|
|
12912
|
+
type: import("vue").PropType<boolean>;
|
|
12913
|
+
default: boolean;
|
|
12914
|
+
};
|
|
12901
12915
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
12902
12916
|
__isFragment?: never;
|
|
12903
12917
|
__isTeleport?: never;
|
|
@@ -12931,6 +12945,10 @@ declare const _default: {
|
|
|
12931
12945
|
type: import("vue").PropType<string>;
|
|
12932
12946
|
default: any;
|
|
12933
12947
|
};
|
|
12948
|
+
circled: {
|
|
12949
|
+
type: import("vue").PropType<boolean>;
|
|
12950
|
+
default: boolean;
|
|
12951
|
+
};
|
|
12934
12952
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
12935
12953
|
name: string;
|
|
12936
12954
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -12939,6 +12957,7 @@ declare const _default: {
|
|
|
12939
12957
|
height: string;
|
|
12940
12958
|
width: string;
|
|
12941
12959
|
platform: string;
|
|
12960
|
+
circled: boolean;
|
|
12942
12961
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
12943
12962
|
$slots: {
|
|
12944
12963
|
default?(_: {}): any;
|
|
@@ -12956,6 +12975,7 @@ declare const _default: {
|
|
|
12956
12975
|
height: string;
|
|
12957
12976
|
width: string;
|
|
12958
12977
|
platform: string;
|
|
12978
|
+
circled: boolean;
|
|
12959
12979
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
12960
12980
|
name: {
|
|
12961
12981
|
type: import("vue").PropType<string>;
|
|
@@ -12985,7 +13005,11 @@ declare const _default: {
|
|
|
12985
13005
|
type: import("vue").PropType<string>;
|
|
12986
13006
|
default: any;
|
|
12987
13007
|
};
|
|
12988
|
-
|
|
13008
|
+
circled: {
|
|
13009
|
+
type: import("vue").PropType<boolean>;
|
|
13010
|
+
default: boolean;
|
|
13011
|
+
};
|
|
13012
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "name" | "type" | "color" | "size" | "height" | "width" | "platform" | "circled">;
|
|
12989
13013
|
$attrs: {
|
|
12990
13014
|
[x: string]: unknown;
|
|
12991
13015
|
};
|
|
@@ -13028,6 +13052,10 @@ declare const _default: {
|
|
|
13028
13052
|
type: import("vue").PropType<string>;
|
|
13029
13053
|
default: any;
|
|
13030
13054
|
};
|
|
13055
|
+
circled: {
|
|
13056
|
+
type: import("vue").PropType<boolean>;
|
|
13057
|
+
default: boolean;
|
|
13058
|
+
};
|
|
13031
13059
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13032
13060
|
name: string;
|
|
13033
13061
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13036,6 +13064,7 @@ declare const _default: {
|
|
|
13036
13064
|
height: string;
|
|
13037
13065
|
width: string;
|
|
13038
13066
|
platform: string;
|
|
13067
|
+
circled: boolean;
|
|
13039
13068
|
}, {}, string> & {
|
|
13040
13069
|
beforeCreate?: (() => void) | (() => void)[];
|
|
13041
13070
|
created?: (() => void) | (() => void)[];
|
|
@@ -13085,6 +13114,10 @@ declare const _default: {
|
|
|
13085
13114
|
type: import("vue").PropType<string>;
|
|
13086
13115
|
default: any;
|
|
13087
13116
|
};
|
|
13117
|
+
circled: {
|
|
13118
|
+
type: import("vue").PropType<boolean>;
|
|
13119
|
+
default: boolean;
|
|
13120
|
+
};
|
|
13088
13121
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
13089
13122
|
__isFragment?: never;
|
|
13090
13123
|
__isTeleport?: never;
|
|
@@ -13118,6 +13151,10 @@ declare const _default: {
|
|
|
13118
13151
|
type: import("vue").PropType<string>;
|
|
13119
13152
|
default: any;
|
|
13120
13153
|
};
|
|
13154
|
+
circled: {
|
|
13155
|
+
type: import("vue").PropType<boolean>;
|
|
13156
|
+
default: boolean;
|
|
13157
|
+
};
|
|
13121
13158
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
13122
13159
|
name: string;
|
|
13123
13160
|
type: "fill" | "bold" | "regular" | "branded" | "ad-unit" | "ab-test" | "ad-networks" | "ad-networks/flat" | "content-rate";
|
|
@@ -13126,6 +13163,7 @@ declare const _default: {
|
|
|
13126
13163
|
height: string;
|
|
13127
13164
|
width: string;
|
|
13128
13165
|
platform: string;
|
|
13166
|
+
circled: boolean;
|
|
13129
13167
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
13130
13168
|
$slots: {
|
|
13131
13169
|
default?(_: {}): any;
|
|
@@ -28475,6 +28513,7 @@ export * from '@/composables/useDateService';
|
|
|
28475
28513
|
export * from '@/components/banner';
|
|
28476
28514
|
export * from '@/components/alert';
|
|
28477
28515
|
export * from '@/components/link';
|
|
28516
|
+
export * from '@/components/helpText';
|
|
28478
28517
|
export * from '@/components/autocomplete';
|
|
28479
28518
|
export * from '@/components/chart';
|
|
28480
28519
|
export * from '@/components/columnPicker';
|