@bluepic/embed 0.1.53 → 0.1.54
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/lib/bluepic-embed.es.js +18994 -18958
- package/lib/bluepic-embed.umd.js +125 -125
- package/lib/util/useTheme.d.ts +232 -5
- package/lib/util/useTheme.d.ts.map +1 -1
- package/package.json +1 -1
package/lib/util/useTheme.d.ts
CHANGED
|
@@ -1,7 +1,234 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { EmbedV2 } from '@bluepic/types';
|
|
1
|
+
import { Ref } from 'vue';
|
|
3
2
|
export declare function getThemeStyle(rawCSS: string): Record<string, string>;
|
|
4
|
-
export declare function useTheme(
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
export declare function useTheme(bluepicAppWrapperSelector?: string): Ref<{
|
|
4
|
+
"primary-color-base": string;
|
|
5
|
+
"primary-color-light": string;
|
|
6
|
+
"primary-color-dark": string;
|
|
7
|
+
"primary-color-bright": string;
|
|
8
|
+
"success-color-base": string;
|
|
9
|
+
"success-color-light": string;
|
|
10
|
+
"success-color-dark": string;
|
|
11
|
+
"success-color-darker": string;
|
|
12
|
+
"error-color-base": string;
|
|
13
|
+
"error-color-light": string;
|
|
14
|
+
"error-color-dark": string;
|
|
15
|
+
"error-color-darker": string;
|
|
16
|
+
"warning-color-base": string;
|
|
17
|
+
"warning-color-light": string;
|
|
18
|
+
"warning-color-dark": string;
|
|
19
|
+
"warning-color-darker": string;
|
|
20
|
+
"border-color-base": string;
|
|
21
|
+
"text-color-base": string;
|
|
22
|
+
"text-color-alt": string;
|
|
23
|
+
"card-border-color": string;
|
|
24
|
+
"card-background-color": string;
|
|
25
|
+
"card-background-color-hover": string;
|
|
26
|
+
"card-header-divider-color": string;
|
|
27
|
+
"card-footer-divider-color": string;
|
|
28
|
+
"card-footer-background-color": string;
|
|
29
|
+
"popover-without-darkened-bg-background-color": string;
|
|
30
|
+
"popover-without-darkened-bg-box-shadow": string;
|
|
31
|
+
"input-border-color": string;
|
|
32
|
+
"input-border-color-hover": string;
|
|
33
|
+
"input-border-color-focus": string;
|
|
34
|
+
"input-shadow-focus-color": string;
|
|
35
|
+
"input-background-color": string;
|
|
36
|
+
"input-outline-color-focus": string;
|
|
37
|
+
"input-border-color-disabled": string;
|
|
38
|
+
"input-opacity-disabled": string;
|
|
39
|
+
"checkbox-border-color": string;
|
|
40
|
+
"checkbox-outline-color-focus": string;
|
|
41
|
+
"checkbox-border-color-focus": string;
|
|
42
|
+
"checkbox-border-color-checked": string;
|
|
43
|
+
"checkbox-background-color-checked": string;
|
|
44
|
+
"labeled-text-color": string;
|
|
45
|
+
"label-background-color": string;
|
|
46
|
+
"select-background-color": string;
|
|
47
|
+
"select-background-color-hover": string;
|
|
48
|
+
"select-background-color-focus": string;
|
|
49
|
+
"select-border": string;
|
|
50
|
+
"select-border-hover": string;
|
|
51
|
+
"select-border-focus": string;
|
|
52
|
+
"select-color": string;
|
|
53
|
+
"select-color-hover": string;
|
|
54
|
+
"select-color-focus": string;
|
|
55
|
+
"popover-background-color": string;
|
|
56
|
+
"popover-border": string;
|
|
57
|
+
"popover-arrow-border-color": string;
|
|
58
|
+
"popup-background-color": string;
|
|
59
|
+
"menu-item-color": string;
|
|
60
|
+
"menu-item-color-active": string;
|
|
61
|
+
"menu-item-background-color": string;
|
|
62
|
+
"menu-item-background-color-active": string;
|
|
63
|
+
"menu-item-background-color-hover": string;
|
|
64
|
+
"list-divider": string;
|
|
65
|
+
"list-item-background-color-hover": string;
|
|
66
|
+
"empty-text-color": string;
|
|
67
|
+
"select-button-background-color": string;
|
|
68
|
+
"select-button-background-color-hover": string;
|
|
69
|
+
"tag-background-color": string;
|
|
70
|
+
"tag-color": string;
|
|
71
|
+
"tag-border-color": string;
|
|
72
|
+
"tag-error-background-color": string;
|
|
73
|
+
"tag-error-color": string;
|
|
74
|
+
"tag-error-border-color": string;
|
|
75
|
+
"slider-body-background-color": string;
|
|
76
|
+
"slider-body-background-color-hover": string;
|
|
77
|
+
"slider-body-background-color-focus": string;
|
|
78
|
+
"slider-thumb-background-color": string;
|
|
79
|
+
"slider-thumb-background-color-hover": string;
|
|
80
|
+
"slider-thumb-background-color-focus": string;
|
|
81
|
+
"slider-thumb-box-shadow": string;
|
|
82
|
+
"slider-value-background-color": string;
|
|
83
|
+
"slider-value-background-color-hover": string;
|
|
84
|
+
"slider-value-background-color-focus": string;
|
|
85
|
+
"progress-background-color": string;
|
|
86
|
+
"progress-value-color": string;
|
|
87
|
+
"tab-color": string;
|
|
88
|
+
"tab-color-active": string;
|
|
89
|
+
"tab-segment-background-color": string;
|
|
90
|
+
"tab-segment-background-color-active": string;
|
|
91
|
+
"tab-segment-color": string;
|
|
92
|
+
"tab-segment-color-active": string;
|
|
93
|
+
"button-border": string;
|
|
94
|
+
"button-border-hover": string;
|
|
95
|
+
"button-border-focus": string;
|
|
96
|
+
"button-background-color": string;
|
|
97
|
+
"button-background-color-hover": string;
|
|
98
|
+
"button-background-color-focus": string;
|
|
99
|
+
"button-text-color": string;
|
|
100
|
+
"button-text-color-hover": string;
|
|
101
|
+
"button-text-color-focus": string;
|
|
102
|
+
"button-box-shadow": string;
|
|
103
|
+
"button-box-shadow-hover": string;
|
|
104
|
+
"button-secondary-border": string;
|
|
105
|
+
"button-secondary-border-hover": string;
|
|
106
|
+
"button-secondary-border-focus": string;
|
|
107
|
+
"button-secondary-background-color": string;
|
|
108
|
+
"button-secondary-background-color-hover": string;
|
|
109
|
+
"button-secondary-background-color-focus": string;
|
|
110
|
+
"button-secondary-text-color": string;
|
|
111
|
+
"button-secondary-text-color-hover": string;
|
|
112
|
+
"button-secondary-text-color-focus": string;
|
|
113
|
+
"button-secondary-box-shadow": string;
|
|
114
|
+
"button-secondary-box-shadow-hover": string;
|
|
115
|
+
"message-body-background-color": string;
|
|
116
|
+
"message-body-text-color": string;
|
|
117
|
+
"message-body-border": string;
|
|
118
|
+
} | undefined, {
|
|
119
|
+
"primary-color-base": string;
|
|
120
|
+
"primary-color-light": string;
|
|
121
|
+
"primary-color-dark": string;
|
|
122
|
+
"primary-color-bright": string;
|
|
123
|
+
"success-color-base": string;
|
|
124
|
+
"success-color-light": string;
|
|
125
|
+
"success-color-dark": string;
|
|
126
|
+
"success-color-darker": string;
|
|
127
|
+
"error-color-base": string;
|
|
128
|
+
"error-color-light": string;
|
|
129
|
+
"error-color-dark": string;
|
|
130
|
+
"error-color-darker": string;
|
|
131
|
+
"warning-color-base": string;
|
|
132
|
+
"warning-color-light": string;
|
|
133
|
+
"warning-color-dark": string;
|
|
134
|
+
"warning-color-darker": string;
|
|
135
|
+
"border-color-base": string;
|
|
136
|
+
"text-color-base": string;
|
|
137
|
+
"text-color-alt": string;
|
|
138
|
+
"card-border-color": string;
|
|
139
|
+
"card-background-color": string;
|
|
140
|
+
"card-background-color-hover": string;
|
|
141
|
+
"card-header-divider-color": string;
|
|
142
|
+
"card-footer-divider-color": string;
|
|
143
|
+
"card-footer-background-color": string;
|
|
144
|
+
"popover-without-darkened-bg-background-color": string;
|
|
145
|
+
"popover-without-darkened-bg-box-shadow": string;
|
|
146
|
+
"input-border-color": string;
|
|
147
|
+
"input-border-color-hover": string;
|
|
148
|
+
"input-border-color-focus": string;
|
|
149
|
+
"input-shadow-focus-color": string;
|
|
150
|
+
"input-background-color": string;
|
|
151
|
+
"input-outline-color-focus": string;
|
|
152
|
+
"input-border-color-disabled": string;
|
|
153
|
+
"input-opacity-disabled": string;
|
|
154
|
+
"checkbox-border-color": string;
|
|
155
|
+
"checkbox-outline-color-focus": string;
|
|
156
|
+
"checkbox-border-color-focus": string;
|
|
157
|
+
"checkbox-border-color-checked": string;
|
|
158
|
+
"checkbox-background-color-checked": string;
|
|
159
|
+
"labeled-text-color": string;
|
|
160
|
+
"label-background-color": string;
|
|
161
|
+
"select-background-color": string;
|
|
162
|
+
"select-background-color-hover": string;
|
|
163
|
+
"select-background-color-focus": string;
|
|
164
|
+
"select-border": string;
|
|
165
|
+
"select-border-hover": string;
|
|
166
|
+
"select-border-focus": string;
|
|
167
|
+
"select-color": string;
|
|
168
|
+
"select-color-hover": string;
|
|
169
|
+
"select-color-focus": string;
|
|
170
|
+
"popover-background-color": string;
|
|
171
|
+
"popover-border": string;
|
|
172
|
+
"popover-arrow-border-color": string;
|
|
173
|
+
"popup-background-color": string;
|
|
174
|
+
"menu-item-color": string;
|
|
175
|
+
"menu-item-color-active": string;
|
|
176
|
+
"menu-item-background-color": string;
|
|
177
|
+
"menu-item-background-color-active": string;
|
|
178
|
+
"menu-item-background-color-hover": string;
|
|
179
|
+
"list-divider": string;
|
|
180
|
+
"list-item-background-color-hover": string;
|
|
181
|
+
"empty-text-color": string;
|
|
182
|
+
"select-button-background-color": string;
|
|
183
|
+
"select-button-background-color-hover": string;
|
|
184
|
+
"tag-background-color": string;
|
|
185
|
+
"tag-color": string;
|
|
186
|
+
"tag-border-color": string;
|
|
187
|
+
"tag-error-background-color": string;
|
|
188
|
+
"tag-error-color": string;
|
|
189
|
+
"tag-error-border-color": string;
|
|
190
|
+
"slider-body-background-color": string;
|
|
191
|
+
"slider-body-background-color-hover": string;
|
|
192
|
+
"slider-body-background-color-focus": string;
|
|
193
|
+
"slider-thumb-background-color": string;
|
|
194
|
+
"slider-thumb-background-color-hover": string;
|
|
195
|
+
"slider-thumb-background-color-focus": string;
|
|
196
|
+
"slider-thumb-box-shadow": string;
|
|
197
|
+
"slider-value-background-color": string;
|
|
198
|
+
"slider-value-background-color-hover": string;
|
|
199
|
+
"slider-value-background-color-focus": string;
|
|
200
|
+
"progress-background-color": string;
|
|
201
|
+
"progress-value-color": string;
|
|
202
|
+
"tab-color": string;
|
|
203
|
+
"tab-color-active": string;
|
|
204
|
+
"tab-segment-background-color": string;
|
|
205
|
+
"tab-segment-background-color-active": string;
|
|
206
|
+
"tab-segment-color": string;
|
|
207
|
+
"tab-segment-color-active": string;
|
|
208
|
+
"button-border": string;
|
|
209
|
+
"button-border-hover": string;
|
|
210
|
+
"button-border-focus": string;
|
|
211
|
+
"button-background-color": string;
|
|
212
|
+
"button-background-color-hover": string;
|
|
213
|
+
"button-background-color-focus": string;
|
|
214
|
+
"button-text-color": string;
|
|
215
|
+
"button-text-color-hover": string;
|
|
216
|
+
"button-text-color-focus": string;
|
|
217
|
+
"button-box-shadow": string;
|
|
218
|
+
"button-box-shadow-hover": string;
|
|
219
|
+
"button-secondary-border": string;
|
|
220
|
+
"button-secondary-border-hover": string;
|
|
221
|
+
"button-secondary-border-focus": string;
|
|
222
|
+
"button-secondary-background-color": string;
|
|
223
|
+
"button-secondary-background-color-hover": string;
|
|
224
|
+
"button-secondary-background-color-focus": string;
|
|
225
|
+
"button-secondary-text-color": string;
|
|
226
|
+
"button-secondary-text-color-hover": string;
|
|
227
|
+
"button-secondary-text-color-focus": string;
|
|
228
|
+
"button-secondary-box-shadow": string;
|
|
229
|
+
"button-secondary-box-shadow-hover": string;
|
|
230
|
+
"message-body-background-color": string;
|
|
231
|
+
"message-body-text-color": string;
|
|
232
|
+
"message-body-border": string;
|
|
233
|
+
} | undefined>;
|
|
7
234
|
//# sourceMappingURL=useTheme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["useTheme.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["useTheme.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,GAAG,EAAsB,MAAM,KAAK,CAAC;AAK7D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,0BAYzC;AAIH,wBAAgB,QAAQ,CAAC,yBAAyB,SAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAyC/E"}
|