@threedddplus/logoeditor 0.0.32 → 0.0.34
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/logoeditor.cjs.development.js +227 -21
- package/dist/logoeditor.cjs.development.js.map +1 -1
- package/dist/logoeditor.cjs.production.min.js +1 -1
- package/dist/logoeditor.cjs.production.min.js.map +1 -1
- package/dist/logoeditor.esm.js +227 -21
- package/dist/logoeditor.esm.js.map +1 -1
- package/dist/theme.d.ts +1 -1
- package/package.json +1 -1
package/dist/theme.d.ts
CHANGED
@@ -30,7 +30,7 @@ export declare const BUTTON_TEXT_COLOR = "text-white";
|
|
30
30
|
export declare const BUTTON_BG_COLOR = "bg-black";
|
31
31
|
export declare const INPUT_BG_COLOR = "bg-white";
|
32
32
|
export declare const TEXT_COLOR_1 = "text-[#5d5d5d]";
|
33
|
-
export declare const BACKDROP_BLUR = "backdrop-blur-[
|
33
|
+
export declare const BACKDROP_BLUR = "backdrop-blur-[45px]";
|
34
34
|
export declare const BACKDROP_BLUR_BG_COLOR = "bg-[#00000046]";
|
35
35
|
export declare const MODAL_BG_COLOR = "bg-[#ffffff]";
|
36
36
|
export declare const CARD_BG_COLOR = "bg-white";
|
package/package.json
CHANGED