@genesislcap/foundation-ui 14.276.0-FUI-2337.4 → 14.276.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.
|
@@ -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",
|
|
@@ -4189,6 +4007,188 @@
|
|
|
4189
4007
|
}
|
|
4190
4008
|
]
|
|
4191
4009
|
},
|
|
4010
|
+
{
|
|
4011
|
+
"kind": "javascript-module",
|
|
4012
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
4013
|
+
"declarations": [
|
|
4014
|
+
{
|
|
4015
|
+
"kind": "function",
|
|
4016
|
+
"name": "foundationAccordionStyles",
|
|
4017
|
+
"return": {
|
|
4018
|
+
"type": {
|
|
4019
|
+
"text": "ElementStyles"
|
|
4020
|
+
}
|
|
4021
|
+
},
|
|
4022
|
+
"parameters": [
|
|
4023
|
+
{
|
|
4024
|
+
"name": "context",
|
|
4025
|
+
"type": {
|
|
4026
|
+
"text": "ElementDefinitionContext"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
{
|
|
4030
|
+
"name": "definition",
|
|
4031
|
+
"type": {
|
|
4032
|
+
"text": "FoundationElementDefinition"
|
|
4033
|
+
}
|
|
4034
|
+
}
|
|
4035
|
+
]
|
|
4036
|
+
}
|
|
4037
|
+
],
|
|
4038
|
+
"exports": [
|
|
4039
|
+
{
|
|
4040
|
+
"kind": "js",
|
|
4041
|
+
"name": "foundationAccordionStyles",
|
|
4042
|
+
"declaration": {
|
|
4043
|
+
"name": "foundationAccordionStyles",
|
|
4044
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
4045
|
+
}
|
|
4046
|
+
}
|
|
4047
|
+
]
|
|
4048
|
+
},
|
|
4049
|
+
{
|
|
4050
|
+
"kind": "javascript-module",
|
|
4051
|
+
"path": "src/accordion/accordion.template.ts",
|
|
4052
|
+
"declarations": [
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "function",
|
|
4055
|
+
"name": "foundationAccordionTemplate",
|
|
4056
|
+
"return": {
|
|
4057
|
+
"type": {
|
|
4058
|
+
"text": "ViewTemplate<Accordion>"
|
|
4059
|
+
}
|
|
4060
|
+
},
|
|
4061
|
+
"parameters": [
|
|
4062
|
+
{
|
|
4063
|
+
"name": "context",
|
|
4064
|
+
"type": {
|
|
4065
|
+
"text": "ElementDefinitionContext"
|
|
4066
|
+
}
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "definition",
|
|
4070
|
+
"type": {
|
|
4071
|
+
"text": "FoundationElementDefinition"
|
|
4072
|
+
}
|
|
4073
|
+
}
|
|
4074
|
+
]
|
|
4075
|
+
}
|
|
4076
|
+
],
|
|
4077
|
+
"exports": [
|
|
4078
|
+
{
|
|
4079
|
+
"kind": "js",
|
|
4080
|
+
"name": "foundationAccordionTemplate",
|
|
4081
|
+
"declaration": {
|
|
4082
|
+
"name": "foundationAccordionTemplate",
|
|
4083
|
+
"module": "src/accordion/accordion.template.ts"
|
|
4084
|
+
}
|
|
4085
|
+
}
|
|
4086
|
+
]
|
|
4087
|
+
},
|
|
4088
|
+
{
|
|
4089
|
+
"kind": "javascript-module",
|
|
4090
|
+
"path": "src/accordion/accordion.ts",
|
|
4091
|
+
"declarations": [
|
|
4092
|
+
{
|
|
4093
|
+
"kind": "class",
|
|
4094
|
+
"description": "",
|
|
4095
|
+
"name": "Accordion",
|
|
4096
|
+
"superclass": {
|
|
4097
|
+
"name": "FASTAccordion",
|
|
4098
|
+
"package": "@microsoft/fast-foundation"
|
|
4099
|
+
},
|
|
4100
|
+
"tagName": "%%prefix%%-accordion",
|
|
4101
|
+
"customElement": true
|
|
4102
|
+
},
|
|
4103
|
+
{
|
|
4104
|
+
"kind": "variable",
|
|
4105
|
+
"name": "foundationAccordionShadowOptions",
|
|
4106
|
+
"type": {
|
|
4107
|
+
"text": "ShadowRootInit"
|
|
4108
|
+
},
|
|
4109
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4110
|
+
},
|
|
4111
|
+
{
|
|
4112
|
+
"kind": "variable",
|
|
4113
|
+
"name": "defaultAccordionConfig",
|
|
4114
|
+
"type": {
|
|
4115
|
+
"text": "object"
|
|
4116
|
+
},
|
|
4117
|
+
"default": "{}"
|
|
4118
|
+
},
|
|
4119
|
+
{
|
|
4120
|
+
"kind": "variable",
|
|
4121
|
+
"name": "foundationAccordion",
|
|
4122
|
+
"description": "The Foundation Accordion",
|
|
4123
|
+
"privacy": "public"
|
|
4124
|
+
}
|
|
4125
|
+
],
|
|
4126
|
+
"exports": [
|
|
4127
|
+
{
|
|
4128
|
+
"kind": "js",
|
|
4129
|
+
"name": "Accordion",
|
|
4130
|
+
"declaration": {
|
|
4131
|
+
"name": "Accordion",
|
|
4132
|
+
"module": "src/accordion/accordion.ts"
|
|
4133
|
+
}
|
|
4134
|
+
},
|
|
4135
|
+
{
|
|
4136
|
+
"kind": "js",
|
|
4137
|
+
"name": "foundationAccordionShadowOptions",
|
|
4138
|
+
"declaration": {
|
|
4139
|
+
"name": "foundationAccordionShadowOptions",
|
|
4140
|
+
"module": "src/accordion/accordion.ts"
|
|
4141
|
+
}
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"kind": "js",
|
|
4145
|
+
"name": "defaultAccordionConfig",
|
|
4146
|
+
"declaration": {
|
|
4147
|
+
"name": "defaultAccordionConfig",
|
|
4148
|
+
"module": "src/accordion/accordion.ts"
|
|
4149
|
+
}
|
|
4150
|
+
},
|
|
4151
|
+
{
|
|
4152
|
+
"kind": "js",
|
|
4153
|
+
"name": "foundationAccordion",
|
|
4154
|
+
"declaration": {
|
|
4155
|
+
"name": "foundationAccordion",
|
|
4156
|
+
"module": "src/accordion/accordion.ts"
|
|
4157
|
+
}
|
|
4158
|
+
}
|
|
4159
|
+
]
|
|
4160
|
+
},
|
|
4161
|
+
{
|
|
4162
|
+
"kind": "javascript-module",
|
|
4163
|
+
"path": "src/accordion/index.ts",
|
|
4164
|
+
"declarations": [],
|
|
4165
|
+
"exports": [
|
|
4166
|
+
{
|
|
4167
|
+
"kind": "js",
|
|
4168
|
+
"name": "*",
|
|
4169
|
+
"declaration": {
|
|
4170
|
+
"name": "*",
|
|
4171
|
+
"package": "./accordion.template"
|
|
4172
|
+
}
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"kind": "js",
|
|
4176
|
+
"name": "*",
|
|
4177
|
+
"declaration": {
|
|
4178
|
+
"name": "*",
|
|
4179
|
+
"package": "./accordion.styles"
|
|
4180
|
+
}
|
|
4181
|
+
},
|
|
4182
|
+
{
|
|
4183
|
+
"kind": "js",
|
|
4184
|
+
"name": "*",
|
|
4185
|
+
"declaration": {
|
|
4186
|
+
"name": "*",
|
|
4187
|
+
"package": "./accordion"
|
|
4188
|
+
}
|
|
4189
|
+
}
|
|
4190
|
+
]
|
|
4191
|
+
},
|
|
4192
4192
|
{
|
|
4193
4193
|
"kind": "javascript-module",
|
|
4194
4194
|
"path": "src/avatar/avatar.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-foreground-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(--foreground-on-accent-rest);\n }\n\n .header .months-arrows {\n display: flex;\n flex-direction: row;\n }\n\n .header .icon-container {\n display: flex;\n width: 25px;\n height: 25px;\n justify-content: center;\n align-items: center;\n cursor: pointer;\n }\n\n .header .icon-container:first-child {\n margin-right: calc(var(--design-unit) * 2px);\n }\n\n .header .prev-month,\n .header .next-month {\n color: var(--foreground-on-accent-rest);\n font-size: 18px;\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(--foreground-on-accent-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: 50%;\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(--foreground-on-accent-rest);\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: (--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,aAwKxC,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-foreground-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,18 +73,31 @@ export const foundationDatePickerStyles = css `
|
|
|
73
73
|
margin: 0;
|
|
74
74
|
text-transform: capitalize;
|
|
75
75
|
font-weight: bold;
|
|
76
|
-
color: var(--
|
|
76
|
+
color: var(--foreground-on-accent-rest);
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.header .
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
min-width: auto;
|
|
79
|
+
.header .months-arrows {
|
|
80
|
+
display: flex;
|
|
81
|
+
flex-direction: row;
|
|
83
82
|
}
|
|
84
83
|
|
|
85
|
-
.header .
|
|
84
|
+
.header .icon-container {
|
|
86
85
|
display: flex;
|
|
87
|
-
|
|
86
|
+
width: 25px;
|
|
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;
|
|
88
101
|
}
|
|
89
102
|
|
|
90
103
|
.week-days {
|
|
@@ -92,7 +105,7 @@ export const foundationDatePickerStyles = css `
|
|
|
92
105
|
grid-template-columns: repeat(7, 1fr);
|
|
93
106
|
grid-gap: 5px;
|
|
94
107
|
margin-bottom: 10px;
|
|
95
|
-
color: var(--
|
|
108
|
+
color: var(--foreground-on-accent-rest);
|
|
96
109
|
}
|
|
97
110
|
|
|
98
111
|
.week-days span {
|
|
@@ -105,7 +118,7 @@ export const foundationDatePickerStyles = css `
|
|
|
105
118
|
}
|
|
106
119
|
|
|
107
120
|
.week-days span.disabled {
|
|
108
|
-
opacity:
|
|
121
|
+
opacity: 50%;
|
|
109
122
|
}
|
|
110
123
|
|
|
111
124
|
.month-days {
|
|
@@ -133,7 +146,7 @@ export const foundationDatePickerStyles = css `
|
|
|
133
146
|
|
|
134
147
|
.month-day.current {
|
|
135
148
|
opacity: 100%;
|
|
136
|
-
color: var(--
|
|
149
|
+
color: var(--foreground-on-accent-rest);
|
|
137
150
|
}
|
|
138
151
|
|
|
139
152
|
.month-day.selected {
|
|
@@ -143,7 +156,7 @@ export const foundationDatePickerStyles = css `
|
|
|
143
156
|
|
|
144
157
|
.month-day:hover:not(:disabled) {
|
|
145
158
|
background: var(--neutral-stroke-hover);
|
|
146
|
-
color:
|
|
159
|
+
color: (--neutral-foreground-rest);
|
|
147
160
|
}
|
|
148
161
|
|
|
149
162
|
.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"></${prefix}-icon>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<${prefix}-icon name="angle-right"></${prefix}-icon>
|
|
22
|
-
|
|
17
|
+
<div class="icon-container" @click="${(x) => x.prevMonth()}">
|
|
18
|
+
<${prefix}-icon name="angle-left" class="prev-month" aria-label="previous month"></${prefix}-icon>
|
|
19
|
+
</div>
|
|
20
|
+
<div class="icon-container" @click="${(x) => x.nextMonth()}">
|
|
21
|
+
<${prefix}-icon name="angle-right" class="next-month" aria-label="next month"></${prefix}-icon>
|
|
22
|
+
</div>
|
|
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.0
|
|
4
|
+
"version": "14.276.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.276.0
|
|
87
|
-
"@genesislcap/genx": "14.276.0
|
|
88
|
-
"@genesislcap/rollup-builder": "14.276.0
|
|
89
|
-
"@genesislcap/ts-builder": "14.276.0
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.276.0
|
|
91
|
-
"@genesislcap/vite-builder": "14.276.0
|
|
92
|
-
"@genesislcap/webpack-builder": "14.276.0
|
|
86
|
+
"@genesislcap/foundation-testing": "14.276.0",
|
|
87
|
+
"@genesislcap/genx": "14.276.0",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.276.0",
|
|
89
|
+
"@genesislcap/ts-builder": "14.276.0",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.276.0",
|
|
91
|
+
"@genesislcap/vite-builder": "14.276.0",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.276.0",
|
|
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.0
|
|
104
|
-
"@genesislcap/foundation-comms": "14.276.0
|
|
105
|
-
"@genesislcap/foundation-criteria": "14.276.0
|
|
106
|
-
"@genesislcap/foundation-errors": "14.276.0
|
|
107
|
-
"@genesislcap/foundation-events": "14.276.0
|
|
108
|
-
"@genesislcap/foundation-logger": "14.276.0
|
|
109
|
-
"@genesislcap/foundation-notifications": "14.276.0
|
|
110
|
-
"@genesislcap/foundation-user": "14.276.0
|
|
111
|
-
"@genesislcap/foundation-utils": "14.276.0
|
|
103
|
+
"@genesislcap/expression-builder": "14.276.0",
|
|
104
|
+
"@genesislcap/foundation-comms": "14.276.0",
|
|
105
|
+
"@genesislcap/foundation-criteria": "14.276.0",
|
|
106
|
+
"@genesislcap/foundation-errors": "14.276.0",
|
|
107
|
+
"@genesislcap/foundation-events": "14.276.0",
|
|
108
|
+
"@genesislcap/foundation-logger": "14.276.0",
|
|
109
|
+
"@genesislcap/foundation-notifications": "14.276.0",
|
|
110
|
+
"@genesislcap/foundation-user": "14.276.0",
|
|
111
|
+
"@genesislcap/foundation-utils": "14.276.0",
|
|
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": "5ece673bf91cdbd37bff15d8125d57c027244c68"
|
|
134
134
|
}
|