@rolder/kit 3.0.0-alpha.5 → 3.0.0-alpha.6
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.
|
@@ -9,9 +9,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
9
9
|
viewBox: "0 0 36 36",
|
|
10
10
|
fill: "none",
|
|
11
11
|
stroke: "var(--mantine-color-text)",
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
strokeWidth: "1.5",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
15
|
role: "img",
|
|
16
16
|
"aria-label": "Image",
|
|
17
17
|
children: [
|
|
@@ -42,9 +42,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
42
42
|
viewBox: "0 0 36 36",
|
|
43
43
|
fill: "none",
|
|
44
44
|
stroke: "var(--mantine-color-text)",
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
strokeWidth: "1.5",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
48
|
role: "img",
|
|
49
49
|
"aria-label": "FilePdf",
|
|
50
50
|
children: [
|
|
@@ -81,9 +81,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
81
81
|
viewBox: "0 0 36 36",
|
|
82
82
|
fill: "none",
|
|
83
83
|
stroke: "var(--mantine-color-text)",
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
84
|
+
strokeWidth: "1.5",
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
87
|
role: "img",
|
|
88
88
|
"aria-label": "FileDoc",
|
|
89
89
|
children: [
|
|
@@ -117,9 +117,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
117
117
|
viewBox: "0 0 36 36",
|
|
118
118
|
fill: "none",
|
|
119
119
|
stroke: "var(--mantine-color-text)",
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
strokeWidth: "1.5",
|
|
121
|
+
strokeLinecap: "round",
|
|
122
|
+
strokeLinejoin: "round",
|
|
123
123
|
role: "img",
|
|
124
124
|
"aria-label": "FileXls",
|
|
125
125
|
children: [
|
|
@@ -156,9 +156,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
156
156
|
viewBox: "0 0 36 36",
|
|
157
157
|
fill: "none",
|
|
158
158
|
stroke: "var(--mantine-color-text)",
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
159
|
+
strokeWidth: "1.5",
|
|
160
|
+
strokeLinecap: "round",
|
|
161
|
+
strokeLinejoin: "round",
|
|
162
162
|
role: "img",
|
|
163
163
|
"aria-label": "FilePpt",
|
|
164
164
|
children: [
|
|
@@ -198,9 +198,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
198
198
|
viewBox: "0 0 36 36",
|
|
199
199
|
fill: "none",
|
|
200
200
|
stroke: "var(--mantine-color-text)",
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
201
|
+
strokeWidth: "1.5",
|
|
202
|
+
strokeLinecap: "round",
|
|
203
|
+
strokeLinejoin: "round",
|
|
204
204
|
role: "img",
|
|
205
205
|
"aria-label": "File",
|
|
206
206
|
children: [
|
|
@@ -32,9 +32,9 @@ const File = (props)=>{
|
|
|
32
32
|
viewBox: "0 0 24 24",
|
|
33
33
|
fill: "none",
|
|
34
34
|
stroke: "currentColor",
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
35
|
+
strokeWidth: "1.5",
|
|
36
|
+
strokeLinecap: "round",
|
|
37
|
+
strokeLinejoin: "round",
|
|
38
38
|
role: "img",
|
|
39
39
|
"aria-label": "Paperclip",
|
|
40
40
|
children: [
|
|
@@ -79,9 +79,9 @@ const File = (props)=>{
|
|
|
79
79
|
viewBox: "0 0 24 24",
|
|
80
80
|
fill: "none",
|
|
81
81
|
stroke: "currentColor",
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
82
|
+
strokeWidth: "1.5",
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round",
|
|
85
85
|
role: "img",
|
|
86
86
|
"aria-label": "Trash",
|
|
87
87
|
children: [
|
|
@@ -9,9 +9,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
fill: "none",
|
|
11
11
|
stroke: "var(--mantine-color-dimmed)",
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
strokeWidth: "1.5",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
15
|
role: "img",
|
|
16
16
|
"aria-label": "Image",
|
|
17
17
|
children: [
|
|
@@ -42,9 +42,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
42
42
|
viewBox: "0 0 24 24",
|
|
43
43
|
fill: "none",
|
|
44
44
|
stroke: "var(--mantine-color-dimmed)",
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
45
|
+
strokeWidth: "1.5",
|
|
46
|
+
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
48
|
role: "img",
|
|
49
49
|
"aria-label": "FilePdf",
|
|
50
50
|
children: [
|
|
@@ -81,9 +81,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
81
81
|
viewBox: "0 0 24 24",
|
|
82
82
|
fill: "none",
|
|
83
83
|
stroke: "var(--mantine-color-dimmed)",
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
84
|
+
strokeWidth: "1.5",
|
|
85
|
+
strokeLinecap: "round",
|
|
86
|
+
strokeLinejoin: "round",
|
|
87
87
|
role: "img",
|
|
88
88
|
"aria-label": "FileDoc",
|
|
89
89
|
children: [
|
|
@@ -117,9 +117,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
117
117
|
viewBox: "0 0 24 24",
|
|
118
118
|
fill: "none",
|
|
119
119
|
stroke: "var(--mantine-color-dimmed)",
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
120
|
+
strokeWidth: "1.5",
|
|
121
|
+
strokeLinecap: "round",
|
|
122
|
+
strokeLinejoin: "round",
|
|
123
123
|
role: "img",
|
|
124
124
|
"aria-label": "FileXls",
|
|
125
125
|
children: [
|
|
@@ -156,9 +156,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
156
156
|
viewBox: "0 0 24 24",
|
|
157
157
|
fill: "none",
|
|
158
158
|
stroke: "var(--mantine-color-dimmed)",
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
159
|
+
strokeWidth: "1.5",
|
|
160
|
+
strokeLinecap: "round",
|
|
161
|
+
strokeLinejoin: "round",
|
|
162
162
|
role: "img",
|
|
163
163
|
"aria-label": "FilePpt",
|
|
164
164
|
children: [
|
|
@@ -198,9 +198,9 @@ const FileIcon = ({ mimeType })=>{
|
|
|
198
198
|
viewBox: "0 0 24 24",
|
|
199
199
|
fill: "none",
|
|
200
200
|
stroke: "var(--mantine-color-dimmed)",
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
201
|
+
strokeWidth: "1.5",
|
|
202
|
+
strokeLinecap: "round",
|
|
203
|
+
strokeLinejoin: "round",
|
|
204
204
|
role: "img",
|
|
205
205
|
"aria-label": "File",
|
|
206
206
|
children: [
|
|
@@ -9,9 +9,9 @@ const Submit = ({ children, ...props })=>{
|
|
|
9
9
|
viewBox: "0 0 24 24",
|
|
10
10
|
fill: "none",
|
|
11
11
|
stroke: "currentColor",
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
strokeWidth: "1.5",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
15
|
role: "img",
|
|
16
16
|
"aria-label": "Submit",
|
|
17
17
|
children: [
|
|
@@ -20,9 +20,9 @@ const TextPassowrdField = (props)=>{
|
|
|
20
20
|
viewBox: "0 0 16 16",
|
|
21
21
|
fill: "none",
|
|
22
22
|
stroke: "currentColor",
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
23
|
+
strokeWidth: "2",
|
|
24
|
+
strokeLinecap: "round",
|
|
25
|
+
strokeLinejoin: "round",
|
|
26
26
|
role: "img",
|
|
27
27
|
"aria-label": "Refresh",
|
|
28
28
|
children: [
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rolder/kit",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"import": "./dist/index.js"
|
|
9
|
-
}
|
|
9
|
+
},
|
|
10
|
+
"./styles.css": "./styles.css"
|
|
10
11
|
},
|
|
11
12
|
"files": [
|
|
12
13
|
"dist"
|
|
@@ -25,8 +26,7 @@
|
|
|
25
26
|
"@types/omgopass": "^3.2.3",
|
|
26
27
|
"@types/react": "^19.2.8",
|
|
27
28
|
"react": "^19.2.3",
|
|
28
|
-
"typescript": "^5.9.3"
|
|
29
|
-
"@tabler/icons": "^3.36.1"
|
|
29
|
+
"typescript": "^5.9.3"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.9.0",
|