@genesislcap/foundation-ui 14.374.2-alpha-2b5362b.0 → 14.375.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.
@@ -1688,6 +1688,188 @@
1688
1688
  }
1689
1689
  ]
1690
1690
  },
1691
+ {
1692
+ "kind": "javascript-module",
1693
+ "path": "src/accordion/accordion.styles.ts",
1694
+ "declarations": [
1695
+ {
1696
+ "kind": "function",
1697
+ "name": "foundationAccordionStyles",
1698
+ "return": {
1699
+ "type": {
1700
+ "text": "ElementStyles"
1701
+ }
1702
+ },
1703
+ "parameters": [
1704
+ {
1705
+ "name": "context",
1706
+ "type": {
1707
+ "text": "ElementDefinitionContext"
1708
+ }
1709
+ },
1710
+ {
1711
+ "name": "definition",
1712
+ "type": {
1713
+ "text": "FoundationElementDefinition"
1714
+ }
1715
+ }
1716
+ ]
1717
+ }
1718
+ ],
1719
+ "exports": [
1720
+ {
1721
+ "kind": "js",
1722
+ "name": "foundationAccordionStyles",
1723
+ "declaration": {
1724
+ "name": "foundationAccordionStyles",
1725
+ "module": "src/accordion/accordion.styles.ts"
1726
+ }
1727
+ }
1728
+ ]
1729
+ },
1730
+ {
1731
+ "kind": "javascript-module",
1732
+ "path": "src/accordion/accordion.template.ts",
1733
+ "declarations": [
1734
+ {
1735
+ "kind": "function",
1736
+ "name": "foundationAccordionTemplate",
1737
+ "return": {
1738
+ "type": {
1739
+ "text": "ViewTemplate<Accordion>"
1740
+ }
1741
+ },
1742
+ "parameters": [
1743
+ {
1744
+ "name": "context",
1745
+ "type": {
1746
+ "text": "ElementDefinitionContext"
1747
+ }
1748
+ },
1749
+ {
1750
+ "name": "definition",
1751
+ "type": {
1752
+ "text": "FoundationElementDefinition"
1753
+ }
1754
+ }
1755
+ ]
1756
+ }
1757
+ ],
1758
+ "exports": [
1759
+ {
1760
+ "kind": "js",
1761
+ "name": "foundationAccordionTemplate",
1762
+ "declaration": {
1763
+ "name": "foundationAccordionTemplate",
1764
+ "module": "src/accordion/accordion.template.ts"
1765
+ }
1766
+ }
1767
+ ]
1768
+ },
1769
+ {
1770
+ "kind": "javascript-module",
1771
+ "path": "src/accordion/accordion.ts",
1772
+ "declarations": [
1773
+ {
1774
+ "kind": "class",
1775
+ "description": "",
1776
+ "name": "Accordion",
1777
+ "superclass": {
1778
+ "name": "FASTAccordion",
1779
+ "package": "@microsoft/fast-foundation"
1780
+ },
1781
+ "tagName": "%%prefix%%-accordion",
1782
+ "customElement": true
1783
+ },
1784
+ {
1785
+ "kind": "variable",
1786
+ "name": "foundationAccordionShadowOptions",
1787
+ "type": {
1788
+ "text": "ShadowRootInit"
1789
+ },
1790
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1791
+ },
1792
+ {
1793
+ "kind": "variable",
1794
+ "name": "defaultAccordionConfig",
1795
+ "type": {
1796
+ "text": "object"
1797
+ },
1798
+ "default": "{}"
1799
+ },
1800
+ {
1801
+ "kind": "variable",
1802
+ "name": "foundationAccordion",
1803
+ "description": "The Foundation Accordion",
1804
+ "privacy": "public"
1805
+ }
1806
+ ],
1807
+ "exports": [
1808
+ {
1809
+ "kind": "js",
1810
+ "name": "Accordion",
1811
+ "declaration": {
1812
+ "name": "Accordion",
1813
+ "module": "src/accordion/accordion.ts"
1814
+ }
1815
+ },
1816
+ {
1817
+ "kind": "js",
1818
+ "name": "foundationAccordionShadowOptions",
1819
+ "declaration": {
1820
+ "name": "foundationAccordionShadowOptions",
1821
+ "module": "src/accordion/accordion.ts"
1822
+ }
1823
+ },
1824
+ {
1825
+ "kind": "js",
1826
+ "name": "defaultAccordionConfig",
1827
+ "declaration": {
1828
+ "name": "defaultAccordionConfig",
1829
+ "module": "src/accordion/accordion.ts"
1830
+ }
1831
+ },
1832
+ {
1833
+ "kind": "js",
1834
+ "name": "foundationAccordion",
1835
+ "declaration": {
1836
+ "name": "foundationAccordion",
1837
+ "module": "src/accordion/accordion.ts"
1838
+ }
1839
+ }
1840
+ ]
1841
+ },
1842
+ {
1843
+ "kind": "javascript-module",
1844
+ "path": "src/accordion/index.ts",
1845
+ "declarations": [],
1846
+ "exports": [
1847
+ {
1848
+ "kind": "js",
1849
+ "name": "*",
1850
+ "declaration": {
1851
+ "name": "*",
1852
+ "package": "./accordion.template"
1853
+ }
1854
+ },
1855
+ {
1856
+ "kind": "js",
1857
+ "name": "*",
1858
+ "declaration": {
1859
+ "name": "*",
1860
+ "package": "./accordion.styles"
1861
+ }
1862
+ },
1863
+ {
1864
+ "kind": "js",
1865
+ "name": "*",
1866
+ "declaration": {
1867
+ "name": "*",
1868
+ "package": "./accordion"
1869
+ }
1870
+ }
1871
+ ]
1872
+ },
1691
1873
  {
1692
1874
  "kind": "javascript-module",
1693
1875
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2247,188 +2429,6 @@
2247
2429
  }
