@baseline-ui/icons 0.5.1 → 0.6.1
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/20/index.d.mts +3 -1
- package/20/index.d.ts +3 -1
- package/20/index.js +52 -18
- package/20/index.mjs +51 -18
- package/package.json +7 -4
- package/dist/12/index.d.mts +0 -47
- package/dist/12/index.d.ts +0 -47
- package/dist/12/index.js +0 -224
- package/dist/12/index.mjs +0 -169
- package/dist/16/index.d.mts +0 -138
- package/dist/16/index.d.ts +0 -138
- package/dist/16/index.js +0 -669
- package/dist/16/index.mjs +0 -562
- package/dist/20/index.d.mts +0 -96
- package/dist/20/index.d.ts +0 -96
- package/dist/20/index.js +0 -482
- package/dist/20/index.mjs +0 -399
- package/dist/24/index.d.mts +0 -110
- package/dist/24/index.d.ts +0 -110
- package/dist/24/index.js +0 -494
- package/dist/24/index.mjs +0 -403
- package/dist/8/index.d.mts +0 -54
- package/dist/8/index.d.ts +0 -54
- package/dist/8/index.js +0 -252
- package/dist/8/index.mjs +0 -193
- package/dist/Icon.types-6dbe6c2c.d.ts +0 -36
- package/dist/icons.css +0 -4
package/20/index.d.mts
CHANGED
|
@@ -24,6 +24,8 @@ declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVG
|
|
|
24
24
|
|
|
25
25
|
declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
26
26
|
|
|
27
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
28
|
+
|
|
27
29
|
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
28
30
|
|
|
29
31
|
declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
@@ -34,4 +36,4 @@ declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEleme
|
|
|
34
36
|
|
|
35
37
|
declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
36
38
|
|
|
37
|
-
export { SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCrossIcon as CrossIcon, SvgDragHandleIcon as DragHandleIcon, SvgEllipseIcon as EllipseIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgStarIcon as StarIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon };
|
|
39
|
+
export { SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCrossIcon as CrossIcon, SvgDragHandleIcon as DragHandleIcon, SvgEllipseIcon as EllipseIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgMinusIcon as MinusIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgStarIcon as StarIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon };
|
package/20/index.d.ts
CHANGED
|
@@ -24,6 +24,8 @@ declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVG
|
|
|
24
24
|
|
|
25
25
|
declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
26
26
|
|
|
27
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
28
|
+
|
|
27
29
|
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
28
30
|
|
|
29
31
|
declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
@@ -34,4 +36,4 @@ declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEleme
|
|
|
34
36
|
|
|
35
37
|
declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
36
38
|
|
|
37
|
-
export { SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCrossIcon as CrossIcon, SvgDragHandleIcon as DragHandleIcon, SvgEllipseIcon as EllipseIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgStarIcon as StarIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon };
|
|
39
|
+
export { SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCrossIcon as CrossIcon, SvgDragHandleIcon as DragHandleIcon, SvgEllipseIcon as EllipseIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgMinusIcon as MinusIcon, SvgPlusIcon as PlusIcon, SvgSearchIcon as SearchIcon, SvgStarIcon as StarIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon };
|
package/20/index.js
CHANGED
|
@@ -29,6 +29,7 @@ __export(__exports, {
|
|
|
29
29
|
EllipseIcon: () => EllipseIcon_default,
|
|
30
30
|
ErrorAltFilledIcon: () => ErrorAltFilledIcon_default,
|
|
31
31
|
InfoFilledIcon: () => InfoFilledIcon_default,
|
|
32
|
+
MinusIcon: () => MinusIcon_default,
|
|
32
33
|
PlusIcon: () => PlusIcon_default,
|
|
33
34
|
SearchIcon: () => SearchIcon_default,
|
|
34
35
|
StarIcon: () => StarIcon_default,
|
|
@@ -379,9 +380,9 @@ var SvgInfoFilledIcon = ({
|
|
|
379
380
|
);
|
|
380
381
|
var InfoFilledIcon_default = SvgInfoFilledIcon;
|
|
381
382
|
|
|
382
|
-
// src/20/
|
|
383
|
+
// src/20/MinusIcon.tsx
|
|
383
384
|
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
384
|
-
var
|
|
385
|
+
var SvgMinusIcon = ({
|
|
385
386
|
title,
|
|
386
387
|
titleId,
|
|
387
388
|
...props
|
|
@@ -402,18 +403,18 @@ var SvgPlusIcon = ({
|
|
|
402
403
|
{
|
|
403
404
|
fill: "currentColor",
|
|
404
405
|
fillRule: "evenodd",
|
|
405
|
-
d: "
|
|
406
|
+
d: "M3.25 10A.75.75 0 0 1 4 9.25h12a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75",
|
|
406
407
|
clipRule: "evenodd"
|
|
407
408
|
}
|
|
408
409
|
)
|
|
409
410
|
]
|
|
410
411
|
}
|
|
411
412
|
);
|
|
412
|
-
var
|
|
413
|
+
var MinusIcon_default = SvgMinusIcon;
|
|
413
414
|
|
|
414
|
-
// src/20/
|
|
415
|
+
// src/20/PlusIcon.tsx
|
|
415
416
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
416
|
-
var
|
|
417
|
+
var SvgPlusIcon = ({
|
|
417
418
|
title,
|
|
418
419
|
titleId,
|
|
419
420
|
...props
|
|
@@ -434,18 +435,18 @@ var SvgSearchIcon = ({
|
|
|
434
435
|
{
|
|
435
436
|
fill: "currentColor",
|
|
436
437
|
fillRule: "evenodd",
|
|
437
|
-
d: "
|
|
438
|
+
d: "M9.25 16a.75.75 0 0 0 1.5 0v-5.25H16a.75.75 0 0 0 0-1.5h-5.25V4a.75.75 0 0 0-1.5 0v5.25H4a.75.75 0 0 0 0 1.5h5.25z",
|
|
438
439
|
clipRule: "evenodd"
|
|
439
440
|
}
|
|
440
441
|
)
|
|
441
442
|
]
|
|
442
443
|
}
|
|
443
444
|
);
|
|
444
|
-
var
|
|
445
|
+
var PlusIcon_default = SvgPlusIcon;
|
|
445
446
|
|
|
446
|
-
// src/20/
|
|
447
|
+
// src/20/SearchIcon.tsx
|
|
447
448
|
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
448
|
-
var
|
|
449
|
+
var SvgSearchIcon = ({
|
|
449
450
|
title,
|
|
450
451
|
titleId,
|
|
451
452
|
...props
|
|
@@ -466,18 +467,18 @@ var SvgStarIcon = ({
|
|
|
466
467
|
{
|
|
467
468
|
fill: "currentColor",
|
|
468
469
|
fillRule: "evenodd",
|
|
469
|
-
d: "
|
|
470
|
+
d: "M2.78 8.5a5.72 5.72 0 1 1 11.44 0 5.72 5.72 0 0 1-11.44 0M8.5 1.22a7.28 7.28 0 1 0 4.59 12.93l3.88 3.88a.75.75 0 0 0 1.06-1.06l-3.88-3.88A7.28 7.28 0 0 0 8.5 1.22",
|
|
470
471
|
clipRule: "evenodd"
|
|
471
472
|
}
|
|
472
473
|
)
|
|
473
474
|
]
|
|
474
475
|
}
|
|
475
476
|
);
|
|
476
|
-
var
|
|
477
|
+
var SearchIcon_default = SvgSearchIcon;
|
|
477
478
|
|
|
478
|
-
// src/20/
|
|
479
|
+
// src/20/StarIcon.tsx
|
|
479
480
|
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
480
|
-
var
|
|
481
|
+
var SvgStarIcon = ({
|
|
481
482
|
title,
|
|
482
483
|
titleId,
|
|
483
484
|
...props
|
|
@@ -498,18 +499,18 @@ var SvgUploadIcon = ({
|
|
|
498
499
|
{
|
|
499
500
|
fill: "currentColor",
|
|
500
501
|
fillRule: "evenodd",
|
|
501
|
-
d: "M10.75
|
|
502
|
+
d: "M10 .5a.75.75 0 0 1 .693.462l2.249 5.406 5.836.468a.75.75 0 0 1 .428 1.318l-4.447 3.809 1.359 5.696a.75.75 0 0 1-1.12.814L10 15.42l-4.997 3.052a.75.75 0 0 1-1.12-.814l1.358-5.696-4.447-3.81a.75.75 0 0 1 .428-1.317l5.837-.468L9.308.962A.75.75 0 0 1 10 .5m0 2.703L8.268 7.367a.75.75 0 0 1-.632.46l-4.496.36 3.425 2.935a.75.75 0 0 1 .242.743L5.76 16.253l3.85-2.351a.75.75 0 0 1 .781 0l3.85 2.35-1.047-4.387a.75.75 0 0 1 .241-.743l3.426-2.934-4.496-.36a.75.75 0 0 1-.633-.46z",
|
|
502
503
|
clipRule: "evenodd"
|
|
503
504
|
}
|
|
504
505
|
)
|
|
505
506
|
]
|
|
506
507
|
}
|
|
507
508
|
);
|
|
508
|
-
var
|
|
509
|
+
var StarIcon_default = SvgStarIcon;
|
|
509
510
|
|
|
510
|
-
// src/20/
|
|
511
|
+
// src/20/UploadIcon.tsx
|
|
511
512
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
512
|
-
var
|
|
513
|
+
var SvgUploadIcon = ({
|
|
513
514
|
title,
|
|
514
515
|
titleId,
|
|
515
516
|
...props
|
|
@@ -526,6 +527,38 @@ var SvgWarningFilledIcon = ({
|
|
|
526
527
|
children: [
|
|
527
528
|
title ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { id: titleId, children: title }) : null,
|
|
528
529
|
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
530
|
+
"path",
|
|
531
|
+
{
|
|
532
|
+
fill: "currentColor",
|
|
533
|
+
fillRule: "evenodd",
|
|
534
|
+
d: "M10.75 13a.75.75 0 0 1-1.5 0V4.844L7.537 6.6a.75.75 0 1 1-1.074-1.048L10 1.926l3.537 3.627a.75.75 0 1 1-1.074 1.048L10.75 4.844zm-8 0a.75.75 0 0 0-1.5 0v3c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 18.75 16v-3a.75.75 0 0 0-1.5 0v3a.25.25 0 0 1-.25.25H3a.25.25 0 0 1-.25-.25z",
|
|
535
|
+
clipRule: "evenodd"
|
|
536
|
+
}
|
|
537
|
+
)
|
|
538
|
+
]
|
|
539
|
+
}
|
|
540
|
+
);
|
|
541
|
+
var UploadIcon_default = SvgUploadIcon;
|
|
542
|
+
|
|
543
|
+
// src/20/WarningFilledIcon.tsx
|
|
544
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
545
|
+
var SvgWarningFilledIcon = ({
|
|
546
|
+
title,
|
|
547
|
+
titleId,
|
|
548
|
+
...props
|
|
549
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
550
|
+
"svg",
|
|
551
|
+
{
|
|
552
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
553
|
+
width: props.size || "1em",
|
|
554
|
+
height: props.size || "1em",
|
|
555
|
+
fill: "none",
|
|
556
|
+
viewBox: "0 0 20 20",
|
|
557
|
+
"aria-labelledby": titleId,
|
|
558
|
+
...props,
|
|
559
|
+
children: [
|
|
560
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { id: titleId, children: title }) : null,
|
|
561
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
529
562
|
"path",
|
|
530
563
|
{
|
|
531
564
|
fill: "currentColor",
|
|
@@ -549,6 +582,7 @@ var WarningFilledIcon_default = SvgWarningFilledIcon;
|
|
|
549
582
|
EllipseIcon,
|
|
550
583
|
ErrorAltFilledIcon,
|
|
551
584
|
InfoFilledIcon,
|
|
585
|
+
MinusIcon,
|
|
552
586
|
PlusIcon,
|
|
553
587
|
SearchIcon,
|
|
554
588
|
StarIcon,
|
package/20/index.mjs
CHANGED
|
@@ -340,9 +340,9 @@ var SvgInfoFilledIcon = ({
|
|
|
340
340
|
);
|
|
341
341
|
var InfoFilledIcon_default = SvgInfoFilledIcon;
|
|
342
342
|
|
|
343
|
-
// src/20/
|
|
343
|
+
// src/20/MinusIcon.tsx
|
|
344
344
|
import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
345
|
-
var
|
|
345
|
+
var SvgMinusIcon = ({
|
|
346
346
|
title,
|
|
347
347
|
titleId,
|
|
348
348
|
...props
|
|
@@ -363,18 +363,18 @@ var SvgPlusIcon = ({
|
|
|
363
363
|
{
|
|
364
364
|
fill: "currentColor",
|
|
365
365
|
fillRule: "evenodd",
|
|
366
|
-
d: "
|
|
366
|
+
d: "M3.25 10A.75.75 0 0 1 4 9.25h12a.75.75 0 0 1 0 1.5H4a.75.75 0 0 1-.75-.75",
|
|
367
367
|
clipRule: "evenodd"
|
|
368
368
|
}
|
|
369
369
|
)
|
|
370
370
|
]
|
|
371
371
|
}
|
|
372
372
|
);
|
|
373
|
-
var
|
|
373
|
+
var MinusIcon_default = SvgMinusIcon;
|
|
374
374
|
|
|
375
|
-
// src/20/
|
|
375
|
+
// src/20/PlusIcon.tsx
|
|
376
376
|
import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
377
|
-
var
|
|
377
|
+
var SvgPlusIcon = ({
|
|
378
378
|
title,
|
|
379
379
|
titleId,
|
|
380
380
|
...props
|
|
@@ -395,18 +395,18 @@ var SvgSearchIcon = ({
|
|
|
395
395
|
{
|
|
396
396
|
fill: "currentColor",
|
|
397
397
|
fillRule: "evenodd",
|
|
398
|
-
d: "
|
|
398
|
+
d: "M9.25 16a.75.75 0 0 0 1.5 0v-5.25H16a.75.75 0 0 0 0-1.5h-5.25V4a.75.75 0 0 0-1.5 0v5.25H4a.75.75 0 0 0 0 1.5h5.25z",
|
|
399
399
|
clipRule: "evenodd"
|
|
400
400
|
}
|
|
401
401
|
)
|
|
402
402
|
]
|
|
403
403
|
}
|
|
404
404
|
);
|
|
405
|
-
var
|
|
405
|
+
var PlusIcon_default = SvgPlusIcon;
|
|
406
406
|
|
|
407
|
-
// src/20/
|
|
407
|
+
// src/20/SearchIcon.tsx
|
|
408
408
|
import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
409
|
-
var
|
|
409
|
+
var SvgSearchIcon = ({
|
|
410
410
|
title,
|
|
411
411
|
titleId,
|
|
412
412
|
...props
|
|
@@ -427,18 +427,18 @@ var SvgStarIcon = ({
|
|
|
427
427
|
{
|
|
428
428
|
fill: "currentColor",
|
|
429
429
|
fillRule: "evenodd",
|
|
430
|
-
d: "
|
|
430
|
+
d: "M2.78 8.5a5.72 5.72 0 1 1 11.44 0 5.72 5.72 0 0 1-11.44 0M8.5 1.22a7.28 7.28 0 1 0 4.59 12.93l3.88 3.88a.75.75 0 0 0 1.06-1.06l-3.88-3.88A7.28 7.28 0 0 0 8.5 1.22",
|
|
431
431
|
clipRule: "evenodd"
|
|
432
432
|
}
|
|
433
433
|
)
|
|
434
434
|
]
|
|
435
435
|
}
|
|
436
436
|
);
|
|
437
|
-
var
|
|
437
|
+
var SearchIcon_default = SvgSearchIcon;
|
|
438
438
|
|
|
439
|
-
// src/20/
|
|
439
|
+
// src/20/StarIcon.tsx
|
|
440
440
|
import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
441
|
-
var
|
|
441
|
+
var SvgStarIcon = ({
|
|
442
442
|
title,
|
|
443
443
|
titleId,
|
|
444
444
|
...props
|
|
@@ -459,18 +459,18 @@ var SvgUploadIcon = ({
|
|
|
459
459
|
{
|
|
460
460
|
fill: "currentColor",
|
|
461
461
|
fillRule: "evenodd",
|
|
462
|
-
d: "M10.75
|
|
462
|
+
d: "M10 .5a.75.75 0 0 1 .693.462l2.249 5.406 5.836.468a.75.75 0 0 1 .428 1.318l-4.447 3.809 1.359 5.696a.75.75 0 0 1-1.12.814L10 15.42l-4.997 3.052a.75.75 0 0 1-1.12-.814l1.358-5.696-4.447-3.81a.75.75 0 0 1 .428-1.317l5.837-.468L9.308.962A.75.75 0 0 1 10 .5m0 2.703L8.268 7.367a.75.75 0 0 1-.632.46l-4.496.36 3.425 2.935a.75.75 0 0 1 .242.743L5.76 16.253l3.85-2.351a.75.75 0 0 1 .781 0l3.85 2.35-1.047-4.387a.75.75 0 0 1 .241-.743l3.426-2.934-4.496-.36a.75.75 0 0 1-.633-.46z",
|
|
463
463
|
clipRule: "evenodd"
|
|
464
464
|
}
|
|
465
465
|
)
|
|
466
466
|
]
|
|
467
467
|
}
|
|
468
468
|
);
|
|
469
|
-
var
|
|
469
|
+
var StarIcon_default = SvgStarIcon;
|
|
470
470
|
|
|
471
|
-
// src/20/
|
|
471
|
+
// src/20/UploadIcon.tsx
|
|
472
472
|
import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
473
|
-
var
|
|
473
|
+
var SvgUploadIcon = ({
|
|
474
474
|
title,
|
|
475
475
|
titleId,
|
|
476
476
|
...props
|
|
@@ -487,6 +487,38 @@ var SvgWarningFilledIcon = ({
|
|
|
487
487
|
children: [
|
|
488
488
|
title ? /* @__PURE__ */ jsx14("title", { id: titleId, children: title }) : null,
|
|
489
489
|
/* @__PURE__ */ jsx14(
|
|
490
|
+
"path",
|
|
491
|
+
{
|
|
492
|
+
fill: "currentColor",
|
|
493
|
+
fillRule: "evenodd",
|
|
494
|
+
d: "M10.75 13a.75.75 0 0 1-1.5 0V4.844L7.537 6.6a.75.75 0 1 1-1.074-1.048L10 1.926l3.537 3.627a.75.75 0 1 1-1.074 1.048L10.75 4.844zm-8 0a.75.75 0 0 0-1.5 0v3c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 18.75 16v-3a.75.75 0 0 0-1.5 0v3a.25.25 0 0 1-.25.25H3a.25.25 0 0 1-.25-.25z",
|
|
495
|
+
clipRule: "evenodd"
|
|
496
|
+
}
|
|
497
|
+
)
|
|
498
|
+
]
|
|
499
|
+
}
|
|
500
|
+
);
|
|
501
|
+
var UploadIcon_default = SvgUploadIcon;
|
|
502
|
+
|
|
503
|
+
// src/20/WarningFilledIcon.tsx
|
|
504
|
+
import { jsx as jsx15, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
505
|
+
var SvgWarningFilledIcon = ({
|
|
506
|
+
title,
|
|
507
|
+
titleId,
|
|
508
|
+
...props
|
|
509
|
+
}) => /* @__PURE__ */ jsxs15(
|
|
510
|
+
"svg",
|
|
511
|
+
{
|
|
512
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
513
|
+
width: props.size || "1em",
|
|
514
|
+
height: props.size || "1em",
|
|
515
|
+
fill: "none",
|
|
516
|
+
viewBox: "0 0 20 20",
|
|
517
|
+
"aria-labelledby": titleId,
|
|
518
|
+
...props,
|
|
519
|
+
children: [
|
|
520
|
+
title ? /* @__PURE__ */ jsx15("title", { id: titleId, children: title }) : null,
|
|
521
|
+
/* @__PURE__ */ jsx15(
|
|
490
522
|
"path",
|
|
491
523
|
{
|
|
492
524
|
fill: "currentColor",
|
|
@@ -509,6 +541,7 @@ export {
|
|
|
509
541
|
EllipseIcon_default as EllipseIcon,
|
|
510
542
|
ErrorAltFilledIcon_default as ErrorAltFilledIcon,
|
|
511
543
|
InfoFilledIcon_default as InfoFilledIcon,
|
|
544
|
+
MinusIcon_default as MinusIcon,
|
|
512
545
|
PlusIcon_default as PlusIcon,
|
|
513
546
|
SearchIcon_default as SearchIcon,
|
|
514
547
|
StarIcon_default as StarIcon,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baseline-ui/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"license": "SEE LICENSE IN https://pspdfkit.com/legal/License.pdf",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@react-aria/utils": "^3.23.0",
|
|
22
|
-
"dompurify": "^3.0.
|
|
23
|
-
"react-aria": "^3.31.
|
|
24
|
-
"@baseline-ui/utils": "0.
|
|
22
|
+
"dompurify": "^3.0.8",
|
|
23
|
+
"react-aria": "^3.31.1",
|
|
24
|
+
"@baseline-ui/utils": "0.6.1"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@svgr/cli": "^8.1.0",
|
|
@@ -32,6 +32,9 @@
|
|
|
32
32
|
"react": "^17.0.2 || ^18.0.0",
|
|
33
33
|
"react-dom": "^17.0.2 || ^18.0.0"
|
|
34
34
|
},
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public"
|
|
37
|
+
},
|
|
35
38
|
"scripts": {
|
|
36
39
|
"build": "tsup",
|
|
37
40
|
"build:icons": "./scripts/buildIcons.sh && prettier --write src && eslint src --fix"
|
package/dist/12/index.d.mts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
|
|
2
|
-
import { SVGProps } from "react";
|
|
3
|
-
|
|
4
|
-
declare const SvgCaretLeftIcon: ({
|
|
5
|
-
title,
|
|
6
|
-
titleId,
|
|
7
|
-
...props
|
|
8
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
9
|
-
|
|
10
|
-
declare const SvgCaretRightIcon: ({
|
|
11
|
-
title,
|
|
12
|
-
titleId,
|
|
13
|
-
...props
|
|
14
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
15
|
-
|
|
16
|
-
declare const SvgCheckmarkIcon: ({
|
|
17
|
-
title,
|
|
18
|
-
titleId,
|
|
19
|
-
...props
|
|
20
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
21
|
-
|
|
22
|
-
declare const SvgEllipseIcon: ({
|
|
23
|
-
title,
|
|
24
|
-
titleId,
|
|
25
|
-
...props
|
|
26
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
27
|
-
|
|
28
|
-
declare const SvgMinusIcon: ({
|
|
29
|
-
title,
|
|
30
|
-
titleId,
|
|
31
|
-
...props
|
|
32
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
33
|
-
|
|
34
|
-
declare const SvgXIcon: ({
|
|
35
|
-
title,
|
|
36
|
-
titleId,
|
|
37
|
-
...props
|
|
38
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
39
|
-
|
|
40
|
-
export {
|
|
41
|
-
SvgCaretLeftIcon as CaretLeftIcon,
|
|
42
|
-
SvgCaretRightIcon as CaretRightIcon,
|
|
43
|
-
SvgCheckmarkIcon as CheckmarkIcon,
|
|
44
|
-
SvgEllipseIcon as EllipseIcon,
|
|
45
|
-
SvgMinusIcon as MinusIcon,
|
|
46
|
-
SvgXIcon as XIcon,
|
|
47
|
-
};
|
package/dist/12/index.d.ts
DELETED
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
|
|
2
|
-
import { SVGProps } from "react";
|
|
3
|
-
|
|
4
|
-
declare const SvgCaretLeftIcon: ({
|
|
5
|
-
title,
|
|
6
|
-
titleId,
|
|
7
|
-
...props
|
|
8
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
9
|
-
|
|
10
|
-
declare const SvgCaretRightIcon: ({
|
|
11
|
-
title,
|
|
12
|
-
titleId,
|
|
13
|
-
...props
|
|
14
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
15
|
-
|
|
16
|
-
declare const SvgCheckmarkIcon: ({
|
|
17
|
-
title,
|
|
18
|
-
titleId,
|
|
19
|
-
...props
|
|
20
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
21
|
-
|
|
22
|
-
declare const SvgEllipseIcon: ({
|
|
23
|
-
title,
|
|
24
|
-
titleId,
|
|
25
|
-
...props
|
|
26
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
27
|
-
|
|
28
|
-
declare const SvgMinusIcon: ({
|
|
29
|
-
title,
|
|
30
|
-
titleId,
|
|
31
|
-
...props
|
|
32
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
33
|
-
|
|
34
|
-
declare const SvgXIcon: ({
|
|
35
|
-
title,
|
|
36
|
-
titleId,
|
|
37
|
-
...props
|
|
38
|
-
}: SVGProps<SVGSVGElement> & SVGRProps) => any;
|
|
39
|
-
|
|
40
|
-
export {
|
|
41
|
-
SvgCaretLeftIcon as CaretLeftIcon,
|
|
42
|
-
SvgCaretRightIcon as CaretRightIcon,
|
|
43
|
-
SvgCheckmarkIcon as CheckmarkIcon,
|
|
44
|
-
SvgEllipseIcon as EllipseIcon,
|
|
45
|
-
SvgMinusIcon as MinusIcon,
|
|
46
|
-
SvgXIcon as XIcon,
|
|
47
|
-
};
|