@bluepic/embed 0.1.81 → 0.1.83

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.
Files changed (33) hide show
  1. package/lib/bluepic-embed.es.js +1705 -1582
  2. package/lib/bluepic-embed.umd.js +38 -38
  3. package/lib/components/BluepicEmbeddedEditor.vue.d.ts +352 -0
  4. package/lib/components/BluepicEmbeddedEditor.vue.d.ts.map +1 -1
  5. package/lib/components/CollectionEntryFields.vue.d.ts +8 -0
  6. package/lib/components/CollectionEntryFields.vue.d.ts.map +1 -1
  7. package/lib/components/CollectionFieldPopup.vue.d.ts +8 -0
  8. package/lib/components/CollectionFieldPopup.vue.d.ts.map +1 -1
  9. package/lib/components/Fields.vue.d.ts +8 -0
  10. package/lib/components/Fields.vue.d.ts.map +1 -1
  11. package/lib/components/ImportData.vue.d.ts +328 -0
  12. package/lib/components/ImportData.vue.d.ts.map +1 -1
  13. package/lib/components/KioskField.vue.d.ts +8 -0
  14. package/lib/components/KioskField.vue.d.ts.map +1 -1
  15. package/lib/components/MobileFieldsSlide.vue.d.ts +8 -0
  16. package/lib/components/MobileFieldsSlide.vue.d.ts.map +1 -1
  17. package/lib/components/TableDataMatcher.vue.d.ts +328 -0
  18. package/lib/components/TableDataMatcher.vue.d.ts.map +1 -1
  19. package/lib/components/fields/Collection.vue.d.ts +8 -0
  20. package/lib/components/fields/Collection.vue.d.ts.map +1 -1
  21. package/lib/components/fields/Group.vue.d.ts +8 -0
  22. package/lib/components/fields/Group.vue.d.ts.map +1 -1
  23. package/lib/components/fields/HighlightedText.vue.d.ts +12278 -0
  24. package/lib/components/fields/HighlightedText.vue.d.ts.map +1 -0
  25. package/lib/components/fields/ImageEdit.vue.d.ts.map +1 -1
  26. package/lib/components/fields/index.d.ts +1 -0
  27. package/lib/components/fields/index.d.ts.map +1 -1
  28. package/lib/style.css +1 -1
  29. package/lib/util/fields.d.ts +16 -0
  30. package/lib/util/fields.d.ts.map +1 -1
  31. package/lib/util/useTheme.d.ts +33 -0
  32. package/lib/util/useTheme.d.ts.map +1 -1
  33. package/package.json +2 -2
@@ -84,6 +84,15 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
84
84
  "slider-value-background-color-focus"?: string | undefined;
85
85
  "progress-background-color"?: string | undefined;
86
86
  "progress-value-color"?: string | undefined;
87
+ "radio-background-color"?: string | undefined;
88
+ "radio-background-color-active"?: string | undefined;
89
+ "radio-background-color-hover"?: string | undefined;
90
+ "radio-border"?: string | undefined;
91
+ "radio-border-active"?: string | undefined;
92
+ "radio-border-color-hover"?: string | undefined;
93
+ "radio-label-color"?: string | undefined;
94
+ "radio-label-color-active"?: string | undefined;
95
+ "radio-symbol-color"?: string | undefined;
87
96
  "tab-color"?: string | undefined;
88
97
  "tab-color-active"?: string | undefined;
89
98
  "tab-segment-background-color"?: string | undefined;
@@ -124,6 +133,8 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
124
133
  "editor-view-background-color"?: string | undefined;
125
134
  "fields-view-background-color"?: string | undefined;
126
135
  "live-view-background-color"?: string | undefined;
136
+ "tooltip-background-color"?: string | undefined;
137
+ "tooltip-text-color"?: string | undefined;
127
138
  }, Partial<{
128
139
  "primary-color-base": string;
129
140
  "primary-color-light": string;
@@ -208,6 +219,15 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
208
219
  "slider-value-background-color-focus": string;
209
220
  "progress-background-color": string;
210
221
  "progress-value-color": string;
222
+ "radio-background-color": string;
223
+ "radio-background-color-active": string;
224
+ "radio-background-color-hover": string;
225
+ "radio-border": string;
226
+ "radio-border-active": string;
227
+ "radio-border-color-hover": string;
228
+ "radio-label-color": string;
229
+ "radio-label-color-active": string;
230
+ "radio-symbol-color": string;
211
231
  "tab-color": string;
212
232
  "tab-color-active": string;
213
233
  "tab-segment-background-color": string;
@@ -248,6 +268,8 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
248
268
  "editor-view-background-color": string;
249
269
  "fields-view-background-color": string;
250
270
  "live-view-background-color": string;
271
+ "tooltip-background-color": string;
272
+ "tooltip-text-color": string;
251
273
  }> | {
252
274
  "primary-color-base"?: string | undefined;
253
275
  "primary-color-light"?: string | undefined;
@@ -332,6 +354,15 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
332
354
  "slider-value-background-color-focus"?: string | undefined;
333
355
  "progress-background-color"?: string | undefined;
334
356
  "progress-value-color"?: string | undefined;
357
+ "radio-background-color"?: string | undefined;
358
+ "radio-background-color-active"?: string | undefined;
359
+ "radio-background-color-hover"?: string | undefined;
360
+ "radio-border"?: string | undefined;
361
+ "radio-border-active"?: string | undefined;
362
+ "radio-border-color-hover"?: string | undefined;
363
+ "radio-label-color"?: string | undefined;
364
+ "radio-label-color-active"?: string | undefined;
365
+ "radio-symbol-color"?: string | undefined;
335
366
  "tab-color"?: string | undefined;
336
367
  "tab-color-active"?: string | undefined;
337
368
  "tab-segment-background-color"?: string | undefined;
@@ -372,5 +403,7 @@ export declare function useTheme(bluepicAppWrapperSelector?: string, darkmode?:
372
403
  "editor-view-background-color"?: string | undefined;
373
404
  "fields-view-background-color"?: string | undefined;
374
405
  "live-view-background-color"?: string | undefined;
406
+ "tooltip-background-color"?: string | undefined;
407
+ "tooltip-text-color"?: string | undefined;
375
408
  }>;
376
409
  //# sourceMappingURL=useTheme.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["useTheme.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,GAAG,EAAsB,MAAM,KAAK,CAAC;AAM7D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,0BAYzC;AASH,wBAAgB,QAAQ,CAAC,yBAAyB,SAA8B,EAAE,QAAQ,GAAE,OAAO,GAAG,MAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCpH"}
1
+ {"version":3,"file":"useTheme.d.ts","sourceRoot":"","sources":["useTheme.ts"],"names":[],"mappings":"AAEA,OAAO,EAAiB,GAAG,EAAsB,MAAM,KAAK,CAAC;AAM7D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,0BAYzC;AASH,wBAAgB,QAAQ,CAAC,yBAAyB,SAA8B,EAAE,QAAQ,GAAE,OAAO,GAAG,MAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAyCpH"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
3
  "private": false,
4
- "version": "0.1.81",
4
+ "version": "0.1.83",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "package.json",
@@ -60,7 +60,7 @@
60
60
  "vue": "^3.4.27"
61
61
  },
62
62
  "devDependencies": {
63
- "@bluepic/types": "^0.1.374",
63
+ "@bluepic/types": "^0.1.387",
64
64
  "@types/css": "^0.0.38",
65
65
  "@types/downloadjs": "^1.4.6",
66
66
  "@types/lodash": "^4.17.14",