@genesislcap/rapid-design-system 14.166.0 → 14.167.0

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 +273 -197
  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",
@@ -26159,14 +26159,25 @@
26159
26159
  "tagName": "%%prefix%%-snackbar",
26160
26160
  "customElement": true,
26161
26161
  "attributes": [
26162
+ {
26163
+ "name": "identifier",
26164
+ "type": {
26165
+ "text": "string"
26166
+ },
26167
+ "fieldName": "identifier",
26168
+ "inheritedFrom": {
26169
+ "name": "Snackbar",
26170
+ "module": "src/snackbar/snackbar.ts"
26171
+ }
26172
+ },
26162
26173
  {
26163
26174
  "name": "close-timeout",
26164
26175
  "type": {
26165
26176
  "text": "number"
26166
26177
  },
26167
- "default": "CLOSE_TIMEOUT",
26178
+ "default": "SNACKBAR_CLOSE_TIMEOUT",
26168
26179
  "resolveInitializer": {
26169
- "module": "src/snackbar/snackbar.ts"
26180
+ "module": "/src/snackbar/snackbar.config"
26170
26181
  },
26171
26182
  "fieldName": "closeTimeout",
26172
26183
  "inheritedFrom": {
@@ -26179,7 +26190,7 @@
26179
26190
  "type": {
26180
26191
  "text": "boolean"
26181
26192
  },
26182
- "default": "true",
26193
+ "default": "false",
26183
26194
  "fieldName": "autoClose",
26184
26195
  "inheritedFrom": {
26185
26196
  "name": "Snackbar",
@@ -26189,9 +26200,12 @@
26189
26200
  {
26190
26201
  "name": "type",
26191
26202
  "type": {
26192
- "text": "'error' | ''"
26203
+ "text": "SnackbarType"
26204
+ },
26205
+ "default": "SNACKBAR_TYPE_DEFAULT",
26206
+ "resolveInitializer": {
26207
+ "module": "/src/snackbar/snackbar.config"
26193
26208
  },
26194
- "default": "''",
26195
26209
  "fieldName": "type",
26196
26210
  "inheritedFrom": {
26197
26211
  "name": "Snackbar",
@@ -26246,13 +26260,24 @@
26246
26260
  "module": "src/snackbar/snackbar.ts"
26247
26261
  }
26248
26262
  },
26263
+ {
26264
+ "kind": "field",
26265
+ "name": "identifier",
26266
+ "type": {
26267
+ "text": "string"
26268
+ },
26269
+ "inheritedFrom": {
26270
+ "name": "Snackbar",
26271
+ "module": "src/snackbar/snackbar.ts"
26272
+ }
26273
+ },
26249
26274
  {
26250
26275
  "kind": "field",
26251
26276
  "name": "closeTimeout",
26252
26277
  "type": {
26253
26278
  "text": "number"
26254
26279
  },
26255
- "default": "10000",
26280
+ "default": "SNACKBAR_CLOSE_TIMEOUT",
26256
26281
  "inheritedFrom": {
26257
26282
  "name": "Snackbar",
26258
26283
  "module": "src/snackbar/snackbar.ts"
@@ -26264,7 +26289,7 @@
26264
26289
  "type": {
26265
26290
  "text": "boolean"
26266
26291
  },
26267
- "default": "true",
26292
+ "default": "false",
26268
26293
  "inheritedFrom": {
26269
26294
  "name": "Snackbar",
26270
26295
  "module": "src/snackbar/snackbar.ts"
@@ -26274,9 +26299,30 @@
26274
26299
  "kind": "field",
26275
26300
  "name": "type",
26276
26301
  "type": {
26277
- "text": "'error' | ''"
26302
+ "text": "SnackbarType"
26278
26303
  },
26279
- "default": "''",
26304
+ "default": "SNACKBAR_TYPE_DEFAULT",
26305
+ "inheritedFrom": {
26306
+ "name": "Snackbar",
26307
+ "module": "src/snackbar/snackbar.ts"
26308
+ }
26309
+ },
26310
+ {
26311
+ "kind": "field",
26312
+ "name": "timeoutRef",
26313
+ "type": {
26314
+ "text": "ReturnType<typeof setTimeout>"
26315
+ },
26316
+ "privacy": "private",
26317
+ "inheritedFrom": {
26318
+ "name": "Snackbar",
26319
+ "module": "src/snackbar/snackbar.ts"
26320
+ }
26321
+ },
26322
+ {
26323
+ "kind": "field",
26324
+ "name": "dismissEventListener",
26325
+ "privacy": "private",
26280
26326
  "inheritedFrom": {
26281
26327
  "name": "Snackbar",
26282
26328
  "module": "src/snackbar/snackbar.ts"
@@ -26326,6 +26372,25 @@
26326
26372
  "module": "src/snackbar/snackbar.ts"
26327
26373
  }
26328
26374
  },
26375
+ {
26376
+ "kind": "method",
26377
+ "name": "handleDissmis",
26378
+ "privacy": "public",
26379
+ "parameters": [
26380
+ {
26381
+ "name": "autoDissmis",
26382
+ "default": "false",
26383
+ "type": {
26384
+ "text": "boolean"
26385
+ }
26386
+ }
26387
+ ],
26388
+ "description": "Helper for remove snackbar from display with animation",
26389
+ "inheritedFrom": {
26390
+ "name": "Snackbar",
26391
+ "module": "src/snackbar/snackbar.ts"
26392
+ }
26393
+ },
26329
26394
  {
26330
26395
  "kind": "method",
26331
26396
  "name": "dismiss",
@@ -26447,6 +26512,17 @@
26447
26512
  "module": "src/foundation-element/foundation-element.ts"
26448
26513
  }
26449
26514
  }
26515
+ ],
26516
+ "events": [
26517
+ {
26518
+ "type": {
26519
+ "text": "CustomEvent"
26520
+ },
26521
+ "inheritedFrom": {
26522
+ "name": "Snackbar",
26523
+ "module": "src/snackbar/snackbar.ts"
26524
+ }
26525
+ }
26450
26526
  ]
26451
26527
  },
26452
26528
  {
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.166.0",
4
+ "version": "14.167.0",
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.166.0",
33
- "@genesislcap/rollup-builder": "14.166.0",
34
- "@genesislcap/ts-builder": "14.166.0",
35
- "@genesislcap/uvu-playwright-builder": "14.166.0",
36
- "@genesislcap/vite-builder": "14.166.0",
37
- "@genesislcap/webpack-builder": "14.166.0",
32
+ "@genesislcap/genx": "14.167.0",
33
+ "@genesislcap/rollup-builder": "14.167.0",
34
+ "@genesislcap/ts-builder": "14.167.0",
35
+ "@genesislcap/uvu-playwright-builder": "14.167.0",
36
+ "@genesislcap/vite-builder": "14.167.0",
37
+ "@genesislcap/webpack-builder": "14.167.0",
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.166.0",
55
- "@genesislcap/foundation-ui": "14.166.0",
54
+ "@genesislcap/foundation-logger": "14.167.0",
55
+ "@genesislcap/foundation-ui": "14.167.0",
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": "e0240354a82fbb1ce9dc5c87d8533fd1caddafb0"
73
+ "gitHead": "8a6557d767463d7bcb7b3ca4d209a951766481e3"
74
74
  }