@genesislcap/rapid-design-system 14.401.1 → 14.401.2

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 +161 -148
  2. package/package.json +11 -11
@@ -803,154 +803,6 @@
803
803
  }
804
804
  ]
805
805
  },
806
- {
807
- "kind": "javascript-module",
808
- "path": "src/accordion/accordion.styles.ts",
809
- "declarations": [
810
- {
811
- "kind": "function",
812
- "name": "rapidAccordionStyles",
813
- "return": {
814
- "type": {
815
- "text": "ElementStyles"
816
- }
817
- },
818
- "parameters": [
819
- {
820
- "name": "context",
821
- "type": {
822
- "text": "ElementDefinitionContext"
823
- }
824
- },
825
- {
826
- "name": "definition",
827
- "type": {
828
- "text": "FoundationElementDefinition"
829
- }
830
- }
831
- ]
832
- }
833
- ],
834
- "exports": [
835
- {
836
- "kind": "js",
837
- "name": "rapidAccordionStyles",
838
- "declaration": {
839
- "name": "rapidAccordionStyles",
840
- "module": "src/accordion/accordion.styles.ts"
841
- }
842
- }
843
- ]
844
- },
845
- {
846
- "kind": "javascript-module",
847
- "path": "src/accordion/accordion.template.ts",
848
- "declarations": [
849
- {
850
- "kind": "function",
851
- "name": "rapidAccordionTemplate",
852
- "return": {
853
- "type": {
854
- "text": "ViewTemplate<Accordion>"
855
- }
856
- },
857
- "parameters": [
858
- {
859
- "name": "context",
860
- "type": {
861
- "text": "ElementDefinitionContext"
862
- }
863
- },
864
- {
865
- "name": "definition",
866
- "type": {
867
- "text": "FoundationElementDefinition"
868
- }
869
- }
870
- ]
871
- }
872
- ],
873
- "exports": [
874
- {
875
- "kind": "js",
876
- "name": "rapidAccordionTemplate",
877
- "declaration": {
878
- "name": "rapidAccordionTemplate",
879
- "module": "src/accordion/accordion.template.ts"
880
- }
881
- }
882
- ]
883
- },
884
- {
885
- "kind": "javascript-module",
886
- "path": "src/accordion/accordion.ts",
887
- "declarations": [
888
- {
889
- "kind": "class",
890
- "description": "",
891
- "name": "Accordion",
892
- "superclass": {
893
- "name": "foundationAccordion",
894
- "package": "@genesislcap/foundation-ui"
895
- },
896
- "tagName": "%%prefix%%-accordion",
897
- "customElement": true
898
- },
899
- {
900
- "kind": "variable",
901
- "name": "rapidAccordion"
902
- }
903
- ],
904
- "exports": [
905
- {
906
- "kind": "js",
907
- "name": "Accordion",
908
- "declaration": {
909
- "name": "Accordion",
910
- "module": "src/accordion/accordion.ts"
911
- }
912
- },
913
- {
914
- "kind": "js",
915
- "name": "rapidAccordion",
916
- "declaration": {
917
- "name": "rapidAccordion",
918
- "module": "src/accordion/accordion.ts"
919
- }
920
- }
921
- ]
922
- },
923
- {
924
- "kind": "javascript-module",
925
- "path": "src/accordion/index.ts",
926
- "declarations": [],
927
- "exports": [
928
- {
929
- "kind": "js",
930
- "name": "*",
931
- "declaration": {
932
- "name": "*",
933
- "package": "./accordion"
934
- }
935
- },
936
- {
937
- "kind": "js",
938
- "name": "*",
939
- "declaration": {
940
- "name": "*",
941
- "package": "./accordion.styles"
942
- }
943
- },
944
- {
945
- "kind": "js",
946
- "name": "*",
947
- "declaration": {
948
- "name": "*",
949
- "package": "./accordion.template"
950
- }
951
- }
952
- ]
953
- },
954
806
  {
955
807
  "kind": "javascript-module",
956
808
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1671,6 +1523,154 @@
1671
1523
  }
1672
1524
  ]
1673
1525
  },
