@useinsider/ab-components 0.0.10 → 0.0.11

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/dist/index.d.ts CHANGED
@@ -1,18 +1,191 @@
1
+ import { AllowedComponentProps } from 'vue';
2
+ import { ComponentCustomProps } from 'vue';
3
+ import { ComponentOptionsBase } from 'vue';
1
4
  import { ComponentOptionsMixin } from 'vue';
2
5
  import { ComponentProvideOptions } from 'vue';
6
+ import { CreateComponentPublicInstanceWithMixins } from 'vue';
3
7
  import { DefineComponent } from 'vue';
8
+ import { GlobalComponents } from 'vue';
9
+ import { GlobalDirectives } from 'vue';
10
+ import { IconNames } from '../../types/generated/svgIconName';
4
11
  import { PublicProps } from 'vue';
12
+ import { StyleValue } from 'vue';
13
+ import { VNodeProps } from 'vue';
14
+
15
+ declare const __VLS_component: DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
16
+ offsetX: number;
17
+ offsetY: number;
18
+ maxHeight: number;
19
+ staticPosition: ("top center" | "top left" | "top right" | "bottom center" | "bottom left" | "bottom right" | "right center" | "right top" | "right bottom" | "left center" | "left top" | "left bottom");
20
+ absolutePositionStatus: boolean;
21
+ status: boolean;
22
+ iconName: IconNames;
23
+ absoluteTriangleAlignment: TriangleAlignment;
24
+ absoluteTrianglePosition: "top" | "bottom";
25
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {
26
+ tooltipRootRef: HTMLDivElement;
27
+ tooltipIconRef: CreateComponentPublicInstanceWithMixins<Readonly<IconProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
28
+ size: 16 | 24;
29
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, SVGSVGElement, ComponentProvideOptions, {
30
+ P: {};
31
+ B: {};
32
+ D: {};
33
+ C: {};
34
+ M: {};
35
+ Defaults: {};
36
+ }, Readonly<IconProps> & Readonly<{}>, {}, {}, {}, {}, {
37
+ size: 16 | 24;
38
+ }> | null;
39
+ tooltipPopupRef: HTMLDivElement;
40
+ }, HTMLDivElement>;
41
+
42
+ declare const __VLS_component_2: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
43
+ type: keyof typeof boxes;
44
+ borderTriangle: boolean;
45
+ boxSpacing: string;
46
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
47
+
48
+ declare type __VLS_Props = {
49
+ type?: keyof typeof boxes;
50
+ borderTriangle?: boolean;
51
+ borderTriangleAlign?: 'start' | 'center' | 'end' | 'top';
52
+ borderTrianglePosition?: 'top' | 'right' | 'left' | 'bottom';
53
+ boxSpacing?: string;
54
+ };
55
+
56
+ declare function __VLS_template(): {
57
+ attrs: Partial<{}>;
58
+ slots: {
59
+ triggerElement?(_: {}): any;
60
+ contentSlot?(_: {}): any;
61
+ };
62
+ refs: {
63
+ tooltipRootRef: HTMLDivElement;
64
+ tooltipIconRef: CreateComponentPublicInstanceWithMixins<Readonly<IconProps> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
65
+ size: 16 | 24;
66
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, SVGSVGElement, ComponentProvideOptions, {
67
+ P: {};
68
+ B: {};
69
+ D: {};
70
+ C: {};
71
+ M: {};
72
+ Defaults: {};
73
+ }, Readonly<IconProps> & Readonly<{}>, {}, {}, {}, {}, {
74
+ size: 16 | 24;
75
+ }> | null;
76
+ tooltipPopupRef: HTMLDivElement;
77
+ };
78
+ rootEl: HTMLDivElement;
79
+ };
80
+
81
+ declare function __VLS_template_2(): {
82
+ attrs: Partial<{}>;
83
+ slots: {
84
+ default?(_: {}): any;
85
+ front?(_: {}): any;
86
+ reverse?(_: {}): any;
87
+ };
88
+ refs: {};
89
+ rootEl: HTMLDivElement;
90
+ };
91
+
92
+ declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
93
+
94
+ declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
95
+
96
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
97
+ new (): {
98
+ $slots: S;
99
+ };
100
+ };
101
+
102
+ declare type __VLS_WithTemplateSlots_2<T, S> = T & {
103
+ new (): {
104
+ $slots: S;
105
+ };
106
+ };
107
+
108
+ export declare const Box: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
109
+
110
+ declare const boxes: {
111
+ readonly default: {
112
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<Props_3> & Readonly<{
113
+ onClick?: (() => any) | undefined;
114
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
115
+ click: () => any;
116
+ }, PublicProps, {
117
+ borderRadius: string;
118
+ borderTriangle: boolean;
119
+ borderTriangleAlign: "start" | "center" | "end";
120
+ borderTrianglePosition: "top" | "right" | "left" | "bottom";
121
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
122
+ P: {};
123
+ B: {};
124
+ D: {};
125
+ C: {};
126
+ M: {};
127
+ Defaults: {};
128
+ }, Readonly<Props_3> & Readonly<{
129
+ onClick?: (() => any) | undefined;
130
+ }>, {}, {}, {}, {}, {
131
+ borderRadius: string;
132
+ borderTriangle: boolean;
133
+ borderTriangleAlign: "start" | "center" | "end";
134
+ borderTrianglePosition: "top" | "right" | "left" | "bottom";
135
+ }>;
136
+ __isFragment?: never;
137
+ __isTeleport?: never;
138
+ __isSuspense?: never;
139
+ } & ComponentOptionsBase<Readonly<Props_3> & Readonly<{
140
+ onClick?: (() => any) | undefined;
141
+ }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
142
+ click: () => any;
143
+ }, string, {
144
+ borderRadius: string;
145
+ borderTriangle: boolean;
146
+ borderTriangleAlign: "start" | "center" | "end";
147
+ borderTrianglePosition: "top" | "right" | "left" | "bottom";
148
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
149
+ $slots: {
150
+ default?(_: {}): any;
151
+ };
152
+ });
153
+ readonly flip: {
154
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
155
+ boxSpacing: string;
156
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, HTMLDivElement, ComponentProvideOptions, {
157
+ P: {};
158
+ B: {};
159
+ D: {};
160
+ C: {};
161
+ M: {};
162
+ Defaults: {};
163
+ }, Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, {
164
+ boxSpacing: string;
165
+ }>;
166
+ __isFragment?: never;
167
+ __isTeleport?: never;
168
+ __isSuspense?: never;
169
+ } & ComponentOptionsBase<Readonly<Props_4> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
170
+ boxSpacing: string;
171
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
172
+ $slots: {
173
+ front?(_: {}): any;
174
+ reverse?(_: {}): any;
175
+ };
176
+ });
177
+ };
5
178
 
