@mailstep/design-system 0.6.2-beta.5 → 0.6.2-beta.7

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.
Files changed (2) hide show
  1. package/package.json +2 -3
  2. package/ui/index.umd.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mailstep/design-system",
3
- "version": "0.6.2-beta.5",
3
+ "version": "0.6.2-beta.7",
4
4
  "license": "ISC",
5
5
  "type": "module",
6
6
  "main": "./ui/index.js",
@@ -60,7 +60,7 @@
60
60
  "eslint-plugin-storybook": "0.6.15",
61
61
  "faker": "^5.1.0",
62
62
  "immer": "9.0.7",
63
- "lodash": "^4.17.21",
63
+ "lodash-es": "^4.17.21",
64
64
  "luxon": "^3.4.4",
65
65
  "moment": "^2.30.1",
66
66
  "react": "^18.2.0",
@@ -105,7 +105,6 @@
105
105
  "@xstyled/styled-components": "^3.8.0",
106
106
  "babel-plugin-macros": "^3.1.0",
107
107
  "immer": "9.0.7",
108
- "lodash": "^4.17.21",
109
108
  "luxon": "^3.4.4",
110
109
  "moment": "^2.30.1",
111
110
  "react": "^18.2.0",
package/ui/index.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(ie,x){typeof exports=="object"&&typeof module<"u"?x(exports,require("react"),require("react-dom"),require("styled-components"),require("lodash")):typeof define=="function"&&define.amd?define(["exports","react","react-dom","styled-components","lodash"],x):(ie=typeof globalThis<"u"?globalThis:ie||self,x(ie["@mailstep/design-system"]={},ie.React,ie.ReactDOM,ie.styled,ie.lodash$2))})(this,function(ie,x,Rn,Xt,HN){"use strict";var lSe=Object.defineProperty;var cSe=(ie,x,Rn)=>x in ie?lSe(ie,x,{enumerable:!0,configurable:!0,writable:!0,value:Rn}):ie[x]=Rn;var WN=(ie,x,Rn)=>(cSe(ie,typeof x!="symbol"?x+"":x,Rn),Rn);function c5(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const Ie=c5(x),GN=c5(Rn);var Bn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function pi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var M0={exports:{}},yl={};/**
1
+ (function(ie,x){typeof exports=="object"&&typeof module<"u"?x(exports,require("react"),require("react-dom"),require("styled-components"),require("lodash")):typeof define=="function"&&define.amd?define(["exports","react","react-dom","styled-components","lodash"],x):(ie=typeof globalThis<"u"?globalThis:ie||self,x(ie["@mailstep/design-system"]={},ie.React,ie.ReactDOM,ie.styled,ie["lodash-es"]))})(this,function(ie,x,Rn,Xt,HN){"use strict";var lSe=Object.defineProperty;var cSe=(ie,x,Rn)=>x in ie?lSe(ie,x,{enumerable:!0,configurable:!0,writable:!0,value:Rn}):ie[x]=Rn;var WN=(ie,x,Rn)=>(cSe(ie,typeof x!="symbol"?x+"":x,Rn),Rn);function c5(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const r in e)if(r!=="default"){const n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:()=>e[r]})}}return t.default=e,Object.freeze(t)}const Ie=c5(x),GN=c5(Rn);var Bn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function pi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var M0={exports:{}},yl={};/**
2
2
  * @license React
3
3
  * react-jsx-runtime.production.min.js
4
4
  *