@ctlyst.id/internal-ui 2.1.6 → 2.1.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.7",
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": "db0fc410f3c292366fd28afaa762f947673fc9e8"
73
73
  }