@ctlyst.id/internal-ui 2.1.6 → 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;
@@ -1,4 +1,3 @@
1
- import 'react-toastify/dist/ReactToastify.css';
2
1
  import type { FC } from 'react';
3
2
  import React from 'react';
4
3
  import type { ProviderContextObject, ProviderProps } from '../types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctlyst.id/internal-ui",
3
- "version": "2.1.6",
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": "9ddc674d3fef56b61fc8a5772673ded69e400076"
72
+ "gitHead": "7f34a08639b27d83530fb6c8858565a29288eaf6"
73
73
  }