@genesislcap/rapid-design-system 14.180.3 → 14.180.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +198 -190
  2. package/package.json +10 -10
@@ -739,6 +739,194 @@
739
739
  }
740
740
  ]
741
741
  },
742
+ {
743
+ "kind": "javascript-module",
744
+ "path": "src/accordion/accordion.stories.ts",
745
+ "declarations": [
746
+ {
747
+ "kind": "variable",
748
+ "name": "meta",
749
+ "type": {
750
+ "text": "Meta"
751
+ },
752
+ "default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
753
+ },
754
+ {
755
+ "kind": "variable",
756
+ "name": "Primary",
757
+ "type": {
758
+ "text": "StoryObj"
759
+ },
760
+ "default": "{\n render: () => html`\n <rapid-accordion>\n <rapid-accordion-item slot=\"item\" id=\"accordion-1\" class=\"expanded\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </rapid-accordion-item>\n </rapid-accordion>\n `,\n}"
761
+ }
762
+ ],
763
+ "exports": [
764
+ {
765
+ "kind": "js",
766
+ "name": "default",
767
+ "declaration": {
768
+ "name": "meta",
769
+ "module": "src/accordion/accordion.stories.ts"
770
+ }
771
+ },
772
+ {
773
+ "kind": "js",
774
+ "name": "Primary",
775
+ "declaration": {
776
+ "name": "Primary",
777
+ "module": "src/accordion/accordion.stories.ts"
778
+ }
779
+ }
780
+ ]
781
+ },
782
+ {
783
+ "kind": "javascript-module",
784
+ "path": "src/accordion/accordion.styles.ts",
785
+ "declarations": [
786
+ {
787
+ "kind": "function",
788
+ "name": "rapidAccordionStyles",
789
+ "return": {
790
+ "type": {
791
+ "text": "ElementStyles"
792
+ }
793
+ },
794
+ "parameters": [
795
+ {
796
+ "name": "context",
797
+ "type": {
798
+ "text": "ElementDefinitionContext"
799
+ }
800
+ },
801
+ {
802
+ "name": "definition",
803
+ "type": {
804
+ "text": "FoundationElementDefinition"
805
+ }
806
+ }
807
+ ]
808
+ }
809
+ ],
810
+ "exports": [
811
+ {
812
+ "kind": "js",
813
+ "name": "rapidAccordionStyles",
814
+ "declaration": {
815
+ "name": "rapidAccordionStyles",
816
+ "module": "src/accordion/accordion.styles.ts"
817
+ }
818
+ }
819
+ ]
820
+ },
821
+ {
822
+ "kind": "javascript-module",
823
+ "path": "src/accordion/accordion.template.ts",
824
+ "declarations": [
825
+ {
826
+ "kind": "function",
827
+ "name": "rapidAccordionTemplate",
828
+ "return": {
829
+ "type": {
830
+ "text": "ViewTemplate<Accordion>"
831
+ }
832
+ },
833
+ "parameters": [
834
+ {
835
+ "name": "context",
836
+ "type": {
837
+ "text": "ElementDefinitionContext"
838
+ }
839
+ },
840
+ {
841
+ "name": "definition",
842
+ "type": {
843
+ "text": "FoundationElementDefinition"
844
+ }
845
+ }
846
+ ]
847
+ }
848
+ ],
849
+ "exports": [
850
+ {
851
+ "kind": "js",
852
+ "name": "rapidAccordionTemplate",
853
+ "declaration": {
854
+ "name": "rapidAccordionTemplate",
855
+ "module": "src/accordion/accordion.template.ts"
856
+ }
857
+ }
858
+ ]
859
+ },
860
+ {
861
+ "kind": "javascript-module",
862
+ "path": "src/accordion/accordion.ts",
863
+ "declarations": [
864
+ {
865
+ "kind": "class",
866
+ "description": "",
867
+ "name": "Accordion",
868
+ "superclass": {
869
+ "name": "foundationAccordion",
870
+ "package": "@genesislcap/foundation-ui"
871
+ },
872
+ "tagName": "%%prefix%%-accordion",
873
+ "customElement": true
874
+ },
875
+ {
876
+ "kind": "variable",
877
+ "name": "rapidAccordion"
878
+ }
879
+ ],
880
+ "exports": [
881
+ {
882
+ "kind": "js",
883
+ "name": "Accordion",
884
+ "declaration": {
885
+ "name": "Accordion",
886
+ "module": "src/accordion/accordion.ts"
887
+ }
888
+ },
889
+ {
890
+ "kind": "js",
891
+ "name": "rapidAccordion",
892
+ "declaration": {
893
+ "name": "rapidAccordion",
894
+ "module": "src/accordion/accordion.ts"
895
+ }
896
+ }
897
+ ]
898
+ },
899
+ {
900
+ "kind": "javascript-module",
901
+ "path": "src/accordion/index.ts",
902
+ "declarations": [],
903
+ "exports": [
904
+ {
905
+ "kind": "js",
906
+ "name": "*",
907
+ "declaration": {
908
+ "name": "*",
909
+ "package": "./accordion"
910
+ }
911
+ },
912
+ {
913
+ "kind": "js",
914
+ "name": "*",
915
+ "declaration": {
916
+ "name": "*",
917
+ "package": "./accordion.styles"
918
+ }
919
+ },
920
+ {
921
+ "kind": "js",
922
+ "name": "*",
923
+ "declaration": {
924
+ "name": "*",
925
+ "package": "./accordion.template"
926
+ }
927
+ }
928
+ ]
929
+ },
742
930
  {
743
931
  "kind": "javascript-module",
744
932
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1515,194 +1703,6 @@
1515
1703
  }