6
179
  export declare const Button: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
180
  click: (event: MouseEvent) => any;
8
181
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
9
182
  onClick?: ((event: MouseEvent) => any) | undefined;
10
183
  }>, {
11
- fill: boolean;
12
184
  size: "default" | "small";
13
185
  loadingStatus: boolean;
14
186
  successStatus: boolean;
15
187
  disabled: boolean;
188
+ fill: boolean;
16
189
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLButtonElement>;
17
190
 
18
191
  declare interface ButtonProps {
@@ -65,18 +238,6 @@ export declare const Icon: DefineComponent<IconProps, {}, {}, {}, {}, ComponentO
65
238
  size: 16 | 24;
66
239
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
67
240
 
68
- declare const iconMap: {
69
- FilledErrorBox: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
70
- LineCheck: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
71
- FilledCheckCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
72
- LoadingCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
73
- FilledInfoCircle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
74
- SmartIcon: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
75
- FilledCautionTriangle: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
76
- };
77
-
78
- declare type IconNames = keyof typeof iconMap;
79
-
80
241
  declare interface IconProps {
81
242
  name: IconNames;
82
243
  size?: 16 | 24;
@@ -94,19 +255,19 @@ blur: (event: FocusEvent) => any;
94
255
  change: (event: Event) => any;
95
256
  focus: (event: FocusEvent) => any;
96
257
  paste: (event: ClipboardEvent) => any;
97
- "update:modelValue": (args_0: string | undefined) => any;
258
+ "update:modelValue": (args_0: number | undefined) => any;
98
259
  }, string, PublicProps, Readonly<Props_2> & Readonly<{
99
260
  onInput?: ((event: Event) => any) | undefined;
100
261
  onBlur?: ((event: FocusEvent) => any) | undefined;
101
262
  onChange?: ((event: Event) => any) | undefined;
102
263
  onFocus?: ((event: FocusEvent) => any) | undefined;
103
264
  onPaste?: ((event: ClipboardEvent) => any) | undefined;
104
- "onUpdate:modelValue"?: ((args_0: string | undefined) => any) | undefined;
265
+ "onUpdate:modelValue"?: ((args_0: number | undefined) => any) | undefined;
105
266
  }>, {
106
- label: string;
107
267
  size: "default" | "small";
268
+ label: string;
108
269
  error: string;
109
- modelValue: string;
270
+ modelValue: number;
110
271
  placeholder: string;
111
272
  maxLength: number;
112
273
  min: number;
@@ -139,7 +300,7 @@ declare interface Props {
139
300
  declare interface Props_2 {
140
301
  id: string;
141
302
  name: string;
142
- modelValue?: string;
303
+ modelValue?: number;
143
304
  label?: string;
144
305
  placeholder?: string;
145
306
  maxLength?: number;
@@ -151,6 +312,18 @@ declare interface Props_2 {
151
312
  size?: 'default' | 'small';
152
313
  }
153
314
 
315
+ declare interface Props_3 {
316
+ border?: string;
317
+ borderRadius?: string;
318
+ borderTriangle?: boolean;
319
+ borderTriangleAlign?: 'start' | 'center' | 'end';
320
+ borderTrianglePosition?: 'top' | 'right' | 'left' | 'bottom';
321
+ }
322
+
323
+ declare interface Props_4 {
324
+ boxSpacing?: string;
325
+ }
326
+
154
327
  export declare const SegmentButton: DefineComponent<SegmentButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
155
328
  click: (value: string) => any;
156
329
  "update:modelValue": (value: string) => any;
@@ -223,4 +396,25 @@ declare interface ToggleProps {
223
396
  disabled?: boolean;
224
397
  }
225
398
 
399
+ export declare const Tooltip: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
400
+
401
+ declare interface TooltipProps {
402
+ id: string;
403
+ text: string;
404
+ staticPosition?: ('top center' | 'top left' | 'top right' | 'bottom center' | 'bottom left' | 'bottom right' | 'right center' | 'right top' | 'right bottom' | 'left center' | 'left top' | 'left bottom');
405
+ dynamicPosition?: boolean;
406
+ absolutePositionStatus?: boolean;
407
+ offsetX?: number;
408
+ offsetY?: number;
409
+ maxHeight?: number;
410
+ status?: boolean;
411
+ preventXss?: boolean;
412
+ iconName?: IconNames;
413
+ absoluteTriangleAlignment?: TriangleAlignment;
414
+ absoluteTrianglePosition?: 'top' | 'bottom';
415
+ absolutePosition?: StyleValue;
416
+ }
417
+
418
+ declare type TriangleAlignment = 'start' | 'center' | 'end' | 'top';
419
+
226
420
  export { }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/ab-components",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -12,11 +12,12 @@
12
12
  "*.scss"
13
13
  ],
14
14
  "exports": {
15
- ".": {
15
+ ".": {
16
16
  "require": "./dist/ab-components.cjs.js",
17
17
  "import": "./dist/ab-components.es.js"
18
18
  },
19
- "./style.css": "./dist/ab-components.css"
19
+ "./style.css": "./dist/ab-components.css",
20
+ "./icons": "./dist/icons.svg"
20
21
  },
21
22
  "types": "./dist/index.d.ts",
22
23
  "scripts": {
@@ -66,6 +67,7 @@
66
67
  "@types/eslint": "8.56.12",
67
68
  "@types/eslint__eslintrc": "2.1.2",
68
69
  "@types/eslint__js": "8.42.3",
70
+ "@types/fs-extra": "^11.0.4",
69
71
  "@types/jsdom": "^21.1.7",
70
72
  "@types/node": "^22.10.2",
71
73
  "@typescript-eslint/eslint-plugin": "7.18.0",
@@ -84,6 +86,7 @@
84
86
  "eslint-plugin-jsdoc": "50.5.0",
85
87
  "eslint-plugin-vue": "9.31.0",
86
88
  "eslint-plugin-vue-scoped-css": "2.8.1",
89
+ "fs-extra": "^11.2.0",
87
90
  "globals": "15.14.0",
88
91
  "jsdom": "^25.0.1",
89
92
  "npm-run-all2": "^7.0.2",
@@ -1,20 +0,0 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as l } from "vue";
2
- import { _ as n } from "./index-CvIq_105.js";
3
- const r = {}, c = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function a(s, e) {
8
- return o(), t("svg", c, e[0] || (e[0] = [
9
- l("path", {
10
- "clip-rule": "evenodd",
11
- d: "M10.362 3.965a1.873 1.873 0 0 1 3.276 0l8.087 14.025c.764 1.325-.153 3.01-1.638 3.01H3.913c-1.485 0-2.402-1.685-1.638-3.01l8.087-14.025zM11 10a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0v-3zm0 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0z",
12
- "fill-rule": "evenodd"
13
- }, null, -1)
14
- ]));
15
- }
16
- const m = /* @__PURE__ */ n(r, [["render", a]]);
17
- export {
18
- m as default
19
- };
20
- //# sourceMappingURL=FilledCautionTriangle-fCoO6aL0.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilledCautionTriangle-fCoO6aL0.js","sources":["../src/components/Icon/icons/FilledCautionTriangle.vue"],"sourcesContent":["<template>\n <svg\n viewBox=\"0 0 24 24\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n clip-rule=\"evenodd\"\n d=\"M10.362 3.965a1.873 1.873 0 0 1 3.276 0l8.087 14.025c.764 1.325-.153 3.01-1.638 3.01H3.913c-1.485 0-2.402-1.685-1.638-3.01l8.087-14.025zM11 10a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0v-3zm0 7a1 1 0 1 1 2 0 1 1 0 0 1-2 0z\"\n fill-rule=\"evenodd\" />\n </svg>\n</template>\n"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;cAEQA,IAAmB;AAAA,EACnB,SAAkC;AAAA;;AAFtC,SAAAC,EAAAC,GAAAC,GAAA;SAM8BC,EAAA,GAAAC,EAAA,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IAFtBG,EAAmB,QAAA;AAAA,MACnB,aAAqN;AAAA,MACrN,GAAA;AAAA;;;;;"}
@@ -1,20 +0,0 @@
1
- import { openBlock as l, createElementBlock as o, createElementVNode as t } from "vue";
2
- import { _ as r } from "./index-CvIq_105.js";
3
- const n = {}, c = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function s(d, e) {
8
- return l(), o("svg", c, e[0] || (e[0] = [
9
- t("path", {
10
- "fill-rule": "evenodd",
11
- "clip-rule": "evenodd",
12
- d: "M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18zm-1.69-6.281l-2.03-2.04a.964.964 0 0 1 0-1.359.953.953 0 0 1 1.353 0l1.353 1.36 3.381-3.398a.953.953 0 0 1 1.353 0 .965.965 0 0 1 0 1.359l-4.058 4.078a.953.953 0 0 1-1.353 0z"
13
- }, null, -1)
14
- ]));
15
- }
16
- const m = /* @__PURE__ */ r(n, [["render", s]]);
17
- export {
18
- m as default
19
- };
20
- //# sourceMappingURL=FilledCheckCircle-C-8rCgNk.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilledCheckCircle-C-8rCgNk.js","sources":["../src/components/Icon/icons/FilledCheckCircle.vue"],"sourcesContent":["<template>\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18zm-1.69-6.281l-2.03-2.04a.964.964 0 0 1 0-1.359.953.953 0 0 1 1.353 0l1.353 1.36 3.381-3.398a.953.953 0 0 1 1.353 0 .965.965 0 0 1 0 1.359l-4.058 4.078a.953.953 0 0 1-1.353 0z\">\n </path>\n </svg>\n</template>"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;cACSA,IAAmB;AAAA,EAAC,SAAkC;AAAA;;AAA3D,SAAAC,EAAAC,GAAAC,GAAA;SAGWC,EAAA,GAAAC,EAAA,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IAFDG,EAAmB,QAAA;AAAA,MAAC,aAAU;AAAA,MAChC,aAAuN;AAAA;;;;;"}
@@ -1,20 +0,0 @@
1
- import { openBlock as o, createElementBlock as r, createElementVNode as l } from "vue";
2
- import { _ as t } from "./index-CvIq_105.js";
3
- const n = {}, a = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function s(c, e) {
8
- return o(), r("svg", a, e[0] || (e[0] = [
9
- l("path", {
10
- "fill-rule": "evenodd",
11
- "clip-rule": "evenodd",
12
- d: "M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5zm8.36 11.719a.961.961 0 0 0 1.359-1.36L13.359 12l1.36-1.36a.961.961 0 0 0-1.36-1.358L12 10.64l-1.36-1.36a.961.961 0 0 0-1.358 1.36L10.64 12l-1.36 1.36a.961.961 0 0 0 1.36 1.359l1.36-1.36 1.36 1.36z"
13
- }, null, -1)
14
- ]));
15
- }
16
- const m = /* @__PURE__ */ t(n, [["render", s]]);
17
- export {
18
- m as default
19
- };
20
- //# sourceMappingURL=FilledErrorBox-Bf-e1gi6.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilledErrorBox-Bf-e1gi6.js","sources":["../src/components/Icon/icons/FilledErrorBox.vue"],"sourcesContent":["<template>\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M5 3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5zm8.36 11.719a.961.961 0 0 0 1.359-1.36L13.359 12l1.36-1.36a.961.961 0 0 0-1.36-1.358L12 10.64l-1.36-1.36a.961.961 0 0 0-1.358 1.36L10.64 12l-1.36 1.36a.961.961 0 0 0 1.36 1.359l1.36-1.36 1.36 1.36z\">\n </path>\n </svg>\n</template>"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;cACSA,IAAmB;AAAA,EAAC,SAAkC;AAAA;;AAA3D,SAAAC,EAAAC,GAAAC,GAAA;SAGWC,EAAA,GAAAC,EAAA,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IAFDG,EAAmB,QAAA;AAAA,MAAC,aAAU;AAAA,MAChC,aAAgR;AAAA;;;;;"}
@@ -1,20 +0,0 @@
1
- import { openBlock as o, createElementBlock as t, createElementVNode as r } from "vue";
2
- import { _ as n } from "./index-CvIq_105.js";
3
- const l = {}, c = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function s(d, e) {
8
- return o(), t("svg", c, e[0] || (e[0] = [
9
- r("path", {
10
- "fill-rule": "evenodd",
11
- "clip-rule": "evenodd",
12
- d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0zm-10 0a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0v-4zm1-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z"
13
- }, null, -1)
14
- ]));
15
- }
16
- const m = /* @__PURE__ */ n(l, [["render", s]]);
17
- export {
18
- m as default
19
- };
20
- //# sourceMappingURL=FilledInfoCircle-BVuqOp8c.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FilledInfoCircle-BVuqOp8c.js","sources":["../src/components/Icon/icons/FilledInfoCircle.vue"],"sourcesContent":["<template>\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0zm-10 0a1 1 0 1 1 2 0v4a1 1 0 1 1-2 0v-4zm1-5a1 1 0 1 0 0 2 1 1 0 0 0 0-2z\">\n </path>\n </svg>\n</template>"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;cACSA,IAAmB;AAAA,EAAC,SAAkC;AAAA;;AAA3D,SAAAC,EAAAC,GAAAC,GAAA;SAGWC,EAAA,GAAAC,EAAA,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IAFDG,EAAmB,QAAA;AAAA,MAAC,aAAU;AAAA,MAChC,aAAkH;AAAA;;;;;"}
@@ -1,17 +0,0 @@
1
- import { openBlock as o, createElementBlock as n, createElementVNode as t } from "vue";
2
- import { _ as r } from "./index-CvIq_105.js";
3
- const l = {}, a = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg"
6
- };
7
- function s(c, e) {
8
- return o(), n("svg", a, e[0] || (e[0] = [
9
- t("path", { d: "M5.278 12.674a.956.956 0 0 1 0-1.348.948.948 0 0 1 1.345 0l4.033 4.046a.956.956 0 0 1 0 1.349.948.948 0 0 1-1.345 0l-4.033-4.047z" }, null, -1),
10
- t("path", { d: "M9.311 16.72a.956.956 0 0 1 0-1.348l8.066-8.093a.948.948 0 0 1 1.345 0 .956.956 0 0 1 0 1.35l-8.066 8.092a.948.948 0 0 1-1.345 0z" }, null, -1)
11
- ]));
12
- }
13
- const p = /* @__PURE__ */ r(l, [["render", s]]);
14
- export {
15
- p as default
16
- };
17
- //# sourceMappingURL=LineCheck-357DQEBn.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LineCheck-357DQEBn.js","sources":["../src/components/Icon/icons/LineCheck.vue"],"sourcesContent":["<template>\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M5.278 12.674a.956.956 0 0 1 0-1.348.948.948 0 0 1 1.345 0l4.033 4.046a.956.956 0 0 1 0 1.349.948.948 0 0 1-1.345 0l-4.033-4.047z\"></path>\n <path d=\"M9.311 16.72a.956.956 0 0 1 0-1.348l8.066-8.093a.948.948 0 0 1 1.345 0 .956.956 0 0 1 0 1.35l-8.066 8.092a.948.948 0 0 1-1.345 0z\"></path>\n </svg>\n</template>"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;cACSA,IAAmB;AAAA,EAAC,SAAkC;AAAA;;AAA3D,SAAAC,EAAAC,GAAAC,GAAA;SACmJC,EAAA,GAAAC,EAAR,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IAC3IG,EAAmJ,QAAA,EAA7I,GAAE,oIAAmI,GAAA,MAAA,EAAA;AAAA;;;;"}
@@ -1,17 +0,0 @@
1
- import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
2
- import { _ as n } from "./index-CvIq_105.js";
3
- const r = {}, c = {
4
- viewBox: "0 0 24 24",
5
- xmlns: "http://www.w3.org/2000/svg",
6
- id: "ab-loading-icon"
7
- };
8
- function s(i, C) {
9
- return e(), o("svg", c, C[0] || (C[0] = [
10
- t("path", { d: "M20.0482 12.025C20.6015 12.025 21.0557 11.5751 20.9944 11.0253C20.8349 9.59397 20.3345 8.21647 19.529 7.01098C18.5373 5.52683 17.1278 4.37007 15.4787 3.68699C13.8296 3.00391 12.015 2.82519 10.2643 3.17342C8.51363 3.52165 6.90553 4.38119 5.64336 5.64336C4.38119 6.90553 3.52165 8.51363 3.17342 10.2643C2.82519 12.015 3.00391 13.8296 3.68699 15.4787C4.37007 17.1278 5.52683 18.5373 7.01098 19.529C8.21647 20.3345 9.59397 20.8349 11.0253 20.9944C11.5751 21.0557 12.025 20.6015 12.025 20.0482V20.0482C12.025 19.4949 11.5742 19.0538 11.0266 18.9751C9.99233 18.8265 8.99986 18.4483 8.12409 17.8631C6.96942 17.0916 6.06946 15.995 5.53803 14.712C5.00659 13.429 4.86754 12.0172 5.13847 10.6552C5.40939 9.29315 6.07812 8.04205 7.06008 7.06008C8.04205 6.07812 9.29315 5.40939 10.6552 5.13847C12.0172 4.86754 13.429 5.00659 14.712 5.53803C15.995 6.06946 17.0916 6.96942 17.8631 8.12409C18.4483 8.99986 18.8265 9.99233 18.9751 11.0266C19.0538 11.5742 19.4949 12.025 20.0482 12.025V12.025Z" }, null, -1)
11
- ]));
12
- }
13
- const d = /* @__PURE__ */ n(r, [["render", s]]);
14
- export {
15
- d as default
16
- };
17
- //# sourceMappingURL=LoadingCircle-KaXR2IVD.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"LoadingCircle-KaXR2IVD.js","sources":["../src/components/Icon/icons/LoadingCircle.vue"],"sourcesContent":["<template>\n <svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\" id=\"ab-loading-icon\">\n <path\n d=\"M20.0482 12.025C20.6015 12.025 21.0557 11.5751 20.9944 11.0253C20.8349 9.59397 20.3345 8.21647 19.529 7.01098C18.5373 5.52683 17.1278 4.37007 15.4787 3.68699C13.8296 3.00391 12.015 2.82519 10.2643 3.17342C8.51363 3.52165 6.90553 4.38119 5.64336 5.64336C4.38119 6.90553 3.52165 8.51363 3.17342 10.2643C2.82519 12.015 3.00391 13.8296 3.68699 15.4787C4.37007 17.1278 5.52683 18.5373 7.01098 19.529C8.21647 20.3345 9.59397 20.8349 11.0253 20.9944C11.5751 21.0557 12.025 20.6015 12.025 20.0482V20.0482C12.025 19.4949 11.5742 19.0538 11.0266 18.9751C9.99233 18.8265 8.99986 18.4483 8.12409 17.8631C6.96942 17.0916 6.06946 15.995 5.53803 14.712C5.00659 13.429 4.86754 12.0172 5.13847 10.6552C5.40939 9.29315 6.07812 8.04205 7.06008 7.06008C8.04205 6.07812 9.29315 5.40939 10.6552 5.13847C12.0172 4.86754 13.429 5.00659 14.712 5.53803C15.995 6.06946 17.0916 6.96942 17.8631 8.12409C18.4483 8.99986 18.8265 9.99233 18.9751 11.0266C19.0538 11.5742 19.4949 12.025 20.0482 12.025V12.025Z\" />\n </svg>\n</template>\n\n<style lang=\"scss\">\n#ab-loading-icon {\n animation: spinner 1000ms infinite linear;\n}\n\n@keyframes spinner {\n 0% {\n -webkit-transform: rotate(0deg);\n -moz-transform: rotate(0deg);\n -ms-transform: rotate(0deg);\n -o-transform: rotate(0deg);\n transform: rotate(0deg);\n }\n\n 100% {\n -webkit-transform: rotate(360deg);\n -moz-transform: rotate(360deg);\n -ms-transform: rotate(360deg);\n -o-transform: rotate(360deg);\n transform: rotate(360deg);\n }\n}\n</style>"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock"],"mappings":";;cACSA,IAAmB;AAAA,EAAC,SAAkC;AAAA,EAAC,OAAoB;AAAA;;AAAhF,SAAAC,EAAAC,GAAAC,GAAA;SAE89BC,EAAA,GAAAC,EAAH,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA;;;;"}
@@ -1,20 +0,0 @@
1
- import { openBlock as t, createElementBlock as e, createElementVNode as C } from "vue";
2
- import { _ as n } from "./index-CvIq_105.js";
3
- const o = {}, l = {
4
- viewBox: "0 0 16 16",
5
- fill: "none",
6
- xmlns: "http://www.w3.org/2000/svg"
7
- };
8
- function r(s, L) {
9
- return t(), e("svg", l, L[0] || (L[0] = [
10
- C("path", { d: "M10.9733 2.27585C11.0723 1.90805 11.5942 1.90805 11.6932 2.27585L12.0682 3.66867C12.1027 3.79696 12.2029 3.89716 12.3312 3.9317L13.724 4.30672C14.0918 4.40575 14.0918 4.92759 13.724 5.02662L12.3312 5.40163C12.2029 5.43617 12.1027 5.53638 12.0682 5.66466L11.6932 7.05748C11.5942 7.42528 11.0723 7.42528 10.9733 7.05748L10.5983 5.66466C10.5637 5.53638 10.4635 5.43617 10.3352 5.40163L8.94242 5.02662C8.57461 4.92759 8.57461 4.40575 8.94242 4.30672L10.3352 3.9317C10.4635 3.89716 10.5637 3.79696 10.5983 3.66867L10.9733 2.27585Z" }, null, -1),
11
- C("path", { d: "M5.72324 2.87868C5.79935 2.59598 6.20044 2.59598 6.27656 2.87868L6.41285 3.38487C6.4394 3.48347 6.51642 3.56049 6.61502 3.58704L7.12121 3.72333C7.40391 3.79945 7.40391 4.20053 7.12121 4.27665L6.61502 4.41294C6.51642 4.43949 6.4394 4.51651 6.41285 4.61511L6.27656 5.1213C6.20044 5.404 5.79935 5.404 5.72324 5.1213L5.58695 4.61511C5.5604 4.51651 5.48338 4.43949 5.38478 4.41294L4.87859 4.27665C4.59589 4.20053 4.59589 3.79945 4.87859 3.72333L5.38478 3.58704C5.48338 3.56049 5.5604 3.48347 5.58695 3.38487L5.72324 2.87868Z" }, null, -1),
12
- C("path", { d: "M11.7232 8.87868C11.7994 8.59598 12.2004 8.59598 12.2766 8.87868L12.4128 9.38487C12.4394 9.48347 12.5164 9.56049 12.615 9.58704L13.1212 9.72333C13.4039 9.79945 13.4039 10.2005 13.1212 10.2766L12.615 10.4129C12.5164 10.4395 12.4394 10.5165 12.4128 10.6151L12.2766 11.1213C12.2004 11.404 11.7994 11.404 11.7232 11.1213L11.5869 10.6151C11.5604 10.5165 11.4834 10.4395 11.3848 10.4129L10.8786 10.2766C10.5959 10.2005 10.5959 9.79945 10.8786 9.72333L11.3848 9.58704C11.4834 9.56049 11.5604 9.48347 11.5869 9.38487L11.7232 8.87868Z" }, null, -1),
13
- C("path", { d: "M7.44041 7.33334C7.59931 7.33334 7.73057 7.38572 7.8342 7.49049C7.94473 7.59525 8 7.72795 8 7.88858V8.66668C8 8.79938 7.96546 8.90763 7.89637 8.99144C7.8342 9.07525 7.73403 9.11715 7.59586 9.11715H7.19171C7.05354 9.11715 6.94991 9.07525 6.88083 8.99144C6.81865 8.90763 6.78757 8.79938 6.78757 8.66668V8.55906H5.72021V12.7743H5.9171C6.04836 12.7743 6.15544 12.8092 6.23834 12.8791C6.32124 12.9419 6.36269 13.0432 6.36269 13.1829V13.5914C6.36269 13.7311 6.32124 13.8359 6.23834 13.9057C6.15544 13.9686 6.04836 14 5.9171 14H4.0829C3.78584 14 3.63731 13.8638 3.63731 13.5914V13.1829C3.63731 12.9105 3.78584 12.7743 4.0829 12.7743H4.26943V8.55906H3.21244V8.66668C3.21244 8.79938 3.17789 8.90763 3.10881 8.99144C3.04663 9.07525 2.94646 9.11715 2.80829 9.11715H2.40415C2.26598 9.11715 2.16235 9.07525 2.09326 8.99144C2.03109 8.90763 2 8.79938 2 8.66668V7.88858C2 7.72795 2.05181 7.59525 2.15544 7.49049C2.26598 7.38572 2.39724 7.33334 2.54922 7.33334H7.44041Z" }, null, -1)
14
- ]));
15
- }
16
- const p = /* @__PURE__ */ n(o, [["render", r]]);
17
- export {
18
- p as default
19
- };
20
- //# sourceMappingURL=SmartIcon-Cj_avk5U.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SmartIcon-Cj_avk5U.js","sources":["../src/components/Icon/icons/SmartIcon.vue"],"sourcesContent":["<template>\n <svg viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M10.9733 2.27585C11.0723 1.90805 11.5942 1.90805 11.6932 2.27585L12.0682 3.66867C12.1027 3.79696 12.2029 3.89716 12.3312 3.9317L13.724 4.30672C14.0918 4.40575 14.0918 4.92759 13.724 5.02662L12.3312 5.40163C12.2029 5.43617 12.1027 5.53638 12.0682 5.66466L11.6932 7.05748C11.5942 7.42528 11.0723 7.42528 10.9733 7.05748L10.5983 5.66466C10.5637 5.53638 10.4635 5.43617 10.3352 5.40163L8.94242 5.02662C8.57461 4.92759 8.57461 4.40575 8.94242 4.30672L10.3352 3.9317C10.4635 3.89716 10.5637 3.79696 10.5983 3.66867L10.9733 2.27585Z\" />\n <path d=\"M5.72324 2.87868C5.79935 2.59598 6.20044 2.59598 6.27656 2.87868L6.41285 3.38487C6.4394 3.48347 6.51642 3.56049 6.61502 3.58704L7.12121 3.72333C7.40391 3.79945 7.40391 4.20053 7.12121 4.27665L6.61502 4.41294C6.51642 4.43949 6.4394 4.51651 6.41285 4.61511L6.27656 5.1213C6.20044 5.404 5.79935 5.404 5.72324 5.1213L5.58695 4.61511C5.5604 4.51651 5.48338 4.43949 5.38478 4.41294L4.87859 4.27665C4.59589 4.20053 4.59589 3.79945 4.87859 3.72333L5.38478 3.58704C5.48338 3.56049 5.5604 3.48347 5.58695 3.38487L5.72324 2.87868Z\" />\n\n <path d=\"M11.7232 8.87868C11.7994 8.59598 12.2004 8.59598 12.2766 8.87868L12.4128 9.38487C12.4394 9.48347 12.5164 9.56049 12.615 9.58704L13.1212 9.72333C13.4039 9.79945 13.4039 10.2005 13.1212 10.2766L12.615 10.4129C12.5164 10.4395 12.4394 10.5165 12.4128 10.6151L12.2766 11.1213C12.2004 11.404 11.7994 11.404 11.7232 11.1213L11.5869 10.6151C11.5604 10.5165 11.4834 10.4395 11.3848 10.4129L10.8786 10.2766C10.5959 10.2005 10.5959 9.79945 10.8786 9.72333L11.3848 9.58704C11.4834 9.56049 11.5604 9.48347 11.5869 9.38487L11.7232 8.87868Z\" />\n <path d=\"M7.44041 7.33334C7.59931 7.33334 7.73057 7.38572 7.8342 7.49049C7.94473 7.59525 8 7.72795 8 7.88858V8.66668C8 8.79938 7.96546 8.90763 7.89637 8.99144C7.8342 9.07525 7.73403 9.11715 7.59586 9.11715H7.19171C7.05354 9.11715 6.94991 9.07525 6.88083 8.99144C6.81865 8.90763 6.78757 8.79938 6.78757 8.66668V8.55906H5.72021V12.7743H5.9171C6.04836 12.7743 6.15544 12.8092 6.23834 12.8791C6.32124 12.9419 6.36269 13.0432 6.36269 13.1829V13.5914C6.36269 13.7311 6.32124 13.8359 6.23834 13.9057C6.15544 13.9686 6.04836 14 5.9171 14H4.0829C3.78584 14 3.63731 13.8638 3.63731 13.5914V13.1829C3.63731 12.9105 3.78584 12.7743 4.0829 12.7743H4.26943V8.55906H3.21244V8.66668C3.21244 8.79938 3.17789 8.90763 3.10881 8.99144C3.04663 9.07525 2.94646 9.11715 2.80829 9.11715H2.40415C2.26598 9.11715 2.16235 9.07525 2.09326 8.99144C2.03109 8.90763 2 8.79938 2 8.66668V7.88858C2 7.72795 2.05181 7.59525 2.15544 7.49049C2.26598 7.38572 2.39724 7.33334 2.54922 7.33334H7.44041Z\" />\n </svg>\n</template>"],"names":["_hoisted_1","_sfc_render","_ctx","_cache","_openBlock","_createElementBlock","_createElementVNode"],"mappings":";;cACSA,IAAmB;AAAA,EAAC,SAAW;AAAA,EAAC;;;AAArC,SAAAC,EAAAC,GAAAC,GAAA;SAC8hBC,EAAA,GAAAC,EAAH,OAAAL,GAAAG,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA;AAAA,IACvhBG,EAAohB,QAAA,EAA9gB,GAAE,ghBAAygB,GAAA,MAAA,EAAA;AAAA,IAEjhBA,EAA0hB,QAAA,EAAphB,GAAE,0gBAA+gB,GAAA,MAAA,EAAA;AAAA,IACvhBA,EAAq8B,QAAA,EAA/7B,GAAE,ghBAA07B,GAAA,MAAA,EAAA;AAAA;;;;"}