@bluepic/embed 0.4.0-next.193 → 0.4.0-next.195
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/bluepic-embed.iife.js +161 -161
- package/dist/bluepic-embed.umd.js +161 -161
- package/dist/embed/embed.d.ts +0 -2
- package/dist/main.cjs +84 -84
- package/dist/main.mjs +18096 -17363
- package/dist/style.css +1 -1
- package/dist/util/fieldHints/index.d.ts +1 -0
- package/dist/util/fieldHints/useChipHighlight.d.ts +29 -0
- package/dist/util/fieldHints/useHintReveal.d.ts +1 -0
- package/package.json +1 -1
package/dist/embed/embed.d.ts
CHANGED
|
@@ -9212,7 +9212,6 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
9212
9212
|
password: string | null;
|
|
9213
9213
|
customSlug: string | null;
|
|
9214
9214
|
customDomain: string | null;
|
|
9215
|
-
sharedWithOrganizations: number[];
|
|
9216
9215
|
exportActions: {
|
|
9217
9216
|
trigger: "user-gesture" | "onupdate";
|
|
9218
9217
|
label: string;
|
|
@@ -9351,7 +9350,6 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
9351
9350
|
password: string | null;
|
|
9352
9351
|
customSlug: string | null;
|
|
9353
9352
|
customDomain: string | null;
|
|
9354
|
-
sharedWithOrganizations: number[];
|
|
9355
9353
|
exportActions: {
|
|
9356
9354
|
trigger: "user-gesture" | "onupdate";
|
|
9357
9355
|
label: string;
|