@orangesk/orange-design-system 0.23.3 → 0.23.4
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/CHANGELOG.md +5 -0
- package/build/{96.db3f0e71.chunk.js → 96.ae164bd1.chunk.js} +2 -2
- package/build/{96.db3f0e71.chunk.js.map → 96.ae164bd1.chunk.js.map} +1 -1
- package/build/app.js +1 -1
- package/build/app.js.map +1 -1
- package/build/asset-manifest.json +1 -1
- package/build/components/CalloutNotice/index.js +1 -1
- package/build/components/CalloutNotice/index.js.map +1 -1
- package/build/components/index.js +1 -1
- package/build/components/index.js.map +1 -1
- package/build/hello-world.html +1 -1
- package/build/index.html +1 -1
- package/build/mega-menu-b2b-signed-in.html +1 -1
- package/build/mega-menu-b2b.html +1 -1
- package/build/mega-menu-signed-in.html +1 -1
- package/build/mega-menu.html +1 -1
- package/build/{precache-manifest.85c5d899b4186e26524083604ae35d3f.js → precache-manifest.b98c93813ac55c6d4f678df71f194f00.js} +12 -12
- package/build/{precache-manifest.8c9c8522542ea048ba5760c80c2eb701.js → precache-manifest.f9264107cec79abd518edef2be85c3e9.js} +4 -4
- package/build/service-worker.js +1 -1
- package/build/styleguide.js +1 -1
- package/build/styleguide.js.map +1 -1
- package/package.json +1 -1
- package/src/components/CalloutNotice/CalloutNotice.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
|
|
2
|
+
## 0.23.4
|
|
3
|
+
|
|
4
|
+
- [#296](https://github.com/orangesk/design-system/pull/296) fix buttons not shrinking in callout notice
|
|
5
|
+
|
|
1
6
|
## 0.23.3
|
|
2
7
|
|
|
3
8
|
- [8ebb57d](https://github.com/orangesk/design-system/pull/256/commits/8ebb57d932b27e43e539013c46f156a932439d4a) Remove MMStatic import from MegaMenu component file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(this["webpackJsonp@orangesk/orange-design-system"]=this["webpackJsonp@orangesk/orange-design-system"]||[]).push([[96],{1132:function(n,t){n.exports="import React from 'react';\nimport { arrayOf, string, oneOf, element } from 'prop-types';\n\nimport { Notice } from '../Alert';\nimport Bar, { BarItem, BarBreak } from '../Bar';\nimport { ButtonLayout } from '../Button';\nimport Icon from '../Icon';\n\nconst propTypes = {\n /** Object of buttons's href and desc. */\n buttons: arrayOf(element),\n /** Name of icon displayed on the left. */\n iconName: string,\n /** Main message displayed in Notice. */\n text: string,\n /** Color of border and icon. */\n type: oneOf([\n 'info', // default\n 'success',\n 'warning',\n 'danger',\n ]),\n};\n\nconst CalloutNotice = ({\n buttons,\n iconName,\n text,\n type = 'info',\n ...other\n}) => (\n <Notice type={type} {...other}>\n <Bar canWrap={false} align=\"top\" className=\"mb-0\">\n <BarItem>\n <Icon className={`text-${type}`} name={iconName} size=\"lg\" />\n </BarItem>\n <BarItem fill>\n <Bar>\n <BarItem shrinkable className=\"mr-3\">\n <div className=\"font-weight-bold\">{text}</div>\n </BarItem>\n <BarBreak className=\"hide-lg\" />\n <BarItem>\n <ButtonLayout direction={{ xs: 'vertical', md: 'horizontal' }}>\n {buttons}\n </ButtonLayout>\n </BarItem>\n </Bar>\n </BarItem>\n </Bar>\n </Notice>\n);\n\nCalloutNotice.displayName = 'CalloutNotice';\nCalloutNotice.propTypes = propTypes;\n\nexport default CalloutNotice;\n"}}]);
|
|
2
|
-
//# sourceMappingURL=96.
|
|
1
|
+
(this["webpackJsonp@orangesk/orange-design-system"]=this["webpackJsonp@orangesk/orange-design-system"]||[]).push([[96],{1132:function(n,t){n.exports="import React from 'react';\nimport { arrayOf, string, oneOf, element } from 'prop-types';\n\nimport { Notice } from '../Alert';\nimport Bar, { BarItem, BarBreak } from '../Bar';\nimport { ButtonLayout } from '../Button';\nimport Icon from '../Icon';\n\nconst propTypes = {\n /** Object of buttons's href and desc. */\n buttons: arrayOf(element),\n /** Name of icon displayed on the left. */\n iconName: string,\n /** Main message displayed in Notice. */\n text: string,\n /** Color of border and icon. */\n type: oneOf([\n 'info', // default\n 'success',\n 'warning',\n 'danger',\n ]),\n};\n\nconst CalloutNotice = ({\n buttons,\n iconName,\n text,\n type = 'info',\n ...other\n}) => (\n <Notice type={type} {...other}>\n <Bar canWrap={false} align=\"top\" className=\"mb-0\">\n <BarItem>\n <Icon className={`text-${type}`} name={iconName} size=\"lg\" />\n </BarItem>\n <BarItem fill>\n <Bar>\n <BarItem shrinkable className=\"mr-3\">\n <div className=\"font-weight-bold\">{text}</div>\n </BarItem>\n <BarBreak className=\"hide-lg\" />\n <BarItem shrinkable>\n <ButtonLayout direction={{ xs: 'vertical', md: 'horizontal' }}>\n {buttons}\n </ButtonLayout>\n </BarItem>\n </Bar>\n </BarItem>\n </Bar>\n </Notice>\n);\n\nCalloutNotice.displayName = 'CalloutNotice';\nCalloutNotice.propTypes = propTypes;\n\nexport default CalloutNotice;\n"}}]);
|
|
2
|
+
//# sourceMappingURL=96.ae164bd1.chunk.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack:///./src/components/CalloutNotice/CalloutNotice.js?1705"],"names":["module","exports"],"mappings":"2IAAAA,EAAOC,QAAU","file":"96.
|
|
1
|
+
{"version":3,"sources":["webpack:///./src/components/CalloutNotice/CalloutNotice.js?1705"],"names":["module","exports"],"mappings":"2IAAAA,EAAOC,QAAU","file":"96.ae164bd1.chunk.js","sourcesContent":["module.exports = \"import React from 'react';\\nimport { arrayOf, string, oneOf, element } from 'prop-types';\\n\\nimport { Notice } from '../Alert';\\nimport Bar, { BarItem, BarBreak } from '../Bar';\\nimport { ButtonLayout } from '../Button';\\nimport Icon from '../Icon';\\n\\nconst propTypes = {\\n /** Object of buttons's href and desc. */\\n buttons: arrayOf(element),\\n /** Name of icon displayed on the left. */\\n iconName: string,\\n /** Main message displayed in Notice. */\\n text: string,\\n /** Color of border and icon. */\\n type: oneOf([\\n 'info', // default\\n 'success',\\n 'warning',\\n 'danger',\\n ]),\\n};\\n\\nconst CalloutNotice = ({\\n buttons,\\n iconName,\\n text,\\n type = 'info',\\n ...other\\n}) => (\\n <Notice type={type} {...other}>\\n <Bar canWrap={false} align=\\\"top\\\" className=\\\"mb-0\\\">\\n <BarItem>\\n <Icon className={`text-${type}`} name={iconName} size=\\\"lg\\\" />\\n </BarItem>\\n <BarItem fill>\\n <Bar>\\n <BarItem shrinkable className=\\\"mr-3\\\">\\n <div className=\\\"font-weight-bold\\\">{text}</div>\\n </BarItem>\\n <BarBreak className=\\\"hide-lg\\\" />\\n <BarItem shrinkable>\\n <ButtonLayout direction={{ xs: 'vertical', md: 'horizontal' }}>\\n {buttons}\\n </ButtonLayout>\\n </BarItem>\\n </Bar>\\n </BarItem>\\n </Bar>\\n </Notice>\\n);\\n\\nCalloutNotice.displayName = 'CalloutNotice';\\nCalloutNotice.propTypes = propTypes;\\n\\nexport default CalloutNotice;\\n\""],"sourceRoot":""}
|