@iconify-json/carbon 1.0.13 → 1.1.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/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import type { IconifyInfo, IconifyJSON, IconifyMetaData, IconifyChars } from '@iconify/types';
1
+ import type { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars } from '@iconify/types';
2
2
 
3
- export { IconifyInfo, IconifyJSON, IconifyMetaData, IconifyChars };
3
+ export { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars };
4
4
 
5
- export declare const info: IconifyInfo;
6
5
  export declare const icons: IconifyJSON;
6
+ export declare const info: IconifyInfo;
7
7
  export declare const metadata: IconifyMetaData;
8
8
  export declare const chars: IconifyChars;
package/index.js CHANGED
@@ -1,24 +1,9 @@
1
- /**
2
- * @type {import('@iconify/types').IconifyInfo} info
3
- */
4
- const info = require('./info.json');
5
-
6
- /**
7
- * @type {import('@iconify/types').IconifyJSON} icons
8
- */
9
1
  const icons = require('./icons.json');
10
-
11
- /**
12
- * @type {import('@iconify/types').IconifyMetaData} metadata
13
- */
2
+ const info = require('./info.json');
14
3
  const metadata = require('./metadata.json');
15
-
16
- /**
17
- * @type {import('@iconify/types').IconifyChars} chars
18
- */
19
4
  const chars = {};
20
5
 
21
- exports.info = info;
22
6
  exports.icons = icons;
7
+ exports.info = info;
23
8
  exports.metadata = metadata;
24
9
  exports.chars = chars;
package/index.mjs CHANGED
@@ -1,25 +1,6 @@
1
- import importedInfo from './info.json';
2
- import importedIcons from './icons.json';
3
- import importedMetadata from './metadata.json';
1
+ import icons from './icons.json';
2
+ import info from './info.json';
3
+ import metadata from './metadata.json';
4
4
 
5
- /**
6
- * @type {import('@iconify/types').IconifyInfo} info
7
- */
8
- const info = importedInfo;
9
-
10
- /**
11
- * @type {import('@iconify/types').IconifyJSON} icons
12
- */
13
- const icons = importedIcons;
14
-
15
- /**
16
- * @type {import('@iconify/types').IconifyMetaData} metadata
17
- */
18
- const metadata = importedMetadata;
19
-
20
- /**
21
- * @type {import('@iconify/types').IconifyChars} chars
22
- */
23
5
  const chars = {};
24
-
25
- export { info, icons, metadata, chars };
6
+ export { icons, info, metadata, chars };
package/info.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
+ "prefix": "carbon",
2
3
  "name": "Carbon",
3
- "total": 1898,
4
- "version": "10.45.0-rc.0",
4
+ "total": 1765,
5
+ "version": "10.46.0",
5
6
  "author": {
6
7
  "name": "IBM",
7
8
  "url": "https://github.com/carbon-design-system/carbon/tree/main/packages/icons"
package/metadata.json CHANGED
@@ -141,7 +141,6 @@
141
141
  "drop-photo",
142
142
  "drop-photo-filled",
143
143
  "edit",
144
- "edit-filter",
145
144
  "edit-off",
146
145
  "erase",
147
146
  "exit",
@@ -520,52 +519,16 @@
520
519
  "watson-machine-learning"
521
520
  ],
