@elliemae/ds-icons 3.2.0-rc.2 → 3.2.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/cjs/CloseCircleFillMed.js +1 -1
- package/dist/cjs/CloseCircleFillMed.js.map +2 -2
- package/dist/cjs/QuickOrder.js +1 -1
- package/dist/cjs/QuickOrder.js.map +2 -2
- package/dist/cjs/utils/react-desc-prop-types.js +1 -1
- package/dist/cjs/utils/react-desc-prop-types.js.map +2 -2
- package/dist/esm/CloseCircleFillMed.js +1 -1
- package/dist/esm/CloseCircleFillMed.js.map +2 -2
- package/dist/esm/QuickOrder.js +1 -1
- package/dist/esm/QuickOrder.js.map +2 -2
- package/dist/esm/utils/react-desc-prop-types.js +1 -1
- package/dist/esm/utils/react-desc-prop-types.js.map +2 -2
- package/package.json +4 -4
|
@@ -50,7 +50,7 @@ const CloseCircleFillMed = (props) => /* @__PURE__ */ import_react.default.creat
|
|
|
50
50
|
viewBox: "0 0 24 24"
|
|
51
51
|
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
52
52
|
d: "M12 2c5.524 0 10 4.476 10 10s-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2Zm3.646 5.646L12 11.293 8.354 7.646l-.708.708L11.293 12l-3.647 3.646.708.708L12 12.707l3.646 3.647.708-.708L12.707 12l3.647-3.646-.708-.708Z",
|
|
53
|
-
|
|
53
|
+
fillRule: "evenodd"
|
|
54
54
|
}));
|
|
55
55
|
var CloseCircleFillMed_default = CloseCircleFillMed;
|
|
56
56
|
//# sourceMappingURL=CloseCircleFillMed.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/CloseCircleFillMed.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst CloseCircleFillMed = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2c5.524 0 10 4.476 10 10s-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2Zm3.646 5.646L12 11.293 8.354 7.646l-.708.708L11.293 12l-3.647 3.646.708.708L12 12.707l3.646 3.647.708-.708L12.707 12l3.647-3.646-.708-.708Z\"\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,mBAAkB;AAClB,qBAAwB;AAGxB,MAAM,qBAAqB,CAAC,UAC1B,mDAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,mDAAC;AAAA,EACC,GAAE;AAAA,EACF,
|
|
4
|
+
"sourcesContent": ["/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst CloseCircleFillMed = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2c5.524 0 10 4.476 10 10s-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2Zm3.646 5.646L12 11.293 8.354 7.646l-.708.708L11.293 12l-3.647 3.646.708.708L12 12.707l3.646 3.647.708-.708L12.707 12l3.647-3.646-.708-.708Z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n);\n\nexport default CloseCircleFillMed;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,mBAAkB;AAClB,qBAAwB;AAGxB,MAAM,qBAAqB,CAAC,UAC1B,mDAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,mDAAC;AAAA,EACC,GAAE;AAAA,EACF,UAAS;AAAA,CACX,CACF;AAGF,IAAO,6BAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/cjs/QuickOrder.js
CHANGED
|
@@ -50,7 +50,7 @@ const QuickOrder = (props) => /* @__PURE__ */ import_react.default.createElement
|
|
|
50
50
|
viewBox: "0 0 24 24"
|
|
51
51
|
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
52
52
|
d: "M14.02 3c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.94 8.94 0 0 1-6.374-2.647.5.5 0 1 1 .708-.706A7.95 7.95 0 0 0 14.02 20c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 0 0-5.666 2.353.5.5 0 1 1-.708-.706A8.94 8.94 0 0 1 14.02 3ZM10.5 15a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h5Zm-7 0a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1h2Zm12.285-6.412.069.058 3 3a.5.5 0 0 1 .058.638l-.058.07-3 3a.5.5 0 0 1-.765-.638l.058-.07 2.146-2.146H9.5a.5.5 0 0 1-.09-.992l.09-.008h7.793l-2.146-2.147a.5.5 0 0 1 .638-.765ZM7.5 11.5a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3-3.5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1 0-1h5Z",
|
|
53
|
-
|
|
53
|
+
fillRule: "evenodd"
|
|
54
54
|
}));
|
|
55
55
|
var QuickOrder_default = QuickOrder;
|
|
56
56
|
//# sourceMappingURL=QuickOrder.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/QuickOrder.tsx", "../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst QuickOrder = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M14.02 3c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.94 8.94 0 0 1-6.374-2.647.5.5 0 1 1 .708-.706A7.95 7.95 0 0 0 14.02 20c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 0 0-5.666 2.353.5.5 0 1 1-.708-.706A8.94 8.94 0 0 1 14.02 3ZM10.5 15a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h5Zm-7 0a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1h2Zm12.285-6.412.069.058 3 3a.5.5 0 0 1 .058.638l-.058.07-3 3a.5.5 0 0 1-.765-.638l.058-.07 2.146-2.146H9.5a.5.5 0 0 1-.09-.992l.09-.008h7.793l-2.146-2.147a.5.5 0 0 1 .638-.765ZM7.5 11.5a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3-3.5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1 0-1h5Z\"\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,mBAAkB;AAClB,qBAAwB;AAGxB,MAAM,aAAa,CAAC,UAClB,mDAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,mDAAC;AAAA,EACC,GAAE;AAAA,EACF,
|
|
4
|
+
"sourcesContent": ["/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst QuickOrder = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M14.02 3c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.94 8.94 0 0 1-6.374-2.647.5.5 0 1 1 .708-.706A7.95 7.95 0 0 0 14.02 20c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 0 0-5.666 2.353.5.5 0 1 1-.708-.706A8.94 8.94 0 0 1 14.02 3ZM10.5 15a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h5Zm-7 0a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1h2Zm12.285-6.412.069.058 3 3a.5.5 0 0 1 .058.638l-.058.07-3 3a.5.5 0 0 1-.765-.638l.058-.07 2.146-2.146H9.5a.5.5 0 0 1-.09-.992l.09-.008h7.793l-2.146-2.147a.5.5 0 0 1 .638-.765ZM7.5 11.5a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3-3.5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1 0-1h5Z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n);\n\nexport default QuickOrder;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADCvB,mBAAkB;AAClB,qBAAwB;AAGxB,MAAM,aAAa,CAAC,UAClB,mDAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,mDAAC;AAAA,EACC,GAAE;AAAA,EACF,UAAS;AAAA,CACX,CACF;AAGF,IAAO,qBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -51,6 +51,6 @@ const propTypes = {
|
|
|
51
51
|
paths: import_ds_utilities.PropTypes.oneOfType([import_ds_utilities.PropTypes.string, import_ds_utilities.PropTypes.arrayOf(import_ds_utilities.PropTypes.string)]).description(""),
|
|
52
52
|
fill: import_ds_utilities.PropTypes.string.description("fill attribute"),
|
|
53
53
|
innerRef: import_ds_utilities.PropTypes.object.description("inner ref"),
|
|
54
|
-
title: import_ds_utilities.PropTypes.
|
|
54
|
+
title: import_ds_utilities.PropTypes.string.description("Adds a title html element to the svg.")
|
|
55
55
|
};
|
|
56
56
|
//# sourceMappingURL=react-desc-prop-types.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/utils/react-desc-prop-types.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { PropTypes } from '@elliemae/ds-utilities';\nexport declare namespace SvgIconT {\n export type SizeType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';\n\n export type ColorType =\n | ['neutral', '900']\n | ['neutral', '500']\n | ['neutral', '0']\n | ['danger', '900']\n | ['warning', '600']\n | ['success', '900']\n | ['brand-primary', '600'];\n\n export interface Props {\n component
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,0BAA0B;
|
|
4
|
+
"sourcesContent": ["import { PropTypes } from '@elliemae/ds-utilities';\nexport declare namespace SvgIconT {\n export type SizeType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';\n\n export type ColorType =\n | ['neutral', '900']\n | ['neutral', '500']\n | ['neutral', '0']\n | ['danger', '900']\n | ['warning', '600']\n | ['warning', '900']\n | ['success', '900']\n | ['brand-primary', '600'];\n\n export interface Props {\n component?: React.ComponentType | 'span';\n children?: React.ReactNode;\n viewBox?: string;\n containerProps?: object;\n size?: SvgIconT.SizeType;\n color?: SvgIconT.ColorType;\n paths?: string[];\n fill?: string;\n innerRef?: React.MutableRefObject<HTMLElement>;\n width?: number | string;\n height?: number | string;\n }\n}\n\nexport const defaultProps: Partial<SvgIconT.Props> = {\n component: 'span',\n containerProps: {},\n};\n\nexport const propTypes = {\n containerProps: PropTypes.object.description('set of properties attached to the main container'),\n size: PropTypes.oneOf(['xxs', 'xs', 's', 'm', 'l', 'xl', 'xxl']).description('size of the icon'),\n color: PropTypes.oneOfType([\n PropTypes.tuple([PropTypes.oneOf(['neutral']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['neutral']), PropTypes.oneOf(['500'])]),\n PropTypes.tuple([PropTypes.oneOf(['neutral']), PropTypes.oneOf(['0'])]),\n PropTypes.tuple([PropTypes.oneOf(['danger']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['warning']), PropTypes.oneOf(['600'])]),\n PropTypes.tuple([PropTypes.oneOf(['warning']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['success']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['brand-primary']), PropTypes.oneOf(['600'])]),\n PropTypes.tuple([PropTypes.oneOf(['brand-primary']), PropTypes.oneOf(['800'])]),\n PropTypes.tuple([PropTypes.oneOf(['brand-primary']), PropTypes.oneOf(['700'])]),\n ]).description('icon color'),\n className: PropTypes.string.description('html class attribute'),\n component: PropTypes.oneOfType([PropTypes.string, PropTypes.node]).description('containers element'),\n viewBox: PropTypes.string.description('view box'),\n paths: PropTypes.oneOfType([PropTypes.string, PropTypes.arrayOf(PropTypes.string)]).description(''),\n fill: PropTypes.string.description('fill attribute'),\n innerRef: PropTypes.object.description('inner ref'),\n title: PropTypes.string.description('Adds a title html element to the svg.'),\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,0BAA0B;AA6BnB,MAAM,eAAwC;AAAA,EACnD,WAAW;AAAA,EACX,gBAAgB,CAAC;AACnB;AAEO,MAAM,YAAY;AAAA,EACvB,gBAAgB,8BAAU,OAAO,YAAY,kDAAkD;AAAA,EAC/F,MAAM,8BAAU,MAAM,CAAC,OAAO,MAAM,KAAK,KAAK,KAAK,MAAM,KAAK,CAAC,EAAE,YAAY,kBAAkB;AAAA,EAC/F,OAAO,8BAAU,UAAU;AAAA,IACzB,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,SAAS,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,SAAS,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,SAAS,CAAC,GAAG,8BAAU,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IACtE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,QAAQ,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACvE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,SAAS,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,SAAS,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,SAAS,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,eAAe,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IAC9E,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,eAAe,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IAC9E,8BAAU,MAAM,CAAC,8BAAU,MAAM,CAAC,eAAe,CAAC,GAAG,8BAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,EAChF,CAAC,EAAE,YAAY,YAAY;AAAA,EAC3B,WAAW,8BAAU,OAAO,YAAY,sBAAsB;AAAA,EAC9D,WAAW,8BAAU,UAAU,CAAC,8BAAU,QAAQ,8BAAU,IAAI,CAAC,EAAE,YAAY,oBAAoB;AAAA,EACnG,SAAS,8BAAU,OAAO,YAAY,UAAU;AAAA,EAChD,OAAO,8BAAU,UAAU,CAAC,8BAAU,QAAQ,8BAAU,QAAQ,8BAAU,MAAM,CAAC,CAAC,EAAE,YAAY,EAAE;AAAA,EAClG,MAAM,8BAAU,OAAO,YAAY,gBAAgB;AAAA,EACnD,UAAU,8BAAU,OAAO,YAAY,WAAW;AAAA,EAClD,OAAO,8BAAU,OAAO,YAAY,uCAAuC;AAC7E;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -27,7 +27,7 @@ const CloseCircleFillMed = (props) => /* @__PURE__ */ React2.createElement(SvgIc
|
|
|
27
27
|
viewBox: "0 0 24 24"
|
|
28
28
|
}), /* @__PURE__ */ React2.createElement("path", {
|
|
29
29
|
d: "M12 2c5.524 0 10 4.476 10 10s-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2Zm3.646 5.646L12 11.293 8.354 7.646l-.708.708L11.293 12l-3.647 3.646.708.708L12 12.707l3.646 3.647.708-.708L12.707 12l3.647-3.646-.708-.708Z",
|
|
30
|
-
|
|
30
|
+
fillRule: "evenodd"
|
|
31
31
|
}));
|
|
32
32
|
var CloseCircleFillMed_default = CloseCircleFillMed;
|
|
33
33
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/CloseCircleFillMed.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst CloseCircleFillMed = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2c5.524 0 10 4.476 10 10s-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2Zm3.646 5.646L12 11.293 8.354 7.646l-.708.708L11.293 12l-3.647 3.646.708.708L12 12.707l3.646 3.647.708-.708L12.707 12l3.647-3.646-.708-.708Z\"\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;AAAA;ACCA;AACA;AAGA,MAAM,qBAAqB,CAAC,UAC1B,qCAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,qCAAC;AAAA,EACC,GAAE;AAAA,EACF,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst CloseCircleFillMed = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M12 2c5.524 0 10 4.476 10 10s-4.476 10-10 10S2 17.524 2 12 6.476 2 12 2Zm3.646 5.646L12 11.293 8.354 7.646l-.708.708L11.293 12l-3.647 3.646.708.708L12 12.707l3.646 3.647.708-.708L12.707 12l3.647-3.646-.708-.708Z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n);\n\nexport default CloseCircleFillMed;\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;AAAA;ACCA;AACA;AAGA,MAAM,qBAAqB,CAAC,UAC1B,qCAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,qCAAC;AAAA,EACC,GAAE;AAAA,EACF,UAAS;AAAA,CACX,CACF;AAGF,IAAO,6BAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/QuickOrder.js
CHANGED
|
@@ -27,7 +27,7 @@ const QuickOrder = (props) => /* @__PURE__ */ React2.createElement(SvgIcon, __sp
|
|
|
27
27
|
viewBox: "0 0 24 24"
|
|
28
28
|
}), /* @__PURE__ */ React2.createElement("path", {
|
|
29
29
|
d: "M14.02 3c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.94 8.94 0 0 1-6.374-2.647.5.5 0 1 1 .708-.706A7.95 7.95 0 0 0 14.02 20c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 0 0-5.666 2.353.5.5 0 1 1-.708-.706A8.94 8.94 0 0 1 14.02 3ZM10.5 15a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h5Zm-7 0a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1h2Zm12.285-6.412.069.058 3 3a.5.5 0 0 1 .058.638l-.058.07-3 3a.5.5 0 0 1-.765-.638l.058-.07 2.146-2.146H9.5a.5.5 0 0 1-.09-.992l.09-.008h7.793l-2.146-2.147a.5.5 0 0 1 .638-.765ZM7.5 11.5a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3-3.5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1 0-1h5Z",
|
|
30
|
-
|
|
30
|
+
fillRule: "evenodd"
|
|
31
31
|
}));
|
|
32
32
|
var QuickOrder_default = QuickOrder;
|
|
33
33
|
export {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../scripts/build/transpile/react-shim.js", "../../src/QuickOrder.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst QuickOrder = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M14.02 3c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.94 8.94 0 0 1-6.374-2.647.5.5 0 1 1 .708-.706A7.95 7.95 0 0 0 14.02 20c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 0 0-5.666 2.353.5.5 0 1 1-.708-.706A8.94 8.94 0 0 1 14.02 3ZM10.5 15a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h5Zm-7 0a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1h2Zm12.285-6.412.069.058 3 3a.5.5 0 0 1 .058.638l-.058.07-3 3a.5.5 0 0 1-.765-.638l.058-.07 2.146-2.146H9.5a.5.5 0 0 1-.09-.992l.09-.008h7.793l-2.146-2.147a.5.5 0 0 1 .638-.765ZM7.5 11.5a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3-3.5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1 0-1h5Z\"\n
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;AAAA;ACCA;AACA;AAGA,MAAM,aAAa,CAAC,UAClB,qCAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,qCAAC;AAAA,EACC,GAAE;AAAA,EACF,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "/* eslint-disable react/prop-types */\nimport React from 'react';\nimport { SvgIcon } from './utils/SvgIcon';\nimport { SvgIconT } from './utils/react-desc-prop-types';\n\nconst QuickOrder = (props: SvgIconT.Props) => (\n <SvgIcon width={24} height={24} {...props} viewBox=\"0 0 24 24\">\n <path\n d=\"M14.02 3c4.963 0 9 4.037 9 9s-4.037 9-9 9a8.94 8.94 0 0 1-6.374-2.647.5.5 0 1 1 .708-.706A7.95 7.95 0 0 0 14.02 20c4.411 0 8-3.589 8-8s-3.589-8-8-8a7.95 7.95 0 0 0-5.666 2.353.5.5 0 1 1-.708-.706A8.94 8.94 0 0 1 14.02 3ZM10.5 15a.5.5 0 1 1 0 1h-5a.5.5 0 1 1 0-1h5Zm-7 0a.5.5 0 1 1 0 1h-2a.5.5 0 1 1 0-1h2Zm12.285-6.412.069.058 3 3a.5.5 0 0 1 .058.638l-.058.07-3 3a.5.5 0 0 1-.765-.638l.058-.07 2.146-2.146H9.5a.5.5 0 0 1-.09-.992l.09-.008h7.793l-2.146-2.147a.5.5 0 0 1 .638-.765ZM7.5 11.5a.5.5 0 1 1 0 1h-4a.5.5 0 1 1 0-1h4Zm3-3.5a.5.5 0 1 1 0 1h-5a.5.5 0 0 1 0-1h5Z\"\n fillRule=\"evenodd\"\n />\n </SvgIcon>\n);\n\nexport default QuickOrder;\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;AAAA;ACCA;AACA;AAGA,MAAM,aAAa,CAAC,UAClB,qCAAC;AAAA,EAAQ,OAAO;AAAA,EAAI,QAAQ;AAAA,GAAQ,QAAnC;AAAA,EAA0C,SAAQ;AAAA,IACjD,qCAAC;AAAA,EACC,GAAE;AAAA,EACF,UAAS;AAAA,CACX,CACF;AAGF,IAAO,qBAAQ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -25,7 +25,7 @@ const propTypes = {
|
|
|
25
25
|
paths: PropTypes.oneOfType([PropTypes.string, PropTypes.arrayOf(PropTypes.string)]).description(""),
|
|
26
26
|
fill: PropTypes.string.description("fill attribute"),
|
|
27
27
|
innerRef: PropTypes.object.description("inner ref"),
|
|
28
|
-
title: PropTypes.
|
|
28
|
+
title: PropTypes.string.description("Adds a title html element to the svg.")
|
|
29
29
|
};
|
|
30
30
|
export {
|
|
31
31
|
defaultProps,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../../src/utils/react-desc-prop-types.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { PropTypes } from '@elliemae/ds-utilities';\nexport declare namespace SvgIconT {\n export type SizeType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';\n\n export type ColorType =\n | ['neutral', '900']\n | ['neutral', '500']\n | ['neutral', '0']\n | ['danger', '900']\n | ['warning', '600']\n | ['success', '900']\n | ['brand-primary', '600'];\n\n export interface Props {\n component
|
|
5
|
-
"mappings": "AAAA;ACAA;
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { PropTypes } from '@elliemae/ds-utilities';\nexport declare namespace SvgIconT {\n export type SizeType = 'xxs' | 'xs' | 's' | 'm' | 'l' | 'xl' | 'xxl';\n\n export type ColorType =\n | ['neutral', '900']\n | ['neutral', '500']\n | ['neutral', '0']\n | ['danger', '900']\n | ['warning', '600']\n | ['warning', '900']\n | ['success', '900']\n | ['brand-primary', '600'];\n\n export interface Props {\n component?: React.ComponentType | 'span';\n children?: React.ReactNode;\n viewBox?: string;\n containerProps?: object;\n size?: SvgIconT.SizeType;\n color?: SvgIconT.ColorType;\n paths?: string[];\n fill?: string;\n innerRef?: React.MutableRefObject<HTMLElement>;\n width?: number | string;\n height?: number | string;\n }\n}\n\nexport const defaultProps: Partial<SvgIconT.Props> = {\n component: 'span',\n containerProps: {},\n};\n\nexport const propTypes = {\n containerProps: PropTypes.object.description('set of properties attached to the main container'),\n size: PropTypes.oneOf(['xxs', 'xs', 's', 'm', 'l', 'xl', 'xxl']).description('size of the icon'),\n color: PropTypes.oneOfType([\n PropTypes.tuple([PropTypes.oneOf(['neutral']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['neutral']), PropTypes.oneOf(['500'])]),\n PropTypes.tuple([PropTypes.oneOf(['neutral']), PropTypes.oneOf(['0'])]),\n PropTypes.tuple([PropTypes.oneOf(['danger']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['warning']), PropTypes.oneOf(['600'])]),\n PropTypes.tuple([PropTypes.oneOf(['warning']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['success']), PropTypes.oneOf(['900'])]),\n PropTypes.tuple([PropTypes.oneOf(['brand-primary']), PropTypes.oneOf(['600'])]),\n PropTypes.tuple([PropTypes.oneOf(['brand-primary']), PropTypes.oneOf(['800'])]),\n PropTypes.tuple([PropTypes.oneOf(['brand-primary']), PropTypes.oneOf(['700'])]),\n ]).description('icon color'),\n className: PropTypes.string.description('html class attribute'),\n component: PropTypes.oneOfType([PropTypes.string, PropTypes.node]).description('containers element'),\n viewBox: PropTypes.string.description('view box'),\n paths: PropTypes.oneOfType([PropTypes.string, PropTypes.arrayOf(PropTypes.string)]).description(''),\n fill: PropTypes.string.description('fill attribute'),\n innerRef: PropTypes.object.description('inner ref'),\n title: PropTypes.string.description('Adds a title html element to the svg.'),\n};\n"],
|
|
5
|
+
"mappings": "AAAA;ACAA;AA6BO,MAAM,eAAwC;AAAA,EACnD,WAAW;AAAA,EACX,gBAAgB,CAAC;AACnB;AAEO,MAAM,YAAY;AAAA,EACvB,gBAAgB,UAAU,OAAO,YAAY,kDAAkD;AAAA,EAC/F,MAAM,UAAU,MAAM,CAAC,OAAO,MAAM,KAAK,KAAK,KAAK,MAAM,KAAK,CAAC,EAAE,YAAY,kBAAkB;AAAA,EAC/F,OAAO,UAAU,UAAU;AAAA,IACzB,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,SAAS,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,SAAS,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,SAAS,CAAC,GAAG,UAAU,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC;AAAA,IACtE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,QAAQ,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACvE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,SAAS,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,SAAS,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,SAAS,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IACxE,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,eAAe,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IAC9E,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,eAAe,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,IAC9E,UAAU,MAAM,CAAC,UAAU,MAAM,CAAC,eAAe,CAAC,GAAG,UAAU,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;AAAA,EAChF,CAAC,EAAE,YAAY,YAAY;AAAA,EAC3B,WAAW,UAAU,OAAO,YAAY,sBAAsB;AAAA,EAC9D,WAAW,UAAU,UAAU,CAAC,UAAU,QAAQ,UAAU,IAAI,CAAC,EAAE,YAAY,oBAAoB;AAAA,EACnG,SAAS,UAAU,OAAO,YAAY,UAAU;AAAA,EAChD,OAAO,UAAU,UAAU,CAAC,UAAU,QAAQ,UAAU,QAAQ,UAAU,MAAM,CAAC,CAAC,EAAE,YAAY,EAAE;AAAA,EAClG,MAAM,UAAU,OAAO,YAAY,gBAAgB;AAAA,EACnD,UAAU,UAAU,OAAO,YAAY,WAAW;AAAA,EAClD,OAAO,UAAU,OAAO,YAAY,uCAAuC;AAC7E;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-icons",
|
|
3
|
-
"version": "3.2.0
|
|
3
|
+
"version": "3.2.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Icons",
|
|
6
6
|
"files": [
|
|
@@ -1571,9 +1571,9 @@
|
|
|
1571
1571
|
"indent": 4
|
|
1572
1572
|
},
|
|
1573
1573
|
"dependencies": {
|
|
1574
|
-
"@elliemae/ds-classnames": "3.2.0
|
|
1575
|
-
"@elliemae/ds-system": "3.2.0
|
|
1576
|
-
"@elliemae/ds-utilities": "3.2.0
|
|
1574
|
+
"@elliemae/ds-classnames": "3.2.0",
|
|
1575
|
+
"@elliemae/ds-system": "3.2.0",
|
|
1576
|
+
"@elliemae/ds-utilities": "3.2.0"
|
|
1577
1577
|
},
|
|
1578
1578
|
"peerDependencies": {
|
|
1579
1579
|
"lodash": "^4.17.21",
|