@elliemae/ds-banner 3.1.5-rc.8 → 3.2.0-rc.2

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.
@@ -28,22 +28,22 @@ var import_react = __toESM(require("react"));
28
28
  var import_ds_icons = require("@elliemae/ds-icons");
29
29
  const icons = {
30
30
  success: /* @__PURE__ */ import_react.default.createElement(import_ds_icons.SuccessFill, {
31
- color: ["success", 900],
31
+ color: ["success", "900"],
32
32
  width: "20px",
33
33
  height: "20px"
34
34
  }),
35
35
  info: /* @__PURE__ */ import_react.default.createElement(import_ds_icons.InfoFill, {
36
- color: ["brand-primary", 600],
36
+ color: ["brand-primary", "600"],
37
37
  width: "20px",
38
38
  height: "20px"
39
39
  }),
40
40
  danger: /* @__PURE__ */ import_react.default.createElement(import_ds_icons.AlertsDetailFill, {
41
- color: ["danger", 900],
41
+ color: ["danger", "900"],
42
42
  width: "20px",
43
43
  height: "20px"
44
44
  }),
45
45
  warning: /* @__PURE__ */ import_react.default.createElement(import_ds_icons.WarningSquare, {
46
- color: ["warning", 900],
46
+ color: ["warning", "900"],
47
47
  width: "20px",
48
48
  height: "20px"
49
49
  })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/utils/icons.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import React from 'react';\nimport { AlertsDetailFill, InfoFill, SuccessFill, WarningSquare } from '@elliemae/ds-icons';\n\nexport const icons: Record<string, JSX.Element> = {\n success: <SuccessFill color={['success', 900]} width=\"20px\" height=\"20px\" />,\n info: <InfoFill color={['brand-primary', 600]} width=\"20px\" height=\"20px\" />,\n danger: <AlertsDetailFill color={['danger', 900]} width=\"20px\" height=\"20px\" />,\n warning: <WarningSquare color={['warning', 900]} width=\"20px\" height=\"20px\" />,\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAkB;AAClB,sBAAuE;AAEhE,MAAM,QAAqC;AAAA,EAChD,SAAS,mDAAC;AAAA,IAAY,OAAO,CAAC,WAAW,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC1E,MAAM,mDAAC;AAAA,IAAS,OAAO,CAAC,iBAAiB,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC1E,QAAQ,mDAAC;AAAA,IAAiB,OAAO,CAAC,UAAU,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC7E,SAAS,mDAAC;AAAA,IAAc,OAAO,CAAC,WAAW,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAC9E;",
4
+ "sourcesContent": ["import React from 'react';\nimport { AlertsDetailFill, InfoFill, SuccessFill, WarningSquare } from '@elliemae/ds-icons';\n\nexport const icons: Record<string, JSX.Element> = {\n success: <SuccessFill color={['success', '900']} width=\"20px\" height=\"20px\" />,\n info: <InfoFill color={['brand-primary', '600']} width=\"20px\" height=\"20px\" />,\n danger: <AlertsDetailFill color={['danger', '900']} width=\"20px\" height=\"20px\" />,\n warning: <WarningSquare color={['warning', '900']} width=\"20px\" height=\"20px\" />,\n};\n", "import * as React from 'react';\nexport { React };\n"],
5
+ "mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,mBAAkB;AAClB,sBAAuE;AAEhE,MAAM,QAAqC;AAAA,EAChD,SAAS,mDAAC;AAAA,IAAY,OAAO,CAAC,WAAW,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC5E,MAAM,mDAAC;AAAA,IAAS,OAAO,CAAC,iBAAiB,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC5E,QAAQ,mDAAC;AAAA,IAAiB,OAAO,CAAC,UAAU,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC/E,SAAS,mDAAC;AAAA,IAAc,OAAO,CAAC,WAAW,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAChF;",
6
6
  "names": []
7
7
  }
@@ -3,22 +3,22 @@ import React2 from "react";
3
3
  import { AlertsDetailFill, InfoFill, SuccessFill, WarningSquare } from "@elliemae/ds-icons";
4
4
  const icons = {
5
5
  success: /* @__PURE__ */ React2.createElement(SuccessFill, {
6
- color: ["success", 900],
6
+ color: ["success", "900"],
7
7
  width: "20px",
8
8
  height: "20px"
9
9
  }),
10
10
  info: /* @__PURE__ */ React2.createElement(InfoFill, {
11
- color: ["brand-primary", 600],
11
+ color: ["brand-primary", "600"],
12
12
  width: "20px",
13
13
  height: "20px"
14
14
  }),
15
15
  danger: /* @__PURE__ */ React2.createElement(AlertsDetailFill, {
16
- color: ["danger", 900],
16
+ color: ["danger", "900"],
17
17
  width: "20px",
18
18
  height: "20px"
19
19
  }),
20
20
  warning: /* @__PURE__ */ React2.createElement(WarningSquare, {
21
- color: ["warning", 900],
21
+ color: ["warning", "900"],
22
22
  width: "20px",
23
23
  height: "20px"
24
24
  })
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../../src/utils/icons.tsx"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { AlertsDetailFill, InfoFill, SuccessFill, WarningSquare } from '@elliemae/ds-icons';\n\nexport const icons: Record<string, JSX.Element> = {\n success: <SuccessFill color={['success', 900]} width=\"20px\" height=\"20px\" />,\n info: <InfoFill color={['brand-primary', 600]} width=\"20px\" height=\"20px\" />,\n danger: <AlertsDetailFill color={['danger', 900]} width=\"20px\" height=\"20px\" />,\n warning: <WarningSquare color={['warning', 900]} width=\"20px\" height=\"20px\" />,\n};\n"],
5
- "mappings": "AAAA;ACAA;AACA;AAEO,MAAM,QAAqC;AAAA,EAChD,SAAS,qCAAC;AAAA,IAAY,OAAO,CAAC,WAAW,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC1E,MAAM,qCAAC;AAAA,IAAS,OAAO,CAAC,iBAAiB,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC1E,QAAQ,qCAAC;AAAA,IAAiB,OAAO,CAAC,UAAU,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC7E,SAAS,qCAAC;AAAA,IAAc,OAAO,CAAC,WAAW,GAAG;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAC9E;",
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import React from 'react';\nimport { AlertsDetailFill, InfoFill, SuccessFill, WarningSquare } from '@elliemae/ds-icons';\n\nexport const icons: Record<string, JSX.Element> = {\n success: <SuccessFill color={['success', '900']} width=\"20px\" height=\"20px\" />,\n info: <InfoFill color={['brand-primary', '600']} width=\"20px\" height=\"20px\" />,\n danger: <AlertsDetailFill color={['danger', '900']} width=\"20px\" height=\"20px\" />,\n warning: <WarningSquare color={['warning', '900']} width=\"20px\" height=\"20px\" />,\n};\n"],
5
+ "mappings": "AAAA;ACAA;AACA;AAEO,MAAM,QAAqC;AAAA,EAChD,SAAS,qCAAC;AAAA,IAAY,OAAO,CAAC,WAAW,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC5E,MAAM,qCAAC;AAAA,IAAS,OAAO,CAAC,iBAAiB,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC5E,QAAQ,qCAAC;AAAA,IAAiB,OAAO,CAAC,UAAU,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAAA,EAC/E,SAAS,qCAAC;AAAA,IAAc,OAAO,CAAC,WAAW,KAAK;AAAA,IAAG,OAAM;AAAA,IAAO,QAAO;AAAA,GAAO;AAChF;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-banner",
3
- "version": "3.1.5-rc.8",
3
+ "version": "3.2.0-rc.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Banner",
6
6
  "files": [
@@ -63,22 +63,22 @@
63
63
  "indent": 4
64
64
  },
65
65
  "dependencies": {
66
- "@elliemae/ds-button": "3.1.5-rc.8",
67
- "@elliemae/ds-icons": "3.1.5-rc.8",
68
- "@elliemae/ds-system": "3.1.5-rc.8",
69
- "@elliemae/ds-utilities": "3.1.5-rc.8"
66
+ "@elliemae/ds-button": "3.2.0-rc.2",
67
+ "@elliemae/ds-icons": "3.2.0-rc.2",
68
+ "@elliemae/ds-system": "3.2.0-rc.2",
69
+ "@elliemae/ds-utilities": "3.2.0-rc.2"
70
70
  },
71
71
  "devDependencies": {
72
- "@testing-library/jest-dom": "~5.16.2",
73
- "@testing-library/react": "~12.1.2",
72
+ "@testing-library/jest-dom": "~5.16.4",
73
+ "@testing-library/react": "~12.1.3",
74
74
  "@testing-library/user-event": "~13.5.0",
75
- "styled-components": "~5.3.3"
75
+ "styled-components": "~5.3.5"
76
76
  },
77
77
  "peerDependencies": {
78
78
  "lodash": "^4.17.21",
79
79
  "react": "^17.0.2",
80
80
  "react-dom": "^17.0.2",
81
- "styled-components": "^5.3.3"
81
+ "styled-components": "^5.3.5"
82
82
  },
83
83
  "publishConfig": {
84
84
  "access": "public",