app-v3-scripts-editor 1.5.7 → 1.5.8

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.
@@ -0,0 +1,2 @@
1
+ export declare const SCRIPTS_EDITOR_ANT_PREFIX = "scripts-editor";
2
+ export declare const SCRIPTS_EDITOR_ICON_PREFIX = "scripts-editor-icon";
@@ -0,0 +1,6 @@
1
+ import { style as vanillaStyle } from '@vanilla-extract/css';
2
+ type VanillaStyleArgs = Parameters<typeof vanillaStyle>[0];
3
+ export declare const markImportant: (input: VanillaStyleArgs) => VanillaStyleArgs;
4
+ export declare const importantStyle: (rules: VanillaStyleArgs) => string;
5
+ declare const style: (rules: VanillaStyleArgs) => string;
6
+ export default style;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "app-v3-scripts-editor",
3
3
  "private": false,
4
- "version": "1.5.7",
4
+ "version": "1.5.8",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/ucall-asia/app-v3-scripts-editor.git"