magneto365.ui 2.46.0 → 2.48.0
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/assets/216605c9a4ba8eeb.svg +3 -0
- package/dist/assets/360b8d098be3a53b.svg +7 -0
- package/dist/assets/53122d74f38b05ed.svg +3 -0
- package/dist/assets/8949e8e4bfb2ef16.svg +3 -0
- package/dist/assets/b7c5dd6900f044db.svg +3 -0
- package/dist/assets/bdaa69e0d22124aa.svg +6 -0
- package/dist/cjs/css/magneto.ui.lib.min.css +1 -1
- package/dist/cjs/index.js +829 -485
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.interface.d.ts +54 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.constants.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.interface.d.ts +38 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.interface.d.ts +32 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.constants.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.interface.d.ts +16 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.interface.d.ts +11 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.interface.d.ts +20 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.component.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.constants.d.ts +3 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.interface.d.ts +16 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/children/index.d.ts +6 -0
- package/dist/cjs/types/components/UI/molecules/ExpandableInfo/index.d.ts +2 -0
- package/dist/cjs/types/components/UI/molecules/Message/Message.component.d.ts +7 -4
- package/dist/cjs/types/components/UI/molecules/Message/Message.interface.d.ts +27 -5
- package/dist/cjs/types/components/UI/molecules/Message/constants/message.constant.d.ts +3 -2
- package/dist/cjs/types/components/UI/molecules/Message/index.d.ts +1 -1
- package/dist/cjs/types/components/UI/molecules/index.d.ts +1 -0
- package/dist/cjs/types/constants/icons.constants.d.ts +19 -13
- package/dist/cjs/types/constants/stories/expandableInfo.constants.d.ts +5 -0
- package/dist/cjs/types/constants/stories/index.d.ts +1 -0
- package/dist/cjs/types/utils/classNameManager/classNameManager.util.d.ts +1 -1
- package/dist/esm/css/magneto.ui.lib.min.css +1 -1
- package/dist/esm/index.js +829 -485
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/ExpandableInfo.interface.d.ts +54 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.constants.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/ExpandableInfoAction.interface.d.ts +38 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoAction/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/ExpandableInfoDetails.interface.d.ts +32 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoDetails/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.constants.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/ExpandableInfoMessage.interface.d.ts +16 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoMessage/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/ExpandableInfoModal.interface.d.ts +11 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoModal/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/ExpandableInfoPopover.interface.d.ts +20 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoPopover/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.component.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.constants.d.ts +3 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/ExpandableInfoToggler.interface.d.ts +16 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/ExpandableInfoToggler/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/children/index.d.ts +6 -0
- package/dist/esm/types/components/UI/molecules/ExpandableInfo/index.d.ts +2 -0
- package/dist/esm/types/components/UI/molecules/Message/Message.component.d.ts +7 -4
- package/dist/esm/types/components/UI/molecules/Message/Message.interface.d.ts +27 -5
- package/dist/esm/types/components/UI/molecules/Message/constants/message.constant.d.ts +3 -2
- package/dist/esm/types/components/UI/molecules/Message/index.d.ts +1 -1
- package/dist/esm/types/components/UI/molecules/index.d.ts +1 -0
- package/dist/esm/types/constants/icons.constants.d.ts +19 -13
- package/dist/esm/types/constants/stories/expandableInfo.constants.d.ts +5 -0
- package/dist/esm/types/constants/stories/index.d.ts +1 -0
- package/dist/esm/types/utils/classNameManager/classNameManager.util.d.ts +1 -1
- package/dist/index.d.ts +174 -8
- package/package.json +1 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.0003 2.20866C5.40866 2.20866 1.66699 5.95032 1.66699 10.542C1.66699 15.1337 5.40866 18.8753 10.0003 18.8753C14.592 18.8753 18.3337 15.1337 18.3337 10.542C18.3337 5.95032 14.592 2.20866 10.0003 2.20866ZM12.8003 12.4587C13.042 12.7003 13.042 13.1003 12.8003 13.342C12.6753 13.467 12.517 13.5253 12.3587 13.5253C12.2003 13.5253 12.042 13.467 11.917 13.342L10.0003 11.4253L8.08366 13.342C7.95866 13.467 7.80033 13.5253 7.64199 13.5253C7.48366 13.5253 7.32533 13.467 7.20033 13.342C6.95866 13.1003 6.95866 12.7003 7.20033 12.4587L9.11699 10.542L7.20033 8.62532C6.95866 8.38366 6.95866 7.98366 7.20033 7.74199C7.44199 7.50032 7.84199 7.50032 8.08366 7.74199L10.0003 9.65866L11.917 7.74199C12.1587 7.50032 12.5587 7.50032 12.8003 7.74199C13.042 7.98366 13.042 8.38366 12.8003 8.62532L10.8837 10.542L12.8003 12.4587Z" fill="#E10000"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.63 10.755H7.505C6.6425 10.755 5.945 10.035 5.945 9.1425C5.945 8.835 6.2 8.58 6.5075 8.58C6.815 8.58 7.07 8.835 7.07 9.1425C7.07 9.4125 7.265 9.63 7.505 9.63H8.63C8.8025 9.63 8.9375 9.4725 8.9375 9.2775C8.9375 9.015 8.8925 9 8.72 8.94L6.9125 8.31C6.26 8.085 5.9375 7.6275 5.9375 6.915C5.9375 6.105 6.5825 5.4375 7.37 5.4375H8.495C9.3575 5.4375 10.055 6.1575 10.055 7.05C10.055 7.3575 9.8 7.6125 9.4925 7.6125C9.185 7.6125 8.93 7.3575 8.93 7.05C8.93 6.78 8.735 6.5625 8.495 6.5625H7.37C7.1975 6.5625 7.0625 6.72 7.0625 6.915C7.0625 7.1775 7.1075 7.1925 7.28 7.2525L9.0875 7.8825C9.74 8.115 10.055 8.5725 10.055 9.2775C10.0625 10.095 9.4175 10.755 8.63 10.755Z" fill="#0A0C0E"/>
|
|
3
|
+
<path d="M8 11.3538C7.6925 11.3538 7.4375 11.0988 7.4375 10.7913V10.2363C7.4375 9.92883 7.6925 9.67383 8 9.67383C8.3075 9.67383 8.5625 9.92883 8.5625 10.2363V10.7913C8.5625 11.1063 8.3075 11.3538 8 11.3538Z" fill="#0A0C0E"/>
|
|
4
|
+
<path d="M8 6.5557C7.6925 6.5557 7.4375 6.3007 7.4375 5.9932V5.4082C7.4375 5.1007 7.6925 4.8457 8 4.8457C8.3075 4.8457 8.5625 5.1007 8.5625 5.4082V5.9932C8.5625 6.3007 8.3075 6.5557 8 6.5557Z" fill="#0A0C0E"/>
|
|
5
|
+
<path d="M7.9925 14.6393C4.3775 14.6393 1.4375 11.6993 1.4375 8.0843C1.4375 4.4693 4.3775 1.5293 7.9925 1.5293C11.6075 1.5293 14.5475 4.4693 14.5475 8.0843C14.5475 11.6993 11.6 14.6393 7.9925 14.6393ZM7.9925 2.6618C5 2.6618 2.5625 5.0993 2.5625 8.0918C2.5625 11.0843 5 13.5143 7.9925 13.5143C10.985 13.5143 13.4225 11.0768 13.4225 8.0843C13.4225 5.0918 10.985 2.6618 7.9925 2.6618Z" fill="#0A0C0E"/>
|
|
6
|
+
<path d="M13.2643 17.6403C11.8768 17.6403 10.5718 16.9653 9.76929 15.8253C9.58929 15.5703 9.64928 15.2178 9.90428 15.0378C10.1593 14.8578 10.5118 14.9178 10.6918 15.1728C11.2843 16.0128 12.2443 16.5078 13.2643 16.5078C15.0043 16.5078 16.4143 15.0978 16.4143 13.3578C16.4143 12.3453 15.9193 11.3853 15.0943 10.7928C14.8393 10.6128 14.7868 10.2603 14.9668 10.0053C15.1468 9.75031 15.4993 9.69781 15.7543 9.87781C16.8718 10.6803 17.5393 11.9778 17.5393 13.3578C17.5393 15.7278 15.6268 17.6403 13.2643 17.6403Z" fill="#0A0C0E"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.99967 18.8753C14.5913 18.8753 18.333 15.1337 18.333 10.542C18.333 5.95033 14.5913 2.20866 9.99968 2.20866C5.40801 2.20866 1.66634 5.95033 1.66634 10.542C1.66634 15.1337 5.40801 18.8753 9.99967 18.8753ZM10.6247 13.8753C10.6247 14.217 10.3413 14.5003 9.99967 14.5003C9.65801 14.5003 9.37467 14.217 9.37467 13.8753L9.37467 9.70866C9.37467 9.36699 9.65801 9.08366 9.99967 9.08366C10.3413 9.08366 10.6247 9.36699 10.6247 9.70866L10.6247 13.8753ZM9.23301 6.89199C9.27468 6.78366 9.33301 6.70033 9.40801 6.61699C9.49134 6.54199 9.58301 6.48366 9.68301 6.44199C9.78301 6.40033 9.89134 6.37533 9.99967 6.37533C10.108 6.37533 10.2163 6.40033 10.3163 6.44199C10.4163 6.48366 10.508 6.54199 10.5913 6.61699C10.6663 6.70033 10.7247 6.78366 10.7663 6.89199C10.808 6.99199 10.833 7.10033 10.833 7.20866C10.833 7.31699 10.808 7.42533 10.7663 7.52533C10.7247 7.62533 10.6663 7.71699 10.5913 7.80033C10.508 7.87533 10.4163 7.93366 10.3163 7.97533C10.1163 8.05866 9.88301 8.05866 9.68301 7.97533C9.58301 7.93366 9.49134 7.87533 9.40801 7.80033C9.33301 7.71699 9.27468 7.62533 9.23301 7.52533C9.19134 7.42533 9.16634 7.31699 9.16634 7.20866C9.16634 7.10033 9.19134 6.99199 9.23301 6.89199Z" fill="#0085DE"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M18.1341 13.8087L12.8007 4.20866C12.0841 2.91699 11.0924 2.20866 10.0007 2.20866C8.90907 2.20866 7.91738 2.91699 7.20071 4.20866L1.86738 13.8087C1.19238 15.0337 1.11738 16.2087 1.65905 17.1337C2.20071 18.0587 3.26738 18.567 4.66738 18.567H15.3341C16.7341 18.567 17.8007 18.0587 18.3424 17.1337C18.8841 16.2087 18.8091 15.0253 18.1341 13.8087ZM9.37574 8.04199C9.37574 7.70033 9.65907 7.41699 10.0007 7.41699C10.3424 7.41699 10.6257 7.70033 10.6257 8.04199V12.2087C10.6257 12.5503 10.3424 12.8337 10.0007 12.8337C9.65907 12.8337 9.37574 12.5503 9.37574 12.2087V8.04199ZM10.5924 15.3003C10.5507 15.3337 10.5091 15.367 10.4674 15.4003C10.4174 15.4337 10.3674 15.4587 10.3174 15.4753C10.2674 15.5003 10.2174 15.517 10.1591 15.5253C10.1091 15.5337 10.0507 15.542 10.0007 15.542C9.95074 15.542 9.89241 15.5337 9.83407 15.5253C9.78407 15.517 9.73407 15.5003 9.68407 15.4753C9.63407 15.4587 9.58407 15.4337 9.53407 15.4003C9.49241 15.367 9.45074 15.3337 9.40907 15.3003C9.25907 15.142 9.16741 14.9253 9.16741 14.7087C9.16741 14.492 9.25907 14.2753 9.40907 14.117C9.45074 14.0837 9.49241 14.0503 9.53407 14.017C9.58407 13.9837 9.63407 13.9587 9.68407 13.942C9.73407 13.917 9.78407 13.9003 9.83407 13.892C9.94241 13.867 10.0591 13.867 10.1591 13.892C10.2174 13.9003 10.2674 13.917 10.3174 13.942C10.3674 13.9587 10.4174 13.9837 10.4674 14.017C10.5091 14.0503 10.5507 14.0837 10.5924 14.117C10.7424 14.2753 10.8341 14.492 10.8341 14.7087C10.8341 14.9253 10.7424 15.142 10.5924 15.3003Z" fill="#FAAD14"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="21" viewBox="0 0 20 21" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M10.0003 2.20866C5.40866 2.20866 1.66699 5.95033 1.66699 10.542C1.66699 15.1337 5.40866 18.8753 10.0003 18.8753C14.592 18.8753 18.3337 15.1337 18.3337 10.542C18.3337 5.95033 14.592 2.20866 10.0003 2.20866ZM13.9837 8.62533L9.25866 13.3503C9.14199 13.467 8.98366 13.5337 8.81699 13.5337C8.65033 13.5337 8.49199 13.467 8.37533 13.3503L6.01699 10.992C5.77533 10.7503 5.77533 10.3503 6.01699 10.1087C6.25866 9.867 6.65866 9.867 6.90033 10.1087L8.81699 12.0253L13.1003 7.742C13.342 7.50033 13.742 7.50033 13.9837 7.742C14.2253 7.98366 14.2253 8.37533 13.9837 8.62533Z" fill="#0CBB4E"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="13" height="12" viewBox="0 0 13 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M9.76492 8.875H4.43992C3.94492 8.875 3.46992 8.665 3.13492 8.3C2.79992 7.935 2.62992 7.445 2.66992 6.95L3.08492 1.97C3.09992 1.815 3.04492 1.665 2.93992 1.55C2.83492 1.435 2.68992 1.375 2.53492 1.375H1.66992C1.46492 1.375 1.29492 1.205 1.29492 1C1.29492 0.795 1.46492 0.625 1.66992 0.625H2.53993C2.90493 0.625 3.24992 0.78 3.49492 1.045C3.62992 1.195 3.72992 1.37 3.78492 1.565H10.0299C10.5349 1.565 10.9999 1.765 11.3399 2.125C11.6749 2.49 11.8449 2.965 11.8049 3.47L11.5349 7.22C11.4799 8.135 10.6799 8.875 9.76492 8.875ZM3.80992 2.31L3.41992 7.01C3.39492 7.3 3.48992 7.575 3.68492 7.79C3.87992 8.005 4.14992 8.12 4.43992 8.12H9.76492C10.2849 8.12 10.7549 7.68 10.7949 7.16L11.0649 3.41001C11.0849 3.11501 10.9899 2.835 10.7949 2.63C10.5999 2.42 10.3299 2.305 10.0349 2.305H3.80992V2.31Z" fill="#001B38"/>
|
|
3
|
+
<path d="M8.79492 11.375C8.24492 11.375 7.79492 10.925 7.79492 10.375C7.79492 9.825 8.24492 9.375 8.79492 9.375C9.34492 9.375 9.79492 9.825 9.79492 10.375C9.79492 10.925 9.34492 11.375 8.79492 11.375ZM8.79492 10.125C8.65492 10.125 8.54492 10.235 8.54492 10.375C8.54492 10.515 8.65492 10.625 8.79492 10.625C8.93492 10.625 9.04492 10.515 9.04492 10.375C9.04492 10.235 8.93492 10.125 8.79492 10.125Z" fill="#001B38"/>
|
|
4
|
+
<path d="M4.79492 11.375C4.24492 11.375 3.79492 10.925 3.79492 10.375C3.79492 9.825 4.24492 9.375 4.79492 9.375C5.34492 9.375 5.79492 9.825 5.79492 10.375C5.79492 10.925 5.34492 11.375 4.79492 11.375ZM4.79492 10.125C4.65492 10.125 4.54492 10.235 4.54492 10.375C4.54492 10.515 4.65492 10.625 4.79492 10.625C4.93492 10.625 5.04492 10.515 5.04492 10.375C5.04492 10.235 4.93492 10.125 4.79492 10.125Z" fill="#0A0C0E"/>
|
|
5
|
+
<path d="M11.1699 4.375H5.16992C4.96492 4.375 4.79492 4.205 4.79492 4C4.79492 3.795 4.96492 3.625 5.16992 3.625H11.1699C11.3749 3.625 11.5449 3.795 11.5449 4C11.5449 4.205 11.3749 4.375 11.1699 4.375Z" fill="#0A0C0E"/>
|
|
6
|
+
</svg>
|