@ctzhian/tiptap 2.1.6 → 2.1.7
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 +1 @@
|
|
|
1
|
-
export declare const customStyles = "\n .PhotoView-Slider__toolbar {\n display: none !important;\n }\n \n .PhotoView-Slider__banner {\n display: none !important;\n }\n \n .PhotoView-Slider__toolbar-custom {\n position: fixed !important;\n bottom: 0 !important;\n top: auto !important;\n left: 0 !important;\n right: 0 !important;\n z-index: 10000 !important;\n transform: none !important;\n }\n";
|
|
1
|
+
export declare const customStyles = "\n .PhotoView-Slider__toolbar {\n display: none !important;\n }\n \n .PhotoView-Slider__banner {\n display: none !important;\n }\n \n .PhotoView-Slider__toolbar-custom {\n position: fixed !important;\n bottom: 0 !important;\n top: auto !important;\n left: 0 !important;\n right: 0 !important;\n z-index: 10000 !important;\n transform: none !important;\n }\n\n /* \u6BDB\u73BB\u7483\u6548\u679C */\n .PhotoView-Slider__Backdrop {\n backdrop-filter: blur(10px) saturate(180%);\n }\n\n /* \u8986\u76D6\u9ED8\u8BA4\u52A8\u753B\u6548\u679C */\n .PhotoView-Slider__Backdrop,\n .PhotoView-Slider__Backdrop * {\n transition-timing-function: initial !important;\n transition-duration: initial !important;\n animation-duration: initial !important;\n }\n";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var customStyles = "\n .PhotoView-Slider__toolbar {\n display: none !important;\n }\n \n .PhotoView-Slider__banner {\n display: none !important;\n }\n \n .PhotoView-Slider__toolbar-custom {\n position: fixed !important;\n bottom: 0 !important;\n top: auto !important;\n left: 0 !important;\n right: 0 !important;\n z-index: 10000 !important;\n transform: none !important;\n }\n";
|
|
1
|
+
export var customStyles = "\n .PhotoView-Slider__toolbar {\n display: none !important;\n }\n \n .PhotoView-Slider__banner {\n display: none !important;\n }\n \n .PhotoView-Slider__toolbar-custom {\n position: fixed !important;\n bottom: 0 !important;\n top: auto !important;\n left: 0 !important;\n right: 0 !important;\n z-index: 10000 !important;\n transform: none !important;\n }\n\n /* \u6BDB\u73BB\u7483\u6548\u679C */\n .PhotoView-Slider__Backdrop {\n backdrop-filter: blur(10px) saturate(180%);\n }\n\n /* \u8986\u76D6\u9ED8\u8BA4\u52A8\u753B\u6548\u679C */\n .PhotoView-Slider__Backdrop,\n .PhotoView-Slider__Backdrop * {\n transition-timing-function: initial !important;\n transition-duration: initial !important;\n animation-duration: initial !important;\n }\n";
|