@solfacil/girassol 0.17.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/girassol.es.js +384 -382
- package/dist/girassol.umd.js +1 -1
- package/dist/types/components/modals/modal/Modal.vue.d.ts +4 -0
- package/dist/types/components/modals/modal/types.d.ts +1 -0
- package/dist/types/components/modals/onboarding/Onboarding.vue.d.ts +2 -0
- package/dist/types/components/modals/onboarding/types.d.ts +1 -0
- package/dist/types/index.d.ts +18 -0
- package/package.json +1 -1
|
@@ -13,6 +13,7 @@ declare const _default: {
|
|
|
13
13
|
title?: string | undefined;
|
|
14
14
|
isOpen?: Modal['isOpen'];
|
|
15
15
|
target?: Modal['target'];
|
|
16
|
+
class?: Modal['class'];
|
|
16
17
|
actionPrimaryText?: Modal['actionPrimaryText'];
|
|
17
18
|
actionSecondaryText?: Modal['actionSecondaryText'];
|
|
18
19
|
actionTertiaryText?: Modal['actionTertiaryText'];
|
|
@@ -50,6 +51,7 @@ declare const _default: {
|
|
|
50
51
|
title?: string | undefined;
|
|
51
52
|
isOpen?: Modal['isOpen'];
|
|
52
53
|
target?: Modal['target'];
|
|
54
|
+
class?: Modal['class'];
|
|
53
55
|
actionPrimaryText?: Modal['actionPrimaryText'];
|
|
54
56
|
actionSecondaryText?: Modal['actionSecondaryText'];
|
|
55
57
|
actionTertiaryText?: Modal['actionTertiaryText'];
|
|
@@ -112,6 +114,7 @@ declare const _default: {
|
|
|
112
114
|
title?: string | undefined;
|
|
113
115
|
isOpen?: Modal['isOpen'];
|
|
114
116
|
target?: Modal['target'];
|
|
117
|
+
class?: Modal['class'];
|
|
115
118
|
actionPrimaryText?: Modal['actionPrimaryText'];
|
|
116
119
|
actionSecondaryText?: Modal['actionSecondaryText'];
|
|
117
120
|
actionTertiaryText?: Modal['actionTertiaryText'];
|
|
@@ -142,6 +145,7 @@ declare const _default: {
|
|
|
142
145
|
title?: string | undefined;
|
|
143
146
|
isOpen?: Modal['isOpen'];
|
|
144
147
|
target?: Modal['target'];
|
|
148
|
+
class?: Modal['class'];
|
|
145
149
|
actionPrimaryText?: Modal['actionPrimaryText'];
|
|
146
150
|
actionSecondaryText?: Modal['actionSecondaryText'];
|
|
147
151
|
actionTertiaryText?: Modal['actionTertiaryText'];
|
|
@@ -4,6 +4,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
4
4
|
sliders: Onboarding['sliders'];
|
|
5
5
|
isOpen?: Onboarding['isOpen'];
|
|
6
6
|
target?: Onboarding['target'];
|
|
7
|
+
class?: Onboarding['class'];
|
|
7
8
|
finalButtonText?: Onboarding['finalButtonText'];
|
|
8
9
|
}>, {
|
|
9
10
|
sliders: () => never[];
|
|
@@ -33,6 +34,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
33
34
|
sliders: Onboarding['sliders'];
|
|
34
35
|
isOpen?: Onboarding['isOpen'];
|
|
35
36
|
target?: Onboarding['target'];
|
|
37
|
+
class?: Onboarding['class'];
|
|
36
38
|
finalButtonText?: Onboarding['finalButtonText'];
|
|
37
39
|
}>, {
|
|
38
40
|
sliders: () => never[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3759,6 +3759,9 @@ export declare const components: {
|
|
|
3759
3759
|
} & {
|
|
3760
3760
|
default: string;
|
|
3761
3761
|
};
|
|
3762
|
+
class: {
|
|
3763
|
+
type: import("vue").PropType<string | Record<string, any>>;
|
|
3764
|
+
};
|
|
3762
3765
|
isOpen: {
|
|
3763
3766
|
type: import("vue").PropType<boolean>;
|
|
3764
3767
|
};
|
|
@@ -3815,6 +3818,9 @@ export declare const components: {
|
|
|
3815
3818
|
} & {
|
|
3816
3819
|
default: string;
|
|
3817
3820
|
};
|
|
3821
|
+
class: {
|
|
3822
|
+
type: import("vue").PropType<string | Record<string, any>>;
|
|
3823
|
+
};
|
|
3818
3824
|
isOpen: {
|
|
3819
3825
|
type: import("vue").PropType<boolean>;
|
|
3820
3826
|
};
|
|
@@ -3896,6 +3902,9 @@ export declare const components: {
|
|
|
3896
3902
|
} & {
|
|
3897
3903
|
default: string;
|
|
3898
3904
|
};
|
|
3905
|
+
class: {
|
|
3906
|
+
type: import("vue").PropType<string | Record<string, any>>;
|
|
3907
|
+
};
|
|
3899
3908
|
isOpen: {
|
|
3900
3909
|
type: import("vue").PropType<boolean>;
|
|
3901
3910
|
};
|
|
@@ -3945,6 +3954,9 @@ export declare const components: {
|
|
|
3945
3954
|
} & {
|
|
3946
3955
|
default: string;
|
|
3947
3956
|
};
|
|
3957
|
+
class: {
|
|
3958
|
+
type: import("vue").PropType<string | Record<string, any>>;
|
|
3959
|
+
};
|
|
3948
3960
|
isOpen: {
|
|
3949
3961
|
type: import("vue").PropType<boolean>;
|
|
3950
3962
|
};
|
|
@@ -4015,6 +4027,9 @@ export declare const components: {
|
|
|
4015
4027
|
type: import("vue").PropType<string>;
|
|
4016
4028
|
required: true;
|
|
4017
4029
|
};
|
|
4030
|
+
class: {
|
|
4031
|
+
type: import("vue").PropType<string | Record<string, any>>;
|
|
4032
|
+
};
|
|
4018
4033
|
isOpen: {
|
|
4019
4034
|
type: import("vue").PropType<boolean>;
|
|
4020
4035
|
};
|
|
@@ -4058,6 +4073,9 @@ export declare const components: {
|
|
|
4058
4073
|
type: import("vue").PropType<string>;
|
|
4059
4074
|
required: true;
|
|
4060
4075
|
};
|
|
4076
|
+
class: {
|
|
4077
|
+
type: import("vue").PropType<string | Record<string, any>>;
|
|
4078
|
+
};
|
|
4061
4079
|
isOpen: {
|
|
4062
4080
|
type: import("vue").PropType<boolean>;
|
|
4063
4081
|
};
|