@blocklet/pages-kit 0.4.100 → 0.4.102

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 COLOR_CONVERT_FUNCTION_NAME = "colorConvert";
2
+ export declare const isBrowserEnv: () => boolean;
@@ -22,7 +22,6 @@ export declare function mergeComponent({ componentId, getComponent, locale, defa
22
22
  export declare const RenderNestedComponent = "__RENDER_NESTED_COMPONENT__";
23
23
  export declare function safeJSONParse(value: string | Record<string, any>): any;
24
24
  export declare function safeYamlParse(value: string | Record<string, any>): any;
25
- export declare const isBrowserEnv: () => boolean;
26
25
  export declare const initDynamicParsePropertyValueHandlers: () => Promise<Record<string, any>>;
27
26
  export declare function parsePropertyValue(property: NonNullable<CustomComponent['properties']>[string]['data'], value: any, { locale, defaultLocale, propertyHandlers, }: {
28
27
  locale?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blocklet/pages-kit",
3
- "version": "0.4.100",
3
+ "version": "0.4.102",
4
4
  "description": "Pages Kit components and utils for blocklet(s)",
5
5
  "publishConfig": {
6
6
  "access": "public"