monica-alexandria 4.2.7 → 4.2.8
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/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import*as e from"react";import t,{useState as n,createContext as r,useContext as a,useEffect as o,useMemo as i,forwardRef as c,useCallback as l,useImperativeHandle as s,useLayoutEffect as u,cloneElement as d,Component as p,createRef as m,useRef as f,createElement as h,Fragment as g,useReducer as v}from"react";import y,{keyframes as w}from"styled-components";import{jsxs as b,jsx as x}from"react/jsx-runtime";import*as E from"react-dom";import k from"react-dom";import{CSSTransition as _}from"react-transition-group";const C=y.button`
|
|
1
|
+
import*as e from"react";import t,{useState as n,createContext as r,useContext as a,useEffect as o,useMemo as i,forwardRef as c,useCallback as l,useImperativeHandle as s,useLayoutEffect as u,cloneElement as d,Component as p,createRef as m,useRef as f,createElement as h,Fragment as g,useReducer as v}from"react";import y,{keyframes as w}from"styled-components";import{jsxs as b,jsx as x}from"react/jsx-runtime";import*as E from"react-dom";import k from"react-dom";import"react-datepicker/dist/react-datepicker.css";import{CSSTransition as _}from"react-transition-group";const C=y.button`
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: 1rem;
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),n=require("react/jsx-runtime"),a=require("react-dom")
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("react"),t=require("styled-components"),n=require("react/jsx-runtime"),a=require("react-dom");require("react-datepicker/dist/react-datepicker.css");var r=require("react-transition-group");function o(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function i(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var a=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,a.get?a:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var l=o(e),c=i(e),s=o(t),u=i(a),d=o(a);const p=s.default.button`
|
|
2
2
|
display: flex;
|
|
3
3
|
align-items: center;
|
|
4
4
|
gap: 1rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monica-alexandria",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.8",
|
|
4
4
|
"description": "A styled-components styles library for Doitforme platorm and universal tweeks to create your own new styled library for your project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.es.js",
|