@onbeam/icons 1.1.2 → 1.1.4

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.
@@ -0,0 +1,10 @@
1
+ 'use strict';
2
+
3
+ var react = require('react');
4
+ var jsxRuntime = require('react/jsx-runtime');
5
+
6
+ var s=react.forwardRef((o,r,t=24,l=24)=>jsxRuntime.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:t,width:l,ref:r,...o,children:jsxRuntime.jsx("circle",{cx:8,cy:8,r:3.5,stroke:"#6D6D6D"})})),i=s;
7
+
8
+ exports.a = i;
9
+ //# sourceMappingURL=out.js.map
10
+ //# sourceMappingURL=chunk-42KQRLD5.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../generated/ui/LedOutline.tsx"],"names":["forwardRef","jsx","LedOutlineIcon","props","svgRef","height","width","LedOutline_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAY/B,cAAAC,MAAA,oBAXN,IAAMC,EAAiBF,EACrB,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,UAAO,GAAI,EAAG,GAAI,EAAG,EAAG,IAAK,OAAO,UAAU,EACjD,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst LedOutlineIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <circle cx={8} cy={8} r={3.5} stroke=\"#6D6D6D\" />\n </svg>\n ),\n);\nexport default LedOutlineIcon;\n"]}
@@ -0,0 +1,8 @@
1
+ import { forwardRef } from 'react';
2
+ import { jsx } from 'react/jsx-runtime';
3
+
4
+ var s=forwardRef((o,r,t=24,l=24)=>jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 16 16",height:t,width:l,ref:r,...o,children:jsx("circle",{cx:8,cy:8,r:3.5,stroke:"#6D6D6D"})})),i=s;
5
+
6
+ export { i as a };
7
+ //# sourceMappingURL=out.js.map
8
+ //# sourceMappingURL=chunk-544ERQPR.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../generated/ui/LedOutline.tsx"],"names":["forwardRef","jsx","LedOutlineIcon","props","svgRef","height","width","LedOutline_default"],"mappings":"AAAA,OAAS,cAAAA,MAA4B,QAY/B,cAAAC,MAAA,oBAXN,IAAMC,EAAiBF,EACrB,CAACG,EAAOC,EAAQC,EAAS,GAAIC,EAAQ,KACnCL,EAAC,OACC,MAAM,6BACN,KAAK,OACL,QAAQ,YACR,OAAQI,EACR,MAAOC,EACP,IAAKF,EACJ,GAAGD,EAEJ,SAAAF,EAAC,UAAO,GAAI,EAAG,GAAI,EAAG,EAAG,IAAK,OAAO,UAAU,EACjD,CAEJ,EACOM,EAAQL","sourcesContent":["import { forwardRef, SVGProps } from 'react';\nconst LedOutlineIcon = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>(\n (props, svgRef, height = 24, width = 24) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n fill=\"none\"\n viewBox=\"0 0 16 16\"\n height={height}\n width={width}\n ref={svgRef}\n {...props}\n >\n <circle cx={8} cy={8} r={3.5} stroke=\"#6D6D6D\" />\n </svg>\n ),\n);\nexport default LedOutlineIcon;\n"]}
@@ -0,0 +1,3 @@
1
+
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=chunk-STBIJNBE.mjs.map
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
2
 
3
3
  //# sourceMappingURL=out.js.map
4
- //# sourceMappingURL=chunk-UQHE2FGO.js.map
4
+ //# sourceMappingURL=chunk-TJRRLMWV.js.map
package/dist/index.d.mts CHANGED
@@ -30,5 +30,6 @@ export { default as SuccessIcon } from './ui/Success.mjs';
30
30
  export { default as SwapIcon } from './ui/Swap.mjs';
31
31
  export { default as TooltipIcon } from './ui/Tooltip.mjs';
32
32
  export { default as UploadIcon } from './ui/Upload.mjs';
33
+ export { default as LedOutlineIcon } from './ui/LedOutline.mjs';
33
34
  export { default as TooltipGreyIcon } from './ui/TooltipGrey.mjs';
34
35
  import 'react';
package/dist/index.d.ts CHANGED
@@ -30,5 +30,6 @@ export { default as SuccessIcon } from './ui/Success.js';
30
30
  export { default as SwapIcon } from './ui/Swap.js';
31
31
  export { default as TooltipIcon } from './ui/Tooltip.js';
32
32
  export { default as UploadIcon } from './ui/Upload.js';
33
+ export { default as LedOutlineIcon } from './ui/LedOutline.js';
33
34
  export { default as TooltipGreyIcon } from './ui/TooltipGrey.js';
34
35
  import 'react';
package/dist/index.js CHANGED
@@ -1,10 +1,12 @@
1
1
  'use strict';
2
2
 
3
- require('./chunk-UQHE2FGO.js');
3
+ require('./chunk-TJRRLMWV.js');
4
+ var chunkT7ZIXJJV_js = require('./chunk-T7ZIXJJV.js');
4
5
  var chunkLWOYASTC_js = require('./chunk-LWOYASTC.js');
5
6
  var chunkGIX75WSO_js = require('./chunk-GIX75WSO.js');
6
7
  var chunkS6JSRIT5_js = require('./chunk-S6JSRIT5.js');
7
8
  var chunkE62ZARA5_js = require('./chunk-E62ZARA5.js');
9
+ var chunk5FIEF5S5_js = require('./chunk-5FIEF5S5.js');
8
10
  var chunkV7OF3WSH_js = require('./chunk-V7OF3WSH.js');
9
11
  var chunkLP2IQOK4_js = require('./chunk-LP2IQOK4.js');
10
12
  var chunkYF4B7EDD_js = require('./chunk-YF4B7EDD.js');
@@ -12,15 +14,14 @@ var chunkPHNCBRMO_js = require('./chunk-PHNCBRMO.js');
12
14
  var chunk4IGD3PII_js = require('./chunk-4IGD3PII.js');
13
15
  var chunkEBBXQU3A_js = require('./chunk-EBBXQU3A.js');
14
16
  var chunkUG5LUKYE_js = require('./chunk-UG5LUKYE.js');
15
- var chunkT7ZIXJJV_js = require('./chunk-T7ZIXJJV.js');
16
17
  var chunkEBO7BHUJ_js = require('./chunk-EBO7BHUJ.js');
17
18
  var chunkEE7EK5HO_js = require('./chunk-EE7EK5HO.js');
18
19
  var chunkD2W56GMB_js = require('./chunk-D2W56GMB.js');
19
20
  var chunkSYLYIQN3_js = require('./chunk-SYLYIQN3.js');
20
21
  var chunkF6B5ETJG_js = require('./chunk-F6B5ETJG.js');
21
22
  var chunkDH6ERBJV_js = require('./chunk-DH6ERBJV.js');
23
+ var chunk42KQRLD5_js = require('./chunk-42KQRLD5.js');
22
24
  var chunkJQFQEERV_js = require('./chunk-JQFQEERV.js');
23
- var chunk5FIEF5S5_js = require('./chunk-5FIEF5S5.js');
24
25
  require('./chunk-R2CJRRP3.js');
25
26
  var chunkGP4CRAI4_js = require('./chunk-GP4CRAI4.js');
26
27
  var chunkIABNQY6J_js = require('./chunk-IABNQY6J.js');
@@ -39,6 +40,10 @@ var chunkZFWYJWQP_js = require('./chunk-ZFWYJWQP.js');
39
40
 
40
41
 
41
42
 
43
+ Object.defineProperty(exports, "SuccessIcon", {
44
+ enumerable: true,
45
+ get: function () { return chunkT7ZIXJJV_js.a; }
46
+ });
42
47
  Object.defineProperty(exports, "SwapIcon", {
43
48
  enumerable: true,
44
49
  get: function () { return chunkLWOYASTC_js.a; }
@@ -55,6 +60,10 @@ Object.defineProperty(exports, "UploadIcon", {
55
60
  enumerable: true,
56
61
  get: function () { return chunkE62ZARA5_js.a; }
57
62
  });
63
+ Object.defineProperty(exports, "PasswordHideIcon", {
64
+ enumerable: true,
65
+ get: function () { return chunk5FIEF5S5_js.a; }
66
+ });
58
67
  Object.defineProperty(exports, "PasswordShowIcon", {
59
68
  enumerable: true,
60
69
  get: function () { return chunkV7OF3WSH_js.a; }
@@ -83,10 +92,6 @@ Object.defineProperty(exports, "SoundOnIcon", {
83
92
  enumerable: true,
84
93
  get: function () { return chunkUG5LUKYE_js.a; }
85
94
  });
86
- Object.defineProperty(exports, "SuccessIcon", {
87
- enumerable: true,
88
- get: function () { return chunkT7ZIXJJV_js.a; }
89
- });
90
95
  Object.defineProperty(exports, "DashIcon", {
91
96
  enumerable: true,
92
97
  get: function () { return chunkEBO7BHUJ_js.a; }
@@ -111,13 +116,13 @@ Object.defineProperty(exports, "LedOnIcon", {
111
116
  enumerable: true,
112
117
  get: function () { return chunkDH6ERBJV_js.a; }
113
118
  });
114
- Object.defineProperty(exports, "MenuIcon", {
119
+ Object.defineProperty(exports, "LedOutlineIcon", {
115
120
  enumerable: true,
116
- get: function () { return chunkJQFQEERV_js.a; }
121
+ get: function () { return chunk42KQRLD5_js.a; }
117
122
  });
118
- Object.defineProperty(exports, "PasswordHideIcon", {
123
+ Object.defineProperty(exports, "MenuIcon", {
119
124
  enumerable: true,
120
- get: function () { return chunk5FIEF5S5_js.a; }
125
+ get: function () { return chunkJQFQEERV_js.a; }
121
126
  });
122
127
  Object.defineProperty(exports, "ImmutableIcon", {
123
128
  enumerable: true,
package/dist/index.mjs CHANGED
@@ -1,8 +1,10 @@
1
- import './chunk-BX4OWV4H.mjs';
1
+ import './chunk-STBIJNBE.mjs';
2
+ export { a as SuccessIcon } from './chunk-ZKFF77PW.mjs';
2
3
  export { a as SwapIcon } from './chunk-NSZDWSAR.mjs';
3
4
  export { a as TooltipIcon } from './chunk-HVPTN5EQ.mjs';
4
5
  export { a as TooltipGreyIcon } from './chunk-Y2H2I4G2.mjs';
5
6
  export { a as UploadIcon } from './chunk-HEVIYMOR.mjs';
7
+ export { a as PasswordHideIcon } from './chunk-CBLOW2T7.mjs';
6
8
  export { a as PasswordShowIcon } from './chunk-3ADH6WFT.mjs';
7
9
  export { a as PlusIcon } from './chunk-YRIJWNL7.mjs';
8
10
  export { a as QrCodeIcon } from './chunk-PGVBYWYL.mjs';
@@ -10,15 +12,14 @@ export { a as RefreshIcon } from './chunk-FJ77BSXV.mjs';
10
12
  export { a as SettingsIcon } from './chunk-B7DXQQJE.mjs';
11
13
  export { a as SoundOffIcon } from './chunk-C4NJJUP4.mjs';
12
14
  export { a as SoundOnIcon } from './chunk-RYBZV4SL.mjs';
13
- export { a as SuccessIcon } from './chunk-ZKFF77PW.mjs';
14
15
  export { a as DashIcon } from './chunk-C3J2SUXT.mjs';
15
16
  export { a as DownIcon } from './chunk-NR5OUKST.mjs';
16
17
  export { a as ErrorIcon } from './chunk-USPI5HL3.mjs';
17
18
  export { a as FriendsIcon } from './chunk-VGPQCTGG.mjs';
18
19
  export { a as LedOffIcon } from './chunk-76RM6HFE.mjs';
19
20
  export { a as LedOnIcon } from './chunk-TJ5M37OA.mjs';
21
+ export { a as LedOutlineIcon } from './chunk-544ERQPR.mjs';
20
22
  export { a as MenuIcon } from './chunk-ALPB6B6S.mjs';
21
- export { a as PasswordHideIcon } from './chunk-CBLOW2T7.mjs';
22
23
  import './chunk-RBTZC7OI.mjs';
23
24
  export { a as ImmutableIcon } from './chunk-BFKH4YDA.mjs';
24
25
  export { a as MeritCircleIcon } from './chunk-NC4XTG2W.mjs';
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const LedOutlineIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { LedOutlineIcon as default };
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { SVGProps } from 'react';
3
+
4
+ declare const LedOutlineIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
5
+
6
+ export { LedOutlineIcon as default };
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var chunk42KQRLD5_js = require('../chunk-42KQRLD5.js');
4
+
5
+
6
+
7
+ module.exports = chunk42KQRLD5_js.a;
8
+ //# sourceMappingURL=out.js.map
9
+ //# sourceMappingURL=LedOutline.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export { a as default } from '../chunk-544ERQPR.mjs';
2
+ //# sourceMappingURL=out.js.map
3
+ //# sourceMappingURL=LedOutline.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":""}
@@ -7,6 +7,7 @@ export { default as ErrorIcon } from './Error.mjs';
7
7
  export { default as FriendsIcon } from './Friends.mjs';
8
8
  export { default as LedOffIcon } from './LedOff.mjs';
9
9
  export { default as LedOnIcon } from './LedOn.mjs';
10
+ export { default as LedOutlineIcon } from './LedOutline.mjs';
10
11
  export { default as MenuIcon } from './Menu.mjs';
11
12
  export { default as PasswordHideIcon } from './PasswordHide.mjs';
12
13
  export { default as PasswordShowIcon } from './PasswordShow.mjs';
@@ -7,6 +7,7 @@ export { default as ErrorIcon } from './Error.js';
7
7
  export { default as FriendsIcon } from './Friends.js';
8
8
  export { default as LedOffIcon } from './LedOff.js';
9
9
  export { default as LedOnIcon } from './LedOn.js';
10
+ export { default as LedOutlineIcon } from './LedOutline.js';
10
11
  export { default as MenuIcon } from './Menu.js';
11
12
  export { default as PasswordHideIcon } from './PasswordHide.js';
12
13
  export { default as PasswordShowIcon } from './PasswordShow.js';
package/dist/ui/index.js CHANGED
@@ -1,10 +1,12 @@
1
1
  'use strict';
2
2
 
3
- require('../chunk-UQHE2FGO.js');
3
+ require('../chunk-TJRRLMWV.js');
4
+ var chunkT7ZIXJJV_js = require('../chunk-T7ZIXJJV.js');
4
5
  var chunkLWOYASTC_js = require('../chunk-LWOYASTC.js');
5
6
  var chunkGIX75WSO_js = require('../chunk-GIX75WSO.js');
6
7
  var chunkS6JSRIT5_js = require('../chunk-S6JSRIT5.js');
7
8
  var chunkE62ZARA5_js = require('../chunk-E62ZARA5.js');
9
+ var chunk5FIEF5S5_js = require('../chunk-5FIEF5S5.js');
8
10
  var chunkV7OF3WSH_js = require('../chunk-V7OF3WSH.js');
9
11
  var chunkLP2IQOK4_js = require('../chunk-LP2IQOK4.js');
10
12
  var chunkYF4B7EDD_js = require('../chunk-YF4B7EDD.js');
@@ -12,21 +14,24 @@ var chunkPHNCBRMO_js = require('../chunk-PHNCBRMO.js');
12
14
  var chunk4IGD3PII_js = require('../chunk-4IGD3PII.js');
13
15
  var chunkEBBXQU3A_js = require('../chunk-EBBXQU3A.js');
14
16
  var chunkUG5LUKYE_js = require('../chunk-UG5LUKYE.js');
15
- var chunkT7ZIXJJV_js = require('../chunk-T7ZIXJJV.js');
16
17
  var chunkEBO7BHUJ_js = require('../chunk-EBO7BHUJ.js');
17
18
  var chunkEE7EK5HO_js = require('../chunk-EE7EK5HO.js');
18
19
  var chunkD2W56GMB_js = require('../chunk-D2W56GMB.js');
19
20
  var chunkSYLYIQN3_js = require('../chunk-SYLYIQN3.js');
20
21
  var chunkF6B5ETJG_js = require('../chunk-F6B5ETJG.js');
21
22
  var chunkDH6ERBJV_js = require('../chunk-DH6ERBJV.js');
23
+ var chunk42KQRLD5_js = require('../chunk-42KQRLD5.js');
22
24
  var chunkJQFQEERV_js = require('../chunk-JQFQEERV.js');
23
- var chunk5FIEF5S5_js = require('../chunk-5FIEF5S5.js');
24
25
  var chunkSQIENVIR_js = require('../chunk-SQIENVIR.js');
25
26
  var chunkIEJF3AVQ_js = require('../chunk-IEJF3AVQ.js');
26
27
  var chunkHDTUDOV3_js = require('../chunk-HDTUDOV3.js');
27
28
 
28
29
 
29
30
 
31
+ Object.defineProperty(exports, "SuccessIcon", {
32
+ enumerable: true,
33
+ get: function () { return chunkT7ZIXJJV_js.a; }
34
+ });
30
35
  Object.defineProperty(exports, "SwapIcon", {
31
36
  enumerable: true,
32
37
  get: function () { return chunkLWOYASTC_js.a; }
@@ -43,6 +48,10 @@ Object.defineProperty(exports, "UploadIcon", {
43
48
  enumerable: true,
44
49
  get: function () { return chunkE62ZARA5_js.a; }
45
50
  });
51
+ Object.defineProperty(exports, "PasswordHideIcon", {
52
+ enumerable: true,
53
+ get: function () { return chunk5FIEF5S5_js.a; }
54
+ });
46
55
  Object.defineProperty(exports, "PasswordShowIcon", {
47
56
  enumerable: true,
48
57
  get: function () { return chunkV7OF3WSH_js.a; }
@@ -71,10 +80,6 @@ Object.defineProperty(exports, "SoundOnIcon", {
71
80
  enumerable: true,
72
81
  get: function () { return chunkUG5LUKYE_js.a; }
73
82
  });
74
- Object.defineProperty(exports, "SuccessIcon", {
75
- enumerable: true,
76
- get: function () { return chunkT7ZIXJJV_js.a; }
77
- });
78
83
  Object.defineProperty(exports, "DashIcon", {
79
84
  enumerable: true,
80
85
  get: function () { return chunkEBO7BHUJ_js.a; }
@@ -99,13 +104,13 @@ Object.defineProperty(exports, "LedOnIcon", {
99
104
  enumerable: true,
100
105
  get: function () { return chunkDH6ERBJV_js.a; }
101
106
  });
102
- Object.defineProperty(exports, "MenuIcon", {
107
+ Object.defineProperty(exports, "LedOutlineIcon", {
103
108
  enumerable: true,
104
- get: function () { return chunkJQFQEERV_js.a; }
109
+ get: function () { return chunk42KQRLD5_js.a; }
105
110
  });
106
- Object.defineProperty(exports, "PasswordHideIcon", {
111
+ Object.defineProperty(exports, "MenuIcon", {
107
112
  enumerable: true,
108
- get: function () { return chunk5FIEF5S5_js.a; }
113
+ get: function () { return chunkJQFQEERV_js.a; }
109
114
  });
110
115
  Object.defineProperty(exports, "BackIcon", {
111
116
  enumerable: true,
package/dist/ui/index.mjs CHANGED
@@ -1,8 +1,10 @@
1
- import '../chunk-BX4OWV4H.mjs';
1
+ import '../chunk-STBIJNBE.mjs';
2
+ export { a as SuccessIcon } from '../chunk-ZKFF77PW.mjs';
2
3
  export { a as SwapIcon } from '../chunk-NSZDWSAR.mjs';
3
4
  export { a as TooltipIcon } from '../chunk-HVPTN5EQ.mjs';
4
5
  export { a as TooltipGreyIcon } from '../chunk-Y2H2I4G2.mjs';
5
6
  export { a as UploadIcon } from '../chunk-HEVIYMOR.mjs';
7
+ export { a as PasswordHideIcon } from '../chunk-CBLOW2T7.mjs';
6
8
  export { a as PasswordShowIcon } from '../chunk-3ADH6WFT.mjs';
7
9
  export { a as PlusIcon } from '../chunk-YRIJWNL7.mjs';
8
10
  export { a as QrCodeIcon } from '../chunk-PGVBYWYL.mjs';
@@ -10,15 +12,14 @@ export { a as RefreshIcon } from '../chunk-FJ77BSXV.mjs';
10
12
  export { a as SettingsIcon } from '../chunk-B7DXQQJE.mjs';
11
13
  export { a as SoundOffIcon } from '../chunk-C4NJJUP4.mjs';
12
14
  export { a as SoundOnIcon } from '../chunk-RYBZV4SL.mjs';
13
- export { a as SuccessIcon } from '../chunk-ZKFF77PW.mjs';
14
15
  export { a as DashIcon } from '../chunk-C3J2SUXT.mjs';
15
16
  export { a as DownIcon } from '../chunk-NR5OUKST.mjs';
16
17
  export { a as ErrorIcon } from '../chunk-USPI5HL3.mjs';
17
18
  export { a as FriendsIcon } from '../chunk-VGPQCTGG.mjs';
18
19
  export { a as LedOffIcon } from '../chunk-76RM6HFE.mjs';
19
20
  export { a as LedOnIcon } from '../chunk-TJ5M37OA.mjs';
21
+ export { a as LedOutlineIcon } from '../chunk-544ERQPR.mjs';
20
22
  export { a as MenuIcon } from '../chunk-ALPB6B6S.mjs';
21
- export { a as PasswordHideIcon } from '../chunk-CBLOW2T7.mjs';
22
23
  export { a as BackIcon } from '../chunk-TU2CJ6XS.mjs';
23
24
  export { a as CloseIcon } from '../chunk-DV2IYBEQ.mjs';
24
25
  export { a as CursorIcon } from '../chunk-VK3U5DDN.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onbeam/icons",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "sideEffects": false,
5
5
  "license": "MIT",
6
6
  "module": "esnext",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@babel/types": "^7.23.0",
27
- "@biomejs/biome": "^1.7.0",
27
+ "@biomejs/biome": "^1.8.3",
28
28
  "@types/react": "^18.2.0",
29
29
  "barrelsby": "^2.8.1",
30
30
  "tsup": "^8.0.2",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "scripts": {
34
34
  "clean": "rm -rf components",
35
- "validate:fix": "biome check . --apply-unsafe",
35
+ "validate:fix": "biome check . --write --unsafe",
36
36
  "generate:barrels": "barrelsby -c ./barrelsby.json --delete",
37
37
  "generate:icons": "npx @svgr/cli@5 ./src --template ./config/template.cjs --ext tsx --out-dir ./generated --ref --index-template ./config/index-template.cjs",
38
38
  "generate": "pnpm generate:icons && pnpm generate:barrels",
@@ -1,3 +0,0 @@
1
-
2
- //# sourceMappingURL=out.js.map
3
- //# sourceMappingURL=chunk-BX4OWV4H.mjs.map