@rufous/ui 0.1.11 → 0.1.12
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// lib/icons/unArchivedIcon.tsx
|
|
2
2
|
import React from "react";
|
|
3
|
-
var UnArchivedIcon = ({ ...props }) => {
|
|
3
|
+
var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
4
4
|
return /* @__PURE__ */ React.createElement(
|
|
5
5
|
"svg",
|
|
6
6
|
{
|
|
@@ -15,18 +15,18 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
15
15
|
{
|
|
16
16
|
transform: "translate(2.5 5.8)",
|
|
17
17
|
fill: "none",
|
|
18
|
-
stroke:
|
|
18
|
+
stroke: color,
|
|
19
19
|
strokeWidth: "1.8"
|
|
20
20
|
},
|
|
21
21
|
/* @__PURE__ */ React.createElement("rect", { width: "19", height: "18", stroke: "none" }),
|
|
22
22
|
/* @__PURE__ */ React.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
|
|
23
|
-
), /* @__PURE__ */ React.createElement("g", { fill: "none", stroke:
|
|
23
|
+
), /* @__PURE__ */ React.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ React.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ React.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ React.createElement("g", { transform: "translate(15.938 18.774)" }, /* @__PURE__ */ React.createElement(
|
|
24
24
|
"line",
|
|
25
25
|
{
|
|
26
26
|
y1: "10",
|
|
27
27
|
transform: "translate(4.344 0.187)",
|
|
28
28
|
fill: "none",
|
|
29
|
-
stroke:
|
|
29
|
+
stroke: color,
|
|
30
30
|
strokeWidth: "1.8"
|
|
31
31
|
}
|
|
32
32
|
), /* @__PURE__ */ React.createElement(
|
|
@@ -35,7 +35,7 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
35
35
|
d: "M1268.938-683.312l4.5-3.75,4.188,3.75",
|
|
36
36
|
transform: "translate(-1268.938 687.063)",
|
|
37
37
|
fill: "none",
|
|
38
|
-
stroke:
|
|
38
|
+
stroke: color,
|
|
39
39
|
strokeWidth: "1.8"
|
|
40
40
|
}
|
|
41
41
|
)))
|
package/dist/icons/index.cjs
CHANGED
|
@@ -611,7 +611,7 @@ var rufousLauncherBird_default = RufousLauncherIcon;
|
|
|
611
611
|
|
|
612
612
|
// lib/icons/unArchivedIcon.tsx
|
|
613
613
|
var import_react8 = __toESM(require("react"), 1);
|
|
614
|
-
var UnArchivedIcon = ({ ...props }) => {
|
|
614
|
+
var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
615
615
|
return /* @__PURE__ */ import_react8.default.createElement(
|
|
616
616
|
"svg",
|
|
617
617
|
{
|
|
@@ -626,18 +626,18 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
626
626
|
{
|
|
627
627
|
transform: "translate(2.5 5.8)",
|
|
628
628
|
fill: "none",
|
|
629
|
-
stroke:
|
|
629
|
+
stroke: color,
|
|
630
630
|
strokeWidth: "1.8"
|
|
631
631
|
},
|
|
632
632
|
/* @__PURE__ */ import_react8.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
|
|
633
633
|
/* @__PURE__ */ import_react8.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
|
|
634
|
-
), /* @__PURE__ */ import_react8.default.createElement("g", { fill: "none", stroke:
|
|
634
|
+
), /* @__PURE__ */ import_react8.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react8.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react8.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react8.default.createElement("g", { transform: "translate(15.938 18.774)" }, /* @__PURE__ */ import_react8.default.createElement(
|
|
635
635
|
"line",
|
|
636
636
|
{
|
|
637
637
|
y1: "10",
|
|
638
638
|
transform: "translate(4.344 0.187)",
|
|
639
639
|
fill: "none",
|
|
640
|
-
stroke:
|
|
640
|
+
stroke: color,
|
|
641
641
|
strokeWidth: "1.8"
|
|
642
642
|
}
|
|
643
643
|
), /* @__PURE__ */ import_react8.default.createElement(
|
|
@@ -646,7 +646,7 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
646
646
|
d: "M1268.938-683.312l4.5-3.75,4.188,3.75",
|
|
647
647
|
transform: "translate(-1268.938 687.063)",
|
|
648
648
|
fill: "none",
|
|
649
|
-
stroke:
|
|
649
|
+
stroke: color,
|
|
650
650
|
strokeWidth: "1.8"
|
|
651
651
|
}
|
|
652
652
|
)))
|
package/dist/icons/index.js
CHANGED
|
@@ -33,7 +33,7 @@ __export(unArchivedIcon_exports, {
|
|
|
33
33
|
});
|
|
34
34
|
module.exports = __toCommonJS(unArchivedIcon_exports);
|
|
35
35
|
var import_react = __toESM(require("react"), 1);
|
|
36
|
-
var UnArchivedIcon = ({ ...props }) => {
|
|
36
|
+
var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
37
37
|
return /* @__PURE__ */ import_react.default.createElement(
|
|
38
38
|
"svg",
|
|
39
39
|
{
|
|
@@ -48,18 +48,18 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
48
48
|
{
|
|
49
49
|
transform: "translate(2.5 5.8)",
|
|
50
50
|
fill: "none",
|
|
51
|
-
stroke:
|
|
51
|
+
stroke: color,
|
|
52
52
|
strokeWidth: "1.8"
|
|
53
53
|
},
|
|
54
54
|
/* @__PURE__ */ import_react.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
|
|
55
55
|
/* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
|
|
56
|
-
), /* @__PURE__ */ import_react.default.createElement("g", { fill: "none", stroke:
|
|
56
|
+
), /* @__PURE__ */ import_react.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react.default.createElement("g", { transform: "translate(15.938 18.774)" }, /* @__PURE__ */ import_react.default.createElement(
|
|
57
57
|
"line",
|
|
58
58
|
{
|
|
59
59
|
y1: "10",
|
|
60
60
|
transform: "translate(4.344 0.187)",
|
|
61
61
|
fill: "none",
|
|
62
|
-
stroke:
|
|
62
|
+
stroke: color,
|
|
63
63
|
strokeWidth: "1.8"
|
|
64
64
|
}
|
|
65
65
|
), /* @__PURE__ */ import_react.default.createElement(
|
|
@@ -68,7 +68,7 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
68
68
|
d: "M1268.938-683.312l4.5-3.75,4.188,3.75",
|
|
69
69
|
transform: "translate(-1268.938 687.063)",
|
|
70
70
|
fill: "none",
|
|
71
|
-
stroke:
|
|
71
|
+
stroke: color,
|
|
72
72
|
strokeWidth: "1.8"
|
|
73
73
|
}
|
|
74
74
|
)))
|
package/dist/main.cjs
CHANGED
|
@@ -758,7 +758,7 @@ var rufousLauncherBird_default = RufousLauncherIcon;
|
|
|
758
758
|
|
|
759
759
|
// lib/icons/unArchivedIcon.tsx
|
|
760
760
|
var import_react11 = __toESM(require("react"), 1);
|
|
761
|
-
var UnArchivedIcon = ({ ...props }) => {
|
|
761
|
+
var UnArchivedIcon = ({ color = "#3a3a3a", ...props }) => {
|
|
762
762
|
return /* @__PURE__ */ import_react11.default.createElement(
|
|
763
763
|
"svg",
|
|
764
764
|
{
|
|
@@ -773,18 +773,18 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
773
773
|
{
|
|
774
774
|
transform: "translate(2.5 5.8)",
|
|
775
775
|
fill: "none",
|
|
776
|
-
stroke:
|
|
776
|
+
stroke: color,
|
|
777
777
|
strokeWidth: "1.8"
|
|
778
778
|
},
|
|
779
779
|
/* @__PURE__ */ import_react11.default.createElement("rect", { width: "19", height: "18", stroke: "none" }),
|
|
780
780
|
/* @__PURE__ */ import_react11.default.createElement("rect", { x: "0.9", y: "0.9", width: "17.2", height: "16.2", fill: "none" })
|
|
781
|
-
), /* @__PURE__ */ import_react11.default.createElement("g", { fill: "none", stroke:
|
|
781
|
+
), /* @__PURE__ */ import_react11.default.createElement("g", { fill: "none", stroke: color, strokeWidth: "1.8" }, /* @__PURE__ */ import_react11.default.createElement("rect", { width: "24", height: "7.5", stroke: "none" }), /* @__PURE__ */ import_react11.default.createElement("rect", { x: "0.9", y: "0.9", width: "22.2", height: "5.7", fill: "none" }))), /* @__PURE__ */ import_react11.default.createElement("g", { transform: "translate(15.938 18.774)" }, /* @__PURE__ */ import_react11.default.createElement(
|
|
782
782
|
"line",
|
|
783
783
|
{
|
|
784
784
|
y1: "10",
|
|
785
785
|
transform: "translate(4.344 0.187)",
|
|
786
786
|
fill: "none",
|
|
787
|
-
stroke:
|
|
787
|
+
stroke: color,
|
|
788
788
|
strokeWidth: "1.8"
|
|
789
789
|
}
|
|
790
790
|
), /* @__PURE__ */ import_react11.default.createElement(
|
|
@@ -793,7 +793,7 @@ var UnArchivedIcon = ({ ...props }) => {
|
|
|
793
793
|
d: "M1268.938-683.312l4.5-3.75,4.188,3.75",
|
|
794
794
|
transform: "translate(-1268.938 687.063)",
|
|
795
795
|
fill: "none",
|
|
796
|
-
stroke:
|
|
796
|
+
stroke: color,
|
|
797
797
|
strokeWidth: "1.8"
|
|
798
798
|
}
|
|
799
799
|
)))
|
package/dist/main.js
CHANGED
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
} from "./chunk-6KIFTMUN.js";
|
|
8
8
|
import {
|
|
9
9
|
unArchivedIcon_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ZJAV3FEQ.js";
|
|
11
11
|
import {
|
|
12
12
|
unsubscribeIcon_default
|
|
13
13
|
} from "./chunk-NMMC4ATV.js";
|
|
@@ -93,8 +93,12 @@ import {
|
|
|
93
93
|
invoiceIcon_default
|
|
94
94
|
} from "./chunk-KYJ3475B.js";
|
|
95
95
|
import {
|
|
96
|
-
|
|
97
|
-
|
|
96
|
+
RufousThemeProvider,
|
|
97
|
+
useRufousTheme
|
|
98
|
+
} from "./chunk-BCGCLMKA.js";
|
|
99
|
+
import {
|
|
100
|
+
APP_THEMES
|
|
101
|
+
} from "./chunk-2FHTGYR4.js";
|
|
98
102
|
import {
|
|
99
103
|
activateUserIcon_default
|
|
100
104
|
} from "./chunk-AH6RCYDL.js";
|
|
@@ -123,12 +127,8 @@ import {
|
|
|
123
127
|
Checkbox
|
|
124
128
|
} from "./chunk-QKDJLUKZ.js";
|
|
125
129
|
import {
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
} from "./chunk-BCGCLMKA.js";
|
|
129
|
-
import {
|
|
130
|
-
APP_THEMES
|
|
131
|
-
} from "./chunk-2FHTGYR4.js";
|
|
130
|
+
FloatingInput
|
|
131
|
+
} from "./chunk-AWA5Y5LH.js";
|
|
132
132
|
export {
|
|
133
133
|
APP_THEMES,
|
|
134
134
|
activateUserIcon_default as ActivateUserIcon,
|