react-restyle-components 0.2.97 → 0.2.98

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/README.md CHANGED
@@ -26,6 +26,15 @@ yarn add react-restyle-components
26
26
 
27
27
  https://appasaheb4.github.io/react-restyle-components
28
28
 
29
+
30
+ ### Built With
31
+
32
+ - [ReactJS](https://reactjs.org/)
33
+ - [Typescript](https://www.typescriptlang.org/)
34
+ - [Storybook](https://storybook.js.org/)
35
+ - [Jest](https://jestjs.io/m)
36
+ - [Playwright](https://playwright.dev/)
37
+
29
38
  ☆━━━━━━━━━━━━━━━━━━━☆☆━━━━━━━━━━━━━━━━━━━☆
30
39
  Github: www.github.com/appasaheb4 <br />
31
40
  Website: www.tech-abl.com
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IconBaseProps } from 'react-icons/lib';
2
3
  interface IconProps {
3
4
  nameIcon: string;
@@ -1 +1 @@
1
- {"version":3,"file":"icons.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/icons/icons.component.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAI9C,UAAU,SAAS;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,IAAI,0DAMd,SAAS,KAAG,WA8Ed,CAAC"}
1
+ {"version":3,"file":"icons.component.d.ts","sourceRoot":"","sources":["../../../../../../src/core-components/src/atoms/icons/icons.component.tsx"],"names":[],"mappings":";AAKA,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAI9C,UAAU,SAAS;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,aAAa,CAAC;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,IAAI,0DAMd,SAAS,KAAG,WA8Ed,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-restyle-components",
3
- "version": "0.2.97",
3
+ "version": "0.2.98",
4
4
  "private": false,
5
5
  "description": "Easy use restyle components",
6
6
  "author": {