@plasmicpkgs/plasmic-rich-components 1.0.144 → 1.0.146

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/utils.d.ts CHANGED
@@ -2,7 +2,6 @@ import { ComponentMeta, default as registerComponent } from "@plasmicapp/host/re
2
2
  import { default as registerGlobalContext, GlobalContextMeta } from "@plasmicapp/host/registerGlobalContext";
3
3
  import { default as registerToken } from "@plasmicapp/host/registerToken";
4
4
  import React from "react";
5
- import { DateTime } from "luxon";
6
5
  export type Registerable = {
7
6
  registerComponent: typeof registerComponent;
8
7
  registerGlobalContext: typeof registerGlobalContext;
@@ -33,7 +32,6 @@ export declare function maybe<T, U>(x: T | undefined | null, f: (y: T) => U): U
33
32
  * @returns Returns true for strings in ISO 8601 format
34
33
  */
35
34
  export declare function isValidIsoDate(str: string | undefined, extendedOnly?: boolean): boolean;
36
- export declare function parseDate(value: unknown): DateTime | undefined;
37
35
  export declare function isLikeDate(value: unknown): boolean;
38
36
  export declare function isLikeImage(value: unknown): false | RegExpMatchArray | null;
39
37
  export declare function isLikeColor(value: unknown): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plasmicpkgs/plasmic-rich-components",
3
- "version": "1.0.144",
3
+ "version": "1.0.146",
4
4
  "description": "Rich batteries-included general purpose components for business apps, admin panels, etc.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -33,8 +33,8 @@
33
33
  "devDependencies": {
34
34
  "@ant-design/icons": "^5.0.1",
35
35
  "@ant-design/pro-components": "2.6.4",
36
- "@plasmicapp/data-sources": "0.1.128",
37
- "@plasmicapp/host": "1.0.173",
36
+ "@plasmicapp/data-sources": "0.1.129",
37
+ "@plasmicapp/host": "1.0.174",
38
38
  "@rollup/plugin-commonjs": "^25.0.2",
39
39
  "@rollup/plugin-json": "^6.0.0",
40
40
  "@rollup/plugin-node-resolve": "^15.1.0",
@@ -62,11 +62,11 @@
62
62
  "access": "public"
63
63
  },
64
64
  "dependencies": {
65
+ "@plasmicpkgs/luxon-parser": "^3.4.4",
65
66
  "csv-writer-browser": "^1.0.0",
66
67
  "fast-stringify": "^2.0.0",
67
68
  "lodash": "^4.17.21",
68
- "luxon": "^3.3.0",
69
69
  "tinycolor2": "^1.6.0"
70
70
  },
71
- "gitHead": "7e568e741a82d5b77452edbc4d8d4492bf02441f"
71
+ "gitHead": "2de6199d56a825183e44646305c305d7bf8c9764"
72
72
  }