@fewangsit/wangsvue-presets 1.0.85-alpha.6 → 1.0.85
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/fixedasset/badge/index.js +1 -1
- package/fixedasset/buttonradio/index.d.ts +21 -23
- package/fixedasset/buttonradio/index.js +31 -21
- package/fixedasset/card/index.js +2 -2
- package/fixedasset/dropdown/index.d.ts +39 -56
- package/fixedasset/dropdown/index.js +28 -24
- package/fixedasset/form/index.js +1 -1
- package/fixedasset/global.js +1 -1
- package/fixedasset/index.d.ts +2 -2
- package/fixedasset/index.js +92 -92
- package/fixedasset/index.system.js +2 -2
- package/fixedasset/inputcurrency/index.js +1 -1
- package/fixedasset/inputnumber/index.d.ts +6 -25
- package/fixedasset/inputnumber/index.js +4 -36
- package/fixedasset/inputphonenumber/index.d.ts +12 -22
- package/fixedasset/inputphonenumber/index.js +7 -20
- package/fixedasset/inputswitch/index.d.ts +67 -0
- package/{wangsvue/toggleswitch → fixedasset/inputswitch}/index.js +17 -45
- package/fixedasset/multiselect/index.d.ts +44 -80
- package/fixedasset/multiselect/index.js +70 -50
- package/fixedasset/style.css +45 -127
- package/fixedasset/textarea/index.js +2 -3
- package/package.json +1 -1
- package/wangsvue/buttonradio/index.d.ts +28 -24
- package/wangsvue/buttonradio/index.js +33 -20
- package/wangsvue/dropdown/index.d.ts +0 -33
- package/wangsvue/dropdown/index.js +6 -15
- package/wangsvue/index.d.ts +2 -2
- package/wangsvue/index.js +92 -92
- package/wangsvue/index.system.js +2 -2
- package/wangsvue/inputnumber/index.d.ts +6 -25
- package/wangsvue/inputnumber/index.js +4 -36
- package/wangsvue/inputphonenumber/index.d.ts +12 -22
- package/wangsvue/inputphonenumber/index.js +5 -17
- package/wangsvue/inputswitch/index.d.ts +67 -0
- package/{fixedasset/toggleswitch → wangsvue/inputswitch}/index.js +17 -44
- package/wangsvue/multiselect/index.d.ts +4 -52
- package/wangsvue/multiselect/index.js +35 -28
- package/wangsvue/style.css +38 -132
- package/fixedasset/toggleswitch/index.d.ts +0 -100
- package/wangsvue/toggleswitch/index.d.ts +0 -105
|
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
12
12
|
var inputphonenumber_1 = require("../inputphonenumber");
|
|
13
13
|
exports.default = {
|
|
14
14
|
currency: function (ctx) { return ({
|
|
15
|
-
'class': __spreadArray(__spreadArray([], (0, inputphonenumber_1.commonClasses)(ctx), true), ['rounded-l rounded-r-none'], false),
|
|
15
|
+
'class': __spreadArray(__spreadArray([], (0, inputphonenumber_1.commonClasses)(ctx), true), ['rounded-l rounded-r-none h-[30px]'], false),
|
|
16
16
|
'data-wv-section': 'currency',
|
|
17
17
|
}); },
|
|
18
18
|
value: function (ctx) { return ({
|
|
@@ -6,22 +6,17 @@ declare namespace _default {
|
|
|
6
6
|
class: string[];
|
|
7
7
|
};
|
|
8
8
|
namespace input {
|
|
9
|
-
export function root_1({ parent
|
|
9
|
+
export function root_1({ parent }: {
|
|
10
10
|
parent: any;
|
|
11
|
-
context: any;
|
|
12
11
|
}): {
|
|
13
12
|
class: string[];
|
|
14
13
|
};
|
|
15
14
|
export { root_1 as root };
|
|
16
15
|
}
|
|
17
|
-
namespace
|
|
16
|
+
namespace buttongroup {
|
|
18
17
|
let _class: string[];
|
|
19
18
|
export { _class as class };
|
|
20
19
|
}
|
|
21
|
-
namespace buttongroup {
|
|
22
|
-
let _class_1: string[];
|
|
23
|
-
export { _class_1 as class };
|
|
24
|
-
}
|
|
25
20
|
namespace incrementbutton {
|
|
26
21
|
export function root_2({ parent }: {
|
|
27
22
|
parent: any;
|
|
@@ -30,8 +25,8 @@ declare namespace _default {
|
|
|
30
25
|
};
|
|
31
26
|
export { root_2 as root };
|
|
32
27
|
export namespace label {
|
|
33
|
-
let
|
|
34
|
-
export {
|
|
28
|
+
let _class_1: string;
|
|
29
|
+
export { _class_1 as class };
|
|
35
30
|
}
|
|
36
31
|
}
|
|
37
32
|
namespace decrementbutton {
|
|
@@ -42,24 +37,10 @@ declare namespace _default {
|
|
|
42
37
|
};
|
|
43
38
|
export { root_3 as root };
|
|
44
39
|
export namespace label_1 {
|
|
45
|
-
let
|
|
46
|
-
export {
|
|
40
|
+
let _class_2: string;
|
|
41
|
+
export { _class_2 as class };
|
|
47
42
|
}
|
|
48
43
|
export { label_1 as label };
|
|
49
44
|
}
|
|
50
|
-
function incrementicon({ props }: {
|
|
51
|
-
props: any;
|
|
52
|
-
}): {
|
|
53
|
-
class: (string | {
|
|
54
|
-
'!text-general-200': any;
|
|
55
|
-
})[];
|
|
56
|
-
};
|
|
57
|
-
function decrementicon({ props }: {
|
|
58
|
-
props: any;
|
|
59
|
-
}): {
|
|
60
|
-
class: (string | {
|
|
61
|
-
'!text-general-200': any;
|
|
62
|
-
})[];
|
|
63
|
-
};
|
|
64
45
|
}
|
|
65
46
|
export default _default;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var inputclass = 'text-xs font-medium tracking-[0.02em] leading-[18px]';
|
|
4
|
-
var inputheight = 'h-[26px]';
|
|
5
3
|
exports.default = {
|
|
6
4
|
root: function (_a) {
|
|
7
5
|
var props = _a.props, parent = _a.parent;
|
|
@@ -10,7 +8,7 @@ exports.default = {
|
|
|
10
8
|
// Layout
|
|
11
9
|
'flex items-center self-stretch shrink-0 grow',
|
|
12
10
|
//Size
|
|
13
|
-
|
|
11
|
+
'h-full',
|
|
14
12
|
// Spacing
|
|
15
13
|
'py-1 px-3',
|
|
16
14
|
// Border
|
|
@@ -21,25 +19,17 @@ exports.default = {
|
|
|
21
19
|
},
|
|
22
20
|
input: {
|
|
23
21
|
root: function (_a) {
|
|
24
|
-
var parent = _a.parent
|
|
22
|
+
var parent = _a.parent;
|
|
25
23
|
return ({
|
|
26
24
|
class: [
|
|
27
25
|
'border-0 h-full w-full outline-none',
|
|
28
26
|
'bg-inherit',
|
|
29
|
-
|
|
30
|
-
'placeholder:text-general-200
|
|
31
|
-
context.disabled ? 'text-general-200' : 'text-general-800',
|
|
27
|
+
'text-xs font-normal',
|
|
28
|
+
'placeholder:text-general-200',
|
|
32
29
|
],
|
|
33
30
|
});
|
|
34
31
|
},
|
|
35
32
|
},
|
|
36
|
-
inputresizer: {
|
|
37
|
-
class: [
|
|
38
|
-
inputclass,
|
|
39
|
-
inputheight,
|
|
40
|
-
'user-select-none py-1 px-3 block min-w-4 text-transparent',
|
|
41
|
-
],
|
|
42
|
-
},
|
|
43
33
|
buttongroup: {
|
|
44
34
|
class: ['flex'],
|
|
45
35
|
},
|
|
@@ -65,26 +55,4 @@ exports.default = {
|
|
|
65
55
|
class: 'h-0 w-0',
|
|
66
56
|
},
|
|
67
57
|
},
|
|
68
|
-
incrementicon: function (_a) {
|
|
69
|
-
var props = _a.props;
|
|
70
|
-
return ({
|
|
71
|
-
class: [
|
|
72
|
-
'!text-base text-general-500',
|
|
73
|
-
{
|
|
74
|
-
'!text-general-200': props.disabled,
|
|
75
|
-
},
|
|
76
|
-
],
|
|
77
|
-
});
|
|
78
|
-
},
|
|
79
|
-
decrementicon: function (_a) {
|
|
80
|
-
var props = _a.props;
|
|
81
|
-
return ({
|
|
82
|
-
class: [
|
|
83
|
-
'!text-base text-general-500',
|
|
84
|
-
{
|
|
85
|
-
'!text-general-200': props.disabled,
|
|
86
|
-
},
|
|
87
|
-
],
|
|
88
|
-
});
|
|
89
|
-
},
|
|
90
58
|
};
|
|
@@ -11,28 +11,18 @@ export function commonClasses({ isFirefoxBased, invalidInput }: {
|
|
|
11
11
|
'ring-[0.5px]'?: undefined;
|
|
12
12
|
})[];
|
|
13
13
|
declare namespace _default {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
function dropdownicon({ state }: {
|
|
27
|
-
state: any;
|
|
28
|
-
}): {
|
|
29
|
-
class: (string | {
|
|
30
|
-
'rotate-180': any;
|
|
31
|
-
})[];
|
|
32
|
-
icon: string;
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
function input(ctx: any): {
|
|
14
|
+
function dialcode(ctx: any): {
|
|
15
|
+
class: (string | {
|
|
16
|
+
'ring-[1px]': any;
|
|
17
|
+
'ring-[0.5px]': boolean;
|
|
18
|
+
'!ring-danger-500'?: undefined;
|
|
19
|
+
} | {
|
|
20
|
+
'!ring-danger-500': any;
|
|
21
|
+
'ring-[1px]'?: undefined;
|
|
22
|
+
'ring-[0.5px]'?: undefined;
|
|
23
|
+
})[];
|
|
24
|
+
};
|
|
25
|
+
function inputnumber(ctx: any): {
|
|
36
26
|
class: (string | {
|
|
37
27
|
'ring-[1px]': any;
|
|
38
28
|
'ring-[0.5px]': boolean;
|
|
@@ -10,38 +10,25 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.commonClasses = void 0;
|
|
13
|
-
var index_js_1 = require("../multiselect/index.js");
|
|
14
13
|
var commonClasses = function (_a) {
|
|
15
14
|
var isFirefoxBased = _a.isFirefoxBased, invalidInput = _a.invalidInput;
|
|
16
15
|
return [
|
|
17
16
|
{ 'ring-[1px]': isFirefoxBased, 'ring-[0.5px]': !isFirefoxBased },
|
|
18
17
|
{ '!ring-danger-500': invalidInput },
|
|
19
18
|
'ring-inset',
|
|
20
|
-
'ring-general-
|
|
19
|
+
'ring-general-400',
|
|
21
20
|
'[&:has(:focus)]:bg-none',
|
|
22
|
-
'[&:has(:focus)]:ring-primary-
|
|
23
|
-
'[&:has(:focus)]:ring-1',
|
|
21
|
+
'[&:has(:focus)]:ring-primary-400',
|
|
24
22
|
'bg-white',
|
|
25
23
|
'z-[0] [&:has(:focus)]:z-[12]',
|
|
26
24
|
];
|
|
27
25
|
};
|
|
28
26
|
exports.commonClasses = commonClasses;
|
|
29
27
|
exports.default = {
|
|
30
|
-
dialcode: {
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
var state = _a.state;
|
|
36
|
-
return index_js_1.default.dropdownicon({ state: state });
|
|
37
|
-
},
|
|
38
|
-
},
|
|
39
|
-
input: function (ctx) { return ({
|
|
40
|
-
class: __spreadArray(__spreadArray([], (0, exports.commonClasses)(ctx), true), [
|
|
41
|
-
'rounded-r rounded-l-none -ml-[1px]',
|
|
42
|
-
'focus:bg-none',
|
|
43
|
-
'focus:ring-primary-500',
|
|
44
|
-
'focus:ring-1',
|
|
45
|
-
], false),
|
|
28
|
+
dialcode: function (ctx) { return ({
|
|
29
|
+
class: __spreadArray(__spreadArray([], (0, exports.commonClasses)(ctx), true), ['rounded-l rounded-r-none'], false),
|
|
30
|
+
}); },
|
|
31
|
+
inputnumber: function (ctx) { return ({
|
|
32
|
+
class: __spreadArray(__spreadArray([], (0, exports.commonClasses)(ctx), true), ['rounded-r rounded-l-none -ml-[1px]'], false),
|
|
46
33
|
}); },
|
|
47
34
|
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
function root({ props }: {
|
|
3
|
+
props: any;
|
|
4
|
+
}): {
|
|
5
|
+
class: (string | {
|
|
6
|
+
'select-none pointer-events-none cursor-default': any;
|
|
7
|
+
})[];
|
|
8
|
+
};
|
|
9
|
+
function slider({ props }: {
|
|
10
|
+
props: any;
|
|
11
|
+
}): {
|
|
12
|
+
class: (string | {
|
|
13
|
+
'before:bg-white before:bg-white': boolean;
|
|
14
|
+
'before:bg-primary-200': boolean;
|
|
15
|
+
'before:bg-general-50': any;
|
|
16
|
+
'before:transform before:translate-x-3.5'?: undefined;
|
|
17
|
+
'border-primary-200'?: undefined;
|
|
18
|
+
'border-transparent'?: undefined;
|
|
19
|
+
'bg-white'?: undefined;
|
|
20
|
+
'bg-primary-500'?: undefined;
|
|
21
|
+
'bg-primary-100'?: undefined;
|
|
22
|
+
'bg-general-100'?: undefined;
|
|
23
|
+
} | {
|
|
24
|
+
'before:transform before:translate-x-3.5': boolean;
|
|
25
|
+
'before:bg-white before:bg-white'?: undefined;
|
|
26
|
+
'before:bg-primary-200'?: undefined;
|
|
27
|
+
'before:bg-general-50'?: undefined;
|
|
28
|
+
'border-primary-200'?: undefined;
|
|
29
|
+
'border-transparent'?: undefined;
|
|
30
|
+
'bg-white'?: undefined;
|
|
31
|
+
'bg-primary-500'?: undefined;
|
|
32
|
+
'bg-primary-100'?: undefined;
|
|
33
|
+
'bg-general-100'?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
'border-primary-200': boolean;
|
|
36
|
+
'border-transparent': boolean;
|
|
37
|
+
'before:bg-white before:bg-white'?: undefined;
|
|
38
|
+
'before:bg-primary-200'?: undefined;
|
|
39
|
+
'before:bg-general-50'?: undefined;
|
|
40
|
+
'before:transform before:translate-x-3.5'?: undefined;
|
|
41
|
+
'bg-white'?: undefined;
|
|
42
|
+
'bg-primary-500'?: undefined;
|
|
43
|
+
'bg-primary-100'?: undefined;
|
|
44
|
+
'bg-general-100'?: undefined;
|
|
45
|
+
} | {
|
|
46
|
+
'bg-white': boolean;
|
|
47
|
+
'bg-primary-500': boolean;
|
|
48
|
+
'bg-primary-100': any;
|
|
49
|
+
'bg-general-100': any;
|
|
50
|
+
'before:bg-white before:bg-white'?: undefined;
|
|
51
|
+
'before:bg-primary-200'?: undefined;
|
|
52
|
+
'before:bg-general-50'?: undefined;
|
|
53
|
+
'before:transform before:translate-x-3.5'?: undefined;
|
|
54
|
+
'border-primary-200'?: undefined;
|
|
55
|
+
'border-transparent'?: undefined;
|
|
56
|
+
})[];
|
|
57
|
+
};
|
|
58
|
+
function input({ props }: {
|
|
59
|
+
props: any;
|
|
60
|
+
}): {
|
|
61
|
+
class: (string | {
|
|
62
|
+
'cursor-default': any;
|
|
63
|
+
'cursor-pointer': boolean;
|
|
64
|
+
})[];
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
export default _default;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var isFirefoxBased = navigator.userAgent.includes('Firefox');
|
|
4
3
|
exports.default = {
|
|
5
4
|
root: function (_a) {
|
|
6
5
|
var props = _a.props;
|
|
@@ -32,41 +31,33 @@ exports.default = {
|
|
|
32
31
|
'rounded-[60px]',
|
|
33
32
|
// Before:
|
|
34
33
|
'before:absolute before:top-1/2',
|
|
35
|
-
'before:-
|
|
34
|
+
'before:-mt-[6px] before:ml-0.5',
|
|
36
35
|
'before:h-3 before:w-3',
|
|
37
36
|
'before:rounded-full',
|
|
38
37
|
'before:duration-200 before:transition before:ease-in-out',
|
|
39
|
-
|
|
38
|
+
'before:shadow',
|
|
40
39
|
{
|
|
41
|
-
'before:
|
|
40
|
+
'before:bg-white before:bg-white': props.modelValue == props.trueValue,
|
|
41
|
+
'before:bg-primary-200': props.modelValue !== props.trueValue && !props.disabled,
|
|
42
|
+
'before:bg-general-50': props.modelValue !== props.trueValue && props.disabled,
|
|
42
43
|
},
|
|
43
|
-
// Inactive position
|
|
44
44
|
{
|
|
45
|
-
'before:
|
|
45
|
+
'before:transform before:translate-x-3.5': props.modelValue == props.trueValue,
|
|
46
46
|
},
|
|
47
47
|
// Colors
|
|
48
|
-
'
|
|
49
|
-
{ 'ring': isFirefoxBased, 'ring-[0.5px]': !isFirefoxBased },
|
|
48
|
+
'border',
|
|
50
49
|
{
|
|
51
|
-
'
|
|
52
|
-
'
|
|
53
|
-
'before:bg-general-50': props.modelValue !== props.trueValue && props.disabled,
|
|
54
|
-
// Inactive and Enabled
|
|
55
|
-
'bg-white ring-primary-200': props.modelValue !== props.trueValue && !props.disabled,
|
|
56
|
-
// Active and Enabled
|
|
57
|
-
'bg-primary-400 ring-transparent': props.modelValue == props.trueValue && !props.disabled,
|
|
58
|
-
// Active and Disabled
|
|
59
|
-
'bg-primary-100 ring-transparent': props.modelValue == props.trueValue && props.disabled,
|
|
60
|
-
// Inactive and Disabled
|
|
61
|
-
'bg-general-100 ring-general-100': props.modelValue !== props.trueValue && props.disabled,
|
|
50
|
+
'border-primary-200': props.modelValue !== props.trueValue && !props.disabled,
|
|
51
|
+
'border-transparent': props.modelValue == props.trueValue,
|
|
62
52
|
},
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
'
|
|
66
|
-
'
|
|
53
|
+
{
|
|
54
|
+
'bg-white': props.modelValue !== props.trueValue && !props.disabled,
|
|
55
|
+
'bg-primary-500': props.modelValue == props.trueValue && !props.disabled,
|
|
56
|
+
'bg-primary-100': props.modelValue == props.trueValue && props.disabled,
|
|
57
|
+
'bg-general-100': props.modelValue !== props.trueValue && props.disabled,
|
|
67
58
|
},
|
|
68
59
|
// States
|
|
69
|
-
'peer-focus-visible
|
|
60
|
+
'peer-focus-visible:ring-2 peer-focus-visible:ring-primary-500',
|
|
70
61
|
// Transition
|
|
71
62
|
'transition-colors duration-200',
|
|
72
63
|
// Misc
|
|
@@ -91,10 +82,12 @@ exports.default = {
|
|
|
91
82
|
'm-0',
|
|
92
83
|
// Shape
|
|
93
84
|
'rounded',
|
|
85
|
+
'border',
|
|
94
86
|
// Shape
|
|
95
87
|
'opacity-0',
|
|
96
88
|
'rounded-md',
|
|
97
89
|
'outline-none',
|
|
90
|
+
'border-2 border-surface-300',
|
|
98
91
|
// Misc
|
|
99
92
|
'appearance-none',
|
|
100
93
|
{
|
|
@@ -104,25 +97,4 @@ exports.default = {
|
|
|
104
97
|
],
|
|
105
98
|
});
|
|
106
99
|
},
|
|
107
|
-
label: {
|
|
108
|
-
class: [
|
|
109
|
-
'relative',
|
|
110
|
-
'w-max h-max items-start cursor-pointer',
|
|
111
|
-
'flex items-start select-none text-xs font-normal',
|
|
112
|
-
'text-grayscale-900',
|
|
113
|
-
'shrink-0',
|
|
114
|
-
// Alignment
|
|
115
|
-
'inline-flex',
|
|
116
|
-
'align-bottom',
|
|
117
|
-
// Transitions
|
|
118
|
-
'transition-all',
|
|
119
|
-
'duration-200',
|
|
120
|
-
],
|
|
121
|
-
},
|
|
122
|
-
labeltext: {
|
|
123
|
-
class: 'ml-1 leading-4',
|
|
124
|
-
},
|
|
125
|
-
tooltipicon: {
|
|
126
|
-
class: 'text-grayscale-900 w-[10px] h-[10px]',
|
|
127
|
-
},
|
|
128
100
|
};
|
|
@@ -16,57 +16,23 @@ declare namespace _default {
|
|
|
16
16
|
props: any;
|
|
17
17
|
}): {
|
|
18
18
|
class: (string | {
|
|
19
|
+
'!leading-5': boolean;
|
|
20
|
+
'text-general-200'?: undefined;
|
|
21
|
+
'text-grayscale-900'?: undefined;
|
|
22
|
+
} | {
|
|
19
23
|
'text-general-200': boolean;
|
|
20
24
|
'text-grayscale-900': any;
|
|
25
|
+
'!leading-5'?: undefined;
|
|
21
26
|
})[];
|
|
22
27
|
};
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
-
'text-general-400 bg-general-100': any;
|
|
26
|
-
'text-success-500 bg-success-100': boolean;
|
|
27
|
-
'text-primary-500 bg-primary-50': boolean;
|
|
28
|
-
'text-grayscale-800 bg-grayscale-200': boolean;
|
|
29
|
-
'text-warning-600 bg-warning-100': boolean;
|
|
30
|
-
'text-danger-600 bg-danger-100': boolean;
|
|
31
|
-
})[];
|
|
32
|
-
'data-wv-name': string;
|
|
33
|
-
'data-wv-section': string;
|
|
34
|
-
};
|
|
35
|
-
export let tokenLabel: {
|
|
36
|
-
class: (string | {
|
|
37
|
-
'caret-primary-700': any;
|
|
38
|
-
'cursor-default': boolean;
|
|
39
|
-
})[];
|
|
40
|
-
};
|
|
41
|
-
export let removeTokenIcon: {
|
|
42
|
-
class: (string | {
|
|
43
|
-
'text-primary-500': boolean;
|
|
44
|
-
'text-success-500': boolean;
|
|
45
|
-
'text-danger-600': boolean;
|
|
46
|
-
'text-warning-600': boolean;
|
|
47
|
-
'text-grayscale-800 hover:bg-grayscale-300': boolean;
|
|
48
|
-
'text-general-400': any;
|
|
49
|
-
})[];
|
|
50
|
-
'icon-class': string;
|
|
51
|
-
'data-wv-section': string;
|
|
52
|
-
};
|
|
53
|
-
export namespace loadingplaceholder {
|
|
54
|
-
let _class_1: string;
|
|
28
|
+
export namespace token {
|
|
29
|
+
let _class_1: string[];
|
|
55
30
|
export { _class_1 as class };
|
|
56
31
|
}
|
|
57
|
-
export namespace
|
|
58
|
-
let _class_2: string;
|
|
32
|
+
export namespace removeTokenIcon {
|
|
33
|
+
let _class_2: string[];
|
|
59
34
|
export { _class_2 as class };
|
|
60
|
-
export let icon: string;
|
|
61
35
|
}
|
|
62
|
-
export function dropdownicon({ state }: {
|
|
63
|
-
state: any;
|
|
64
|
-
}): {
|
|
65
|
-
class: (string | {
|
|
66
|
-
'rotate-180': any;
|
|
67
|
-
})[];
|
|
68
|
-
icon: string;
|
|
69
|
-
};
|
|
70
36
|
export namespace trigger {
|
|
71
37
|
let _class_3: string[];
|
|
72
38
|
export { _class_3 as class };
|
|
@@ -189,60 +155,60 @@ declare namespace _default {
|
|
|
189
155
|
context: any;
|
|
190
156
|
}): {
|
|
191
157
|
class: (string | {
|
|
192
|
-
'
|
|
193
|
-
'text-
|
|
194
|
-
'bg-primary-50'?: undefined;
|
|
195
|
-
'text-primary-500'?: undefined;
|
|
196
|
-
'text-
|
|
158
|
+
'!font-medium': any;
|
|
159
|
+
'text-surface-600'?: undefined;
|
|
160
|
+
'bg-primary-50 text-surface-700'?: undefined;
|
|
161
|
+
'bg-primary-50 text-primary-500'?: undefined;
|
|
162
|
+
'text-surface-700'?: undefined;
|
|
197
163
|
'pointer-events-none cursor-default'?: undefined;
|
|
198
164
|
'cursor-pointer'?: undefined;
|
|
199
165
|
} | {
|
|
200
|
-
'text-
|
|
201
|
-
'
|
|
202
|
-
'bg-primary-50'?: undefined;
|
|
203
|
-
'text-primary-500'?: undefined;
|
|
204
|
-
'text-
|
|
166
|
+
'text-surface-600': any;
|
|
167
|
+
'!font-medium'?: undefined;
|
|
168
|
+
'bg-primary-50 text-surface-700'?: undefined;
|
|
169
|
+
'bg-primary-50 text-primary-500'?: undefined;
|
|
170
|
+
'text-surface-700'?: undefined;
|
|
205
171
|
'pointer-events-none cursor-default'?: undefined;
|
|
206
172
|
'cursor-pointer'?: undefined;
|
|
207
173
|
} | {
|
|
208
|
-
'bg-primary-50':
|
|
209
|
-
'
|
|
210
|
-
'text-
|
|
211
|
-
'text-primary-500'?: undefined;
|
|
212
|
-
'text-
|
|
174
|
+
'bg-primary-50 text-surface-700': boolean;
|
|
175
|
+
'!font-medium'?: undefined;
|
|
176
|
+
'text-surface-600'?: undefined;
|
|
177
|
+
'bg-primary-50 text-primary-500'?: undefined;
|
|
178
|
+
'text-surface-700'?: undefined;
|
|
213
179
|
'pointer-events-none cursor-default'?: undefined;
|
|
214
180
|
'cursor-pointer'?: undefined;
|
|
215
181
|
} | {
|
|
216
|
-
'text-primary-500': any;
|
|
217
|
-
'
|
|
218
|
-
'text-
|
|
219
|
-
'bg-primary-50'?: undefined;
|
|
220
|
-
'text-
|
|
182
|
+
'bg-primary-50 text-primary-500': any;
|
|
183
|
+
'!font-medium'?: undefined;
|
|
184
|
+
'text-surface-600'?: undefined;
|
|
185
|
+
'bg-primary-50 text-surface-700'?: undefined;
|
|
186
|
+
'text-surface-700'?: undefined;
|
|
221
187
|
'pointer-events-none cursor-default'?: undefined;
|
|
222
188
|
'cursor-pointer'?: undefined;
|
|
223
189
|
} | {
|
|
224
|
-
'text-
|
|
225
|
-
'
|
|
226
|
-
'text-
|
|
227
|
-
'bg-primary-50'?: undefined;
|
|
228
|
-
'text-primary-500'?: undefined;
|
|
190
|
+
'text-surface-700': any;
|
|
191
|
+
'!font-medium'?: undefined;
|
|
192
|
+
'text-surface-600'?: undefined;
|
|
193
|
+
'bg-primary-50 text-surface-700'?: undefined;
|
|
194
|
+
'bg-primary-50 text-primary-500'?: undefined;
|
|
229
195
|
'pointer-events-none cursor-default'?: undefined;
|
|
230
196
|
'cursor-pointer'?: undefined;
|
|
231
197
|
} | {
|
|
232
198
|
'pointer-events-none cursor-default': any;
|
|
233
|
-
'
|
|
234
|
-
'text-
|
|
235
|
-
'bg-primary-50'?: undefined;
|
|
236
|
-
'text-primary-500'?: undefined;
|
|
237
|
-
'text-
|
|
199
|
+
'!font-medium'?: undefined;
|
|
200
|
+
'text-surface-600'?: undefined;
|
|
201
|
+
'bg-primary-50 text-surface-700'?: undefined;
|
|
202
|
+
'bg-primary-50 text-primary-500'?: undefined;
|
|
203
|
+
'text-surface-700'?: undefined;
|
|
238
204
|
'cursor-pointer'?: undefined;
|
|
239
205
|
} | {
|
|
240
206
|
'cursor-pointer': boolean;
|
|
241
|
-
'
|
|
242
|
-
'text-
|
|
243
|
-
'bg-primary-50'?: undefined;
|
|
244
|
-
'text-primary-500'?: undefined;
|
|
245
|
-
'text-
|
|
207
|
+
'!font-medium'?: undefined;
|
|
208
|
+
'text-surface-600'?: undefined;
|
|
209
|
+
'bg-primary-50 text-surface-700'?: undefined;
|
|
210
|
+
'bg-primary-50 text-primary-500'?: undefined;
|
|
211
|
+
'text-surface-700'?: undefined;
|
|
246
212
|
'pointer-events-none cursor-default'?: undefined;
|
|
247
213
|
})[];
|
|
248
214
|
};
|
|
@@ -265,8 +231,6 @@ declare namespace _default {
|
|
|
265
231
|
export namespace filtericon {
|
|
266
232
|
let _class_15: string[];
|
|
267
233
|
export { _class_15 as class };
|
|
268
|
-
let icon_1: string;
|
|
269
|
-
export { icon_1 as icon };
|
|
270
234
|
}
|
|
271
235
|
export namespace clearicon {
|
|
272
236
|
let _class_16: string[];
|