pixel-react 1.13.77 → 1.13.78
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/lib/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index9.js +2 -2
- package/lib/assets/icons/Filter_active.svg.js +1 -1
- package/lib/assets/icons/Filter_active.svg.js.map +1 -1
- package/lib/components/Icon/iconList.js +1 -1
- package/lib/index.cjs.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/tokenizer.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/tokenizer.js +1 -1
- package/package.json +1 -1
package/lib/_virtual/index10.js
CHANGED
package/lib/_virtual/index11.js
CHANGED
package/lib/_virtual/index9.js
CHANGED
@@ -3,4 +3,4 @@ import * as React from 'react';
|
|
3
3
|
const SvgFilterActive = (props) => /* @__PURE__ */ React.createElement("svg", { width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, /* @__PURE__ */ React.createElement("g", { clipPath: "url(#clip0_4764_12429)" }, /* @__PURE__ */ React.createElement("rect", { width: 24, height: 24, rx: 4, fill: "#71347B" }), /* @__PURE__ */ React.createElement("path", { d: "M16.6579 4.625H6.78186C6.37373 4.62479 5.97469 4.74558 5.6352 4.97212C5.2957 5.19865 5.03098 5.52074 4.87451 5.89769C4.71804 6.27464 4.67683 6.68952 4.7561 7.08988C4.83537 7.49024 5.03156 7.85812 5.31986 8.147L9.56286 12.39V17.325C9.56394 17.5815 9.64088 17.8319 9.78398 18.0448C9.92709 18.2577 10.13 18.4235 10.3671 18.5213C10.6042 18.6191 10.865 18.6446 11.1165 18.5945C11.3681 18.5445 11.5992 18.4211 11.7809 18.24L13.3999 16.625C13.5507 16.4756 13.6703 16.2977 13.7516 16.1016C13.833 15.9056 13.8746 15.6953 13.8739 15.483V12.383L18.1199 8.141C18.3109 7.95024 18.4623 7.72355 18.5652 7.47399C18.6682 7.22444 18.7208 6.95697 18.7199 6.687C18.7188 6.14045 18.5012 5.61658 18.1147 5.23011C17.7283 4.84364 17.2044 4.62606 16.6579 4.625ZM17.3529 7.382L13.1149 11.625C13.0137 11.725 12.9335 11.8442 12.8789 11.9755C12.8243 12.1069 12.7964 12.2478 12.7969 12.39V15.49C12.7948 15.6324 12.7391 15.7688 12.6409 15.872L11.0249 17.489C10.9915 17.5151 10.9518 17.5319 10.9098 17.5375C10.8678 17.543 10.8251 17.5373 10.7861 17.5207C10.7471 17.5042 10.7132 17.4775 10.688 17.4434C10.6628 17.4093 10.6472 17.3691 10.6429 17.327V12.39C10.6432 12.2487 10.6152 12.1087 10.5606 11.9783C10.506 11.848 10.4258 11.7299 10.3249 11.631L6.08786 7.382C5.94924 7.24482 5.8546 7.06948 5.81601 6.87831C5.77742 6.68714 5.79662 6.48881 5.87117 6.3086C5.94573 6.12839 6.07225 5.97446 6.23462 5.86642C6.39698 5.75839 6.58784 5.70115 6.78286 5.702H16.6579C16.8529 5.70115 17.0437 5.75839 17.2061 5.86642C17.3685 5.97446 17.495 6.12839 17.5696 6.3086C17.6441 6.48881 17.6633 6.68714 17.6247 6.87831C17.5861 7.06948 17.4915 7.24482 17.3529 7.382Z", fill: "white", stroke: "white", strokeWidth: 0.5 })), /* @__PURE__ */ React.createElement("rect", { x: 0.5, y: 0.5, width: 23, height: 23, rx: 3.5, stroke: "#57285F" }), /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", { id: "clip0_4764_12429" }, /* @__PURE__ */ React.createElement("rect", { width: 24, height: 24, rx: 4, fill: "white" }))));
|
4
4
|
|
5
5
|
export { SvgFilterActive as default };
|
6
|
-
//# sourceMappingURL=
|
6
|
+
//# sourceMappingURL=Filter_active.svg.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"
|
1
|
+
{"version":3,"file":"Filter_active.svg.js","sources":["../../../src/assets/icons/Filter_active.svg?react"],"sourcesContent":["import * as React from \"react\";\nconst SvgFilterActive = (props) => /* @__PURE__ */ React.createElement(\"svg\", { width: \"1em\", height: \"1em\", viewBox: \"0 0 24 24\", fill: \"none\", xmlns: \"http://www.w3.org/2000/svg\", ...props }, /* @__PURE__ */ React.createElement(\"g\", { clipPath: \"url(#clip0_4764_12429)\" }, /* @__PURE__ */ React.createElement(\"rect\", { width: 24, height: 24, rx: 4, fill: \"#71347B\" }), /* @__PURE__ */ React.createElement(\"path\", { d: \"M16.6579 4.625H6.78186C6.37373 4.62479 5.97469 4.74558 5.6352 4.97212C5.2957 5.19865 5.03098 5.52074 4.87451 5.89769C4.71804 6.27464 4.67683 6.68952 4.7561 7.08988C4.83537 7.49024 5.03156 7.85812 5.31986 8.147L9.56286 12.39V17.325C9.56394 17.5815 9.64088 17.8319 9.78398 18.0448C9.92709 18.2577 10.13 18.4235 10.3671 18.5213C10.6042 18.6191 10.865 18.6446 11.1165 18.5945C11.3681 18.5445 11.5992 18.4211 11.7809 18.24L13.3999 16.625C13.5507 16.4756 13.6703 16.2977 13.7516 16.1016C13.833 15.9056 13.8746 15.6953 13.8739 15.483V12.383L18.1199 8.141C18.3109 7.95024 18.4623 7.72355 18.5652 7.47399C18.6682 7.22444 18.7208 6.95697 18.7199 6.687C18.7188 6.14045 18.5012 5.61658 18.1147 5.23011C17.7283 4.84364 17.2044 4.62606 16.6579 4.625ZM17.3529 7.382L13.1149 11.625C13.0137 11.725 12.9335 11.8442 12.8789 11.9755C12.8243 12.1069 12.7964 12.2478 12.7969 12.39V15.49C12.7948 15.6324 12.7391 15.7688 12.6409 15.872L11.0249 17.489C10.9915 17.5151 10.9518 17.5319 10.9098 17.5375C10.8678 17.543 10.8251 17.5373 10.7861 17.5207C10.7471 17.5042 10.7132 17.4775 10.688 17.4434C10.6628 17.4093 10.6472 17.3691 10.6429 17.327V12.39C10.6432 12.2487 10.6152 12.1087 10.5606 11.9783C10.506 11.848 10.4258 11.7299 10.3249 11.631L6.08786 7.382C5.94924 7.24482 5.8546 7.06948 5.81601 6.87831C5.77742 6.68714 5.79662 6.48881 5.87117 6.3086C5.94573 6.12839 6.07225 5.97446 6.23462 5.86642C6.39698 5.75839 6.58784 5.70115 6.78286 5.702H16.6579C16.8529 5.70115 17.0437 5.75839 17.2061 5.86642C17.3685 5.97446 17.495 6.12839 17.5696 6.3086C17.6441 6.48881 17.6633 6.68714 17.6247 6.87831C17.5861 7.06948 17.4915 7.24482 17.3529 7.382Z\", fill: \"white\", stroke: \"white\", strokeWidth: 0.5 })), /* @__PURE__ */ React.createElement(\"rect\", { x: 0.5, y: 0.5, width: 23, height: 23, rx: 3.5, stroke: \"#57285F\" }), /* @__PURE__ */ React.createElement(\"defs\", null, /* @__PURE__ */ React.createElement(\"clipPath\", { id: \"clip0_4764_12429\" }, /* @__PURE__ */ React.createElement(\"rect\", { width: 24, height: 24, rx: 4, fill: \"white\" }))));\nexport default SvgFilterActive;\n"],"names":[],"mappings":";;AACK,MAAC,eAAe,GAAG,CAAC,KAAK,qBAAqB,KAAK,CAAC,aAAa,CAAC,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,WAAW,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,4BAA4B,EAAE,GAAG,KAAK,EAAE,kBAAkB,KAAK,CAAC,aAAa,CAAC,GAAG,EAAE,EAAE,QAAQ,EAAE,wBAAwB,EAAE,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,CAAC,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,+kDAA+kD,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC,CAAC,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,CAAC,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,kBAAkB,KAAK,CAAC,aAAa,CAAC,UAAU,EAAE,EAAE,EAAE,EAAE,kBAAkB,EAAE,kBAAkB,KAAK,CAAC,aAAa,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,CAAC,CAAC;;;;"}
|
@@ -413,7 +413,7 @@ import SvgSettingIcon from '../../assets/icons/setting-icon.svg.js';
|
|
413
413
|
import SvgSeleniumIcon from '../../assets/icons/selenium_icon.svg.js';
|
414
414
|
import SvgDeletePopupIcon from '../../assets/icons/delete_popup_icon.svg.js';
|
415
415
|
import SvgVideoPreviewIcon from '../../assets/icons/video_preview_icon.svg.js';
|
416
|
-
import SvgFilterActive from '../../assets/icons/
|
416
|
+
import SvgFilterActive from '../../assets/icons/Filter_active.svg.js';
|
417
417
|
import SvgMaximizeNewIcon from '../../assets/icons/maximize_new_icon.svg.js';
|
418
418
|
import SvgAutoHealing from '../../assets/icons/auto_healing.svg.js';
|
419
419
|
import SvgClockFilled from '../../assets/icons/clock_filled.svg.js';
|