1516
1704
  ]
1517
1705
  },
1518
- {
1519
- "kind": "javascript-module",
1520
- "path": "src/accordion/accordion.stories.ts",
1521
- "declarations": [
1522
- {
1523
- "kind": "variable",
1524
- "name": "meta",
1525
- "type": {
1526
- "text": "Meta"
1527
- },
1528
- "default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
1529
- },
1530
- {
1531
- "kind": "variable",
1532
- "name": "Primary",
1533
- "type": {
1534
- "text": "StoryObj"
1535
- },
1536
- "default": "{\n render: () => html`\n <rapid-accordion>\n <rapid-accordion-item slot=\"item\" id=\"accordion-1\" class=\"expanded\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </rapid-accordion-item>\n </rapid-accordion>\n `,\n}"
1537
- }
1538
- ],
1539
- "exports": [
1540
- {
1541
- "kind": "js",
1542
- "name": "default",
1543
- "declaration": {
1544
- "name": "meta",
1545
- "module": "src/accordion/accordion.stories.ts"
1546
- }
1547
- },
1548
- {
1549
- "kind": "js",
1550
- "name": "Primary",
1551
- "declaration": {
1552
- "name": "Primary",
1553
- "module": "src/accordion/accordion.stories.ts"
1554
- }
1555
- }
1556
- ]
1557
- },
1558
- {
1559
- "kind": "javascript-module",
1560
- "path": "src/accordion/accordion.styles.ts",
1561
- "declarations": [
1562
- {
1563
- "kind": "function",
1564
- "name": "rapidAccordionStyles",
1565
- "return": {
1566
- "type": {
1567
- "text": "ElementStyles"
1568
- }
1569
- },
1570
- "parameters": [
1571
- {
1572
- "name": "context",
1573
- "type": {
1574
- "text": "ElementDefinitionContext"
1575
- }
1576
- },
1577
- {
1578
- "name": "definition",
1579
- "type": {
1580
- "text": "FoundationElementDefinition"
1581
- }
1582
- }
1583
- ]
1584
- }
1585
- ],
1586
- "exports": [
1587
- {
1588
- "kind": "js",
1589
- "name": "rapidAccordionStyles",
1590
- "declaration": {
1591
- "name": "rapidAccordionStyles",
1592
- "module": "src/accordion/accordion.styles.ts"
1593
- }
1594
- }
1595
- ]
1596
- },
1597
- {
1598
- "kind": "javascript-module",
1599
- "path": "src/accordion/accordion.template.ts",
1600
- "declarations": [
1601
- {
1602
- "kind": "function",
1603
- "name": "rapidAccordionTemplate",
1604
- "return": {
1605
- "type": {
1606
- "text": "ViewTemplate<Accordion>"
1607
- }
1608
- },
1609
- "parameters": [
1610
- {
1611
- "name": "context",
1612
- "type": {
1613
- "text": "ElementDefinitionContext"
1614
- }
1615
- },
1616
- {
1617
- "name": "definition",
1618
- "type": {
1619
- "text": "FoundationElementDefinition"
1620
- }
1621
- }
1622
- ]
1623
- }
1624
- ],
1625
- "exports": [
1626
- {
1627
- "kind": "js",
1628
- "name": "rapidAccordionTemplate",
1629
- "declaration": {
1630
- "name": "rapidAccordionTemplate",
1631
- "module": "src/accordion/accordion.template.ts"
1632
- }
1633
- }
1634
- ]
1635
- },
1636
- {
1637
- "kind": "javascript-module",
1638
- "path": "src/accordion/accordion.ts",
1639
- "declarations": [
1640
- {
1641
- "kind": "class",
1642
- "description": "",
1643
- "name": "Accordion",
1644
- "superclass": {
1645
- "name": "foundationAccordion",
1646
- "package": "@genesislcap/foundation-ui"
1647
- },
1648
- "tagName": "%%prefix%%-accordion",
1649
- "customElement": true
1650
- },
1651
- {
1652
- "kind": "variable",
1653
- "name": "rapidAccordion"
1654
- }
1655
- ],
1656
- "exports": [
1657
- {
1658
- "kind": "js",
1659
- "name": "Accordion",
1660
- "declaration": {
1661
- "name": "Accordion",
1662
- "module": "src/accordion/accordion.ts"
1663
- }
1664
- },
1665
- {
1666
- "kind": "js",
1667
- "name": "rapidAccordion",
1668
- "declaration": {
1669
- "name": "rapidAccordion",
1670
- "module": "src/accordion/accordion.ts"
1671
- }
1672
- }
1673
- ]
1674
- },
1675
- {
1676
- "kind": "javascript-module",
1677
- "path": "src/accordion/index.ts",
1678
- "declarations": [],
1679
- "exports": [
1680
- {
1681
- "kind": "js",
1682
- "name": "*",
1683
- "declaration": {
1684
- "name": "*",
1685
- "package": "./accordion"
1686
- }
1687
- },
1688
- {
1689
- "kind": "js",
1690
- "name": "*",
1691
- "declaration": {
1692
- "name": "*",
1693
- "package": "./accordion.styles"
1694
- }
1695
- },
1696
- {
1697
- "kind": "js",
1698
- "name": "*",
1699
- "declaration": {
1700
- "name": "*",
1701
- "package": "./accordion.template"
1702
- }
1703
- }
1704
- ]
1705
- },
1706
1706
  {
1707
1707
  "kind": "javascript-module",
1708
1708
  "path": "src/anchor/anchor.stories.ts",
@@ -26328,7 +26328,7 @@
26328
26328
  "type": {
26329
26329
  "text": "boolean"
26330
26330
  },
26331
- "default": "false",
26331
+ "default": "true",
26332
26332
  "fieldName": "autoClose",
26333
26333
  "inheritedFrom": {
26334
26334
  "name": "Snackbar",
@@ -26427,7 +26427,15 @@
26427
26427
  "type": {
26428
26428
  "text": "boolean"
26429
26429
  },
26430
- "default": "false",
26430
+ "default": "true",
26431
+ "inheritedFrom": {
26432
+ "name": "Snackbar",
26433
+ "module": "src/snackbar/snackbar.ts"
26434
+ }
26435
+ },
26436
+ {
26437
+ "kind": "method",
26438
+ "name": "autoCloseChanged",
26431
26439
  "inheritedFrom": {
26432
26440
  "name": "Snackbar",
26433
26441
  "module": "src/snackbar/snackbar.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-design-system",
3
3
  "description": "Rapid Design System",
4
- "version": "14.180.3",
4
+ "version": "14.180.4",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -29,12 +29,12 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
32
- "@genesislcap/genx": "14.180.3",
33
- "@genesislcap/rollup-builder": "14.180.3",
34
- "@genesislcap/ts-builder": "14.180.3",
35
- "@genesislcap/uvu-playwright-builder": "14.180.3",
36
- "@genesislcap/vite-builder": "14.180.3",
37
- "@genesislcap/webpack-builder": "14.180.3",
32
+ "@genesislcap/genx": "14.180.4",
33
+ "@genesislcap/rollup-builder": "14.180.4",
34
+ "@genesislcap/ts-builder": "14.180.4",
35
+ "@genesislcap/uvu-playwright-builder": "14.180.4",
36
+ "@genesislcap/vite-builder": "14.180.4",
37
+ "@genesislcap/webpack-builder": "14.180.4",
38
38
  "@storybook/addon-coverage": "^1.0.1",
39
39
  "@storybook/addon-essentials": "^8.0.0",
40
40
  "@storybook/addon-links": "^8.0.0",
@@ -51,8 +51,8 @@
51
51
  "storybook": "^8.0.0"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-logger": "14.180.3",
55
- "@genesislcap/foundation-ui": "14.180.3",
54
+ "@genesislcap/foundation-logger": "14.180.4",
55
+ "@genesislcap/foundation-ui": "14.180.4",
56
56
  "@microsoft/fast-colors": "^5.3.1",
57
57
  "@microsoft/fast-components": "^2.30.6",
58
58
  "@microsoft/fast-element": "^1.12.0",
@@ -70,5 +70,5 @@
70
70
  "access": "public"
71
71
  },
72
72
  "customElements": "dist/custom-elements.json",
73
- "gitHead": "07dad7747ea8a5efb75f1e63ee59721f56577f95"
73
+ "gitHead": "dc94e00acfd326762a5567d00bf4af3bf3959910"
74
74
  }