@rufous/ui 0.1.59 → 0.1.61
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/Dialogs/BaseDialog.js +1 -1
- package/dist/Dialogs/index.js +1 -1
- package/dist/chunk-YTVUM76D.js +10 -0
- package/dist/icons/index.cjs +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/icons/refreshIcon.cjs +1 -1
- package/dist/icons/refreshIcon.js +1 -1
- package/dist/main.cjs +1 -1
- package/dist/main.js +1 -1
- package/package.json +1 -1
- package/dist/chunk-66OGTOFV.js +0 -10
|
@@ -22,7 +22,7 @@ import "../chunk-FOUXNPQA.js";
|
|
|
22
22
|
import "../chunk-C7B23GTE.js";
|
|
23
23
|
import "../chunk-XCLXQOLP.js";
|
|
24
24
|
import "../chunk-ZJYLZ6I6.js";
|
|
25
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-YTVUM76D.js";
|
|
26
26
|
import "../chunk-WG3Q6GZN.js";
|
|
27
27
|
import "../chunk-RJ43D3XB.js";
|
|
28
28
|
import "../chunk-DE73YGRW.js";
|
package/dist/Dialogs/index.js
CHANGED
|
@@ -22,7 +22,7 @@ import "../chunk-FOUXNPQA.js";
|
|
|
22
22
|
import "../chunk-C7B23GTE.js";
|
|
23
23
|
import "../chunk-XCLXQOLP.js";
|
|
24
24
|
import "../chunk-ZJYLZ6I6.js";
|
|
25
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-YTVUM76D.js";
|
|
26
26
|
import "../chunk-WG3Q6GZN.js";
|
|
27
27
|
import "../chunk-RJ43D3XB.js";
|
|
28
28
|
import "../chunk-DE73YGRW.js";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
// lib/icons/refreshIcon.tsx
|
|
2
|
+
import React from "react";
|
|
3
|
+
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
4
|
+
return /* @__PURE__ */ React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26", height: "24", viewBox: "0 0 26 24", fill: "none", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13.0589 23.952C10.6227 23.9559 8.24418 23.2105 6.24586 21.817C5.72566 21.4559 5.2345 21.0547 4.77686 20.617L5.84386 19.03C7.48581 20.7055 9.65886 21.7586 11.9914 22.0091C14.3239 22.2595 16.671 21.6918 18.6312 20.4031C20.5915 19.1144 22.0431 17.1847 22.7379 14.944C23.4326 12.7033 23.3274 10.2908 22.44 8.11915C21.5527 5.9475 19.9385 4.15157 17.8734 3.03851C15.8084 1.92545 13.4208 1.56441 11.1189 2.01712C8.81708 2.46984 6.74402 3.70819 5.25429 5.52039C3.76455 7.3326 2.95068 9.60607 2.95186 11.952C2.95186 12.243 2.96486 12.539 2.98986 12.829H1.11486C1.09386 12.529 1.08286 12.238 1.08286 11.952C1.08761 9.5844 1.79402 7.27133 3.11284 5.30505C4.43166 3.33876 6.30371 1.80751 8.49245 0.90475C10.6812 0.00199443 13.0884 -0.231749 15.4099 0.233055C17.7315 0.697858 19.8631 1.84035 21.5356 3.51618C23.2081 5.192 24.3463 7.32596 24.8065 9.64842C25.2666 11.9709 25.0281 14.3776 24.1209 16.5645C23.2138 18.7515 21.6788 20.6205 19.7099 21.9353C17.7409 23.2502 15.4265 23.952 13.0589 23.952Z", fill: "#3A3A3A" }), /* @__PURE__ */ React.createElement("path", { d: "M5.84386 19.03L4.77686 20.617L3.55986 22.423C3.4629 22.5671 3.32767 22.6814 3.16936 22.7529C3.01104 22.8244 2.83593 22.8503 2.66368 22.8278C2.49144 22.8052 2.3289 22.7351 2.19432 22.6253C2.05974 22.5154 1.95846 22.3702 1.90186 22.206L0.051862 16.86C0.00418546 16.7228 -0.0109075 16.5764 0.00777745 16.4324C0.0264624 16.2883 0.0784125 16.1506 0.159517 16.0301C0.240622 15.9096 0.348655 15.8097 0.475069 15.7381C0.601483 15.6666 0.742808 15.6255 0.887862 15.618L6.52786 15.335C6.70152 15.3264 6.87416 15.3663 7.02641 15.4502C7.17867 15.5342 7.30452 15.6589 7.38987 15.8104C7.47522 15.9619 7.51668 16.1342 7.50962 16.3079C7.50255 16.4816 7.44723 16.65 7.34986 16.794L5.84386 19.03Z", fill: color }));
|
|
5
|
+
};
|
|
6
|
+
var refreshIcon_default = RefreshIcon;
|
|
7
|
+
|
|
8
|
+
export {
|
|
9
|
+
refreshIcon_default
|
|
10
|
+
};
|
package/dist/icons/index.cjs
CHANGED
|
@@ -871,7 +871,7 @@ var notificationIcon_default = NotificationIcon;
|
|
|
871
871
|
// lib/icons/refreshIcon.tsx
|
|
872
872
|
var import_react12 = __toESM(require("react"), 1);
|
|
873
873
|
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
874
|
-
return /* @__PURE__ */ import_react12.default.createElement("svg", { width: "
|
|
874
|
+
return /* @__PURE__ */ import_react12.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26", height: "24", viewBox: "0 0 26 24", fill: "none", ...props }, /* @__PURE__ */ import_react12.default.createElement("path", { d: "M13.0589 23.952C10.6227 23.9559 8.24418 23.2105 6.24586 21.817C5.72566 21.4559 5.2345 21.0547 4.77686 20.617L5.84386 19.03C7.48581 20.7055 9.65886 21.7586 11.9914 22.0091C14.3239 22.2595 16.671 21.6918 18.6312 20.4031C20.5915 19.1144 22.0431 17.1847 22.7379 14.944C23.4326 12.7033 23.3274 10.2908 22.44 8.11915C21.5527 5.9475 19.9385 4.15157 17.8734 3.03851C15.8084 1.92545 13.4208 1.56441 11.1189 2.01712C8.81708 2.46984 6.74402 3.70819 5.25429 5.52039C3.76455 7.3326 2.95068 9.60607 2.95186 11.952C2.95186 12.243 2.96486 12.539 2.98986 12.829H1.11486C1.09386 12.529 1.08286 12.238 1.08286 11.952C1.08761 9.5844 1.79402 7.27133 3.11284 5.30505C4.43166 3.33876 6.30371 1.80751 8.49245 0.90475C10.6812 0.00199443 13.0884 -0.231749 15.4099 0.233055C17.7315 0.697858 19.8631 1.84035 21.5356 3.51618C23.2081 5.192 24.3463 7.32596 24.8065 9.64842C25.2666 11.9709 25.0281 14.3776 24.1209 16.5645C23.2138 18.7515 21.6788 20.6205 19.7099 21.9353C17.7409 23.2502 15.4265 23.952 13.0589 23.952Z", fill: "#3A3A3A" }), /* @__PURE__ */ import_react12.default.createElement("path", { d: "M5.84386 19.03L4.77686 20.617L3.55986 22.423C3.4629 22.5671 3.32767 22.6814 3.16936 22.7529C3.01104 22.8244 2.83593 22.8503 2.66368 22.8278C2.49144 22.8052 2.3289 22.7351 2.19432 22.6253C2.05974 22.5154 1.95846 22.3702 1.90186 22.206L0.051862 16.86C0.00418546 16.7228 -0.0109075 16.5764 0.00777745 16.4324C0.0264624 16.2883 0.0784125 16.1506 0.159517 16.0301C0.240622 15.9096 0.348655 15.8097 0.475069 15.7381C0.601483 15.6666 0.742808 15.6255 0.887862 15.618L6.52786 15.335C6.70152 15.3264 6.87416 15.3663 7.02641 15.4502C7.17867 15.5342 7.30452 15.6589 7.38987 15.8104C7.47522 15.9619 7.51668 16.1342 7.50962 16.3079C7.50255 16.4816 7.44723 16.65 7.34986 16.794L5.84386 19.03Z", fill: color }));
|
|
875
875
|
};
|
|
876
876
|
var refreshIcon_default = RefreshIcon;
|
|
877
877
|
|
package/dist/icons/index.js
CHANGED
|
@@ -34,6 +34,6 @@ __export(refreshIcon_exports, {
|
|
|
34
34
|
module.exports = __toCommonJS(refreshIcon_exports);
|
|
35
35
|
var import_react = __toESM(require("react"), 1);
|
|
36
36
|
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
|
-
return /* @__PURE__ */ import_react.default.createElement("svg", { width: "
|
|
37
|
+
return /* @__PURE__ */ import_react.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26", height: "24", viewBox: "0 0 26 24", fill: "none", ...props }, /* @__PURE__ */ import_react.default.createElement("path", { d: "M13.0589 23.952C10.6227 23.9559 8.24418 23.2105 6.24586 21.817C5.72566 21.4559 5.2345 21.0547 4.77686 20.617L5.84386 19.03C7.48581 20.7055 9.65886 21.7586 11.9914 22.0091C14.3239 22.2595 16.671 21.6918 18.6312 20.4031C20.5915 19.1144 22.0431 17.1847 22.7379 14.944C23.4326 12.7033 23.3274 10.2908 22.44 8.11915C21.5527 5.9475 19.9385 4.15157 17.8734 3.03851C15.8084 1.92545 13.4208 1.56441 11.1189 2.01712C8.81708 2.46984 6.74402 3.70819 5.25429 5.52039C3.76455 7.3326 2.95068 9.60607 2.95186 11.952C2.95186 12.243 2.96486 12.539 2.98986 12.829H1.11486C1.09386 12.529 1.08286 12.238 1.08286 11.952C1.08761 9.5844 1.79402 7.27133 3.11284 5.30505C4.43166 3.33876 6.30371 1.80751 8.49245 0.90475C10.6812 0.00199443 13.0884 -0.231749 15.4099 0.233055C17.7315 0.697858 19.8631 1.84035 21.5356 3.51618C23.2081 5.192 24.3463 7.32596 24.8065 9.64842C25.2666 11.9709 25.0281 14.3776 24.1209 16.5645C23.2138 18.7515 21.6788 20.6205 19.7099 21.9353C17.7409 23.2502 15.4265 23.952 13.0589 23.952Z", fill: "#3A3A3A" }), /* @__PURE__ */ import_react.default.createElement("path", { d: "M5.84386 19.03L4.77686 20.617L3.55986 22.423C3.4629 22.5671 3.32767 22.6814 3.16936 22.7529C3.01104 22.8244 2.83593 22.8503 2.66368 22.8278C2.49144 22.8052 2.3289 22.7351 2.19432 22.6253C2.05974 22.5154 1.95846 22.3702 1.90186 22.206L0.051862 16.86C0.00418546 16.7228 -0.0109075 16.5764 0.00777745 16.4324C0.0264624 16.2883 0.0784125 16.1506 0.159517 16.0301C0.240622 15.9096 0.348655 15.8097 0.475069 15.7381C0.601483 15.6666 0.742808 15.6255 0.887862 15.618L6.52786 15.335C6.70152 15.3264 6.87416 15.3663 7.02641 15.4502C7.17867 15.5342 7.30452 15.6589 7.38987 15.8104C7.47522 15.9619 7.51668 16.1342 7.50962 16.3079C7.50255 16.4816 7.44723 16.65 7.34986 16.794L5.84386 19.03Z", fill: color }));
|
|
38
38
|
};
|
|
39
39
|
var refreshIcon_default = RefreshIcon;
|
package/dist/main.cjs
CHANGED
|
@@ -959,7 +959,7 @@ var notificationIcon_default = NotificationIcon;
|
|
|
959
959
|
// lib/icons/refreshIcon.tsx
|
|
960
960
|
var import_react12 = __toESM(require("react"), 1);
|
|
961
961
|
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
962
|
-
return /* @__PURE__ */ import_react12.default.createElement("svg", { width: "
|
|
962
|
+
return /* @__PURE__ */ import_react12.default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: "26", height: "24", viewBox: "0 0 26 24", fill: "none", ...props }, /* @__PURE__ */ import_react12.default.createElement("path", { d: "M13.0589 23.952C10.6227 23.9559 8.24418 23.2105 6.24586 21.817C5.72566 21.4559 5.2345 21.0547 4.77686 20.617L5.84386 19.03C7.48581 20.7055 9.65886 21.7586 11.9914 22.0091C14.3239 22.2595 16.671 21.6918 18.6312 20.4031C20.5915 19.1144 22.0431 17.1847 22.7379 14.944C23.4326 12.7033 23.3274 10.2908 22.44 8.11915C21.5527 5.9475 19.9385 4.15157 17.8734 3.03851C15.8084 1.92545 13.4208 1.56441 11.1189 2.01712C8.81708 2.46984 6.74402 3.70819 5.25429 5.52039C3.76455 7.3326 2.95068 9.60607 2.95186 11.952C2.95186 12.243 2.96486 12.539 2.98986 12.829H1.11486C1.09386 12.529 1.08286 12.238 1.08286 11.952C1.08761 9.5844 1.79402 7.27133 3.11284 5.30505C4.43166 3.33876 6.30371 1.80751 8.49245 0.90475C10.6812 0.00199443 13.0884 -0.231749 15.4099 0.233055C17.7315 0.697858 19.8631 1.84035 21.5356 3.51618C23.2081 5.192 24.3463 7.32596 24.8065 9.64842C25.2666 11.9709 25.0281 14.3776 24.1209 16.5645C23.2138 18.7515 21.6788 20.6205 19.7099 21.9353C17.7409 23.2502 15.4265 23.952 13.0589 23.952Z", fill: "#3A3A3A" }), /* @__PURE__ */ import_react12.default.createElement("path", { d: "M5.84386 19.03L4.77686 20.617L3.55986 22.423C3.4629 22.5671 3.32767 22.6814 3.16936 22.7529C3.01104 22.8244 2.83593 22.8503 2.66368 22.8278C2.49144 22.8052 2.3289 22.7351 2.19432 22.6253C2.05974 22.5154 1.95846 22.3702 1.90186 22.206L0.051862 16.86C0.00418546 16.7228 -0.0109075 16.5764 0.00777745 16.4324C0.0264624 16.2883 0.0784125 16.1506 0.159517 16.0301C0.240622 15.9096 0.348655 15.8097 0.475069 15.7381C0.601483 15.6666 0.742808 15.6255 0.887862 15.618L6.52786 15.335C6.70152 15.3264 6.87416 15.3663 7.02641 15.4502C7.17867 15.5342 7.30452 15.6589 7.38987 15.8104C7.47522 15.9619 7.51668 16.1342 7.50962 16.3079C7.50255 16.4816 7.44723 16.65 7.34986 16.794L5.84386 19.03Z", fill: color }));
|
|
963
963
|
};
|
|
964
964
|
var refreshIcon_default = RefreshIcon;
|
|
965
965
|
|
package/dist/main.js
CHANGED
package/package.json
CHANGED
package/dist/chunk-66OGTOFV.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
// lib/icons/refreshIcon.tsx
|
|
2
|
-
import React from "react";
|
|
3
|
-
var RefreshIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
4
|
-
return /* @__PURE__ */ React.createElement("svg", { width: "800", height: "739", viewBox: "0 0 800 739", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, /* @__PURE__ */ React.createElement("path", { d: "M223.122 378.84C218.08 381.5 220.594 376.861 215.605 373.97C171.219 353.33 1.06004 273.899 0.231266 268.792C-0.765609 262.939 1.49689 257.298 6.26252 253.828L195.302 115.628C200.688 111.648 208.381 111.239 215.009 114.475C221.594 117.767 225.916 124.129 226.094 130.825L231.347 364.94C231.468 370.307 228.887 375.138 224.434 378.063L226.094 378.84C226.094 378.84 225.519 378.574 224.427 378.068C224.008 378.342 223.573 378.6 223.122 378.84Z", fill: color }), /* @__PURE__ */ React.createElement("path", { d: "M442.54 90.1508C417.887 89.1415 398.69 68.3243 399.687 43.6508C400.684 18.9868 421.501 -0.210108 446.175 0.786767C544.45 4.75552 633.082 47.3305 696.773 113.571C760.553 179.757 799.881 270.196 799.86 369.359C799.881 471.081 758.492 563.591 691.807 630.209C625.19 696.882 532.679 738.271 430.968 738.249C329.234 738.27 236.745 696.882 170.126 630.207C103.442 563.591 62.0527 471.079 62.0745 369.357V299.742L225.953 379.59L151.507 344.741C151.529 422.057 182.721 516.249 233.354 566.973C284.056 617.616 353.667 648.796 430.97 648.82C508.271 648.798 577.861 617.618 628.582 566.973C679.217 516.249 710.407 446.671 710.431 369.357C710.407 293.973 680.768 225.957 632.351 175.59C583.868 125.277 517.095 93.1868 442.54 90.1508Z", fill: "#949494" }));
|
|
5
|
-
};
|
|
6
|
-
var refreshIcon_default = RefreshIcon;
|
|
7
|
-
|
|
8
|
-
export {
|
|
9
|
-
refreshIcon_default
|
|
10
|
-
};
|