@bluepic/embed 0.1.54 → 0.1.55

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.
@@ -1,6 +1,6 @@
1
1
  import { Ref } from 'vue';
2
2
  export declare function getThemeStyle(rawCSS: string): Record<string, string>;
3
- export declare function useTheme(bluepicAppWrapperSelector?: string): Ref<{
3
+ export declare function useTheme(bluepicAppWrapperSelector?: string): Ref<Partial<{
4
4
  "primary-color-base": string;
5
5
  "primary-color-light": string;
6
6
  "primary-color-dark": string;
@@ -115,7 +115,7 @@ export declare function useTheme(bluepicAppWrapperSelector?: string): Ref<{
115
115
  "message-body-background-color": string;
116
116
  "message-body-text-color": string;
117
117
  "message-body-border": string;
118
- } | undefined, {
118
+ }> | undefined, Partial<{
119
119
  "primary-color-base": string;
120
120
  "primary-color-light": string;
121
121
  "primary-color-dark": string;
@@ -230,5 +230,5 @@ export declare function useTheme(bluepicAppWrapperSelector?: string): Ref<{
230
230
  "message-body-background-color": string;
231
231
  "message-body-text-color": string;
232
232
  "message-body-border": string;
233
- } | undefined>;
233
+ }> | undefined>;
234
234
  //# 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;AAK7D,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,0BAYzC;AAIH,wBAAgB,QAAQ,CAAC,yBAAyB,SAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eAyC/E"}
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAyC/E"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bluepic/embed",
3
3
  "private": false,
4
- "version": "0.1.54",
4
+ "version": "0.1.55",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "package.json",