@popsure/dirty-swan 0.54.10 → 0.54.11
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 +20 -20
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/lib/components/modal/index.d.ts +1 -0
- package/dist/cjs/lib/components/modal/index.stories.d.ts +10 -1
- package/dist/cjs/lib/components/modal/regularModal/index.d.ts +1 -1
- package/dist/esm/components/icon/icons/AccidentCar.js +1 -1
- package/dist/esm/components/icon/icons/AccidentCar.js.map +1 -1
- package/dist/esm/components/icon/icons/BikeBicycle.js +1 -1
- package/dist/esm/components/icon/icons/BikeBicycle.js.map +1 -1
- package/dist/esm/components/icon/icons/CarTraffic.js +1 -1
- package/dist/esm/components/icon/icons/CarTraffic.js.map +1 -1
- package/dist/esm/components/icon/icons/ChainBikeBroken.js +1 -1
- package/dist/esm/components/icon/icons/ChainBikeBroken.js.map +1 -1
- package/dist/esm/components/icon/icons/CoinsMoney.js +1 -1
- package/dist/esm/components/icon/icons/CoinsMoney.js.map +1 -1
- package/dist/esm/components/icon/icons/DeathFuneral.js +1 -1
- package/dist/esm/components/icon/icons/DeathFuneral.js.map +1 -1
- package/dist/esm/components/icon/icons/DentalTreatmentTooth.js +1 -1
- package/dist/esm/components/icon/icons/DentalTreatmentTooth.js.map +1 -1
- package/dist/esm/components/icon/icons/Fire.js +1 -1
- package/dist/esm/components/icon/icons/Fire.js.map +1 -1
- package/dist/esm/components/icon/icons/Glass.js +1 -1
- package/dist/esm/components/icon/icons/Glass.js.map +1 -1
- package/dist/esm/components/icon/icons/HatGraduation.js +1 -1
- package/dist/esm/components/icon/icons/HatGraduation.js.map +1 -1
- package/dist/esm/components/icon/icons/PaintCosmetic.js +1 -1
- package/dist/esm/components/icon/icons/PaintCosmetic.js.map +1 -1
- package/dist/esm/components/icon/icons/PawPet.js +1 -1
- package/dist/esm/components/icon/icons/PawPet.js.map +1 -1
- package/dist/esm/components/icon/icons/PigMoneySavings.js +1 -1
- package/dist/esm/components/icon/icons/PigMoneySavings.js.map +1 -1
- package/dist/esm/components/icon/icons/PlaneFlight.js +1 -1
- package/dist/esm/components/icon/icons/PlaneFlight.js.map +1 -1
- package/dist/esm/components/icon/icons/ToothFillingCracked.js +1 -1
- package/dist/esm/components/icon/icons/ToothFillingCracked.js.map +1 -1
- package/dist/esm/components/icon/icons/TrailerParts.js +1 -1
- package/dist/esm/components/icon/icons/TrailerParts.js.map +1 -1
- package/dist/esm/components/icon/icons.stories.js +1 -1
- package/dist/esm/components/icon/index.stories.js +1 -1
- package/dist/esm/components/modal/genericModal/index.js +1 -1
- package/dist/esm/components/modal/genericModal/index.js.map +1 -1
- package/dist/esm/components/modal/index.stories.js +11 -2
- package/dist/esm/components/modal/index.stories.js.map +1 -1
- package/dist/esm/components/modal/regularModal/index.js +3 -3
- package/dist/esm/components/modal/regularModal/index.js.map +1 -1
- package/dist/esm/{index-1e104e87.js → index-6189a998.js} +1 -1
- package/dist/esm/{index-1e104e87.js.map → index-6189a998.js.map} +1 -1
- package/dist/esm/lib/components/modal/index.d.ts +1 -0
- package/dist/esm/lib/components/modal/index.stories.d.ts +10 -1
- package/dist/esm/lib/components/modal/regularModal/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/components/icon/assets/accident-car.svg +1 -1
- package/src/lib/components/icon/assets/bike-bicycle.svg +1 -1
- package/src/lib/components/icon/assets/car-traffic.svg +1 -1
- package/src/lib/components/icon/assets/chain-bike-broken.svg +1 -1
- package/src/lib/components/icon/assets/coins-money.svg +1 -1
- package/src/lib/components/icon/assets/death-funeral.svg +1 -1
- package/src/lib/components/icon/assets/dental-treatment-tooth.svg +1 -1
- package/src/lib/components/icon/assets/fire.svg +1 -1
- package/src/lib/components/icon/assets/glass.svg +1 -1
- package/src/lib/components/icon/assets/hat-graduation.svg +1 -1
- package/src/lib/components/icon/assets/paint-cosmetic.svg +1 -1
- package/src/lib/components/icon/assets/paw-pet.svg +5 -5
- package/src/lib/components/icon/assets/pig-money-savings.svg +1 -1
- package/src/lib/components/icon/assets/plane-flight.svg +1 -1
- package/src/lib/components/icon/assets/tooth-filling-cracked.svg +1 -1
- package/src/lib/components/icon/assets/trailer-parts.svg +1 -1
- package/src/lib/components/icon/icons/AccidentCar.tsx +1 -1
- package/src/lib/components/icon/icons/BikeBicycle.tsx +1 -1
- package/src/lib/components/icon/icons/CarTraffic.tsx +1 -1
- package/src/lib/components/icon/icons/ChainBikeBroken.tsx +1 -1
- package/src/lib/components/icon/icons/CoinsMoney.tsx +1 -1
- package/src/lib/components/icon/icons/DeathFuneral.tsx +1 -1
- package/src/lib/components/icon/icons/DentalTreatmentTooth.tsx +1 -1
- package/src/lib/components/icon/icons/Fire.tsx +1 -1
- package/src/lib/components/icon/icons/Glass.tsx +1 -1
- package/src/lib/components/icon/icons/HatGraduation.tsx +1 -1
- package/src/lib/components/icon/icons/PaintCosmetic.tsx +1 -1
- package/src/lib/components/icon/icons/PawPet.tsx +1 -1
- package/src/lib/components/icon/icons/PigMoneySavings.tsx +1 -1
- package/src/lib/components/icon/icons/PlaneFlight.tsx +1 -1
- package/src/lib/components/icon/icons/ToothFillingCracked.tsx +1 -1
- package/src/lib/components/icon/icons/TrailerParts.tsx +1 -1
- package/src/lib/components/modal/genericModal/index.tsx +1 -1
- package/src/lib/components/modal/index.stories.tsx +11 -0
- package/src/lib/components/modal/index.ts +1 -0
- package/src/lib/components/modal/regularModal/index.tsx +4 -3
- package/src/lib/components/modal/regularModal/style.module.scss +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -2346,7 +2346,7 @@ var Cancer = (function (props) {
|
|
|
2346
2346
|
});
|
|
2347
2347
|
|
|
2348
2348
|
var AccidentCar = (function (props) {
|
|
2349
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2349
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M7.778 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.5m9.5 0h2.111v-4.222A2.111 2.111 0 0 0 12 10.916h-1.056m0 0L6.722 5.64H2.5m8.444 5.277H2.5m2.111 0V5.64m9.5 2.11V5.64m5.278 6.333H21.5m-3.694 3.694 1.583 1.584m-1.583-8.972 1.583-1.584" }));
|
|
2350
2350
|
});
|
|
2351
2351
|
|
|
2352
2352
|
var Activity = (function (props) {
|
|
@@ -2510,7 +2510,7 @@ var Bell = (function (props) {
|
|
|
2510
2510
|
});
|
|
2511
2511
|
|
|
2512
2512
|
var BikeBicycle = (function (props) {
|
|
2513
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2513
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6 10.5h10.5l-4 4h-5l4-4m1.5-4h2l3.5 7M2 16.5a3 3 0 1 0 6 0 3 3 0 0 0-6 0Zm14 0a3 3 0 1 0 6 0 3 3 0 0 0-6 0Z" }));
|
|
2514
2514
|
});
|
|
2515
2515
|
|
|
2516
2516
|
var Blog = (function (props) {
|
|
@@ -2582,7 +2582,7 @@ var Camera = (function (props) {
|
|
|
2582
2582
|
});
|
|
2583
2583
|
|
|
2584
2584
|
var CarTraffic = (function (props) {
|
|
2585
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2585
|
+
return require$$0.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" }));
|
|
2586
2586
|
});
|
|
2587
2587
|
|
|
2588
2588
|
var Cast = (function (props) {
|
|
@@ -2590,7 +2590,7 @@ var Cast = (function (props) {
|
|
|
2590
2590
|
});
|
|
2591
2591
|
|
|
2592
2592
|
var ChainBikeBroken = (function (props) {
|
|
2593
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2593
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M2 12.5h2m0 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm16-5h2m-2 0a2 2 0 1 1-4 0m4 0a2 2 0 1 0-4 0m0 0L7.5 11M20 17.5h2m-2 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" }));
|
|
2594
2594
|
});
|
|
2595
2595
|
|
|
2596
2596
|
var CheckCircle = (function (props) {
|
|
@@ -2726,7 +2726,7 @@ var Coffee = (function (props) {
|
|
|
2726
2726
|
});
|
|
2727
2727
|
|
|
2728
2728
|
var CoinsMoney = (function (props) {
|
|
2729
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2729
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M9 14.5c0 1.657 2.686 3 6 3s6-1.343 6-3m-12 0c0-1.657 2.686-3 6-3s6 1.343 6 3m-12 0v4c0 1.656 2.686 3 6 3s6-1.344 6-3v-4m-18-8c0 1.072 1.144 2.062 3 2.598s4.144.536 6 0c1.856-.536 3-1.526 3-2.598 0-1.072-1.144-2.062-3-2.598s-4.144-.536-6 0C4.144 4.438 3 5.428 3 6.5Zm0 0v10c0 .888.772 1.45 2 2m-2-7c0 .888.772 1.45 2 2" }));
|
|
2730
2730
|
});
|
|
2731
2731
|
|
|
2732
2732
|
var Columns = (function (props) {
|
|
@@ -2802,7 +2802,7 @@ var Database = (function (props) {
|
|
|
2802
2802
|
});
|
|
2803
2803
|
|
|
2804
2804
|
var DeathFuneral = (function (props) {
|
|
2805
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2805
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.412 16.602V6.352A3.353 3.353 0 0 1 9.765 3h4.47a3.353 3.353 0 0 1 3.353 3.353v10.25M12 6.353v5.588M9.765 8.588h4.47M4.177 22v-2.235a3.353 3.353 0 0 1 3.352-3.353h8.942a3.353 3.353 0 0 1 3.353 3.353V22H4.177Z" }));
|
|
2806
2806
|
});
|
|
2807
2807
|
|
|
2808
2808
|
var Delete = (function (props) {
|
|
@@ -2818,7 +2818,7 @@ var DentalToothTeeth = (function (props) {
|
|
|
2818
2818
|
});
|
|
2819
2819
|
|
|
2820
2820
|
var DentalTreatmentTooth = (function (props) {
|
|
2821
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2821
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M6.722 8.278V6.167A3.167 3.167 0 0 1 9.89 3m-2.111 9.5L8.834 22m7.388-9.5L15.167 22m-8.445 0h10.556M4.611 8.278H19.39l-.655 2.623a2.112 2.112 0 0 1-2.048 1.599H7.315a2.112 2.112 0 0 1-2.048-1.6L4.61 8.279Z" }));
|
|
2822
2822
|
});
|
|
2823
2823
|
|
|
2824
2824
|
var DependentsFamilyAdd = (function (props) {
|
|
@@ -2950,7 +2950,7 @@ var Filter = (function (props) {
|
|
|
2950
2950
|
});
|
|
2951
2951
|
|
|
2952
2952
|
var Fire = (function (props) {
|
|
2953
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
2953
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 11.912c2.353-3.483 0-8.236-1.177-9.412 0 3.574-2.085 5.578-3.529 7.059-1.442 1.482-2.353 3.812-2.353 5.882a7.059 7.059 0 0 0 14.118 0c0-1.802-1.242-4.635-2.353-5.882-2.101 3.53-3.284 3.53-4.706 2.353Z" }));
|
|
2954
2954
|
});
|
|
2955
2955
|
|
|
2956
2956
|
var Flag = (function (props) {
|
|
@@ -2998,7 +2998,7 @@ var GitPullRequest = (function (props) {
|
|
|
2998
2998
|
});
|
|
2999
2999
|
|
|
3000
3000
|
var Glass = (function (props) {
|
|
3001
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3001
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 3c-4.08 0-7.389 3.454-7.389 7.389v10.555A1.055 1.055 0 0 0 5.667 22h12.666a1.055 1.055 0 0 0 1.056-1.056V10.39C19.389 6.454 16.08 3 12 3Zm0 0v19m-7.389-8.444H19.39" }));
|
|
3002
3002
|
});
|
|
3003
3003
|
|
|
3004
3004
|
var GlobeNetworkEarth = (function (props) {
|
|
@@ -3022,7 +3022,7 @@ var Hash = (function (props) {
|
|
|
3022
3022
|
});
|
|
3023
3023
|
|
|
3024
3024
|
var HatGraduation = (function (props) {
|
|
3025
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3025
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "m22 9.5-10-4-10 4 10 4 10-4Zm0 0v6M6 11.1v5.4c0 .796.632 1.559 1.757 2.121 1.126.563 2.652.879 4.243.879 1.591 0 3.117-.316 4.243-.879C17.368 18.06 18 17.296 18 16.5v-5.4" }));
|
|
3026
3026
|
});
|
|
3027
3027
|
|
|
3028
3028
|
var Headphones = (function (props) {
|
|
@@ -3258,7 +3258,7 @@ var Package = (function (props) {
|
|
|
3258
3258
|
});
|
|
3259
3259
|
|
|
3260
3260
|
var PaintCosmetic = (function (props) {
|
|
3261
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3261
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M8.2 13.7A16 16 0 0 1 21 3.5a16 16 0 0 1-10.2 12.8m-.2-6.8a9 9 0 0 1 4.4 4.4M3 21.5v-4a4 4 0 1 1 4 4H3Z" }));
|
|
3262
3262
|
});
|
|
3263
3263
|
|
|
3264
3264
|
var Paperclip = (function (props) {
|
|
@@ -3274,7 +3274,7 @@ var Pause = (function (props) {
|
|
|
3274
3274
|
});
|
|
3275
3275
|
|
|
3276
3276
|
var PawPet = (function (props) {
|
|
3277
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3277
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeWidth: 2, d: "M15.15 14.25c-1.283-2.333-1.681-2.916-3.15-2.916-1.469 0-2.025.88-3.309 3.205-1.099 1.987-3.32 2.152-3.874 3.84-.113.308-.17.79-.167 1.122 0 1.372.918 2.333 2.1 2.333 1.469 0 3.5-1.167 5.25-1.167s3.781 1.167 5.25 1.167c1.182 0 2.1-.96 2.1-2.333 0-.333-.057-.814-.17-1.123-.554-1.693-2.93-2.14-4.03-4.127ZM21.553 7.93a1.212 1.212 0 0 0-.474-.096h-.017c-.858.014-1.82.875-2.325 2.177-.606 1.557-.327 3.15.627 3.56.15.065.312.096.474.096.862 0 1.837-.865 2.346-2.177.602-1.557.317-3.15-.631-3.56ZM9.053 9c.064 0 .127 0 .19-.012 1.101-.15 1.789-1.57 1.54-3.176-.237-1.513-1.221-2.645-2.254-2.645-.064 0-.127 0-.19.013-1.101.15-1.789 1.57-1.54 3.176C7.037 7.864 8.022 9 9.054 9h-.001ZM17.199 6.356c.25-1.606-.438-3.027-1.54-3.176a1.36 1.36 0 0 0-.19-.013c-1.032 0-2.015 1.132-2.25 2.645-.25 1.605.437 3.026 1.54 3.176.062.008.125.012.188.012 1.033 0 2.018-1.136 2.252-2.644ZM4.638 13.572c.952-.411 1.23-2.006.626-3.561-.51-1.312-1.483-2.177-2.344-2.177-.164 0-.324.031-.475.095-.952.411-1.23 2.006-.626 3.561.51 1.312 1.483 2.177 2.344 2.177.164 0 .324-.031.475-.095Z" }));
|
|
3278
3278
|
});
|
|
3279
3279
|
|
|
3280
3280
|
var PenTool = (function (props) {
|
|
@@ -3322,7 +3322,7 @@ var PieChart = (function (props) {
|
|
|
3322
3322
|
});
|
|
3323
3323
|
|
|
3324
3324
|
var PigMoneySavings = (function (props) {
|
|
3325
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3325
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M15 11.5v.01M5.173 8.878A3 3 0 1 1 9.83 7.5M16 4.5v3.803a6.019 6.019 0 0 1 2.658 3.197h1.341a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1.342c-.336.95-.907 1.8-1.658 2.473V20a1.5 1.5 0 1 1-3 0v-.583c-.33.055-.665.083-1 .083h-4c-.335 0-.67-.028-1-.083V20a1.5 1.5 0 1 1-3 0v-2.027a6 6 0 0 1 4-10.473h2.5l4.5-3H16Z" }));
|
|
3326
3326
|
});
|
|
3327
3327
|
|
|
3328
3328
|
var PlaneFilled = (function (props) {
|
|
@@ -3330,7 +3330,7 @@ var PlaneFilled = (function (props) {
|
|
|
3330
3330
|
});
|
|
3331
3331
|
|
|
3332
3332
|
var PlaneFlight = (function (props) {
|
|
3333
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3333
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M3.403 20.55h17.596m-6.218-10.501 4.721-1.265a1.955 1.955 0 1 1 1.012 3.776L6.35 16.356 2 11.449l2.832-.759 2.395 1.382 2.832-.758L6.4 5.21l2.833-.76 5.548 5.599Z" }));
|
|
3334
3334
|
});
|
|
3335
3335
|
|
|
3336
3336
|
var PlaneRepatriationFilled = (function (props) {
|
|
@@ -3626,11 +3626,11 @@ var Tool = (function (props) {
|
|
|
3626
3626
|
});
|
|
3627
3627
|
|
|
3628
3628
|
var ToothFillingCracked = (function (props) {
|
|
3629
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3629
|
+
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 2, d: "M12 5.187C10.792 4.528 9.094 3.5 7.5 3.5 5.137 3.5 3 4.903 3 9.125c0 5.511 1.188 9.461 3.005 11.854.644.85 2.216.586 2.888-.265.447-.569.921-1.62 1.42-3.152.328-.867 1.003-1.692 1.687-1.687.677 0 1.361.829 1.687 1.687.499 1.533.972 2.582 1.42 3.15.672.854 2.25 1.117 2.888.267C19.812 18.586 21 14.637 21 9.125 21 4.917 18.853 3.5 16.5 3.5c-1.601 0-3.285 1.025-4.5 1.687Zm0 0L13.125 8l-2.25 2.25 2.25 2.25" }));
|
|
3630
3630
|
});
|
|
3631
3631
|
|
|
3632
3632
|
var TrailerParts = (function (props) {
|
|
3633
|
-
return require$$0.createElement(IconWrapper, props, jsxRuntime.jsx("path", { stroke: "
|
|
3633
|
+
return require$$0.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" }));
|
|
3634
3634
|
});
|
|
3635
3635
|
|
|
3636
3636
|
var Trash2Icon = (function (props) {
|
|
@@ -8677,7 +8677,7 @@ var GenericModal = function (_a) {
|
|
|
8677
8677
|
: (_d = classNames === null || classNames === void 0 ? void 0 : classNames.container) === null || _d === void 0 ? void 0 : _d.call(classNames, { isClosing: isClosing }), onClick: handleContainerClick, children: [jsxRuntime.jsxs("div", { className: classNames$1('bg-white d-flex ai-center w100 px24 pt24 pb16', styles$t.header, {
|
|
8678
8678
|
'jc-between': !!title,
|
|
8679
8679
|
'jc-end': !title,
|
|
8680
|
-
}), children: [title && (jsxRuntime.jsx("div", { className: classNames$1(styles$t.title, titleSize === 'small' ? 'p-h4' : 'p-h2'), children: title })), dismissible && (jsxRuntime.jsx(Button, { hideLabel: true, leftIcon: jsxRuntime.jsx(XIcon, { color: "grey-700" }), onClick: handleOnClose, type: "button", variant: "textColor", className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.closeButton, 'p0', styles$t.closeButton), children: "Close modal" }))] }), jsxRuntime.jsx("div", { className: classNames$1('w100', classNames === null || classNames === void 0 ? void 0 : classNames.body, styles$t.body), children: children }), footer && (jsxRuntime.jsx("div", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.footer, 'w100 bg-white', styles$t.footer), children: jsxRuntime.jsx("div", { className: "
|
|
8680
|
+
}), children: [title && (jsxRuntime.jsx("div", { className: classNames$1(styles$t.title, titleSize === 'small' ? 'p-h4' : 'p-h2'), children: title })), dismissible && (jsxRuntime.jsx(Button, { hideLabel: true, leftIcon: jsxRuntime.jsx(XIcon, { color: "grey-700" }), onClick: handleOnClose, type: "button", variant: "textColor", className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.closeButton, 'p0', styles$t.closeButton), children: "Close modal" }))] }), jsxRuntime.jsx("div", { className: classNames$1('w100', classNames === null || classNames === void 0 ? void 0 : classNames.body, styles$t.body), children: children }), footer && (jsxRuntime.jsx("div", { className: classNames$1(classNames === null || classNames === void 0 ? void 0 : classNames.footer, 'w100 bg-white', styles$t.footer), children: jsxRuntime.jsx("div", { className: "p24 pt16", children: footer }) }))] }) }) }));
|
|
8681
8681
|
};
|
|
8682
8682
|
|
|
8683
8683
|
var BottomModal = function (_a) {
|
|
@@ -8695,12 +8695,12 @@ var BottomModal = function (_a) {
|
|
|
8695
8695
|
} }, rest)));
|
|
8696
8696
|
};
|
|
8697
8697
|
|
|
8698
|
-
var css_248z$t = "@keyframes style-module_appear-in__2ZMqz {\n 0% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n 100% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n}\n@keyframes style-module_disappear-out__38TSV {\n 0% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n 100% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n}\n.style-module_wrapper__qQirD {\n position: relative;\n min-height: 100%;\n animation-name: style-module_appear-in__2ZMqz;\n animation-duration: 0.4s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n.style-module_wrapperClose__2aXSB {\n animation-name: style-module_disappear-out__38TSV;\n animation-duration: 0.4s;\n animation-delay: 0s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n\n.style-module_container__1XZj_ {\n max-height:
|
|
8698
|
+
var css_248z$t = "@keyframes style-module_appear-in__2ZMqz {\n 0% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n 100% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n}\n@keyframes style-module_disappear-out__38TSV {\n 0% {\n transform: translateY(0);\n opacity: 1;\n visibility: visible;\n }\n 100% {\n transform: translateY(24px);\n opacity: 0;\n visibility: hidden;\n }\n}\n.style-module_wrapper__qQirD {\n position: relative;\n min-height: 100%;\n animation-name: style-module_appear-in__2ZMqz;\n animation-duration: 0.4s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n.style-module_wrapperClose__2aXSB {\n animation-name: style-module_disappear-out__38TSV;\n animation-duration: 0.4s;\n animation-delay: 0s;\n animation-fill-mode: both;\n animation-timing-function: ease-out;\n}\n\n.style-module_container__1XZj_ {\n max-height: 90vh;\n overflow: hidden;\n}";
|
|
8699
8699
|
var styles$s = {"wrapper":"style-module_wrapper__qQirD","appear-in":"style-module_appear-in__2ZMqz","wrapperClose":"style-module_wrapperClose__2aXSB","disappear-out":"style-module_disappear-out__38TSV","container":"style-module_container__1XZj_"};
|
|
8700
8700
|
styleInject(css_248z$t);
|
|
8701
8701
|
|
|
8702
8702
|
var RegularModal = function (_a) {
|
|
8703
|
-
var _b = _a.className, className = _b === void 0 ? '' : _b, rest = __rest$1(_a, ["className"]);
|
|
8703
|
+
var _b = _a.className, className = _b === void 0 ? '' : _b, size = _a.size, rest = __rest$1(_a, ["className", "size"]);
|
|
8704
8704
|
return (jsxRuntime.jsx(GenericModal, __assign({ classNames: {
|
|
8705
8705
|
wrapper: function (_a) {
|
|
8706
8706
|
var _b;
|
|
@@ -8709,7 +8709,7 @@ var RegularModal = function (_a) {
|
|
|
8709
8709
|
_b[styles$s.wrapperClose] = isClosing,
|
|
8710
8710
|
_b));
|
|
8711
8711
|
},
|
|
8712
|
-
container: classNames$1('bg-white br8 d-flex ai-center fd-column mx-auto my0
|
|
8712
|
+
container: classNames$1('bg-white br8 d-flex ai-center fd-column mx-auto my0', styles$s.container, size === 'large' ? 'wmx10' : 'wmx8')
|
|
8713
8713
|
} }, rest)));
|
|
8714
8714
|
};
|
|
8715
8715
|
|