2248
2430
  ]
2249
2431
  },
2250
- {
2251
- "kind": "javascript-module",
2252
- "path": "src/accordion/accordion.styles.ts",
2253
- "declarations": [
2254
- {
2255
- "kind": "function",
2256
- "name": "foundationAccordionStyles",
2257
- "return": {
2258
- "type": {
2259
- "text": "ElementStyles"
2260
- }
2261
- },
2262
- "parameters": [
2263
- {
2264
- "name": "context",
2265
- "type": {
2266
- "text": "ElementDefinitionContext"
2267
- }
2268
- },
2269
- {
2270
- "name": "definition",
2271
- "type": {
2272
- "text": "FoundationElementDefinition"
2273
- }
2274
- }
2275
- ]
2276
- }
2277
- ],
2278
- "exports": [
2279
- {
2280
- "kind": "js",
2281
- "name": "foundationAccordionStyles",
2282
- "declaration": {
2283
- "name": "foundationAccordionStyles",
2284
- "module": "src/accordion/accordion.styles.ts"
2285
- }
2286
- }
2287
- ]
2288
- },
2289
- {
2290
- "kind": "javascript-module",
2291
- "path": "src/accordion/accordion.template.ts",
2292
- "declarations": [
2293
- {
2294
- "kind": "function",
2295
- "name": "foundationAccordionTemplate",
2296
- "return": {
2297
- "type": {
2298
- "text": "ViewTemplate<Accordion>"
2299
- }
2300
- },
2301
- "parameters": [
2302
- {
2303
- "name": "context",
2304
- "type": {
2305
- "text": "ElementDefinitionContext"
2306
- }
2307
- },
2308
- {
2309
- "name": "definition",
2310
- "type": {
2311
- "text": "FoundationElementDefinition"
2312
- }
2313
- }
2314
- ]
2315
- }
2316
- ],
2317
- "exports": [
2318
- {
2319
- "kind": "js",
2320
- "name": "foundationAccordionTemplate",
2321
- "declaration": {
2322
- "name": "foundationAccordionTemplate",
2323
- "module": "src/accordion/accordion.template.ts"
2324
- }
2325
- }
2326
- ]
2327
- },
2328
- {
2329
- "kind": "javascript-module",
2330
- "path": "src/accordion/accordion.ts",
2331
- "declarations": [
2332
- {
2333
- "kind": "class",
2334
- "description": "",
2335
- "name": "Accordion",
2336
- "superclass": {
2337
- "name": "FASTAccordion",
2338
- "package": "@microsoft/fast-foundation"
2339
- },
2340
- "tagName": "%%prefix%%-accordion",
2341
- "customElement": true
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "foundationAccordionShadowOptions",
2346
- "type": {
2347
- "text": "ShadowRootInit"
2348
- },
2349
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2350
- },
2351
- {
2352
- "kind": "variable",
2353
- "name": "defaultAccordionConfig",
2354
- "type": {
2355
- "text": "object"
2356
- },
2357
- "default": "{}"
2358
- },
2359
- {
2360
- "kind": "variable",
2361
- "name": "foundationAccordion",
2362
- "description": "The Foundation Accordion",
2363
- "privacy": "public"
2364
- }
2365
- ],
2366
- "exports": [
2367
- {
2368
- "kind": "js",
2369
- "name": "Accordion",
2370
- "declaration": {
2371
- "name": "Accordion",
2372
- "module": "src/accordion/accordion.ts"
2373
- }
2374
- },
2375
- {
2376
- "kind": "js",
2377
- "name": "foundationAccordionShadowOptions",
2378
- "declaration": {
2379
- "name": "foundationAccordionShadowOptions",
2380
- "module": "src/accordion/accordion.ts"
2381
- }
2382
- },
2383
- {
2384
- "kind": "js",
2385
- "name": "defaultAccordionConfig",
2386
- "declaration": {
2387
- "name": "defaultAccordionConfig",
2388
- "module": "src/accordion/accordion.ts"
2389
- }
2390
- },
2391
- {
2392
- "kind": "js",
2393
- "name": "foundationAccordion",
2394
- "declaration": {
2395
- "name": "foundationAccordion",
2396
- "module": "src/accordion/accordion.ts"
2397
- }
2398
- }
2399
- ]
2400
- },
2401
- {
2402
- "kind": "javascript-module",
2403
- "path": "src/accordion/index.ts",
2404
- "declarations": [],
2405
- "exports": [
2406
- {
2407
- "kind": "js",
2408
- "name": "*",
2409
- "declaration": {
2410
- "name": "*",
2411
- "package": "./accordion.template"
2412
- }
2413
- },
2414
- {
2415
- "kind": "js",
2416
- "name": "*",
2417
- "declaration": {
2418
- "name": "*",
2419
- "package": "./accordion.styles"
2420
- }
2421
- },
2422
- {
2423
- "kind": "js",
2424
- "name": "*",
2425
- "declaration": {
2426
- "name": "*",
2427
- "package": "./accordion"
2428
- }
2429
- }
2430
- ]
2431
- },
2432
2432
  {
2433
2433
  "kind": "javascript-module",
2434
2434
  "path": "src/anchor/anchor.styles.ts",
@@ -23161,7 +23161,7 @@
23161
23161
  "type": {
23162
23162
  "text": "ElementStyles"
23163
23163
  },
23164
- "default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-hint);\n font-weight: 500;\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 3px);\n\n rapid-button {\n --base-height-multiplier: 8;\n }\n\n rapid-button::part(control) {\n padding: 0 calc((8 + var(--design-unit) * 1 * var(--density)) * 1px);\n }\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
23164
+ "default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
23165
23165
  }
