@ctlyst.id/internal-ui 2.1.7 → 2.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,8 +5,9 @@ declare const _default: {
5
5
  };
6
6
  export default _default;
7
7
  export declare const Provider: () => JSX.Element;
8
- export declare const theme: Record<string, any>;
8
+ export declare const catalysttheme: Record<string, any>;
9
9
  export declare const voilatheme: Record<string, any>;
10
+ export declare const sellertheme: Record<string, any>;
10
11
  export declare const CatalystProvider: ({ children }: {
11
12
  children: React.ReactNode;
12
13
  }) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "Voila Internal UI Component",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/internal-ui.esm.js",
@@ -69,5 +69,5 @@
69
69
  "framer-motion": "^6.3.13",
70
70
  "jest": "^26.6.3"
71
71
  },
72
- "gitHead": "db0fc410f3c292366fd28afaa762f947673fc9e8"
72
+ "gitHead": "7f34a08639b27d83530fb6c8858565a29288eaf6"
73
73
  }