522
521
  "Enterprise": [
523
- "3d-cursor",
524
- "3d-cursor-alt",
525
- "3d-curve-auto-colon",
526
- "3d-curve-auto-vessels",
527
- "3d-curve-manual",
528
- "3d-ica",
529
- "3d-mpr-toggle",
530
- "3d-print-mesh",
531
- "3d-software",
532
- "3rd-party-connected",
533
522
  "account",
534
- "ai-results",
535
- "ai-results-high",
536
- "ai-results-low",
537
- "ai-results-medium",
538
- "ai-results-urgent",
539
- "ai-results-very-high",
540
- "ai-status",
541
- "ai-status-complete",
542
- "ai-status-failed",
543
- "ai-status-in-progress",
544
- "ai-status-queued",
545
- "ai-status-rejected",
546
- "angle",
547
- "annotation-visibility",
548
523
  "apple",
549
- "arrow-annotation",
550
- "auto-scroll",
551
524
  "autoscaling",
552
- "barrier",
553
525
  "basketball",
554
526
  "bat",
555
527
  "bee-bat",
556
- "bloch-sphere",
557
528
  "block-storage",
558
- "brush-freehand",
559
- "brush-polygon",
560
529
  "building",
561
- "ccx",
562
- "cd-archive",
563
- "cd-create-archive",
564
- "cd-create-exchange",
565
530
  "chemistry",
566
531
  "chemistry-reference",
567
- "circle-measurement",
568
- "circuit-composer",
569
532
  "cloud-auditing",
570
533
  "cloud-foundry-1",
571
534
  "cloud-logging",
@@ -575,17 +538,9 @@
575
538
  "cloud-satellite-config",
576
539
  "cloud-satellite-link",
577
540
  "cloud-satellite-services",
578
- "cobb-angle",
579
- "composer-edit",
580
541
  "content-delivery-network",
581
- "contour-draw",
582
- "contour-edit",
583
- "contour-finding",
584
542
  "corn",
585
543
  "coronavirus",
586
- "cross-reference",
587
- "cu1",
588
- "cu3",
589
544
  "currency",
590
545
  "currency-baht",
591
546
  "currency-dollar",
@@ -597,9 +552,6 @@
597
552
  "currency-shekel",
598
553
  "currency-won",
599
554
  "currency-yen",
600
- "cut-in-half",
601
- "cy",
602
- "cz",
603
555
  "database-datastax",
604
556
  "database-elastic",
605
557
  "database-enterprise-db2",
@@ -611,19 +563,9 @@
611
563
  "delivery",
612
564
  "delivery-add",
613
565
  "delivery-parcel",
614
- "denominate",
615
- "dicom-6000",
616
- "dicom-overlay",
617
566
  "direct-link",
618
- "dna",
619
567
  "dns-services",
620
- "download-study",
621
- "edge-enhancement",
622
- "edge-enhancement-01",
623
- "edge-enhancement-02",
624
- "edge-enhancement-03",
625
568
  "enterprise",
626
- "erase-3d",
627
569
  "exam-mode",
628
570
  "finance",
629
571
  "fish",
@@ -631,15 +573,8 @@
631
573
  "flow-logs-vpc",
632
574
  "fragile",
633
575
  "fruit-bowl",
634
- "fusion-blender",
635
576
  "gift",
636
- "h",
637
- "hanging-protocol",
638
577
  "health-cross",
639
- "hinton-plot",
640
- "hl7-attributes",
641
- "hole-filling",
642
- "hole-filling-cursor",
643
578
  "ibm-cloud-dedicated-host",
644
579
  "ibm-cloud-internet-services",
645
580
  "ibm-cloud-pak-applications",
@@ -656,61 +591,30 @@
656
591
  "ibm-data-replication",
657
592
  "ibm-match-360",
658
593
  "ibm-security-services",
659
- "ica-2d",
660
- "id",
661
594
  "image-medical",
662
595
  "industry",
663
596
  "infrastructure-classic",
664
- "interactive-segmentation-cursor",
665
597
  "inventory-management",
666
598
  "keep-dry",
667
- "launch-study-1",
668
- "launch-study-2",
669
- "launch-study-3",
670
599
  "load-balancer-vpc",
671
- "magnify",
672
- "mammogram",
673
600
  "mammogram-stacked",
674
- "matrix",
675
601
  "medication",
676
602
  "medication-alert",
677
603
  "medication-reminder",
678
604
  "money",
679
605
  "monster",
680
- "nominate",
681
606
  "noodle-bowl",
682
607
  "object-storage",
683
- "operation",
684
- "operation-gauge",
685
- "operation-if",
686
- "page-scroll",
687
- "pet-image-b",
688
- "pet-image-o",
689
608
  "piggy-bank",
690
609
  "piggy-bank-slot",
691
610
  "pills",
692
611
  "pills-add",
693
612
  "pills-subtract",
694
- "pointer-text",
695
613
  "purchase",
696
- "qc-launch",
697
614
  "receipt",
698
- "region-analysis-area",
699
- "region-analysis-volume",
700
- "registration",
701
615
  "research-bloch-sphere",
702
616
  "research-hinton-plot",
703
617
  "research-matrix",
704
- "rotate-180",
705
- "rotate-360",
706
- "s",
707
- "s-alt",
708
- "save-annotation",
709
- "save-image",
710
- "save-series",
711
- "scalpel-cursor",
712
- "scalpel-lasso",
713
- "scalpel-select",
714
618
  "shopping-bag",
715
619
  "shopping-cart",
716
620
  "shopping-cart-arrow-down",
@@ -720,58 +624,21 @@
720
624
  "shopping-cart-minus",
721
625
  "shopping-cart-plus",
722
626
  "shopping-catalog",
723
- "smoothing",
724
- "smoothing-cursor",
725
627
  "soccer",
726
- "spine-label",
727
- "split-discard",
728
628
  "sprout",
729
629
  "stack-limitation",
730
- "stacked-move",
731
- "stacked-scrolling-1",
732
- "stacked-scrolling-2",
733
- "status-acknowledge",
734
- "status-change",
735
- "status-partial-fail",
736
- "status-resolved",
737
630
  "store",
738
631
  "strawberry",
739
- "stress-breath-editor",
740
- "study-next",
741
- "study-previous",
742
- "study-read",
743
- "study-skip",
744
- "study-transfer",
745
- "study-unread",
746
- "study-view",
747
- "sub-volume",
748
- "t",
749
- "t-alt",
750
632
  "tennis",
751
633
  "tennis-ball",
752
- "text-annotation-toggle",
753
634
  "this-side-up",
754
- "threshold",
755
- "thumbnail-preview",
756
635
  "tree",
757
636
  "two-person-lift",
758
- "u1",
759
- "u2",
760
- "u3",
761
637
  "virtual-private-cloud-alt",
762
638
  "vlan-ibm",
763
639
  "wallet",
764
640
  "wheat",
765
- "window-auto",
766
- "window-base",
767
- "window-black-saturation",
768
- "window-overlay",
769
- "window-preset",
770
- "wireless-checkout",
771
- "x",
772
- "y",
773
- "z",
774
- "zoom-pan"
641
+ "wireless-checkout"
775
642
  ],
776
643
  "Organization": [
777
644
  "4k",
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@iconify-json/carbon",
3
3
  "description": "Carbon icon set in Iconify JSON format",
4
- "version": "1.0.13",
5
- "iconSetVersion": "10.45.0-rc.0",
4
+ "version": "1.1.1",
5
+ "iconSetVersion": "10.46.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",
9
+ "homepage": "https://icon-sets.iconify.design/carbon/",
10
+ "bugs": "https://github.com/iconify/icon-sets/issues",
11
+ "license": "Apache 2.0",
9
12
  "exports": {
10
13
  "./*": "./*",
11
14
  ".": {
@@ -22,6 +25,6 @@
22
25
  "metadata": "metadata.json"
23
26
  },
24
27
  "dependencies": {
25
- "@iconify/types": "^1.0.10"
28
+ "@iconify/types": "^1.0.12"
26
29
  }
27
30
  }