@genesislcap/foundation-ui 14.314.0 → 14.314.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.
@@ -1255,6 +1255,219 @@
1255
1255
  }
1256
1256
  ]
1257
1257
  },
1258
+ {
1259
+ "kind": "javascript-module",
1260
+ "path": "src/accordion/accordion.styles.ts",
1261
+ "declarations": [
1262
+ {
1263
+ "kind": "function",
1264
+ "name": "foundationAccordionStyles",
1265
+ "return": {
1266
+ "type": {
1267
+ "text": "ElementStyles"
1268
+ }
1269
+ },
1270
+ "parameters": [
1271
+ {
1272
+ "name": "context",
1273
+ "type": {
1274
+ "text": "ElementDefinitionContext"
1275
+ }
1276
+ },
1277
+ {
1278
+ "name": "definition",
1279
+ "type": {
1280
+ "text": "FoundationElementDefinition"
1281
+ }
1282
+ }
1283
+ ]
1284
+ }
1285
+ ],
1286
+ "exports": [
1287
+ {
1288
+ "kind": "js",
1289
+ "name": "foundationAccordionStyles",
1290
+ "declaration": {
1291
+ "name": "foundationAccordionStyles",
1292
+ "module": "src/accordion/accordion.styles.ts"
1293
+ }
1294
+ }
1295
+ ]
1296
+ },
1297
+ {
1298
+ "kind": "javascript-module",
1299
+ "path": "src/accordion/accordion.template.ts",
1300
+ "declarations": [
1301
+ {
1302
+ "kind": "function",
1303
+ "name": "foundationAccordionTemplate",
1304
+ "return": {
1305
+ "type": {
1306
+ "text": "ViewTemplate<Accordion>"
1307
+ }
1308
+ },
1309
+ "parameters": [
1310
+ {
1311
+ "name": "context",
1312
+ "type": {
1313
+ "text": "ElementDefinitionContext"
1314
+ }
1315
+ },
1316
+ {
1317
+ "name": "definition",
1318
+ "type": {
1319
+ "text": "FoundationElementDefinition"
1320
+ }
1321
+ }
1322
+ ]
1323
+ }
1324
+ ],
1325
+ "exports": [
1326
+ {
1327
+ "kind": "js",
1328
+ "name": "foundationAccordionTemplate",
1329
+ "declaration": {
1330
+ "name": "foundationAccordionTemplate",
1331
+ "module": "src/accordion/accordion.template.ts"
1332
+ }
1333
+ }
1334
+ ]
1335
+ },
1336
+ {
1337
+ "kind": "javascript-module",
1338
+ "path": "src/accordion/accordion.ts",
1339
+ "declarations": [
1340
+ {
1341
+ "kind": "class",
1342
+ "description": "",
1343
+ "name": "Accordion",
1344
+ "superclass": {
1345
+ "name": "FASTAccordion",
1346
+ "package": "@microsoft/fast-foundation"
1347
+ },
1348
+ "tagName": "%%prefix%%-accordion",
1349
+ "customElement": true
1350
+ },
1351
+ {
1352
+ "kind": "variable",
1353
+ "name": "foundationAccordionShadowOptions",
1354
+ "type": {
1355
+ "text": "ShadowRootInit"
1356
+ },
1357
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1358
+ },
1359
+ {
1360
+ "kind": "variable",
1361
+ "name": "defaultAccordionConfig",
1362
+ "type": {
1363
+ "text": "object"
1364
+ },
1365
+ "default": "{}"
1366
+ },
1367
+ {
1368
+ "kind": "variable",
1369
+ "name": "foundationAccordion",
1370
+ "description": "The Foundation Accordion",
1371
+ "privacy": "public"
1372
+ }
1373
+ ],
1374
+ "exports": [
1375
+ {
1376
+ "kind": "js",
1377
+ "name": "Accordion",
1378
+ "declaration": {
1379
+ "name": "Accordion",
1380
+ "module": "src/accordion/accordion.ts"
1381
+ }
1382
+ },
1383
+ {
1384
+ "kind": "js",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "declaration": {
1387
+ "name": "foundationAccordionShadowOptions",
1388
+ "module": "src/accordion/accordion.ts"
1389
+ }
1390
+ },
1391
+ {
1392
+ "kind": "js",
1393
+ "name": "defaultAccordionConfig",
1394
+ "declaration": {
1395
+ "name": "defaultAccordionConfig",
1396
+ "module": "src/accordion/accordion.ts"
1397
+ }
1398
+ },
1399
+ {
1400
+ "kind": "js",
1401
+ "name": "foundationAccordion",
1402
+ "declaration": {
1403
+ "name": "foundationAccordion",
1404
+ "module": "src/accordion/accordion.ts"
1405
+ }
1406
+ }
1407
+ ]
1408
+ },
1409
+ {
1410
+ "kind": "javascript-module",
1411
+ "path": "src/accordion/index.ts",
1412
+ "declarations": [],
1413
+ "exports": [
1414
+ {
1415
+ "kind": "js",
1416
+ "name": "*",
1417
+ "declaration": {
1418
+ "name": "*",
1419
+ "package": "./accordion.template"
1420
+ }
1421
+ },
1422
+ {
1423
+ "kind": "js",
1424
+ "name": "*",
1425
+ "declaration": {
1426
+ "name": "*",
1427
+ "package": "./accordion.styles"
1428
+ }
1429
+ },
1430
+ {
1431
+ "kind": "js",
1432
+ "name": "*",
1433
+ "declaration": {
1434
+ "name": "*",
1435
+ "package": "./accordion"
1436
+ }
1437
+ }
1438
+ ]
1439
+ },
1440
+ {
1441
+ "kind": "javascript-module",
1442
+ "path": "src/_config/index.ts",
1443
+ "declarations": [],
1444
+ "exports": [
1445
+ {
1446
+ "kind": "js",
1447
+ "name": "*",
1448
+ "declaration": {
1449
+ "name": "*",
1450
+ "package": "./styles"
1451
+ }
1452
+ },
1453
+ {
1454
+ "kind": "js",
1455
+ "name": "*",
1456
+ "declaration": {
1457
+ "name": "*",
1458
+ "package": "./tokens"
1459
+ }
1460
+ },
1461
+ {
1462
+ "kind": "js",
1463
+ "name": "*",
1464
+ "declaration": {
1465
+ "name": "*",
1466
+ "package": "./values"
1467
+ }
1468
+ }
1469
+ ]
1470
+ },
1258
1471
  {
1259
1472
  "kind": "javascript-module",
1260
1473
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1649,219 +1862,6 @@
1649
1862
  }
