@activecollab/components 2.0.152 → 2.0.153
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/components/Icons/collection/ViewDayIcon.js +2 -11
- package/dist/cjs/components/Icons/collection/ViewDayIcon.js.map +1 -1
- package/dist/esm/components/Icons/collection/ViewDayIcon.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/ViewDayIcon.js +2 -11
- package/dist/esm/components/Icons/collection/ViewDayIcon.js.map +1 -1
- package/dist/index.js +2 -11
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -39,17 +39,8 @@ var ViewDayIcon = /*#__PURE__*/_react.default.forwardRef(function (props, svgRef
|
|
|
39
39
|
}, props, {
|
|
40
40
|
"data-testid": "ViewDayIcon"
|
|
41
41
|
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
42
|
-
d: "M9
|
|
43
|
-
|
|
44
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
45
|
-
d: "M9 12C9 11.4477 9.44772 11 10 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H10C9.44771 13 9 12.5523 9 12Z",
|
|
46
|
-
fill: "#6D6D73"
|
|
47
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
48
|
-
d: "M9 18C9 17.4477 9.44772 17 10 17H19C19.5523 17 20 17.4477 20 18C20 18.5523 19.5523 19 19 19H10C9.44771 19 9 18.5523 9 18Z",
|
|
49
|
-
fill: "#6D6D73"
|
|
50
|
-
}), /*#__PURE__*/_react.default.createElement("path", {
|
|
51
|
-
d: "M5 4C5.55228 4 6 4.44772 6 5L6 19C6 19.5523 5.55228 20 5 20C4.44771 20 4 19.5523 4 19L4 5C4 4.44772 4.44772 4 5 4Z",
|
|
52
|
-
fill: "#6D6D73"
|
|
42
|
+
d: "M9 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 12a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM5 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z",
|
|
43
|
+
fillRule: "evenodd"
|
|
53
44
|
}));
|
|
54
45
|
});
|
|
55
46
|
ViewDayIcon.displayName = "ViewDayIcon";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewDayIcon.js","names":["_react","_interopRequireDefault","require","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","ViewDayIcon","React","forwardRef","props","svgRef","createElement","width","height","viewBox","fill","xmlns","focusable","ref","d","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ViewDayIcon.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ViewDay\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ViewDayIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\n\nconst ViewDayIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"var(--color-theme-600)\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable={false}\n ref={svgRef}\n {...props}\n data-testid=\"ViewDayIcon\"\n >\n <path\n d=\"M9
|
|
1
|
+
{"version":3,"file":"ViewDayIcon.js","names":["_react","_interopRequireDefault","require","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","ViewDayIcon","React","forwardRef","props","svgRef","createElement","width","height","viewBox","fill","xmlns","focusable","ref","d","fillRule","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/ViewDayIcon.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ViewDay\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ViewDayIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\n\nconst ViewDayIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"var(--color-theme-600)\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable={false}\n ref={svgRef}\n {...props}\n data-testid=\"ViewDayIcon\"\n >\n <path\n d=\"M9 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 12a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM5 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z\"\n fillRule=\"evenodd\"\n />\n </svg>\n )\n);\nViewDayIcon.displayName = \"ViewDayIcon\";\nexport default ViewDayIcon;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,IAAMQ,WAAW,gBAAGC,cAAK,CAACC,UAAU,CAClC,UAACC,KAAoC,EAAEC,MAAiC;EAAA,oBACtExB,MAAA,CAAAK,OAAA,CAAAoB,aAAA,QAAAnB,QAAA;IACEoB,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnBC,IAAI,EAAC,wBAAwB;IAC7BC,KAAK,EAAC,4BAA4B;IAClCC,SAAS,EAAE,KAAM;IACjBC,GAAG,EAAER;EAAO,GACRD,KAAK;IACT,eAAY;EAAa,iBAEzBvB,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IACEQ,CAAC,EAAC,oNAAoN;IACtNC,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CAEV,CAAC;AACDd,WAAW,CAACe,WAAW,GAAG,aAAa;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAhC,OAAA,GACzBe,WAAW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewDayIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/ViewDayIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;GAkBG;AAEH,QAAA,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"ViewDayIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/ViewDayIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B;;;;;;;;;;;;;;;;;;GAkBG;AAEH,QAAA,MAAM,WAAW,kHAmBhB,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -32,17 +32,8 @@ const ViewDayIcon = /*#__PURE__*/React.forwardRef((props, svgRef) => /*#__PURE__
|
|
|
32
32
|
}, props, {
|
|
33
33
|
"data-testid": "ViewDayIcon"
|
|
34
34
|
}), /*#__PURE__*/React.createElement("path", {
|
|
35
|
-
d: "M9
|
|
36
|
-
|
|
37
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
d: "M9 12C9 11.4477 9.44772 11 10 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H10C9.44771 13 9 12.5523 9 12Z",
|
|
39
|
-
fill: "#6D6D73"
|
|
40
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
41
|
-
d: "M9 18C9 17.4477 9.44772 17 10 17H19C19.5523 17 20 17.4477 20 18C20 18.5523 19.5523 19 19 19H10C9.44771 19 9 18.5523 9 18Z",
|
|
42
|
-
fill: "#6D6D73"
|
|
43
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
44
|
-
d: "M5 4C5.55228 4 6 4.44772 6 5L6 19C6 19.5523 5.55228 20 5 20C4.44771 20 4 19.5523 4 19L4 5C4 4.44772 4.44772 4 5 4Z",
|
|
45
|
-
fill: "#6D6D73"
|
|
35
|
+
d: "M9 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 12a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM5 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z",
|
|
36
|
+
fillRule: "evenodd"
|
|
46
37
|
})));
|
|
47
38
|
ViewDayIcon.displayName = "ViewDayIcon";
|
|
48
39
|
export default ViewDayIcon;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewDayIcon.js","names":["React","ViewDayIcon","forwardRef","props","svgRef","createElement","_extends","width","height","viewBox","fill","xmlns","focusable","ref","d","displayName"],"sources":["../../../../../src/components/Icons/collection/ViewDayIcon.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ViewDay\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ViewDayIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\n\nconst ViewDayIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"var(--color-theme-600)\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable={false}\n ref={svgRef}\n {...props}\n data-testid=\"ViewDayIcon\"\n >\n <path\n d=\"M9
|
|
1
|
+
{"version":3,"file":"ViewDayIcon.js","names":["React","ViewDayIcon","forwardRef","props","svgRef","createElement","_extends","width","height","viewBox","fill","xmlns","focusable","ref","d","fillRule","displayName"],"sources":["../../../../../src/components/Icons/collection/ViewDayIcon.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component ViewDay\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <ViewDayIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\n\nconst ViewDayIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n fill=\"var(--color-theme-600)\"\n xmlns=\"http://www.w3.org/2000/svg\"\n focusable={false}\n ref={svgRef}\n {...props}\n data-testid=\"ViewDayIcon\"\n >\n <path\n d=\"M9 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 12a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM5 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z\"\n fillRule=\"evenodd\"\n />\n </svg>\n )\n);\nViewDayIcon.displayName = \"ViewDayIcon\";\nexport default ViewDayIcon;\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;;AAEzB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA,MAAMC,WAAW,gBAAGD,KAAK,CAACE,UAAU,CAClC,CAACC,KAAoC,EAAEC,MAAiC,kBACtEJ,KAAA,CAAAK,aAAA,QAAAC,QAAA;EACEC,KAAK,EAAE,EAAG;EACVC,MAAM,EAAE,EAAG;EACXC,OAAO,EAAC,WAAW;EACnBC,IAAI,EAAC,wBAAwB;EAC7BC,KAAK,EAAC,4BAA4B;EAClCC,SAAS,EAAE,KAAM;EACjBC,GAAG,EAAET;AAAO,GACRD,KAAK;EACT,eAAY;AAAa,iBAEzBH,KAAA,CAAAK,aAAA;EACES,CAAC,EAAC,oNAAoN;EACtNC,QAAQ,EAAC;AAAS,CACnB,CACE,CAET,CAAC;AACDd,WAAW,CAACe,WAAW,GAAG,aAAa;AACvC,eAAef,WAAW"}
|
package/dist/index.js
CHANGED
|
@@ -8215,17 +8215,8 @@
|
|
|
8215
8215
|
}, props, {
|
|
8216
8216
|
"data-testid": "ViewDayIcon"
|
|
8217
8217
|
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
8218
|
-
d: "M9
|
|
8219
|
-
|
|
8220
|
-
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
8221
|
-
d: "M9 12C9 11.4477 9.44772 11 10 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H10C9.44771 13 9 12.5523 9 12Z",
|
|
8222
|
-
fill: "#6D6D73"
|
|
8223
|
-
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
8224
|
-
d: "M9 18C9 17.4477 9.44772 17 10 17H19C19.5523 17 20 17.4477 20 18C20 18.5523 19.5523 19 19 19H10C9.44771 19 9 18.5523 9 18Z",
|
|
8225
|
-
fill: "#6D6D73"
|
|
8226
|
-
}), /*#__PURE__*/React__default["default"].createElement("path", {
|
|
8227
|
-
d: "M5 4C5.55228 4 6 4.44772 6 5L6 19C6 19.5523 5.55228 20 5 20C4.44771 20 4 19.5523 4 19L4 5C4 4.44772 4.44772 4 5 4Z",
|
|
8228
|
-
fill: "#6D6D73"
|
|
8218
|
+
d: "M9 6a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 12a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM9 18a1 1 0 0 1 1-1h9a1 1 0 1 1 0 2h-9a1 1 0 0 1-1-1ZM5 4a1 1 0 0 1 1 1v14a1 1 0 1 1-2 0V5a1 1 0 0 1 1-1Z",
|
|
8219
|
+
fillRule: "evenodd"
|
|
8229
8220
|
}));
|
|
8230
8221
|
});
|
|
8231
8222
|
ViewDayIcon.displayName = "ViewDayIcon";
|