@genesislcap/foundation-ui 14.276.1 → 14.276.2-FUI-2341.1
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.
|
@@ -1338,188 +1338,6 @@
|
|
|
1338
1338
|
}
|
|
1339
1339
|
]
|
|
1340
1340
|
},
|
|
1341
|
-
{
|
|
1342
|
-
"kind": "javascript-module",
|
|
1343
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1344
|
-
"declarations": [
|
|
1345
|
-
{
|
|
1346
|
-
"kind": "function",
|
|
1347
|
-
"name": "foundationAccordionStyles",
|
|
1348
|
-
"return": {
|
|
1349
|
-
"type": {
|
|
1350
|
-
"text": "ElementStyles"
|
|
1351
|
-
}
|
|
1352
|
-
},
|
|
1353
|
-
"parameters": [
|
|
1354
|
-
{
|
|
1355
|
-
"name": "context",
|
|
1356
|
-
"type": {
|
|
1357
|
-
"text": "ElementDefinitionContext"
|
|
1358
|
-
}
|
|
1359
|
-
},
|
|
1360
|
-
{
|
|
1361
|
-
"name": "definition",
|
|
1362
|
-
"type": {
|
|
1363
|
-
"text": "FoundationElementDefinition"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
]
|
|
1367
|
-
}
|
|
1368
|
-
],
|
|
1369
|
-
"exports": [
|
|
1370
|
-
{
|
|
1371
|
-
"kind": "js",
|
|
1372
|
-
"name": "foundationAccordionStyles",
|
|
1373
|
-
"declaration": {
|
|
1374
|
-
"name": "foundationAccordionStyles",
|
|
1375
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1376
|
-
}
|
|
1377
|
-
}
|
|
1378
|
-
]
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"kind": "javascript-module",
|
|
1382
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1383
|
-
"declarations": [
|
|
1384
|
-
{
|
|
1385
|
-
"kind": "function",
|
|
1386
|
-
"name": "foundationAccordionTemplate",
|
|
1387
|
-
"return": {
|
|
1388
|
-
"type": {
|
|
1389
|
-
"text": "ViewTemplate<Accordion>"
|
|
1390
|
-
}
|
|
1391
|
-
},
|
|
1392
|
-
"parameters": [
|
|
1393
|
-
{
|
|
1394
|
-
"name": "context",
|
|
1395
|
-
"type": {
|
|
1396
|
-
"text": "ElementDefinitionContext"
|
|
1397
|
-
}
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"name": "definition",
|
|
1401
|
-
"type": {
|
|
1402
|
-
"text": "FoundationElementDefinition"
|
|
1403
|
-
}
|
|
1404
|
-
}
|
|
1405
|
-
]
|
|
1406
|
-
}
|
|
1407
|
-
],
|
|
1408
|
-
"exports": [
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "js",
|
|
1411
|
-
"name": "foundationAccordionTemplate",
|
|
1412
|
-
"declaration": {
|
|
1413
|
-
"name": "foundationAccordionTemplate",
|
|
1414
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1415
|
-
}
|
|
1416
|
-
}
|
|
1417
|
-
]
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "javascript-module",
|
|
1421
|
-
"path": "src/accordion/accordion.ts",
|
|
1422
|
-
"declarations": [
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "class",
|
|
1425
|
-
"description": "",
|
|
1426
|
-
"name": "Accordion",
|
|
1427
|
-
"superclass": {
|
|
1428
|
-
"name": "FASTAccordion",
|
|
1429
|
-
"package": "@microsoft/fast-foundation"
|
|
1430
|
-
},
|
|
1431
|
-
"tagName": "%%prefix%%-accordion",
|
|
1432
|
-
"customElement": true
|
|
1433
|
-
},
|
|
1434
|
-
{
|
|
1435
|
-
"kind": "variable",
|
|
1436
|
-
"name": "foundationAccordionShadowOptions",
|
|
1437
|
-
"type": {
|
|
1438
|
-
"text": "ShadowRootInit"
|
|
1439
|
-
},
|
|
1440
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"kind": "variable",
|
|
1444
|
-
"name": "defaultAccordionConfig",
|
|
1445
|
-
"type": {
|
|
1446
|
-
"text": "object"
|
|
1447
|
-
},
|
|
1448
|
-
"default": "{}"
|
|
1449
|
-
},
|
|
1450
|
-
{
|
|
1451
|
-
"kind": "variable",
|
|
1452
|
-
"name": "foundationAccordion",
|
|
1453
|
-
"description": "The Foundation Accordion",
|
|
1454
|
-
"privacy": "public"
|
|
1455
|
-
}
|
|
1456
|
-
],
|
|
1457
|
-
"exports": [
|
|
1458
|
-
{
|
|
1459
|
-
"kind": "js",
|
|
1460
|
-
"name": "Accordion",
|
|
1461
|
-
"declaration": {
|
|
1462
|
-
"name": "Accordion",
|
|
1463
|
-
"module": "src/accordion/accordion.ts"
|
|
1464
|
-
}
|
|
1465
|
-
},
|
|
1466
|
-
{
|
|
1467
|
-
"kind": "js",
|
|
1468
|
-
"name": "foundationAccordionShadowOptions",
|
|
1469
|
-
"declaration": {
|
|
1470
|
-
"name": "foundationAccordionShadowOptions",
|
|
1471
|
-
"module": "src/accordion/accordion.ts"
|
|
1472
|
-
}
|
|
1473
|
-
},
|
|
1474
|
-
{
|
|
1475
|
-
"kind": "js",
|
|
1476
|
-
"name": "defaultAccordionConfig",
|
|
1477
|
-
"declaration": {
|
|
1478
|
-
"name": "defaultAccordionConfig",
|
|
1479
|
-
"module": "src/accordion/accordion.ts"
|
|
1480
|
-
}
|
|
1481
|
-
},
|
|
1482
|
-
{
|
|
1483
|
-
"kind": "js",
|
|
1484
|
-
"name": "foundationAccordion",
|
|
1485
|
-
"declaration": {
|
|
1486
|
-
"name": "foundationAccordion",
|
|
1487
|
-
"module": "src/accordion/accordion.ts"
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
]
|
|
1491
|
-
},
|
|
1492
|
-
{
|
|
1493
|
-
"kind": "javascript-module",
|
|
1494
|
-
"path": "src/accordion/index.ts",
|
|
1495
|
-
"declarations": [],
|
|
1496
|
-
"exports": [
|
|
1497
|
-
{
|
|
1498
|
-
"kind": "js",
|
|
1499
|
-
"name": "*",
|
|
1500
|
-
"declaration": {
|
|
1501
|
-
"name": "*",
|
|
1502
|
-
"package": "./accordion.template"
|
|
1503
|
-
}
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"kind": "js",
|
|
1507
|
-
"name": "*",
|
|
1508
|
-
"declaration": {
|
|
1509
|
-
"name": "*",
|
|
1510
|
-
"package": "./accordion.styles"
|
|
1511
|
-
}
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"kind": "js",
|
|
1515
|
-
"name": "*",
|
|
1516
|
-
"declaration": {
|
|
1517
|
-
"name": "*",
|
|
1518
|
-
"package": "./accordion"
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
]
|
|
1522
|
-
},
|
|
1523
1341
|
{
|
|
1524
1342
|
"kind": "javascript-module",
|
|
1525
1343
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -2079,6 +1897,188 @@
|
|
|
2079
1897
|
}
|
|
2080
1898
|
]
|
|
2081
1899
|
},
|
|
1900
|
+
{
|
|
1901
|
+
"kind": "javascript-module",
|
|
1902
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1903
|
+
"declarations": [
|
|
1904
|
+
{
|
|
1905
|
+
"kind": "function",
|
|
1906
|
+
"name": "foundationAccordionStyles",
|
|
1907
|
+
"return": {
|
|
1908
|
+
"type": {
|
|
1909
|
+
"text": "ElementStyles"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
"parameters": [
|
|
1913
|
+
{
|
|
1914
|
+
"name": "context",
|
|
1915
|
+
"type": {
|
|
1916
|
+
"text": "ElementDefinitionContext"
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
{
|
|
1920
|
+
"name": "definition",
|
|
1921
|
+
"type": {
|
|
1922
|
+
"text": "FoundationElementDefinition"
|
|
1923
|
+
}
|
|
1924
|
+
}
|
|
1925
|
+
]
|
|
1926
|
+
}
|
|
1927
|
+
],
|
|
1928
|
+
"exports": [
|
|
1929
|
+
{
|
|
1930
|
+
"kind": "js",
|
|
1931
|
+
"name": "foundationAccordionStyles",
|
|
1932
|
+
"declaration": {
|
|
1933
|
+
"name": "foundationAccordionStyles",
|
|
1934
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1935
|
+
}
|
|
1936
|
+
}
|
|
1937
|
+
]
|
|
1938
|
+
},
|
|
1939
|
+
{
|
|
1940
|
+
"kind": "javascript-module",
|
|
1941
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1942
|
+
"declarations": [
|
|
1943
|
+
{
|
|
1944
|
+
"kind": "function",
|
|
1945
|
+
"name": "foundationAccordionTemplate",
|
|
1946
|
+
"return": {
|
|
1947
|
+
"type": {
|
|
1948
|
+
"text": "ViewTemplate<Accordion>"
|
|
1949
|
+
}
|
|
1950
|
+
},
|
|
1951
|
+
"parameters": [
|
|
1952
|
+
{
|
|
1953
|
+
"name": "context",
|
|
1954
|
+
"type": {
|
|
1955
|
+
"text": "ElementDefinitionContext"
|
|
1956
|
+
}
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
"name": "definition",
|
|
1960
|
+
"type": {
|
|
1961
|
+
"text": "FoundationElementDefinition"
|
|
1962
|
+
}
|
|
1963
|
+
}
|
|
1964
|
+
]
|
|
1965
|
+
}
|
|
1966
|
+
],
|
|
1967
|
+
"exports": [
|
|
1968
|
+
{
|
|
1969
|
+
"kind": "js",
|
|
1970
|
+
"name": "foundationAccordionTemplate",
|
|
1971
|
+
"declaration": {
|
|
1972
|
+
"name": "foundationAccordionTemplate",
|
|
1973
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1974
|
+
}
|
|
1975
|
+
}
|
|
1976
|
+
]
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"kind": "javascript-module",
|
|
1980
|
+
"path": "src/accordion/accordion.ts",
|
|
1981
|
+
"declarations": [
|
|
1982
|
+
{
|
|
1983
|
+
"kind": "class",
|
|
1984
|
+
"description": "",
|
|
1985
|
+
"name": "Accordion",
|
|
1986
|
+
"superclass": {
|
|
1987
|
+
"name": "FASTAccordion",
|
|
1988
|
+
"package": "@microsoft/fast-foundation"
|
|
1989
|
+
},
|
|
1990
|
+
"tagName": "%%prefix%%-accordion",
|
|
1991
|
+
"customElement": true
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"kind": "variable",
|
|
1995
|
+
"name": "foundationAccordionShadowOptions",
|
|
1996
|
+
"type": {
|
|
1997
|
+
"text": "ShadowRootInit"
|
|
1998
|
+
},
|
|
1999
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
"kind": "variable",
|
|
2003
|
+
"name": "defaultAccordionConfig",
|
|
2004
|
+
"type": {
|
|
2005
|
+
"text": "object"
|
|
2006
|
+
},
|
|
2007
|
+
"default": "{}"
|
|
2008
|
+
},
|
|
2009
|
+
{
|
|
2010
|
+
"kind": "variable",
|
|
2011
|
+
"name": "foundationAccordion",
|
|
2012
|
+
"description": "The Foundation Accordion",
|
|
2013
|
+
"privacy": "public"
|
|
2014
|
+
}
|
|
2015
|
+
],
|
|
2016
|
+
"exports": [
|
|
2017
|
+
{
|
|
2018
|
+
"kind": "js",
|
|
2019
|
+
"name": "Accordion",
|
|
2020
|
+
"declaration": {
|
|
2021
|
+
"name": "Accordion",
|
|
2022
|
+
"module": "src/accordion/accordion.ts"
|
|
2023
|
+
}
|
|
2024
|
+
},
|
|
2025
|
+
{
|
|
2026
|
+
"kind": "js",
|
|
2027
|
+
"name": "foundationAccordionShadowOptions",
|
|
2028
|
+
"declaration": {
|
|
2029
|
+
"name": "foundationAccordionShadowOptions",
|
|
2030
|
+
"module": "src/accordion/accordion.ts"
|
|
2031
|
+
}
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
"kind": "js",
|
|
2035
|
+
"name": "defaultAccordionConfig",
|
|
2036
|
+
"declaration": {
|
|
2037
|
+
"name": "defaultAccordionConfig",
|
|
2038
|
+
"module": "src/accordion/accordion.ts"
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
"kind": "js",
|
|
2043
|
+
"name": "foundationAccordion",
|
|
2044
|
+
"declaration": {
|
|
2045
|
+
"name": "foundationAccordion",
|
|
2046
|
+
"module": "src/accordion/accordion.ts"
|
|
2047
|
+
}
|
|
2048
|
+
}
|
|
2049
|
+
]
|
|
2050
|
+
},
|
|
2051
|
+
{
|
|
2052
|
+
"kind": "javascript-module",
|
|
2053
|
+
"path": "src/accordion/index.ts",
|
|
2054
|
+
"declarations": [],
|
|
2055
|
+
"exports": [
|
|
2056
|
+
{
|
|
2057
|
+
"kind": "js",
|
|
2058
|
+
"name": "*",
|
|
2059
|
+
"declaration": {
|
|
2060
|
+
"name": "*",
|
|
2061
|
+
"package": "./accordion.template"
|
|
2062
|
+
}
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"kind": "js",
|
|
2066
|
+
"name": "*",
|
|
2067
|
+
"declaration": {
|
|
2068
|
+
"name": "*",
|
|
2069
|
+
"package": "./accordion.styles"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
{
|
|
2073
|
+
"kind": "js",
|
|
2074
|
+
"name": "*",
|
|
2075
|
+
"declaration": {
|
|
2076
|
+
"name": "*",
|
|
2077
|
+
"package": "./accordion"
|
|
2078
|
+
}
|
|
2079
|
+
}
|
|
2080
|
+
]
|
|
2081
|
+
},
|
|
2082
2082
|
{
|
|
2083
2083
|
"kind": "javascript-module",
|
|
2084
2084
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -12901,7 +12901,7 @@
|
|
|
12901
12901
|
"type": {
|
|
12902
12902
|
"text": "ElementStyles"
|
|
12903
12903
|
},
|
|
12904
|
-
"default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-
|
|
12904
|
+
"default": "css`\n :host {\n position: relative;\n }\n\n .date-toggle::part(control) {\n cursor: pointer;\n }\n\n .date-toggle::part(label) {\n cursor: pointer;\n }\n\n .calendar-dropdown {\n display: none;\n width: 300px;\n z-index: 999;\n position: absolute;\n top: 100%;\n left: 50%;\n transform: translate(-50%, 8px);\n margin: 10px 0 0;\n padding: 20px;\n background: var(--neutral-fill-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n box-shadow: 0 0 8px rgb(0 0 0 / 20%);\n }\n\n .calendar-dropdown.hide-weekends {\n width: 215px;\n }\n\n .calendar-dropdown.top {\n top: auto;\n bottom: 100%;\n margin: 0 0 5px;\n transform: translate(-50%, -8px);\n }\n\n .calendar-dropdown.left {\n top: 50%;\n left: 0;\n margin: 0 0 0 5px;\n transform: translate(calc(-8px + -100%), -50%);\n }\n\n .calendar-dropdown.right {\n top: 50%;\n left: 100%;\n transform: translate(8px, -50%);\n }\n\n .calendar-dropdown.visible {\n display: block;\n }\n\n .calendar-dropdown.inline {\n display: block;\n position: static;\n margin-top: 5px;\n transform: none;\n }\n\n .header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin: 0 0 10px;\n }\n\n .header h3 {\n margin: 0;\n text-transform: capitalize;\n font-weight: bold;\n color: var(--neutral-foreground-rest);\n }\n\n .header .icon-button {\n height: auto;\n padding: 0;\n min-width: auto;\n }\n\n .header .months-arrows {\n display: flex;\n gap: calc(var(--design-unit) * 2px);\n }\n\n .week-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n margin-bottom: 10px;\n color: var(--neutral-foreground-rest);\n }\n\n .week-days span {\n display: flex;\n justify-content: center;\n align-items: center;\n font-size: 14px;\n font-weight: bold;\n text-transform: capitalize;\n }\n\n .week-days span.disabled {\n opacity: 60%;\n }\n\n .month-days {\n display: grid;\n grid-template-columns: repeat(7, 1fr);\n grid-gap: 5px;\n }\n\n .week-days.hide-weekends,\n .month-days.hide-weekends {\n grid-template-columns: repeat(5, 1fr);\n }\n\n .month-day {\n padding: 8px 5px;\n color: #808080;\n background: none;\n display: flex;\n justify-content: center;\n align-items: center;\n border-radius: calc(var(--control-corner-radius) * 4px);\n cursor: pointer;\n border: none;\n }\n\n .month-day.current {\n opacity: 100%;\n color: var(--neutral-foreground-hint);\n }\n\n .month-day.selected {\n background: var(--accent-foreground-rest);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day:hover:not(:disabled) {\n background: var(--neutral-stroke-hover);\n color: var(--neutral-foreground-rest);\n }\n\n .month-day[disabled] {\n opacity: 50%;\n cursor: not-allowed;\n }\n\n .date-toggle[readonly] .label {\n cursor: pointer;\n }\n`"
|
|
12905
12905
|
}
|
|
12906
12906
|
],
|
|
12907
12907
|
"exports": [
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"date-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/date-picker/date-picker.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,0BAA0B,EAAE,
|
|
1
|
+
{"version":3,"file":"date-picker.styles.d.ts","sourceRoot":"","sources":["../../../src/date-picker/date-picker.styles.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,eAAO,MAAM,0BAA0B,EAAE,aA2JxC,CAAC"}
|
|
@@ -22,7 +22,7 @@ export const foundationDatePickerStyles = css `
|
|
|
22
22
|
transform: translate(-50%, 8px);
|
|
23
23
|
margin: 10px 0 0;
|
|
24
24
|
padding: 20px;
|
|
25
|
-
background: var(--neutral-
|
|
25
|
+
background: var(--neutral-fill-rest);
|
|
26
26
|
border-radius: calc(var(--control-corner-radius) * 1px);
|
|
27
27
|
box-shadow: 0 0 8px rgb(0 0 0 / 20%);
|
|
28
28
|
}
|
|
@@ -73,31 +73,18 @@ export const foundationDatePickerStyles = css `
|
|
|
73
73
|
margin: 0;
|
|
74
74
|
text-transform: capitalize;
|
|
75
75
|
font-weight: bold;
|
|
76
|
-
color: var(--foreground-
|
|
76
|
+
color: var(--neutral-foreground-rest);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.header .
|
|
80
|
-
|
|
81
|
-
|
|
79
|
+
.header .icon-button {
|
|
80
|
+
height: auto;
|
|
81
|
+
padding: 0;
|
|
82
|
+
min-width: auto;
|
|
82
83
|
}
|
|
83
84
|
|
|
84
|
-
.header .
|
|
85
|
+
.header .months-arrows {
|
|
85
86
|
display: flex;
|
|
86
|
-
|
|
87
|
-
height: 25px;
|
|
88
|
-
justify-content: center;
|
|
89
|
-
align-items: center;
|
|
90
|
-
cursor: pointer;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.header .icon-container:first-child {
|
|
94
|
-
margin-right: calc(var(--design-unit) * 2px);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.header .prev-month,
|
|
98
|
-
.header .next-month {
|
|
99
|
-
color: var(--foreground-on-accent-rest);
|
|
100
|
-
font-size: 18px;
|
|
87
|
+
gap: calc(var(--design-unit) * 2px);
|
|
101
88
|
}
|
|
102
89
|
|
|
103
90
|
.week-days {
|
|
@@ -105,7 +92,7 @@ export const foundationDatePickerStyles = css `
|
|
|
105
92
|
grid-template-columns: repeat(7, 1fr);
|
|
106
93
|
grid-gap: 5px;
|
|
107
94
|
margin-bottom: 10px;
|
|
108
|
-
color: var(--foreground-
|
|
95
|
+
color: var(--neutral-foreground-rest);
|
|
109
96
|
}
|
|
110
97
|
|
|
111
98
|
.week-days span {
|
|
@@ -118,7 +105,7 @@ export const foundationDatePickerStyles = css `
|
|
|
118
105
|
}
|
|
119
106
|
|
|
120
107
|
.week-days span.disabled {
|
|
121
|
-
opacity:
|
|
108
|
+
opacity: 60%;
|
|
122
109
|
}
|
|
123
110
|
|
|
124
111
|
.month-days {
|
|
@@ -146,7 +133,7 @@ export const foundationDatePickerStyles = css `
|
|
|
146
133
|
|
|
147
134
|
.month-day.current {
|
|
148
135
|
opacity: 100%;
|
|
149
|
-
color: var(--foreground-
|
|
136
|
+
color: var(--neutral-foreground-hint);
|
|
150
137
|
}
|
|
151
138
|
|
|
152
139
|
.month-day.selected {
|
|
@@ -156,7 +143,7 @@ export const foundationDatePickerStyles = css `
|
|
|
156
143
|
|
|
157
144
|
.month-day:hover:not(:disabled) {
|
|
158
145
|
background: var(--neutral-stroke-hover);
|
|
159
|
-
color: (--neutral-foreground-rest);
|
|
146
|
+
color: var(--neutral-foreground-rest);
|
|
160
147
|
}
|
|
161
148
|
|
|
162
149
|
.month-day[disabled] {
|
|
@@ -14,12 +14,12 @@ export const getPrefixedDatePicker = (prefix) => html `
|
|
|
14
14
|
<div class="header">
|
|
15
15
|
<h3>${(x) => x.currentMonth} ${(x) => x.currentYear}</h3>
|
|
16
16
|
<div class="months-arrows">
|
|
17
|
-
|
|
18
|
-
<${prefix}-icon name="angle-left"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<${prefix}-icon name="angle-right"
|
|
22
|
-
|
|
17
|
+
<${prefix}-button class="icon-button" appearance="accent" @click="${(x) => x.prevMonth()}" aria-label="previous month">
|
|
18
|
+
<${prefix}-icon name="angle-left"></${prefix}-icon>
|
|
19
|
+
</${prefix}-button>
|
|
20
|
+
<${prefix}-button class="icon-button" appearance="accent" @click="${(x) => x.nextMonth()}" aria-label="next month">
|
|
21
|
+
<${prefix}-icon name="angle-right"></${prefix}-icon>
|
|
22
|
+
</${prefix}-button>
|
|
23
23
|
</div>
|
|
24
24
|
</div>
|
|
25
25
|
<div class="week-days ${(x) => classNames(['hide-weekends', x.hideWeekends])}">
|
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.276.1",
|
|
4
|
+
"version": "14.276.2-FUI-2341.1",
|
|
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.276.1",
|
|
87
|
-
"@genesislcap/genx": "14.276.1",
|
|
88
|
-
"@genesislcap/rollup-builder": "14.276.1",
|
|
89
|
-
"@genesislcap/ts-builder": "14.276.1",
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.276.1",
|
|
91
|
-
"@genesislcap/vite-builder": "14.276.1",
|
|
92
|
-
"@genesislcap/webpack-builder": "14.276.1",
|
|
86
|
+
"@genesislcap/foundation-testing": "14.276.2-FUI-2341.1",
|
|
87
|
+
"@genesislcap/genx": "14.276.2-FUI-2341.1",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.276.2-FUI-2341.1",
|
|
89
|
+
"@genesislcap/ts-builder": "14.276.2-FUI-2341.1",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.276.2-FUI-2341.1",
|
|
91
|
+
"@genesislcap/vite-builder": "14.276.2-FUI-2341.1",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.276.2-FUI-2341.1",
|
|
93
93
|
"copyfiles": "^2.4.1",
|
|
94
94
|
"rimraf": "^5.0.0",
|
|
95
95
|
"rxjs": "^7.5.4"
|
|
@@ -100,15 +100,15 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/expression-builder": "14.276.1",
|
|
104
|
-
"@genesislcap/foundation-comms": "14.276.1",
|
|
105
|
-
"@genesislcap/foundation-criteria": "14.276.1",
|
|
106
|
-
"@genesislcap/foundation-errors": "14.276.1",
|
|
107
|
-
"@genesislcap/foundation-events": "14.276.1",
|
|
108
|
-
"@genesislcap/foundation-logger": "14.276.1",
|
|
109
|
-
"@genesislcap/foundation-notifications": "14.276.1",
|
|
110
|
-
"@genesislcap/foundation-user": "14.276.1",
|
|
111
|
-
"@genesislcap/foundation-utils": "14.276.1",
|
|
103
|
+
"@genesislcap/expression-builder": "14.276.2-FUI-2341.1",
|
|
104
|
+
"@genesislcap/foundation-comms": "14.276.2-FUI-2341.1",
|
|
105
|
+
"@genesislcap/foundation-criteria": "14.276.2-FUI-2341.1",
|
|
106
|
+
"@genesislcap/foundation-errors": "14.276.2-FUI-2341.1",
|
|
107
|
+
"@genesislcap/foundation-events": "14.276.2-FUI-2341.1",
|
|
108
|
+
"@genesislcap/foundation-logger": "14.276.2-FUI-2341.1",
|
|
109
|
+
"@genesislcap/foundation-notifications": "14.276.2-FUI-2341.1",
|
|
110
|
+
"@genesislcap/foundation-user": "14.276.2-FUI-2341.1",
|
|
111
|
+
"@genesislcap/foundation-utils": "14.276.2-FUI-2341.1",
|
|
112
112
|
"@microsoft/fast-colors": "5.3.1",
|
|
113
113
|
"@microsoft/fast-components": "2.30.6",
|
|
114
114
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -130,5 +130,5 @@
|
|
|
130
130
|
"access": "public"
|
|
131
131
|
},
|
|
132
132
|
"customElements": "dist/custom-elements.json",
|
|
133
|
-
"gitHead": "
|
|
133
|
+
"gitHead": "b5c855d5ba42f730f564462cf87be5d8d1e94b83"
|
|
134
134
|
}
|