1650
1863
  ]
1651
1864
  },
1652
- {
1653
- "kind": "javascript-module",
1654
- "path": "src/_config/index.ts",
1655
- "declarations": [],
1656
- "exports": [
1657
- {
1658
- "kind": "js",
1659
- "name": "*",
1660
- "declaration": {
1661
- "name": "*",
1662
- "package": "./styles"
1663
- }
1664
- },
1665
- {
1666
- "kind": "js",
1667
- "name": "*",
1668
- "declaration": {
1669
- "name": "*",
1670
- "package": "./tokens"
1671
- }
1672
- },
1673
- {
1674
- "kind": "js",
1675
- "name": "*",
1676
- "declaration": {
1677
- "name": "*",
1678
- "package": "./values"
1679
- }
1680
- }
1681
- ]
1682
- },
1683
- {
1684
- "kind": "javascript-module",
1685
- "path": "src/accordion/accordion.styles.ts",
1686
- "declarations": [
1687
- {
1688
- "kind": "function",
1689
- "name": "foundationAccordionStyles",
1690
- "return": {
1691
- "type": {
1692
- "text": "ElementStyles"
1693
- }
1694
- },
1695
- "parameters": [
1696
- {
1697
- "name": "context",
1698
- "type": {
1699
- "text": "ElementDefinitionContext"
1700
- }
1701
- },
1702
- {
1703
- "name": "definition",
1704
- "type": {
1705
- "text": "FoundationElementDefinition"
1706
- }
1707
- }
1708
- ]
1709
- }
1710
- ],
1711
- "exports": [
1712
- {
1713
- "kind": "js",
1714
- "name": "foundationAccordionStyles",
1715
- "declaration": {
1716
- "name": "foundationAccordionStyles",
1717
- "module": "src/accordion/accordion.styles.ts"
1718
- }
1719
- }
1720
- ]
1721
- },
1722
- {
1723
- "kind": "javascript-module",
1724
- "path": "src/accordion/accordion.template.ts",
1725
- "declarations": [
1726
- {
1727
- "kind": "function",
1728
- "name": "foundationAccordionTemplate",
1729
- "return": {
1730
- "type": {
1731
- "text": "ViewTemplate<Accordion>"
1732
- }
1733
- },
1734
- "parameters": [
1735
- {
1736
- "name": "context",
1737
- "type": {
1738
- "text": "ElementDefinitionContext"
1739
- }
1740
- },
1741
- {
1742
- "name": "definition",
1743
- "type": {
1744
- "text": "FoundationElementDefinition"
1745
- }
1746
- }
1747
- ]
1748
- }
1749
- ],
1750
- "exports": [
1751
- {
1752
- "kind": "js",
1753
- "name": "foundationAccordionTemplate",
1754
- "declaration": {
1755
- "name": "foundationAccordionTemplate",
1756
- "module": "src/accordion/accordion.template.ts"
1757
- }
1758
- }
1759
- ]
1760
- },
1761
- {
1762
- "kind": "javascript-module",
1763
- "path": "src/accordion/accordion.ts",
1764
- "declarations": [
1765
- {
1766
- "kind": "class",
1767
- "description": "",
1768
- "name": "Accordion",
1769
- "superclass": {
1770
- "name": "FASTAccordion",
1771
- "package": "@microsoft/fast-foundation"
1772
- },
1773
- "tagName": "%%prefix%%-accordion",
1774
- "customElement": true
1775
- },
1776
- {
1777
- "kind": "variable",
1778
- "name": "foundationAccordionShadowOptions",
1779
- "type": {
1780
- "text": "ShadowRootInit"
1781
- },
1782
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1783
- },
1784
- {
1785
- "kind": "variable",
1786
- "name": "defaultAccordionConfig",
1787
- "type": {
1788
- "text": "object"
1789
- },
1790
- "default": "{}"
1791
- },
1792
- {
1793
- "kind": "variable",
1794
- "name": "foundationAccordion",
1795
- "description": "The Foundation Accordion",
1796
- "privacy": "public"
1797
- }
1798
- ],
1799
- "exports": [
1800
- {
1801
- "kind": "js",
1802
- "name": "Accordion",
1803
- "declaration": {
1804
- "name": "Accordion",
1805
- "module": "src/accordion/accordion.ts"
1806
- }
1807
- },
1808
- {
1809
- "kind": "js",
1810
- "name": "foundationAccordionShadowOptions",
1811
- "declaration": {
1812
- "name": "foundationAccordionShadowOptions",
1813
- "module": "src/accordion/accordion.ts"
1814
- }
1815
- },
1816
- {
1817
- "kind": "js",
1818
- "name": "defaultAccordionConfig",
1819
- "declaration": {
1820
- "name": "defaultAccordionConfig",
1821
- "module": "src/accordion/accordion.ts"
1822
- }
1823
- },
1824
- {
1825
- "kind": "js",
1826
- "name": "foundationAccordion",
1827
- "declaration": {
1828
- "name": "foundationAccordion",
1829
- "module": "src/accordion/accordion.ts"
1830
- }
1831
- }
1832
- ]
1833
- },
1834
- {
1835
- "kind": "javascript-module",
1836
- "path": "src/accordion/index.ts",
1837
- "declarations": [],
1838
- "exports": [
1839
- {
1840
- "kind": "js",
1841
- "name": "*",
1842
- "declaration": {
1843
- "name": "*",
1844
- "package": "./accordion.template"
1845
- }
1846
- },
1847
- {
1848
- "kind": "js",
1849
- "name": "*",
1850
- "declaration": {
1851
- "name": "*",
1852
- "package": "./accordion.styles"
1853
- }
1854
- },
1855
- {
1856
- "kind": "js",
1857
- "name": "*",
1858
- "declaration": {
1859
- "name": "*",
1860
- "package": "./accordion"
1861
- }
1862
- }
1863
- ]
1864
- },
1865
1865
  {
1866
1866
  "kind": "javascript-module",
1867
1867
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -165,14 +165,14 @@ export class Stepper extends FoundationElement {
165
165
  * @returns true if successful, false if already on first step
166
166
  */
167
167
  goToFirstStep() {
168
- return this.goToStep(1);
168
+ return this.goToStep(1, true);
169
169
  }
170
170
  /**
171
171
  * Go to the last step
172
172
  * @returns true if successful, false if already on last step
173
173
  */
174
174
  goToLastStep() {
175
- return this.goToStep(this.tabs.length);
175
+ return this.goToStep(this.tabs.length, true);
176
176
  }
177
177
  handleStepClick(stepIndex) {
178
178
  if (stepIndex < this.activeTabIndex && this.allowBackwardJumps) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-ui",
3
3
  "description": "Genesis Foundation UI",
4
- "version": "14.314.0",
4
+ "version": "14.314.2",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -83,13 +83,13 @@
83
83
  }
84
84
  },
85
85
  "devDependencies": {
86
- "@genesislcap/foundation-testing": "14.314.0",
87
- "@genesislcap/genx": "14.314.0",
88
- "@genesislcap/rollup-builder": "14.314.0",
89
- "@genesislcap/ts-builder": "14.314.0",
90
- "@genesislcap/uvu-playwright-builder": "14.314.0",
91
- "@genesislcap/vite-builder": "14.314.0",
92
- "@genesislcap/webpack-builder": "14.314.0",
86
+ "@genesislcap/foundation-testing": "14.314.2",
87
+ "@genesislcap/genx": "14.314.2",
88
+ "@genesislcap/rollup-builder": "14.314.2",
89
+ "@genesislcap/ts-builder": "14.314.2",
90
+ "@genesislcap/uvu-playwright-builder": "14.314.2",
91
+ "@genesislcap/vite-builder": "14.314.2",
92
+ "@genesislcap/webpack-builder": "14.314.2",
93
93
  "copyfiles": "^2.4.1"
94
94
  },
95
95
  "dependencies": {
@@ -98,15 +98,15 @@
98
98
  "@fortawesome/free-regular-svg-icons": "^6.2.1",
99
99
  "@fortawesome/free-solid-svg-icons": "^6.2.1",
100
100
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
101
- "@genesislcap/expression-builder": "14.314.0",
102
- "@genesislcap/foundation-comms": "14.314.0",
103
- "@genesislcap/foundation-criteria": "14.314.0",
104
- "@genesislcap/foundation-errors": "14.314.0",
105
- "@genesislcap/foundation-events": "14.314.0",
106
- "@genesislcap/foundation-logger": "14.314.0",
107
- "@genesislcap/foundation-notifications": "14.314.0",
108
- "@genesislcap/foundation-user": "14.314.0",
109
- "@genesislcap/foundation-utils": "14.314.0",
101
+ "@genesislcap/expression-builder": "14.314.2",
102
+ "@genesislcap/foundation-comms": "14.314.2",
103
+ "@genesislcap/foundation-criteria": "14.314.2",
104
+ "@genesislcap/foundation-errors": "14.314.2",
105
+ "@genesislcap/foundation-events": "14.314.2",
106
+ "@genesislcap/foundation-logger": "14.314.2",
107
+ "@genesislcap/foundation-notifications": "14.314.2",
108
+ "@genesislcap/foundation-user": "14.314.2",
109
+ "@genesislcap/foundation-utils": "14.314.2",
110
110
  "@microsoft/fast-colors": "5.3.1",
111
111
  "@microsoft/fast-components": "2.30.6",
112
112
  "@microsoft/fast-element": "1.14.0",
@@ -128,5 +128,5 @@
128
128
  "access": "public"
129
129
  },
130
130
  "customElements": "dist/custom-elements.json",
131
- "gitHead": "d856629cb04122fb6fef47b1fb33fd9412728fef"
131
+ "gitHead": "92435ecf1b87964f8b1bf7a7218c5040fc52822a"
132
132
  }