23166
23166
  ],
23167
23167
  "exports": [
@@ -1 +1 @@
1
- {"version":3,"file":"flyout.styles.d.ts","sourceRoot":"","sources":["../../../src/flyout/flyout.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,mBAAmB,MAAM,CAAC;AAEvC,eAAO,MAAM,sBAAsB,EAAE,aA4FpC,CAAC"}
1
+ {"version":3,"file":"flyout.styles.d.ts","sourceRoot":"","sources":["../../../src/flyout/flyout.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,mBAAmB,MAAM,CAAC;AAEvC,eAAO,MAAM,sBAAsB,EAAE,aAiFpC,CAAC"}
@@ -51,20 +51,9 @@ export const foundationFlyoutStyles = css `
51
51
  }
52
52
 
53
53
  div.header {
54
- display: flex;
55
54
  align-items: center;
56
- justify-content: space-between;
57
- color: var(--neutral-foreground-hint);
58
- font-weight: 500;
59
- padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 3px);
60
-
61
- rapid-button {
62
- --base-height-multiplier: 8;
63
- }
64
-
65
- rapid-button::part(control) {
66
- padding: 0 calc((8 + var(--design-unit) * 1 * var(--density)) * 1px);
67
- }
55
+ display: flex;
56
+ padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);
68
57
  }
69
58
 
70
59
  div.title {
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.374.2-alpha-2b5362b.0",
4
+ "version": "14.375.0",
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.374.2-alpha-2b5362b.0",
87
- "@genesislcap/genx": "14.374.2-alpha-2b5362b.0",
88
- "@genesislcap/rollup-builder": "14.374.2-alpha-2b5362b.0",
89
- "@genesislcap/ts-builder": "14.374.2-alpha-2b5362b.0",
90
- "@genesislcap/uvu-playwright-builder": "14.374.2-alpha-2b5362b.0",
91
- "@genesislcap/vite-builder": "14.374.2-alpha-2b5362b.0",
92
- "@genesislcap/webpack-builder": "14.374.2-alpha-2b5362b.0",
86
+ "@genesislcap/foundation-testing": "14.375.0",
87
+ "@genesislcap/genx": "14.375.0",
88
+ "@genesislcap/rollup-builder": "14.375.0",
89
+ "@genesislcap/ts-builder": "14.375.0",
90
+ "@genesislcap/uvu-playwright-builder": "14.375.0",
91
+ "@genesislcap/vite-builder": "14.375.0",
92
+ "@genesislcap/webpack-builder": "14.375.0",
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.374.2-alpha-2b5362b.0",
102
- "@genesislcap/foundation-comms": "14.374.2-alpha-2b5362b.0",
103
- "@genesislcap/foundation-criteria": "14.374.2-alpha-2b5362b.0",
104
- "@genesislcap/foundation-errors": "14.374.2-alpha-2b5362b.0",
105
- "@genesislcap/foundation-events": "14.374.2-alpha-2b5362b.0",
106
- "@genesislcap/foundation-logger": "14.374.2-alpha-2b5362b.0",
107
- "@genesislcap/foundation-notifications": "14.374.2-alpha-2b5362b.0",
108
- "@genesislcap/foundation-user": "14.374.2-alpha-2b5362b.0",
109
- "@genesislcap/foundation-utils": "14.374.2-alpha-2b5362b.0",
101
+ "@genesislcap/expression-builder": "14.375.0",
102
+ "@genesislcap/foundation-comms": "14.375.0",
103
+ "@genesislcap/foundation-criteria": "14.375.0",
104
+ "@genesislcap/foundation-errors": "14.375.0",
105
+ "@genesislcap/foundation-events": "14.375.0",
106
+ "@genesislcap/foundation-logger": "14.375.0",
107
+ "@genesislcap/foundation-notifications": "14.375.0",
108
+ "@genesislcap/foundation-user": "14.375.0",
109
+ "@genesislcap/foundation-utils": "14.375.0",
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": "2a38a730604c2d06125ebbdc8b5f8ca80027fefc"
131
+ "gitHead": "08b47a11ea26fb21fb0ad3ad8b6206ba881d7ad3"
132
132
  }