1526
+ {
1527
+ "kind": "javascript-module",
1528
+ "path": "src/accordion/accordion.styles.ts",
1529
+ "declarations": [
1530
+ {
1531
+ "kind": "function",
1532
+ "name": "rapidAccordionStyles",
1533
+ "return": {
1534
+ "type": {
1535
+ "text": "ElementStyles"
1536
+ }
1537
+ },
1538
+ "parameters": [
1539
+ {
1540
+ "name": "context",
1541
+ "type": {
1542
+ "text": "ElementDefinitionContext"
1543
+ }
1544
+ },
1545
+ {
1546
+ "name": "definition",
1547
+ "type": {
1548
+ "text": "FoundationElementDefinition"
1549
+ }
1550
+ }
1551
+ ]
1552
+ }
1553
+ ],
1554
+ "exports": [
1555
+ {
1556
+ "kind": "js",
1557
+ "name": "rapidAccordionStyles",
1558
+ "declaration": {
1559
+ "name": "rapidAccordionStyles",
1560
+ "module": "src/accordion/accordion.styles.ts"
1561
+ }
1562
+ }
1563
+ ]
1564
+ },
1565
+ {
1566
+ "kind": "javascript-module",
1567
+ "path": "src/accordion/accordion.template.ts",
1568
+ "declarations": [
1569
+ {
1570
+ "kind": "function",
1571
+ "name": "rapidAccordionTemplate",
1572
+ "return": {
1573
+ "type": {
1574
+ "text": "ViewTemplate<Accordion>"
1575
+ }
1576
+ },
1577
+ "parameters": [
1578
+ {
1579
+ "name": "context",
1580
+ "type": {
1581
+ "text": "ElementDefinitionContext"
1582
+ }
1583
+ },
1584
+ {
1585
+ "name": "definition",
1586
+ "type": {
1587
+ "text": "FoundationElementDefinition"
1588
+ }
1589
+ }
1590
+ ]
1591
+ }
1592
+ ],
1593
+ "exports": [
1594
+ {
1595
+ "kind": "js",
1596
+ "name": "rapidAccordionTemplate",
1597
+ "declaration": {
1598
+ "name": "rapidAccordionTemplate",
1599
+ "module": "src/accordion/accordion.template.ts"
1600
+ }
1601
+ }
1602
+ ]
1603
+ },
1604
+ {
1605
+ "kind": "javascript-module",
1606
+ "path": "src/accordion/accordion.ts",
1607
+ "declarations": [
1608
+ {
1609
+ "kind": "class",
1610
+ "description": "",
1611
+ "name": "Accordion",
1612
+ "superclass": {
1613
+ "name": "foundationAccordion",
1614
+ "package": "@genesislcap/foundation-ui"
1615
+ },
1616
+ "tagName": "%%prefix%%-accordion",
1617
+ "customElement": true
1618
+ },
1619
+ {
1620
+ "kind": "variable",
1621
+ "name": "rapidAccordion"
1622
+ }
1623
+ ],
1624
+ "exports": [
1625
+ {
1626
+ "kind": "js",
1627
+ "name": "Accordion",
1628
+ "declaration": {
1629
+ "name": "Accordion",
1630
+ "module": "src/accordion/accordion.ts"
1631
+ }
1632
+ },
1633
+ {
1634
+ "kind": "js",
1635
+ "name": "rapidAccordion",
1636
+ "declaration": {
1637
+ "name": "rapidAccordion",
1638
+ "module": "src/accordion/accordion.ts"
1639
+ }
1640
+ }
1641
+ ]
1642
+ },
1643
+ {
1644
+ "kind": "javascript-module",
1645
+ "path": "src/accordion/index.ts",
1646
+ "declarations": [],
1647
+ "exports": [
1648
+ {
1649
+ "kind": "js",
1650
+ "name": "*",
1651
+ "declaration": {
1652
+ "name": "*",
1653
+ "package": "./accordion"
1654
+ }
1655
+ },
1656
+ {
1657
+ "kind": "js",
1658
+ "name": "*",
1659
+ "declaration": {
1660
+ "name": "*",
1661
+ "package": "./accordion.styles"
1662
+ }
1663
+ },
1664
+ {
1665
+ "kind": "js",
1666
+ "name": "*",
1667
+ "declaration": {
1668
+ "name": "*",
1669
+ "package": "./accordion.template"
1670
+ }
1671
+ }
1672
+ ]
1673
+ },
1674
1674
  {
1675
1675
  "kind": "javascript-module",
1676
1676
  "path": "src/ai-criteria-search/ai-criteria-search.styles.ts",
@@ -37299,6 +37299,19 @@
37299
37299
  "module": "src/toast/toast.ts"
37300
37300
  }
37301
37301
  },
37302
+ {
37303
+ "kind": "field",
37304
+ "name": "closeTimer",
37305
+ "type": {
37306
+ "text": "ReturnType<typeof setTimeout> | null"
37307
+ },
37308
+ "privacy": "private",
37309
+ "default": "null",
37310
+ "inheritedFrom": {
37311
+ "name": "Toast",
37312
+ "module": "src/toast/toast.ts"
37313
+ }
37314
+ },
37302
37315
  {
37303
37316
  "kind": "method",
37304
37317
  "name": "close",
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.401.1",
4
+ "version": "14.401.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -35,17 +35,17 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
38
- "@genesislcap/genx": "14.401.1",
39
- "@genesislcap/rollup-builder": "14.401.1",
40
- "@genesislcap/ts-builder": "14.401.1",
41
- "@genesislcap/uvu-playwright-builder": "14.401.1",
42
- "@genesislcap/vite-builder": "14.401.1",
43
- "@genesislcap/webpack-builder": "14.401.1"
38
+ "@genesislcap/genx": "14.401.2",
39
+ "@genesislcap/rollup-builder": "14.401.2",
40
+ "@genesislcap/ts-builder": "14.401.2",
41
+ "@genesislcap/uvu-playwright-builder": "14.401.2",
42
+ "@genesislcap/vite-builder": "14.401.2",
43
+ "@genesislcap/webpack-builder": "14.401.2"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-logger": "14.401.1",
47
- "@genesislcap/foundation-ui": "14.401.1",
48
- "@genesislcap/foundation-utils": "14.401.1",
46
+ "@genesislcap/foundation-logger": "14.401.2",
47
+ "@genesislcap/foundation-ui": "14.401.2",
48
+ "@genesislcap/foundation-utils": "14.401.2",
49
49
  "@microsoft/fast-colors": "5.3.1",
50
50
  "@microsoft/fast-components": "2.30.6",
51
51
  "@microsoft/fast-element": "1.14.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "67e1a22a530940a9656775a0af0062847f407119"
65
+ "gitHead": "962c621bc4517795517825d5d8c932aad5f350fd"
66
66
  }