@zonos/amino 5.1.103 → 5.1.104
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/all.d.ts +8 -0
- package/icons/LeftPanelClosedDuotoneIcon.d.ts +6 -0
- package/icons/LeftPanelClosedDuotoneIcon.js +1 -0
- package/icons/LeftPanelClosedIcon.d.ts +3 -0
- package/icons/LeftPanelClosedIcon.js +1 -0
- package/icons/LeftPanelOpenDuotoneIcon.d.ts +6 -0
- package/icons/LeftPanelOpenDuotoneIcon.js +1 -0
- package/icons/LeftPanelOpenIcon.d.ts +3 -0
- package/icons/LeftPanelOpenIcon.js +1 -0
- package/icons/RightPanelClosedDuotoneIcon.d.ts +6 -0
- package/icons/RightPanelClosedDuotoneIcon.js +1 -0
- package/icons/RightPanelClosedIcon.d.ts +3 -0
- package/icons/RightPanelClosedIcon.js +1 -0
- package/icons/RightPanelOpenDuotoneIcon.d.ts +6 -0
- package/icons/RightPanelOpenDuotoneIcon.js +1 -0
- package/icons/RightPanelOpenIcon.d.ts +3 -0
- package/icons/RightPanelOpenIcon.js +1 -0
- package/package.json +1 -1
package/all.d.ts
CHANGED
|
@@ -589,6 +589,10 @@ import './icons/LandedCostDuotoneIcon';
|
|
|
589
589
|
import './icons/LandedCostIcon';
|
|
590
590
|
import './icons/LaptopDuotoneIcon';
|
|
591
591
|
import './icons/LaptopIcon';
|
|
592
|
+
import './icons/LeftPanelClosedDuotoneIcon';
|
|
593
|
+
import './icons/LeftPanelClosedIcon';
|
|
594
|
+
import './icons/LeftPanelOpenDuotoneIcon';
|
|
595
|
+
import './icons/LeftPanelOpenIcon';
|
|
592
596
|
import './icons/LightDuotoneIcon';
|
|
593
597
|
import './icons/LightIcon';
|
|
594
598
|
import './icons/LikeDuotoneIcon';
|
|
@@ -659,6 +663,10 @@ import './icons/RemoveDuotoneIcon';
|
|
|
659
663
|
import './icons/RemoveIcon';
|
|
660
664
|
import './icons/RestrictDuotoneIcon';
|
|
661
665
|
import './icons/RestrictIcon';
|
|
666
|
+
import './icons/RightPanelClosedDuotoneIcon';
|
|
667
|
+
import './icons/RightPanelClosedIcon';
|
|
668
|
+
import './icons/RightPanelOpenDuotoneIcon';
|
|
669
|
+
import './icons/RightPanelOpenIcon';
|
|
662
670
|
import './icons/RocketDuotoneIcon';
|
|
663
671
|
import './icons/RocketIcon';
|
|
664
672
|
import './icons/ScanDuotoneIcon';
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
3
|
+
import type { IconProps } from "../types/IconProps";
|
|
4
|
+
export declare const LeftPanelClosedDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var l=r.className,a=r.color,n=r.inlineBlock,t=r.secondaryColor,i=r.size;return e.jsxs(c.IconBase,{ref:s,className:l,color:a||"gray800",inlineBlock:n,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M18.25 6.5c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25H10v-11h8.25Zm-12.5 0c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25H8.5v-11H5.75Z","data-is-secondary-color":"true",fill:"".concat(t?o.theme[t]:o.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M18.25 5A2.75 2.75 0 0 1 21 7.75v8.5A2.75 2.75 0 0 1 18.25 19H5.75A2.75 2.75 0 0 1 3 16.25v-8.5A2.75 2.75 0 0 1 5.75 5h12.5Zm1.25 2.75c0-.69-.56-1.25-1.25-1.25H10v11h8.25c.69 0 1.25-.56 1.25-1.25v-8.5Zm-11 9.75H5.75c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25H8.5v11Z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.LeftPanelClosedDuotoneIcon=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var l=r.className,o=r.color,i=r.inlineBlock,n=r.size;return e.jsx(c.IconBase,{ref:s,className:l,color:o,inlineBlock:i,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M18.25 5A2.75 2.75 0 0 1 21 7.75v8.5A2.75 2.75 0 0 1 18.25 19H5.75A2.75 2.75 0 0 1 3 16.25v-8.5A2.75 2.75 0 0 1 5.75 5h12.5Zm1.25 2.75c0-.69-.56-1.25-1.25-1.25H10v11h8.25c.69 0 1.25-.56 1.25-1.25v-8.5Zm-11 9.75H5.75c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25H8.5v11Z",fill:"currentColor",fillRule:"evenodd"})})}));exports.LeftPanelClosedIcon=s;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
3
|
+
import type { IconProps } from "../types/IconProps";
|
|
4
|
+
export declare const LeftPanelOpenDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),a=r.forwardRef((function(r,a){var c=r.className,l=r.color,n=r.inlineBlock,t=r.secondaryColor,i=r.size;return e.jsxs(o.IconBase,{ref:a,className:c,color:l||"gray800",inlineBlock:n,size:i,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M0 0h24v24H0z",fill:"#fff"}),e.jsx("path",{d:"M10 6.5h8.5a1 1 0 0 1 1 1v9a1 1 0 0 1-1 1H10v-11Z","data-is-secondary-color":"true",fill:"".concat(t?s.theme[t]:s.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M21 7.75A2.75 2.75 0 0 0 18.25 5H5.75A2.75 2.75 0 0 0 3 7.75v8.5A2.75 2.75 0 0 0 5.75 19h12.5A2.75 2.75 0 0 0 21 16.25v-8.5ZM10 6.5v11h8.25c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H10Z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.LeftPanelOpenDuotoneIcon=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=r.forwardRef((function(r,c){var n=r.className,i=r.color,l=r.inlineBlock,o=r.size;return e.jsx(s.IconBase,{ref:c,className:n,color:i,inlineBlock:l,size:o,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M21 7.75A2.75 2.75 0 0 0 18.25 5H5.75A2.75 2.75 0 0 0 3 7.75v8.5A2.75 2.75 0 0 0 5.75 19h12.5A2.75 2.75 0 0 0 21 16.25v-8.5ZM10 6.5v11h8.25c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H10Z",fill:"currentColor",fillRule:"evenodd"})})}));exports.LeftPanelOpenIcon=c;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
3
|
+
import type { IconProps } from "../types/IconProps";
|
|
4
|
+
export declare const RightPanelClosedDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js"),o=require("../styles/constants/theme.js"),s=r.forwardRef((function(r,s){var l=r.className,a=r.color,n=r.inlineBlock,i=r.secondaryColor,t=r.size;return e.jsxs(c.IconBase,{ref:s,className:l,color:a||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M5.75 6.5c-.69 0-1.25.56-1.25 1.25v8.5c0 .69.56 1.25 1.25 1.25H14v-11H5.75Zm12.5 0c.69 0 1.25.56 1.25 1.25v8.5c0 .69-.56 1.25-1.25 1.25H15.5v-11h2.75Z","data-is-secondary-color":"true",fill:"".concat(i?o.theme[i]:o.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M5.75 5A2.75 2.75 0 0 0 3 7.75v8.5A2.75 2.75 0 0 0 5.75 19h12.5A2.75 2.75 0 0 0 21 16.25v-8.5A2.75 2.75 0 0 0 18.25 5H5.75ZM4.5 7.75c0-.69.56-1.25 1.25-1.25H14v11H5.75c-.69 0-1.25-.56-1.25-1.25v-8.5Zm11 9.75h2.75c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H15.5v11Z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.RightPanelClosedDuotoneIcon=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),c=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var s=r.forwardRef((function(r,s){var i=r.className,l=r.color,o=r.inlineBlock,n=r.size;return e.jsx(c.IconBase,{ref:s,className:i,color:l,inlineBlock:o,size:n,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M5.75 5A2.75 2.75 0 0 0 3 7.75v8.5A2.75 2.75 0 0 0 5.75 19h12.5A2.75 2.75 0 0 0 21 16.25v-8.5A2.75 2.75 0 0 0 18.25 5H5.75ZM4.5 7.75c0-.69.56-1.25 1.25-1.25H14v11H5.75c-.69 0-1.25-.56-1.25-1.25v-8.5Zm11 9.75h2.75c.69 0 1.25-.56 1.25-1.25v-8.5c0-.69-.56-1.25-1.25-1.25H15.5v11Z",fill:"currentColor",fillRule:"evenodd"})})}));exports.RightPanelClosedIcon=s;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { Color } from "../types";
|
|
3
|
+
import type { IconProps } from "../types/IconProps";
|
|
4
|
+
export declare const RightPanelOpenDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
|
+
secondaryColor?: Color | undefined;
|
|
6
|
+
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),o=require("./icon-base/_IconBase.js"),s=require("../styles/constants/theme.js"),a=r.forwardRef((function(r,a){var c=r.className,l=r.color,n=r.inlineBlock,i=r.secondaryColor,t=r.size;return e.jsxs(o.IconBase,{ref:a,className:c,color:l||"gray800",inlineBlock:n,size:t,viewBox:"0 0 24 24",children:[e.jsx("path",{d:"M0 0h24v24H0z",fill:"#fff"}),e.jsx("path",{d:"M14 6.5H5.5a1 1 0 0 0-1 1v9a1 1 0 0 0 1 1H14v-11Z","data-is-secondary-color":"true",fill:"".concat(i?s.theme[i]:s.theme.gray400)}),e.jsx("path",{clipRule:"evenodd",d:"M3 7.75A2.75 2.75 0 0 1 5.75 5h12.5A2.75 2.75 0 0 1 21 7.75v8.5A2.75 2.75 0 0 1 18.25 19H5.75A2.75 2.75 0 0 1 3 16.25v-8.5ZM14 6.5v11H5.75c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25H14Z",fill:"currentColor",fillRule:"evenodd"})]})}));exports.RightPanelOpenDuotoneIcon=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";var e=require("react/jsx-runtime"),r=require("react"),s=require("./icon-base/_IconBase.js");require("../styles/constants/theme.js");var c=r.forwardRef((function(r,c){var i=r.className,n=r.color,l=r.inlineBlock,o=r.size;return e.jsx(s.IconBase,{ref:c,className:i,color:n,inlineBlock:l,size:o,viewBox:"0 0 24 24",children:e.jsx("path",{clipRule:"evenodd",d:"M3 7.75A2.75 2.75 0 0 1 5.75 5h12.5A2.75 2.75 0 0 1 21 7.75v8.5A2.75 2.75 0 0 1 18.25 19H5.75A2.75 2.75 0 0 1 3 16.25v-8.5ZM14 6.5v11H5.75c-.69 0-1.25-.56-1.25-1.25v-8.5c0-.69.56-1.25 1.25-1.25H14Z",fill:"currentColor",fillRule:"evenodd"})})}));exports.RightPanelOpenIcon=c;
|