@popsure/dirty-swan 0.58.3 → 0.58.5
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/index.js +110 -59
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/components/icon/icons/Bone.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Car.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Files.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Id.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Prohibit.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Receipt.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Signature.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Stamp.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/Translation.d.ts +4 -0
- package/dist/cjs/lib/components/icon/icons/index.d.ts +9 -0
- package/dist/cjs/lib/components/multiDropzone/index.stories.d.ts +9 -0
- package/dist/cjs/lib/components/multiDropzone/types.d.ts +3 -2
- package/dist/esm/{TableSection-ebace923.js → TableSection-f41d4248.js} +4 -60
- package/dist/esm/TableSection-f41d4248.js.map +1 -0
- package/dist/esm/components/icon/icons/Bone.js +13 -0
- package/dist/esm/components/icon/icons/Bone.js.map +1 -0
- package/dist/esm/components/icon/icons/Car.js +13 -0
- package/dist/esm/components/icon/icons/Car.js.map +1 -0
- package/dist/esm/components/icon/icons/Files.js +13 -0
- package/dist/esm/components/icon/icons/Files.js.map +1 -0
- package/dist/esm/components/icon/icons/Id.js +13 -0
- package/dist/esm/components/icon/icons/Id.js.map +1 -0
- package/dist/esm/components/icon/icons/Prohibit.js +13 -0
- package/dist/esm/components/icon/icons/Prohibit.js.map +1 -0
- package/dist/esm/components/icon/icons/Receipt.js +13 -0
- package/dist/esm/components/icon/icons/Receipt.js.map +1 -0
- package/dist/esm/components/icon/icons/Signature.js +13 -0
- package/dist/esm/components/icon/icons/Signature.js.map +1 -0
- package/dist/esm/components/icon/icons/Stamp.js +13 -0
- package/dist/esm/components/icon/icons/Stamp.js.map +1 -0
- package/dist/esm/components/icon/icons/Translation.js +13 -0
- package/dist/esm/components/icon/icons/Translation.js.map +1 -0
- package/dist/esm/components/icon/icons.stories.js +10 -1
- package/dist/esm/components/icon/icons.stories.js.map +1 -1
- package/dist/esm/components/icon/index.stories.js +10 -1
- package/dist/esm/components/icon/index.stories.js.map +1 -1
- package/dist/esm/components/multiDropzone/index.js +9 -2
- package/dist/esm/components/multiDropzone/index.js.map +1 -1
- package/dist/esm/components/multiDropzone/index.stories.js +22 -7
- package/dist/esm/components/multiDropzone/index.stories.js.map +1 -1
- package/dist/esm/components/multiDropzone/index.test.js +1 -0
- package/dist/esm/components/multiDropzone/index.test.js.map +1 -1
- package/dist/esm/components/table/Table.js +2 -1
- package/dist/esm/components/table/Table.js.map +1 -1
- package/dist/esm/components/table/Table.stories.js +2 -1
- package/dist/esm/components/table/Table.stories.js.map +1 -1
- package/dist/esm/components/table/Table.test.js +2 -1
- package/dist/esm/components/table/Table.test.js.map +1 -1
- package/dist/esm/components/table/components/TableContents/TableContents.js +2 -1
- package/dist/esm/components/table/components/TableContents/TableContents.js.map +1 -1
- package/dist/esm/components/table/components/TableContents/TableContents.test.js +2 -1
- package/dist/esm/components/table/components/TableContents/TableContents.test.js.map +1 -1
- package/dist/esm/components/table/components/TableSection/TableSection.js +2 -1
- package/dist/esm/components/table/components/TableSection/TableSection.js.map +1 -1
- package/dist/esm/components/table/components/TableSection/TableSection.test.js +2 -1
- package/dist/esm/components/table/components/TableSection/TableSection.test.js.map +1 -1
- package/dist/esm/{index-2faa4731.js → index-608a56e3.js} +19 -1
- package/dist/esm/{index-2faa4731.js.map → index-608a56e3.js.map} +1 -1
- package/dist/esm/index.js +11 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lib/components/icon/icons/Bone.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Car.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Files.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Id.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Prohibit.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Receipt.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Signature.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Stamp.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/Translation.d.ts +4 -0
- package/dist/esm/lib/components/icon/icons/index.d.ts +9 -0
- package/dist/esm/lib/components/multiDropzone/index.stories.d.ts +9 -0
- package/dist/esm/lib/components/multiDropzone/types.d.ts +3 -2
- package/dist/esm/useMediaQuery-1a3a2432.js +61 -0
- package/dist/esm/useMediaQuery-1a3a2432.js.map +1 -0
- package/package.json +1 -1
- package/src/lib/components/icon/assets/bone.svg +10 -0
- package/src/lib/components/icon/assets/car.svg +15 -0
- package/src/lib/components/icon/assets/files.svg +13 -0
- package/src/lib/components/icon/assets/id.svg +14 -0
- package/src/lib/components/icon/assets/prohibit.svg +11 -0
- package/src/lib/components/icon/assets/receipt.svg +12 -0
- package/src/lib/components/icon/assets/signature.svg +11 -0
- package/src/lib/components/icon/assets/stamp.svg +12 -0
- package/src/lib/components/icon/assets/translation.svg +15 -0
- package/src/lib/components/icon/icons/Bone.tsx +23 -0
- package/src/lib/components/icon/icons/Car.tsx +30 -0
- package/src/lib/components/icon/icons/Files.tsx +24 -0
- package/src/lib/components/icon/icons/Id.tsx +24 -0
- package/src/lib/components/icon/icons/Prohibit.tsx +25 -0
- package/src/lib/components/icon/icons/Receipt.tsx +23 -0
- package/src/lib/components/icon/icons/Signature.tsx +23 -0
- package/src/lib/components/icon/icons/Stamp.tsx +23 -0
- package/src/lib/components/icon/icons/Translation.tsx +35 -0
- package/src/lib/components/icon/icons/index.ts +9 -0
- package/src/lib/components/multiDropzone/index.stories.tsx +49 -19
- package/src/lib/components/multiDropzone/index.tsx +13 -1
- package/src/lib/components/multiDropzone/types.ts +19 -18
- package/dist/esm/TableSection-ebace923.js.map +0 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2548,6 +2548,10 @@ var Bold = (function (props) {
|
|
|
2548
2548
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 12h8a4 4 0 1 0 0-8H6v8Zm0 0h9a4 4 0 1 1 0 8H6v-8Z" }));
|
|
2549
2549
|
});
|
|
2550
2550
|
|
|
2551
|
+
var Bone = (function (props) {
|
|
2552
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { clipPath: "url(#bone_svg__a)", children: jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, d: "M4.4 15.6a2.188 2.188 0 1 1 .821-4.017.625.625 0 0 0 .781-.084l5.499-5.498a.625.625 0 0 0 .083-.781 2.187 2.187 0 1 1 4.018-.821 2.188 2.188 0 1 1-.822 4.017.625.625 0 0 0-.78.083l-5.5 5.499a.625.625 0 0 0-.083.781A2.188 2.188 0 1 1 4.4 15.6Z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "bone_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
2553
|
+
});
|
|
2554
|
+
|
|
2551
2555
|
var BookOpen = (function (props) {
|
|
2552
2556
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 7a4 4 0 0 0-4-4H2v15h7a3 3 0 0 1 3 3m0-14v14m0-14a4 4 0 0 1 4-4h6v15h-7a3 3 0 0 0-3 3" }));
|
|
2553
2557
|
});
|
|
@@ -2608,6 +2612,10 @@ var CarTraffic = (function (props) {
|
|
|
2608
2612
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M4.611 17.25a2.111 2.111 0 1 0 4.222 0m-4.222 0a2.111 2.111 0 1 1 4.222 0m-4.222 0H2.5v-6.334m6.333 6.334h6.334m0 0a2.111 2.111 0 1 0 4.222 0m-4.222 0a2.111 2.111 0 1 1 4.222 0m0 0H21.5v-4.222a2.111 2.111 0 0 0-2.111-2.112h-1.056m-15.833 0L4.611 5.64h9.5l4.222 5.277m-15.833 0h15.833m-6.333 0V5.64" }));
|
|
2609
2613
|
});
|
|
2610
2614
|
|
|
2615
|
+
var Car = (function (props) {
|
|
2616
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", clipPath: "url(#car_svg__a)", children: [jsxRuntime.jsx("path", { strokeWidth: 1.8, d: "M1.25 8.75h17.5M17.5 13.75v1.875a.624.624 0 0 1-.625.625H15a.624.624 0 0 1-.625-.625V13.75M5.625 13.75v1.875A.625.625 0 0 1 5 16.25H3.125a.625.625 0 0 1-.625-.625V13.75" }), jsxRuntime.jsx("path", { strokeWidth: 1.3, d: "M5 11.25h1.25M13.75 11.25H15" }), jsxRuntime.jsx("path", { strokeWidth: 1.8, d: "m17.5 8.75-2.335-5.254a.625.625 0 0 0-.571-.371H5.406a.625.625 0 0 0-.57.371L2.5 8.75v5h15v-5Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "car_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
2617
|
+
});
|
|
2618
|
+
|
|
2611
2619
|
var Cast = (function (props) {
|
|
2612
2620
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M14 20h6a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2m0 8a4 4 0 0 1 4 4m-4-8a8 8 0 0 1 8 8" }));
|
|
2613
2621
|
});
|
|
@@ -2964,6 +2972,10 @@ var FileIcon = (function (props) {
|
|
|
2964
2972
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9m-7-7 7 7m-7-7v7h7" }));
|
|
2965
2973
|
});
|
|
2966
2974
|
|
|
2975
|
+
var Files = (function (props) {
|
|
2976
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#files_svg__a)", children: [jsxRuntime.jsx("path", { d: "M13.125 17.5h-8.75a.625.625 0 0 1-.625-.625V5.625A.625.625 0 0 1 4.375 5h6.25l3.125 3.125v8.75a.624.624 0 0 1-.625.625Z" }), jsxRuntime.jsx("path", { d: "M6.25 5V3.125a.625.625 0 0 1 .625-.625h6.25l3.125 3.125v8.75a.624.624 0 0 1-.625.625H13.75M6.875 11.875h3.75M6.875 14.375h3.75" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "files_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
2977
|
+
});
|
|
2978
|
+
|
|
2967
2979
|
var Film = (function (props) {
|
|
2968
2980
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M9 20V3M20 12H3M9 7.5H3M9 16.5H3M21 7.5h-6M21 16.5h-6M15 20V3" }));
|
|
2969
2981
|
});
|
|
@@ -3076,6 +3088,10 @@ var HospitalBuilding = (function (props) {
|
|
|
3076
3088
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", d: "M1 8V7a1 1 0 0 0-1 1h1Zm5 0h1V7H6v1ZM1 22H0v1h1v-1ZM18 8V7h-1v1h1Zm5 0h1a1 1 0 0 0-1-1v1Zm0 14v1h1v-1h-1ZM6 2V1a1 1 0 0 0-1 1h1Zm12 0h1a1 1 0 0 0-1-1v1Zm-5 4V5h-2v1h2Zm-2 4v1h2v-1h-2Zm2 8v-1h-2v1h2Zm-2 2v1h2v-1h-2ZM1 14H0v2h1v-2Zm5 0H5v2h1v-2Zm12 2h1v-2h-1v2Zm5 0h1v-2h-1v2ZM10 7H9v2h1V7Zm4 2h1V7h-1v2ZM1 9h5V7H1v2Zm4-1v14h2V8H5Zm1 13H1v2h5v-2Zm-4 1V8H0v14h2ZM18 9h5V7h-5v2Zm4-1v14h2V8h-2Zm1 13h-5v2h5v-2Zm-4 1V8h-2v14h2ZM6 3h12V1H6v2Zm11-1v20h2V2h-2Zm1 19H6v2h12v-2ZM7 22V2H5v20h2Zm5-16h-1v2h2V6h-1Zm-1 2V10h2V8h-2Zm0 10v2h2v-2h-2ZM1 15v1h3.5v-2H1v1Zm3.5 1h1.517s1-1 0-2H6v2h.016c.001 0 0 0 0 0-1-1 0-2 0-2H4.5v2ZM18 15v-1h-.016c-.001 0 0 0 0 0 1 1 0 2 0 2H19.5v-2h-1.517s-1 1 0 2H18v-1Zm1.5 1H23v-2h-3.5v2ZM10 8v1h2V7H10v1Zm2 1H14V7h-2v2Z" }));
|
|
3077
3089
|
});
|
|
3078
3090
|
|
|
3091
|
+
var Id = (function (props) {
|
|
3092
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#id_svg__a)", children: [jsxRuntime.jsx("path", { d: "M11.875 8.75H15M11.875 11.25H15M16.875 3.75H3.125a.625.625 0 0 0-.625.625v11.25c0 .345.28.625.625.625h13.75c.345 0 .625-.28.625-.625V4.375a.625.625 0 0 0-.625-.625Z" }), jsxRuntime.jsx("path", { d: "M7.5 11.25a1.875 1.875 0 1 0 0-3.75 1.875 1.875 0 0 0 0 3.75ZM5 13.125c.277-1.078 1.335-1.875 2.5-1.875s2.223.796 2.5 1.875" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "id_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
3093
|
+
});
|
|
3094
|
+
|
|
3079
3095
|
var ImagePicture = (function (props) {
|
|
3080
3096
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "m6 21 9.815-10.796c.1-.11.27-.11.37 0L21 15.5" }), jsxRuntime.jsx("circle", { cx: 9, cy: 9, r: 2, stroke: "currentColor", strokeWidth: 2 }));
|
|
3081
3097
|
});
|
|
@@ -3416,6 +3432,10 @@ var Progress = (function (props) {
|
|
|
3416
3432
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "#F5F6FB", d: "M24 12c0 6.627-5.372 12-12 12-6.627 0-12-5.373-12-12S5.373 0 12 0c6.628 0 12 5.373 12 12ZM3.6 12a8.4 8.4 0 1 0 16.8 0 8.4 8.4 0 0 0-16.8 0Z" }), jsxRuntime.jsx("path", { fill: "currentColor", d: "M12 0a12 12 0 0 1 8.748 20.215l-2.625-2.465A8.4 8.4 0 0 0 12 3.6V0Z" }));
|
|
3417
3433
|
});
|
|
3418
3434
|
|
|
3435
|
+
var Prohibit = (function (props) {
|
|
3436
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 1.8, clipPath: "url(#prohibit_svg__a)", children: [jsxRuntime.jsx("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M15.303 15.303 4.697 4.697" }), jsxRuntime.jsx("path", { strokeMiterlimit: 10, d: "M10 17.5a7.5 7.5 0 1 0 0-15 7.5 7.5 0 0 0 0 15Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "prohibit_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
3437
|
+
});
|
|
3438
|
+
|
|
3419
3439
|
var QrCode = (function (props) {
|
|
3420
3440
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "M3 3h7v7H3V3ZM14 3h7v7h-7V3ZM3 14h7v7H3v-7ZM14 14h2v2h-2v-2ZM14 19h2v2h-2v-2ZM19 14h2v2h-2v-2ZM19 19h2v2h-2v-2Z" }));
|
|
3421
3441
|
});
|
|
@@ -3432,6 +3452,10 @@ var Radio$1 = (function (props) {
|
|
|
3432
3452
|
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 2, clipPath: "url(#radio_svg__a)", children: [jsxRuntime.jsx("path", { strokeLinecap: "round", d: "M19.071 4.929c3.905 3.905 3.905 10.237 0 14.142m-14.142 0c-3.905-3.905-3.905-10.237 0-14.142M16.243 7.757a6 6 0 0 1 0 8.486m-8.486 0a6 6 0 0 1 0-8.486" }), jsxRuntime.jsx("circle", { cx: 12, cy: 12, r: 2 })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "radio_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) }));
|
|
3433
3453
|
});
|
|
3434
3454
|
|
|
3455
|
+
var Receipt = (function (props) {
|
|
3456
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#receipt_svg__a)", children: jsxRuntime.jsx("path", { d: "M6.25 8.125h7.5M6.25 10.625h7.5M2.5 16.25V4.375a.625.625 0 0 1 .625-.625h13.75a.625.625 0 0 1 .625.625V16.25L15 15l-2.5 1.25L10 15l-2.5 1.25L5 15l-2.5 1.25Z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "receipt_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
3457
|
+
});
|
|
3458
|
+
|
|
3435
3459
|
var RefreshCcw = (function (props) {
|
|
3436
3460
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M3 9c2-5 5.594-7 8.899-7 4.523 0 8.525 2.943 9.837 7M2 10V4M2 10h6M21 15c-2 5-5.594 7-8.899 7-4.523 0-8.525-2.943-9.837-7M22 14v6M22 14h-6" }));
|
|
3437
3461
|
});
|
|
@@ -3532,6 +3556,10 @@ var Sidebar = (function (props) {
|
|
|
3532
3556
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }), jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M9 20V4" }));
|
|
3533
3557
|
});
|
|
3534
3558
|
|
|
3559
|
+
var Signature = (function (props) {
|
|
3560
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#signature_svg__a)", children: jsxRuntime.jsx("path", { d: "M1.875 14h16.25M1.875 17.5s9.025-15 4.212-15C2.505 2.5 2.467 17.587 10 8.14c0 0 .634 3.081 2.127 3.11.603.012 1.348-.493 2.248-1.875 0 0 0 1.875 3.75 1.875" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "signature_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
3561
|
+
});
|
|
3562
|
+
|
|
3535
3563
|
var SkipBack = (function (props) {
|
|
3536
3564
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M19 20 9 12l10-8v16ZM5 19V5" }));
|
|
3537
3565
|
});
|
|
@@ -3572,6 +3600,10 @@ var Square = (function (props) {
|
|
|
3572
3600
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeMiterlimit: 10, strokeWidth: 2, d: "M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2Z" }));
|
|
3573
3601
|
});
|
|
3574
3602
|
|
|
3603
|
+
var Stamp = (function (props) {
|
|
3604
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsx("g", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.8, clipPath: "url(#stamp_svg__a)", children: jsxRuntime.jsx("path", { d: "M3.125 17.5h13.75M8.931 10.625 7.542 4.141a1.875 1.875 0 0 1 1.833-2.266h1.25a1.875 1.875 0 0 1 1.834 2.266l-1.39 6.484M16.25 10.625H3.75a.625.625 0 0 0-.625.625v3.125c0 .345.28.625.625.625h12.5c.345 0 .625-.28.625-.625V11.25a.625.625 0 0 0-.625-.625Z" }) }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "stamp_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
3605
|
+
});
|
|
3606
|
+
|
|
3575
3607
|
var StarFilledIcon = (function (props) {
|
|
3576
3608
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { fill: "currentColor", stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 2, d: "M11.888 2h.129c.502.003.952.313 1.13.78l2.006 5.068 5.679.266c1.128.048 1.59 1.464.703 2.16l-4.433 3.546 1.84 5.653c.286 1.071-.906 1.93-1.84 1.325L12 17l-5 3.798c-.935.608-2.132-.252-1.844-1.325L6.9 13.82l-4.434-3.546c-.886-.696-.425-2.112.703-2.16l5.68-.266 2.021-5.068A1.224 1.224 0 0 1 11.889 2Z" }));
|
|
3577
3609
|
});
|
|
@@ -3656,6 +3688,10 @@ var TrailerParts = (function (props) {
|
|
|
3656
3688
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.5 16.5a2 2 0 0 0 4 0m-4 0a2 2 0 0 1 4 0m-4 0h-2a2 2 0 0 1-2-2V12A5.5 5.5 0 0 1 8 6.5h7.5a2 2 0 0 1 2 2v6m-7 2h5a2 2 0 0 0 2-2m0 0h4" }));
|
|
3657
3689
|
});
|
|
3658
3690
|
|
|
3691
|
+
var Translation = (function (props) {
|
|
3692
|
+
return React.createElement(IconWrapper, props, jsxRuntime.jsxs("g", { stroke: "currentColor", strokeWidth: 1.8, clipPath: "url(#translation_svg__a)", children: [jsxRuntime.jsx("circle", { cx: 11.25, cy: 8.75, r: 7.083 }), jsxRuntime.jsx("path", { strokeLinecap: "round", d: "M11.667 1.667c-2.808 2.237-3.842 5.888-3.102 9.166" }), jsxRuntime.jsx("path", { strokeLinecap: "round", d: "M10.833 1.667c4.445 3.541 4.445 10.625 0 14.166M5 6.667h12.5M5 10.833h12.5" }), jsxRuntime.jsx("path", { fill: "#fff", strokeLinecap: "round", strokeLinejoin: "round", d: "M10 16.146c0 .276-.109.541-.301.736a1.022 1.022 0 0 1-.728.305H3.724l-2.058 1.146v-6.458c0-.276.109-.541.302-.737.193-.195.454-.305.727-.305h6.276c.273 0 .535.11.728.305.192.196.3.46.3.737v4.27Z" })] }), jsxRuntime.jsx("defs", { children: jsxRuntime.jsx("clipPath", { id: "translation_svg__a", children: jsxRuntime.jsx("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) }));
|
|
3693
|
+
});
|
|
3694
|
+
|
|
3659
3695
|
var Trash2Icon = (function (props) {
|
|
3660
3696
|
return React.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3 6h18M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2m3 0v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6h14ZM10 11v6M14 11v6" }));
|
|
3661
3697
|
});
|
|
@@ -8286,7 +8322,7 @@ var IMAGE_FILES = [
|
|
|
8286
8322
|
'png',
|
|
8287
8323
|
'tiff',
|
|
8288
8324
|
'webp',
|
|
8289
|
-
'svg'
|
|
8325
|
+
'svg',
|
|
8290
8326
|
];
|
|
8291
8327
|
|
|
8292
8328
|
var getUploadStatus = function (progress, error) {
|
|
@@ -8375,6 +8411,63 @@ var getStatusMessage = function (_a) {
|
|
|
8375
8411
|
return message.trim();
|
|
8376
8412
|
};
|
|
8377
8413
|
|
|
8414
|
+
var breakpointLookup = function (breakpoint) {
|
|
8415
|
+
if (typeof window === 'undefined') {
|
|
8416
|
+
return {
|
|
8417
|
+
initialValue: false,
|
|
8418
|
+
queryString: '',
|
|
8419
|
+
};
|
|
8420
|
+
}
|
|
8421
|
+
switch (breakpoint) {
|
|
8422
|
+
case 'BELOW_TABLET':
|
|
8423
|
+
return {
|
|
8424
|
+
initialValue: window.innerWidth <= 720, // 45rem = 720px = tablet breakpoint
|
|
8425
|
+
queryString: '(max-width: 45rem)',
|
|
8426
|
+
};
|
|
8427
|
+
case 'BELOW_DESKTOP':
|
|
8428
|
+
return {
|
|
8429
|
+
initialValue: window.innerWidth <= 1024, // 64rem = 1024px = desktop breakpoint
|
|
8430
|
+
queryString: '(max-width: 64rem)',
|
|
8431
|
+
};
|
|
8432
|
+
case 'ABOVE_MOBILE':
|
|
8433
|
+
return {
|
|
8434
|
+
initialValue: window.innerWidth >= 544, // 34rem = 544px = mobile breakpoint}
|
|
8435
|
+
queryString: '(min-width: 34rem)',
|
|
8436
|
+
};
|
|
8437
|
+
case 'ABOVE_TABLET':
|
|
8438
|
+
return {
|
|
8439
|
+
initialValue: window.innerWidth >= 720, // 45rem = 720px = tablet breakpoint
|
|
8440
|
+
queryString: '(min-width: 45rem)',
|
|
8441
|
+
};
|
|
8442
|
+
case 'ABOVE_DESKTOP':
|
|
8443
|
+
return {
|
|
8444
|
+
initialValue: window.innerWidth >= 1024, // 64rem = 1024px = desktop breakpoint
|
|
8445
|
+
queryString: '(min-width: 64rem)',
|
|
8446
|
+
};
|
|
8447
|
+
case 'BELOW_MOBILE':
|
|
8448
|
+
default:
|
|
8449
|
+
return {
|
|
8450
|
+
initialValue: window.innerWidth <= 544, // 34rem = 544px = mobile breakpoint}
|
|
8451
|
+
queryString: '(max-width: 34rem)',
|
|
8452
|
+
};
|
|
8453
|
+
}
|
|
8454
|
+
};
|
|
8455
|
+
var useMediaQuery = function (breakpoint) {
|
|
8456
|
+
var _a = breakpointLookup(breakpoint), initialValue = _a.initialValue, queryString = _a.queryString;
|
|
8457
|
+
var _b = React.useState(initialValue), matchesBreakpoint = _b[0], setMatchesBreakpoint = _b[1];
|
|
8458
|
+
React.useEffect(function () {
|
|
8459
|
+
var mediaQuery = window.matchMedia(queryString);
|
|
8460
|
+
var updateMediaQuery = function (e) {
|
|
8461
|
+
return setMatchesBreakpoint(e.matches);
|
|
8462
|
+
};
|
|
8463
|
+
mediaQuery.addEventListener('change', updateMediaQuery);
|
|
8464
|
+
return function () {
|
|
8465
|
+
mediaQuery.removeEventListener('change', updateMediaQuery);
|
|
8466
|
+
};
|
|
8467
|
+
}, [queryString]);
|
|
8468
|
+
return matchesBreakpoint;
|
|
8469
|
+
};
|
|
8470
|
+
|
|
8378
8471
|
var MultiDropzone = function (_a) {
|
|
8379
8472
|
var _b;
|
|
8380
8473
|
var uploadedFiles = _a.uploadedFiles, onFileSelect = _a.onFileSelect, onRemoveFile = _a.onRemoveFile, uploading = _a.uploading, _c = _a.isCondensed, isCondensed = _c === void 0 ? false : _c, accept = _a.accept, _d = _a.maxFiles, maxFiles = _d === void 0 ? 0 : _d, maxSize = _a.maxSize, textOverrides = _a.textOverrides;
|
|
@@ -8414,12 +8507,18 @@ var MultiDropzone = function (_a) {
|
|
|
8414
8507
|
maxSize: maxSize,
|
|
8415
8508
|
onDrop: onDrop,
|
|
8416
8509
|
}), getRootProps = _g.getRootProps, getInputProps = _g.getInputProps;
|
|
8510
|
+
var isNonDesktopDevice = useMediaQuery('BELOW_TABLET');
|
|
8511
|
+
var instructionsTextDesktop = (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.instructionsText) || 'Choose file or drag & drop';
|
|
8512
|
+
var instructionsTextMobile = (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.instructionsTextMobile) || 'Tap to choose file';
|
|
8513
|
+
var instructionsText = isNonDesktopDevice
|
|
8514
|
+
? instructionsTextMobile
|
|
8515
|
+
: instructionsTextDesktop;
|
|
8417
8516
|
return (jsxRuntime.jsxs("div", { className: styles$C.container, children: [jsxRuntime.jsxs("div", __assign({ className: classNames$1("w100 ta-center br8 c-pointer ".concat(styles$C.dropzoneContainer), (_b = {},
|
|
8418
8517
|
_b[styles$C['dropzoneContainerDisabled']] = uploading,
|
|
8419
8518
|
_b)) }, getRootProps(), { children: [jsxRuntime.jsx("div", { className: "sr-only", "aria-live": "polite", "aria-atomic": "true", children: statusMessage }), jsxRuntime.jsx("input", __assign({ "data-testid": "ds-drop-input" }, getInputProps())), jsxRuntime.jsx(UploadCloudIcon, { className: isCondensed ? styles$C.img : '', size: isCondensed ? 24 : 64, color: 'purple-500' }), jsxRuntime.jsx("div", { className: "p-h4 mt8 d-block c-pointer ".concat(isCondensed ? styles$C.textInline : ''), children: uploading
|
|
8420
8519
|
? (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.currentlyUploadingText) ||
|
|
8421
8520
|
'Please wait while uploading file...'
|
|
8422
|
-
:
|
|
8521
|
+
: instructionsText }), jsxRuntime.jsx("div", { className: "p-p--small tc-grey-500", children: (textOverrides === null || textOverrides === void 0 ? void 0 : textOverrides.supportsText) || placeholder })] })), errors.map(function (_a) {
|
|
8423
8522
|
var id = _a.id, message = _a.message;
|
|
8424
8523
|
return message && (jsxRuntime.jsx(UploadFileCell, { uploadStatus: "ERROR", file: {
|
|
8425
8524
|
error: message,
|
|
@@ -16291,63 +16390,6 @@ var css_248z$4 = ".Table-module_wrapper__2MMNq {\n position: relative;\n}\n\n.T
|
|
|
16291
16390
|
var styles$4 = {"wrapper":"Table-module_wrapper__2MMNq","container":"Table-module_container__3VFLP","stickyHeader":"Table-module_stickyHeader__2uEpP","modalContent":"Table-module_modalContent__1PNgv"};
|
|
16292
16391
|
styleInject(css_248z$4);
|
|
16293
16392
|
|
|
16294
|
-
var breakpointLookup = function (breakpoint) {
|
|
16295
|
-
if (typeof window === 'undefined') {
|
|
16296
|
-
return {
|
|
16297
|
-
initialValue: false,
|
|
16298
|
-
queryString: '',
|
|
16299
|
-
};
|
|
16300
|
-
}
|
|
16301
|
-
switch (breakpoint) {
|
|
16302
|
-
case 'BELOW_TABLET':
|
|
16303
|
-
return {
|
|
16304
|
-
initialValue: window.innerWidth <= 720, // 45rem = 720px = tablet breakpoint
|
|
16305
|
-
queryString: '(max-width: 45rem)',
|
|
16306
|
-
};
|
|
16307
|
-
case 'BELOW_DESKTOP':
|
|
16308
|
-
return {
|
|
16309
|
-
initialValue: window.innerWidth <= 1024, // 64rem = 1024px = desktop breakpoint
|
|
16310
|
-
queryString: '(max-width: 64rem)',
|
|
16311
|
-
};
|
|
16312
|
-
case 'ABOVE_MOBILE':
|
|
16313
|
-
return {
|
|
16314
|
-
initialValue: window.innerWidth >= 544, // 34rem = 544px = mobile breakpoint}
|
|
16315
|
-
queryString: '(min-width: 34rem)',
|
|
16316
|
-
};
|
|
16317
|
-
case 'ABOVE_TABLET':
|
|
16318
|
-
return {
|
|
16319
|
-
initialValue: window.innerWidth >= 720, // 45rem = 720px = tablet breakpoint
|
|
16320
|
-
queryString: '(min-width: 45rem)',
|
|
16321
|
-
};
|
|
16322
|
-
case 'ABOVE_DESKTOP':
|
|
16323
|
-
return {
|
|
16324
|
-
initialValue: window.innerWidth >= 1024, // 64rem = 1024px = desktop breakpoint
|
|
16325
|
-
queryString: '(min-width: 64rem)',
|
|
16326
|
-
};
|
|
16327
|
-
case 'BELOW_MOBILE':
|
|
16328
|
-
default:
|
|
16329
|
-
return {
|
|
16330
|
-
initialValue: window.innerWidth <= 544, // 34rem = 544px = mobile breakpoint}
|
|
16331
|
-
queryString: '(max-width: 34rem)',
|
|
16332
|
-
};
|
|
16333
|
-
}
|
|
16334
|
-
};
|
|
16335
|
-
var useMediaQuery = function (breakpoint) {
|
|
16336
|
-
var _a = breakpointLookup(breakpoint), initialValue = _a.initialValue, queryString = _a.queryString;
|
|
16337
|
-
var _b = React.useState(initialValue), matchesBreakpoint = _b[0], setMatchesBreakpoint = _b[1];
|
|
16338
|
-
React.useEffect(function () {
|
|
16339
|
-
var mediaQuery = window.matchMedia(queryString);
|
|
16340
|
-
var updateMediaQuery = function (e) {
|
|
16341
|
-
return setMatchesBreakpoint(e.matches);
|
|
16342
|
-
};
|
|
16343
|
-
mediaQuery.addEventListener('change', updateMediaQuery);
|
|
16344
|
-
return function () {
|
|
16345
|
-
mediaQuery.removeEventListener('change', updateMediaQuery);
|
|
16346
|
-
};
|
|
16347
|
-
}, [queryString]);
|
|
16348
|
-
return matchesBreakpoint;
|
|
16349
|
-
};
|
|
16350
|
-
|
|
16351
16393
|
var css_248z$3 = ".TableSection-module_table__sNbDq {\n border-collapse: collapse;\n table-layout: fixed;\n}\n@media (min-width: 34rem) {\n .TableSection-module_table__sNbDq {\n min-width: 845px;\n }\n}\n\n.TableSection-module_tr__UbkbE {\n min-height: 72px;\n}";
|
|
16352
16394
|
var styles$3 = {"table":"TableSection-module_table__sNbDq","tr":"TableSection-module_tr__UbkbE"};
|
|
16353
16395
|
styleInject(css_248z$3);
|
|
@@ -16699,6 +16741,7 @@ exports.BikeBicycleIcon = BikeBicycle;
|
|
|
16699
16741
|
exports.BlogIcon = Blog;
|
|
16700
16742
|
exports.BluetoothIcon = Bluetooth;
|
|
16701
16743
|
exports.BoldIcon = Bold;
|
|
16744
|
+
exports.BoneIcon = Bone;
|
|
16702
16745
|
exports.BookIcon = Book;
|
|
16703
16746
|
exports.BookOpenIcon = BookOpen;
|
|
16704
16747
|
exports.BookmarkIcon = Bookmark;
|
|
@@ -16717,6 +16760,7 @@ exports.CalendarIcon = CalendarIcon;
|
|
|
16717
16760
|
exports.CameraIcon = Camera;
|
|
16718
16761
|
exports.CameraOffIcon = CameraOff;
|
|
16719
16762
|
exports.CancerIcon = Cancer;
|
|
16763
|
+
exports.CarIcon = Car;
|
|
16720
16764
|
exports.CarTrafficIcon = CarTraffic;
|
|
16721
16765
|
exports.Card = Card;
|
|
16722
16766
|
exports.CardButton = CardButton;
|
|
@@ -16815,6 +16859,7 @@ exports.FileIcon = FileIcon;
|
|
|
16815
16859
|
exports.FileMinusIcon = FileMinus;
|
|
16816
16860
|
exports.FilePlusIcon = FilePlus;
|
|
16817
16861
|
exports.FileTextIcon = FileText;
|
|
16862
|
+
exports.FilesIcon = Files;
|
|
16818
16863
|
exports.FilmIcon = Film;
|
|
16819
16864
|
exports.FilterIcon = Filter;
|
|
16820
16865
|
exports.FireIcon = Fire;
|
|
@@ -16845,6 +16890,7 @@ exports.HexagonIcon = Hexagon;
|
|
|
16845
16890
|
exports.HomeIcon = Home;
|
|
16846
16891
|
exports.HospitalBuildingIcon = HospitalBuilding;
|
|
16847
16892
|
exports.IbanInput = IbanInput;
|
|
16893
|
+
exports.IdIcon = Id;
|
|
16848
16894
|
exports.ImagePictureIcon = ImagePicture;
|
|
16849
16895
|
exports.InboxIcon = Inbox;
|
|
16850
16896
|
exports.InfoCard = InfoCard;
|
|
@@ -16935,11 +16981,13 @@ exports.PowerIcon = Power;
|
|
|
16935
16981
|
exports.PregnacyIcon = Pregnacy;
|
|
16936
16982
|
exports.PrinterIcon = Printer;
|
|
16937
16983
|
exports.ProgressIcon = Progress;
|
|
16984
|
+
exports.ProhibitIcon = Prohibit;
|
|
16938
16985
|
exports.QrCodeIcon = QrCode;
|
|
16939
16986
|
exports.QuestionmarkHelpCircleIcon = QuestionmarkHelpCircle;
|
|
16940
16987
|
exports.QuotationMarksIcon = QuotationMarks;
|
|
16941
16988
|
exports.Radio = Radio;
|
|
16942
16989
|
exports.RadioIcon = Radio$1;
|
|
16990
|
+
exports.ReceiptIcon = Receipt;
|
|
16943
16991
|
exports.RefreshCcwIcon = RefreshCcw;
|
|
16944
16992
|
exports.RefreshCwIcon = RefreshCw;
|
|
16945
16993
|
exports.RegularModal = RegularModal;
|
|
@@ -16967,6 +17015,7 @@ exports.ShoppingBagIcon = ShoppingBag;
|
|
|
16967
17015
|
exports.ShoppingCartIcon = ShoppingCart;
|
|
16968
17016
|
exports.ShuffleIcon = Shuffle;
|
|
16969
17017
|
exports.SidebarIcon = Sidebar;
|
|
17018
|
+
exports.SignatureIcon = Signature;
|
|
16970
17019
|
exports.SignaturePad = SignaturePad;
|
|
16971
17020
|
exports.SkipBackIcon = SkipBack;
|
|
16972
17021
|
exports.SkipForwardIcon = SkipForward;
|
|
@@ -16979,6 +17028,7 @@ exports.SofaIcon = Sofa;
|
|
|
16979
17028
|
exports.SpeakerIcon = Speaker;
|
|
16980
17029
|
exports.Spinner = Spinner;
|
|
16981
17030
|
exports.SquareIcon = Square;
|
|
17031
|
+
exports.StampIcon = Stamp;
|
|
16982
17032
|
exports.StarFilledIcon = StarFilledIcon;
|
|
16983
17033
|
exports.StarHalfIcon = StarHalf;
|
|
16984
17034
|
exports.StarIcon = Star;
|
|
@@ -17016,6 +17066,7 @@ exports.ToggleRightIcon = ToggleRight;
|
|
|
17016
17066
|
exports.ToolIcon = Tool;
|
|
17017
17067
|
exports.ToothFillingCrackedIcon = ToothFillingCracked;
|
|
17018
17068
|
exports.TrailerPartsIcon = TrailerParts;
|
|
17069
|
+
exports.TranslationIcon = Translation;
|
|
17019
17070
|
exports.Trash2Icon = Trash2Icon;
|
|
17020
17071
|
exports.TrashIcon = Trash;
|
|
17021
17072
|
exports.TrelloIcon = Trello;
|