@gnome-ui/react 1.40.1 → 1.41.0
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/README.md +42 -0
- package/dist/components/AvatarRotator/AvatarRotator.cjs +2 -0
- package/dist/components/AvatarRotator/AvatarRotator.cjs.map +1 -0
- package/dist/components/AvatarRotator/AvatarRotator.d.ts +36 -0
- package/dist/components/AvatarRotator/AvatarRotator.js +84 -0
- package/dist/components/AvatarRotator/AvatarRotator.js.map +1 -0
- package/dist/components/AvatarRotator/AvatarRotator.module.css.cjs +2 -0
- package/dist/components/AvatarRotator/AvatarRotator.module.css.cjs.map +1 -0
- package/dist/components/AvatarRotator/AvatarRotator.module.css.js +13 -0
- package/dist/components/AvatarRotator/AvatarRotator.module.css.js.map +1 -0
- package/dist/components/AvatarRotator/index.d.ts +2 -0
- package/dist/components/AvatarRotator.cjs +1 -0
- package/dist/components/AvatarRotator.d.ts +2 -0
- package/dist/components/AvatarRotator.js +2 -0
- package/dist/components/Chip/Chip.cjs +1 -1
- package/dist/components/Chip/Chip.cjs.map +1 -1
- package/dist/components/Chip/Chip.js +19 -19
- package/dist/components/ContributionGraph/ContributionGraph.cjs +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.cjs.map +1 -1
- package/dist/components/ContributionGraph/ContributionGraph.js +108 -117
- package/dist/components/ContributionGraph/ContributionGraph.js.map +1 -1
- package/dist/components/CountDownTimer/CountDownTimer.cjs +1 -1
- package/dist/components/CountDownTimer/CountDownTimer.cjs.map +1 -1
- package/dist/components/CountDownTimer/CountDownTimer.js +37 -28
- package/dist/components/CountDownTimer/CountDownTimer.js.map +1 -1
- package/dist/components/Dropdown/Dropdown.cjs +1 -1
- package/dist/components/Dropdown/Dropdown.cjs.map +1 -1
- package/dist/components/Dropdown/Dropdown.js +45 -46
- package/dist/components/Dropdown/Dropdown.js.map +1 -1
- package/dist/components/GnomeProvider/GnomeContext.cjs +2 -0
- package/dist/components/GnomeProvider/GnomeContext.cjs.map +1 -0
- package/dist/components/GnomeProvider/GnomeContext.d.ts +16 -0
- package/dist/components/GnomeProvider/GnomeContext.js +40 -0
- package/dist/components/GnomeProvider/GnomeContext.js.map +1 -0
- package/dist/components/GnomeProvider/GnomeProvider.cjs +2 -0
- package/dist/components/GnomeProvider/GnomeProvider.cjs.map +1 -0
- package/dist/components/GnomeProvider/GnomeProvider.d.ts +24 -0
- package/dist/components/GnomeProvider/GnomeProvider.js +25 -0
- package/dist/components/GnomeProvider/GnomeProvider.js.map +1 -0
- package/dist/components/PasswordEntryRow/PasswordEntryRow.cjs +1 -1
- package/dist/components/PasswordEntryRow/PasswordEntryRow.cjs.map +1 -1
- package/dist/components/PasswordEntryRow/PasswordEntryRow.js +11 -12
- package/dist/components/PasswordEntryRow/PasswordEntryRow.js.map +1 -1
- package/dist/components/SearchBar/SearchBar.cjs +1 -1
- package/dist/components/SearchBar/SearchBar.cjs.map +1 -1
- package/dist/components/SearchBar/SearchBar.js +38 -39
- package/dist/components/SearchBar/SearchBar.js.map +1 -1
- package/dist/components/Sidebar/SidebarSection.cjs +1 -1
- package/dist/components/Sidebar/SidebarSection.cjs.map +1 -1
- package/dist/components/Sidebar/SidebarSection.js +41 -42
- package/dist/components/Sidebar/SidebarSection.js.map +1 -1
- package/dist/components/Toast/Toast.cjs +1 -1
- package/dist/components/Toast/Toast.cjs.map +1 -1
- package/dist/components/Toast/Toast.js +18 -18
- package/dist/hooks/index.d.ts +2 -0
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.js +3 -2
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +6 -0
- package/dist/index.js +90 -87
- package/dist/style.css +1 -1
- package/package.json +16 -1
- package/dist/icons/dist/icons/Check.cjs +0 -2
- package/dist/icons/dist/icons/Check.cjs.map +0 -1
- package/dist/icons/dist/icons/Check.js +0 -12
- package/dist/icons/dist/icons/Check.js.map +0 -1
- package/dist/icons/dist/icons/Close.cjs +0 -2
- package/dist/icons/dist/icons/Close.cjs.map +0 -1
- package/dist/icons/dist/icons/Close.js +0 -12
- package/dist/icons/dist/icons/Close.js.map +0 -1
- package/dist/icons/dist/icons/PanDown.cjs +0 -2
- package/dist/icons/dist/icons/PanDown.cjs.map +0 -1
- package/dist/icons/dist/icons/PanDown.js +0 -12
- package/dist/icons/dist/icons/PanDown.js.map +0 -1
- package/dist/icons/dist/icons/PanUp.cjs +0 -2
- package/dist/icons/dist/icons/PanUp.cjs.map +0 -1
- package/dist/icons/dist/icons/PanUp.js +0 -12
- package/dist/icons/dist/icons/PanUp.js.map +0 -1
- package/dist/icons/dist/icons/Search.cjs +0 -2
- package/dist/icons/dist/icons/Search.cjs.map +0 -1
- package/dist/icons/dist/icons/Search.js +0 -12
- package/dist/icons/dist/icons/Search.js.map +0 -1
- package/dist/icons/dist/icons/ViewConceal.cjs +0 -2
- package/dist/icons/dist/icons/ViewConceal.cjs.map +0 -1
- package/dist/icons/dist/icons/ViewConceal.js +0 -12
- package/dist/icons/dist/icons/ViewConceal.js.map +0 -1
- package/dist/icons/dist/icons/ViewReveal.cjs +0 -2
- package/dist/icons/dist/icons/ViewReveal.cjs.map +0 -1
- package/dist/icons/dist/icons/ViewReveal.js +0 -12
- package/dist/icons/dist/icons/ViewReveal.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gnome-ui/react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.0",
|
|
4
4
|
"description": "React component library following GNOME Human Interface Guidelines",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,6 +22,11 @@
|
|
|
22
22
|
"import": "./dist/components/Avatar.js",
|
|
23
23
|
"require": "./dist/components/Avatar.cjs"
|
|
24
24
|
},
|
|
25
|
+
"./components/AvatarRotator": {
|
|
26
|
+
"types": "./dist/components/AvatarRotator.d.ts",
|
|
27
|
+
"import": "./dist/components/AvatarRotator.js",
|
|
28
|
+
"require": "./dist/components/AvatarRotator.cjs"
|
|
29
|
+
},
|
|
25
30
|
"./components/Badge": {
|
|
26
31
|
"types": "./dist/components/Badge.d.ts",
|
|
27
32
|
"import": "./dist/components/Badge.js",
|
|
@@ -162,6 +167,16 @@
|
|
|
162
167
|
"import": "./dist/components/Frame.js",
|
|
163
168
|
"require": "./dist/components/Frame.cjs"
|
|
164
169
|
},
|
|
170
|
+
"./components/GnomeProvider/GnomeContext": {
|
|
171
|
+
"types": "./dist/components/GnomeProvider/GnomeContext.d.ts",
|
|
172
|
+
"import": "./dist/components/GnomeProvider/GnomeContext.js",
|
|
173
|
+
"require": "./dist/components/GnomeProvider/GnomeContext.cjs"
|
|
174
|
+
},
|
|
175
|
+
"./components/GnomeProvider/GnomeProvider": {
|
|
176
|
+
"types": "./dist/components/GnomeProvider/GnomeProvider.d.ts",
|
|
177
|
+
"import": "./dist/components/GnomeProvider/GnomeProvider.js",
|
|
178
|
+
"require": "./dist/components/GnomeProvider/GnomeProvider.cjs"
|
|
179
|
+
},
|
|
165
180
|
"./components/HeaderBar": {
|
|
166
181
|
"types": "./dist/components/HeaderBar.d.ts",
|
|
167
182
|
"import": "./dist/components/HeaderBar.js",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Check.cjs","names":[],"sources":["../../../../../icons/dist/icons/Check.js"],"sourcesContent":["//#region src/icons/Check.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M13.5 3 6 11.5 2.5 8 1 9.5l5 5 9-10z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as Check };\n\n//# sourceMappingURL=Check.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,uCACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Check.js","names":[],"sources":["../../../../../icons/dist/icons/Check.js"],"sourcesContent":["//#region src/icons/Check.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M13.5 3 6 11.5 2.5 8 1 9.5l5 5 9-10z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as Check };\n\n//# sourceMappingURL=Check.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e={viewBox:`0 0 16 16`,paths:[{d:`M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z`,fillRule:`evenodd`}]};exports.e=e;
|
|
2
|
-
//# sourceMappingURL=Close.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Close.cjs","names":[],"sources":["../../../../../icons/dist/icons/Close.js"],"sourcesContent":["//#region src/icons/Close.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as Close };\n\n//# sourceMappingURL=Close.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,uMACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
//#region ../icons/dist/icons/Close.js
|
|
2
|
-
var e = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
paths: [{
|
|
5
|
-
d: "M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z",
|
|
6
|
-
fillRule: "evenodd"
|
|
7
|
-
}]
|
|
8
|
-
};
|
|
9
|
-
//#endregion
|
|
10
|
-
export { e };
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=Close.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Close.js","names":[],"sources":["../../../../../icons/dist/icons/Close.js"],"sourcesContent":["//#region src/icons/Close.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M3.293 3.293a1 1 0 0 1 1.414 0L8 6.586l3.293-3.293a1 1 0 1 1 1.414 1.414L9.414 8l3.293 3.293a1 1 0 0 1-1.414 1.414L8 9.414l-3.293 3.293a1 1 0 0 1-1.414-1.414L6.586 8 3.293 4.707a1 1 0 0 1 0-1.414z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as Close };\n\n//# sourceMappingURL=Close.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanDown.cjs","names":[],"sources":["../../../../../icons/dist/icons/PanDown.js"],"sourcesContent":["//#region src/icons/PanDown.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"m2.5 5 5.5 6 5.5-6z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as PanDown };\n\n//# sourceMappingURL=PanDown.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,sBACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanDown.js","names":[],"sources":["../../../../../icons/dist/icons/PanDown.js"],"sourcesContent":["//#region src/icons/PanDown.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"m2.5 5 5.5 6 5.5-6z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as PanDown };\n\n//# sourceMappingURL=PanDown.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanUp.cjs","names":[],"sources":["../../../../../icons/dist/icons/PanUp.js"],"sourcesContent":["//#region src/icons/PanUp.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M2.5 11 8 5l5.5 6z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as PanUp };\n\n//# sourceMappingURL=PanUp.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,qBACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PanUp.js","names":[],"sources":["../../../../../icons/dist/icons/PanUp.js"],"sourcesContent":["//#region src/icons/PanUp.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M2.5 11 8 5l5.5 6z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as PanUp };\n\n//# sourceMappingURL=PanUp.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Search.cjs","names":[],"sources":["../../../../../icons/dist/icons/Search.js"],"sourcesContent":["//#region src/icons/Search.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as Search };\n\n//# sourceMappingURL=Search.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,6HACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
//#region ../icons/dist/icons/Search.js
|
|
2
|
-
var e = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
paths: [{
|
|
5
|
-
d: "M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z",
|
|
6
|
-
fillRule: "evenodd"
|
|
7
|
-
}]
|
|
8
|
-
};
|
|
9
|
-
//#endregion
|
|
10
|
-
export { e };
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=Search.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Search.js","names":[],"sources":["../../../../../icons/dist/icons/Search.js"],"sourcesContent":["//#region src/icons/Search.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M6.5 1a5.5 5.5 0 0 1 4.33 8.92l3.13 3.13-1.41 1.41-3.13-3.13A5.5 5.5 0 1 1 6.5 1zm0 2a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as Search };\n\n//# sourceMappingURL=Search.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e={viewBox:`0 0 16 16`,paths:[{d:`M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z`,fillRule:`evenodd`}]};exports.e=e;
|
|
2
|
-
//# sourceMappingURL=ViewConceal.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewConceal.cjs","names":[],"sources":["../../../../../icons/dist/icons/ViewConceal.js"],"sourcesContent":["//#region src/icons/ViewConceal.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as ViewConceal };\n\n//# sourceMappingURL=ViewConceal.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,4fACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
//#region ../icons/dist/icons/ViewConceal.js
|
|
2
|
-
var e = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
paths: [{
|
|
5
|
-
d: "M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z",
|
|
6
|
-
fillRule: "evenodd"
|
|
7
|
-
}]
|
|
8
|
-
};
|
|
9
|
-
//#endregion
|
|
10
|
-
export { e };
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=ViewConceal.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewConceal.js","names":[],"sources":["../../../../../icons/dist/icons/ViewConceal.js"],"sourcesContent":["//#region src/icons/ViewConceal.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M1.293 1.293a1 1 0 0 1 1.414 0l12 12a1 1 0 0 1-1.414 1.414l-1.88-1.88A8.8 8.8 0 0 1 8 13C4.5 13 1.5 10.333 0 8c.637-1.023 1.52-2.049 2.6-2.893L1.293 2.707a1 1 0 0 1 0-1.414zM5.03 6.444 7.09 8.505A1.5 1.5 0 0 0 9.494 6.91L7.432 4.848A3 3 0 0 0 5.03 6.444zM8 3c.645 0 1.27.083 1.867.237l-1.59 1.59A3 3 0 0 0 5.173 7.92L3.584 6.333C4.51 4.95 6.152 3 8 3zm5.4 2.107C14.48 5.951 15.363 6.977 16 8c-1.5 2.333-4.5 5-8 5a8.8 8.8 0 0 1-2.072-.249l1.538-1.538a3 3 0 0 0 3.703-3.703L12.81 5.87c.202.076.4.156.59.237z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as ViewConceal };\n\n//# sourceMappingURL=ViewConceal.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewReveal.cjs","names":[],"sources":["../../../../../icons/dist/icons/ViewReveal.js"],"sourcesContent":["//#region src/icons/ViewReveal.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as ViewReveal };\n\n//# sourceMappingURL=ViewReveal.js.map"],"mappings":"AACA,IAAI,EAAI,CACP,QAAS,YACT,MAAO,CAAC,CACP,EAAG,+JACH,SAAU,UACV,CAAC,CACF"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
//#region ../icons/dist/icons/ViewReveal.js
|
|
2
|
-
var e = {
|
|
3
|
-
viewBox: "0 0 16 16",
|
|
4
|
-
paths: [{
|
|
5
|
-
d: "M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z",
|
|
6
|
-
fillRule: "evenodd"
|
|
7
|
-
}]
|
|
8
|
-
};
|
|
9
|
-
//#endregion
|
|
10
|
-
export { e };
|
|
11
|
-
|
|
12
|
-
//# sourceMappingURL=ViewReveal.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ViewReveal.js","names":[],"sources":["../../../../../icons/dist/icons/ViewReveal.js"],"sourcesContent":["//#region src/icons/ViewReveal.ts\nvar e = {\n\tviewBox: \"0 0 16 16\",\n\tpaths: [{\n\t\td: \"M8 3C4.5 3 1.5 5.667 0 8c1.5 2.333 4.5 5 8 5s6.5-2.667 8-5c-1.5-2.333-4.5-5-8-5zm0 8a3 3 0 1 1 0-6 3 3 0 0 1 0 6zm0-4.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3z\",\n\t\tfillRule: \"evenodd\"\n\t}]\n};\n//#endregion\nexport { e as ViewReveal };\n\n//# sourceMappingURL=ViewReveal.js.map"],"mappings":";AACA,IAAI,IAAI;CACP,SAAS;CACT,OAAO,CAAC;EACP,GAAG;EACH,UAAU;EACV,CAAC;CACF"}
|