@genesislcap/foundation-ui 14.360.1-alpha-ed37658.0 → 14.361.0-tabs-z-index-fix.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.
|
@@ -1263,6 +1263,188 @@
|
|
|
1263
1263
|
}
|
|
1264
1264
|
]
|
|
1265
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
"kind": "javascript-module",
|
|
1268
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1269
|
+
"declarations": [
|
|
1270
|
+
{
|
|
1271
|
+
"kind": "function",
|
|
1272
|
+
"name": "foundationAccordionStyles",
|
|
1273
|
+
"return": {
|
|
1274
|
+
"type": {
|
|
1275
|
+
"text": "ElementStyles"
|
|
1276
|
+
}
|
|
1277
|
+
},
|
|
1278
|
+
"parameters": [
|
|
1279
|
+
{
|
|
1280
|
+
"name": "context",
|
|
1281
|
+
"type": {
|
|
1282
|
+
"text": "ElementDefinitionContext"
|
|
1283
|
+
}
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "definition",
|
|
1287
|
+
"type": {
|
|
1288
|
+
"text": "FoundationElementDefinition"
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
]
|
|
1292
|
+
}
|
|
1293
|
+
],
|
|
1294
|
+
"exports": [
|
|
1295
|
+
{
|
|
1296
|
+
"kind": "js",
|
|
1297
|
+
"name": "foundationAccordionStyles",
|
|
1298
|
+
"declaration": {
|
|
1299
|
+
"name": "foundationAccordionStyles",
|
|
1300
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1301
|
+
}
|
|
1302
|
+
}
|
|
1303
|
+
]
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
"kind": "javascript-module",
|
|
1307
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1308
|
+
"declarations": [
|
|
1309
|
+
{
|
|
1310
|
+
"kind": "function",
|
|
1311
|
+
"name": "foundationAccordionTemplate",
|
|
1312
|
+
"return": {
|
|
1313
|
+
"type": {
|
|
1314
|
+
"text": "ViewTemplate<Accordion>"
|
|
1315
|
+
}
|
|
1316
|
+
},
|
|
1317
|
+
"parameters": [
|
|
1318
|
+
{
|
|
1319
|
+
"name": "context",
|
|
1320
|
+
"type": {
|
|
1321
|
+
"text": "ElementDefinitionContext"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "definition",
|
|
1326
|
+
"type": {
|
|
1327
|
+
"text": "FoundationElementDefinition"
|
|
1328
|
+
}
|
|
1329
|
+
}
|
|
1330
|
+
]
|
|
1331
|
+
}
|
|
1332
|
+
],
|
|
1333
|
+
"exports": [
|
|
1334
|
+
{
|
|
1335
|
+
"kind": "js",
|
|
1336
|
+
"name": "foundationAccordionTemplate",
|
|
1337
|
+
"declaration": {
|
|
1338
|
+
"name": "foundationAccordionTemplate",
|
|
1339
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
]
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "javascript-module",
|
|
1346
|
+
"path": "src/accordion/accordion.ts",
|
|
1347
|
+
"declarations": [
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "class",
|
|
1350
|
+
"description": "",
|
|
1351
|
+
"name": "Accordion",
|
|
1352
|
+
"superclass": {
|
|
1353
|
+
"name": "FASTAccordion",
|
|
1354
|
+
"package": "@microsoft/fast-foundation"
|
|
1355
|
+
},
|
|
1356
|
+
"tagName": "%%prefix%%-accordion",
|
|
1357
|
+
"customElement": true
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"kind": "variable",
|
|
1361
|
+
"name": "foundationAccordionShadowOptions",
|
|
1362
|
+
"type": {
|
|
1363
|
+
"text": "ShadowRootInit"
|
|
1364
|
+
},
|
|
1365
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
"kind": "variable",
|
|
1369
|
+
"name": "defaultAccordionConfig",
|
|
1370
|
+
"type": {
|
|
1371
|
+
"text": "object"
|
|
1372
|
+
},
|
|
1373
|
+
"default": "{}"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"kind": "variable",
|
|
1377
|
+
"name": "foundationAccordion",
|
|
1378
|
+
"description": "The Foundation Accordion",
|
|
1379
|
+
"privacy": "public"
|
|
1380
|
+
}
|
|
1381
|
+
],
|
|
1382
|
+
"exports": [
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "js",
|
|
1385
|
+
"name": "Accordion",
|
|
1386
|
+
"declaration": {
|
|
1387
|
+
"name": "Accordion",
|
|
1388
|
+
"module": "src/accordion/accordion.ts"
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "js",
|
|
1393
|
+
"name": "foundationAccordionShadowOptions",
|
|
1394
|
+
"declaration": {
|
|
1395
|
+
"name": "foundationAccordionShadowOptions",
|
|
1396
|
+
"module": "src/accordion/accordion.ts"
|
|
1397
|
+
}
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "js",
|
|
1401
|
+
"name": "defaultAccordionConfig",
|
|
1402
|
+
"declaration": {
|
|
1403
|
+
"name": "defaultAccordionConfig",
|
|
1404
|
+
"module": "src/accordion/accordion.ts"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "foundationAccordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "foundationAccordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
}
|
|
1415
|
+
]
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "javascript-module",
|
|
1419
|
+
"path": "src/accordion/index.ts",
|
|
1420
|
+
"declarations": [],
|
|
1421
|
+
"exports": [
|
|
1422
|
+
{
|
|
1423
|
+
"kind": "js",
|
|
1424
|
+
"name": "*",
|
|
1425
|
+
"declaration": {
|
|
1426
|
+
"name": "*",
|
|
1427
|
+
"package": "./accordion.template"
|
|
1428
|
+
}
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "*",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "*",
|
|
1435
|
+
"package": "./accordion.styles"
|
|
1436
|
+
}
|
|
1437
|
+
},
|
|
1438
|
+
{
|
|
1439
|
+
"kind": "js",
|
|
1440
|
+
"name": "*",
|
|
1441
|
+
"declaration": {
|
|
1442
|
+
"name": "*",
|
|
1443
|
+
"package": "./accordion"
|
|
1444
|
+
}
|
|
1445
|
+
}
|
|
1446
|
+
]
|
|
1447
|
+
},
|
|
1266
1448
|
{
|
|
1267
1449
|
"kind": "javascript-module",
|
|
1268
1450
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1657,6 +1839,37 @@
|
|
|
1657
1839
|
}
|
|
1658
1840
|
]
|
|
1659
1841
|
},
|
|
1842
|
+
{
|
|
1843
|
+
"kind": "javascript-module",
|
|
1844
|
+
"path": "src/_config/index.ts",
|
|
1845
|
+
"declarations": [],
|
|
1846
|
+
"exports": [
|
|
1847
|
+
{
|
|
1848
|
+
"kind": "js",
|
|
1849
|
+
"name": "*",
|
|
1850
|
+
"declaration": {
|
|
1851
|
+
"name": "*",
|
|
1852
|
+
"package": "./styles"
|
|
1853
|
+
}
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
"kind": "js",
|
|
1857
|
+
"name": "*",
|
|
1858
|
+
"declaration": {
|
|
1859
|
+
"name": "*",
|
|
1860
|
+
"package": "./tokens"
|
|
1861
|
+
}
|
|
1862
|
+
},
|
|
1863
|
+
{
|
|
1864
|
+
"kind": "js",
|
|
1865
|
+
"name": "*",
|
|
1866
|
+
"declaration": {
|
|
1867
|
+
"name": "*",
|
|
1868
|
+
"package": "./values"
|
|
1869
|
+
}
|
|
1870
|
+
}
|
|
1871
|
+
]
|
|
1872
|
+
},
|
|
1660
1873
|
{
|
|
1661
1874
|
"kind": "javascript-module",
|
|
1662
1875
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -4326,219 +4539,6 @@
|
|
|
4326
4539
|
}
|
|
4327
4540
|
]
|
|
4328
4541
|
},
|
|
4329
|
-
{
|
|
4330
|
-
"kind": "javascript-module",
|
|
4331
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
4332
|
-
"declarations": [
|
|
4333
|
-
{
|
|
4334
|
-
"kind": "function",
|
|
4335
|
-
"name": "foundationAccordionStyles",
|
|
4336
|
-
"return": {
|
|
4337
|
-
"type": {
|
|
4338
|
-
"text": "ElementStyles"
|
|
4339
|
-
}
|
|
4340
|
-
},
|
|
4341
|
-
"parameters": [
|
|
4342
|
-
{
|
|
4343
|
-
"name": "context",
|
|
4344
|
-
"type": {
|
|
4345
|
-
"text": "ElementDefinitionContext"
|
|
4346
|
-
}
|
|
4347
|
-
},
|
|
4348
|
-
{
|
|
4349
|
-
"name": "definition",
|
|
4350
|
-
"type": {
|
|
4351
|
-
"text": "FoundationElementDefinition"
|
|
4352
|
-
}
|
|
4353
|
-
}
|
|
4354
|
-
]
|
|
4355
|
-
}
|
|
4356
|
-
],
|
|
4357
|
-
"exports": [
|
|
4358
|
-
{
|
|
4359
|
-
"kind": "js",
|
|
4360
|
-
"name": "foundationAccordionStyles",
|
|
4361
|
-
"declaration": {
|
|
4362
|
-
"name": "foundationAccordionStyles",
|
|
4363
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4364
|
-
}
|
|
4365
|
-
}
|
|
4366
|
-
]
|
|
4367
|
-
},
|
|
4368
|
-
{
|
|
4369
|
-
"kind": "javascript-module",
|
|
4370
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4371
|
-
"declarations": [
|
|
4372
|
-
{
|
|
4373
|
-
"kind": "function",
|
|
4374
|
-
"name": "foundationAccordionTemplate",
|
|
4375
|
-
"return": {
|
|
4376
|
-
"type": {
|
|
4377
|
-
"text": "ViewTemplate<Accordion>"
|
|
4378
|
-
}
|
|
4379
|
-
},
|
|
4380
|
-
"parameters": [
|
|
4381
|
-
{
|
|
4382
|
-
"name": "context",
|
|
4383
|
-
"type": {
|
|
4384
|
-
"text": "ElementDefinitionContext"
|
|
4385
|
-
}
|
|
4386
|
-
},
|
|
4387
|
-
{
|
|
4388
|
-
"name": "definition",
|
|
4389
|
-
"type": {
|
|
4390
|
-
"text": "FoundationElementDefinition"
|
|
4391
|
-
}
|
|
4392
|
-
}
|
|
4393
|
-
]
|
|
4394
|
-
}
|
|
4395
|
-
],
|
|
4396
|
-
"exports": [
|
|
4397
|
-
{
|
|
4398
|
-
"kind": "js",
|
|
4399
|
-
"name": "foundationAccordionTemplate",
|
|
4400
|
-
"declaration": {
|
|
4401
|
-
"name": "foundationAccordionTemplate",
|
|
4402
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4403
|
-
}
|
|
4404
|
-
}
|
|
4405
|
-
]
|
|
4406
|
-
},
|
|
4407
|
-
{
|
|
4408
|
-
"kind": "javascript-module",
|
|
4409
|
-
"path": "src/accordion/accordion.ts",
|
|
4410
|
-
"declarations": [
|
|
4411
|
-
{
|
|
4412
|
-
"kind": "class",
|
|
4413
|
-
"description": "",
|
|
4414
|
-
"name": "Accordion",
|
|
4415
|
-
"superclass": {
|
|
4416
|
-
"name": "FASTAccordion",
|
|
4417
|
-
"package": "@microsoft/fast-foundation"
|
|
4418
|
-
},
|
|
4419
|
-
"tagName": "%%prefix%%-accordion",
|
|
4420
|
-
"customElement": true
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"kind": "variable",
|
|
4424
|
-
"name": "foundationAccordionShadowOptions",
|
|
4425
|
-
"type": {
|
|
4426
|
-
"text": "ShadowRootInit"
|
|
4427
|
-
},
|
|
4428
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4429
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"kind": "variable",
|
|
4432
|
-
"name": "defaultAccordionConfig",
|
|
4433
|
-
"type": {
|
|
4434
|
-
"text": "object"
|
|
4435
|
-
},
|
|
4436
|
-
"default": "{}"
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "variable",
|
|
4440
|
-
"name": "foundationAccordion",
|
|
4441
|
-
"description": "The Foundation Accordion",
|
|
4442
|
-
"privacy": "public"
|
|
4443
|
-
}
|
|
4444
|
-
],
|
|
4445
|
-
"exports": [
|
|
4446
|
-
{
|
|
4447
|
-
"kind": "js",
|
|
4448
|
-
"name": "Accordion",
|
|
4449
|
-
"declaration": {
|
|
4450
|
-
"name": "Accordion",
|
|
4451
|
-
"module": "src/accordion/accordion.ts"
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"kind": "js",
|
|
4456
|
-
"name": "foundationAccordionShadowOptions",
|
|
4457
|
-
"declaration": {
|
|
4458
|
-
"name": "foundationAccordionShadowOptions",
|
|
4459
|
-
"module": "src/accordion/accordion.ts"
|
|
4460
|
-
}
|
|
4461
|
-
},
|
|
4462
|
-
{
|
|
4463
|
-
"kind": "js",
|
|
4464
|
-
"name": "defaultAccordionConfig",
|
|
4465
|
-
"declaration": {
|
|
4466
|
-
"name": "defaultAccordionConfig",
|
|
4467
|
-
"module": "src/accordion/accordion.ts"
|
|
4468
|
-
}
|
|
4469
|
-
},
|
|
4470
|
-
{
|
|
4471
|
-
"kind": "js",
|
|
4472
|
-
"name": "foundationAccordion",
|
|
4473
|
-
"declaration": {
|
|
4474
|
-
"name": "foundationAccordion",
|
|
4475
|
-
"module": "src/accordion/accordion.ts"
|
|
4476
|
-
}
|
|
4477
|
-
}
|
|
4478
|
-
]
|
|
4479
|
-
},
|
|
4480
|
-
{
|
|
4481
|
-
"kind": "javascript-module",
|
|
4482
|
-
"path": "src/accordion/index.ts",
|
|
4483
|
-
"declarations": [],
|
|
4484
|
-
"exports": [
|
|
4485
|
-
{
|
|
4486
|
-
"kind": "js",
|
|
4487
|
-
"name": "*",
|
|
4488
|
-
"declaration": {
|
|
4489
|
-
"name": "*",
|
|
4490
|
-
"package": "./accordion.template"
|
|
4491
|
-
}
|
|
4492
|
-
},
|
|
4493
|
-
{
|
|
4494
|
-
"kind": "js",
|
|
4495
|
-
"name": "*",
|
|
4496
|
-
"declaration": {
|
|
4497
|
-
"name": "*",
|
|
4498
|
-
"package": "./accordion.styles"
|
|
4499
|
-
}
|
|
4500
|
-
},
|
|
4501
|
-
{
|
|
4502
|
-
"kind": "js",
|
|
4503
|
-
"name": "*",
|
|
4504
|
-
"declaration": {
|
|
4505
|
-
"name": "*",
|
|
4506
|
-
"package": "./accordion"
|
|
4507
|
-
}
|
|
4508
|
-
}
|
|
4509
|
-
]
|
|
4510
|
-
},
|
|
4511
|
-
{
|
|
4512
|
-
"kind": "javascript-module",
|
|
4513
|
-
"path": "src/_config/index.ts",
|
|
4514
|
-
"declarations": [],
|
|
4515
|
-
"exports": [
|
|
4516
|
-
{
|
|
4517
|
-
"kind": "js",
|
|
4518
|
-
"name": "*",
|
|
4519
|
-
"declaration": {
|
|
4520
|
-
"name": "*",
|
|
4521
|
-
"package": "./styles"
|
|
4522
|
-
}
|
|
4523
|
-
},
|
|
4524
|
-
{
|
|
4525
|
-
"kind": "js",
|
|
4526
|
-
"name": "*",
|
|
4527
|
-
"declaration": {
|
|
4528
|
-
"name": "*",
|
|
4529
|
-
"package": "./tokens"
|
|
4530
|
-
}
|
|
4531
|
-
},
|
|
4532
|
-
{
|
|
4533
|
-
"kind": "js",
|
|
4534
|
-
"name": "*",
|
|
4535
|
-
"declaration": {
|
|
4536
|
-
"name": "*",
|
|
4537
|
-
"package": "./values"
|
|
4538
|
-
}
|
|
4539
|
-
}
|
|
4540
|
-
]
|
|
4541
|
-
},
|
|
4542
4542
|
{
|
|
4543
4543
|
"kind": "javascript-module",
|
|
4544
4544
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -13267,7 +13267,7 @@
|
|
|
13267
13267
|
"type": {
|
|
13268
13268
|
"text": "ElementStyles"
|
|
13269
13269
|
},
|
|
13270
|
-
"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`"
|
|
13270
|
+
"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 z-index: auto;\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`"
|
|
13271
13271
|
}
|
|
13272
13272
|
],
|
|
13273
13273
|
"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,aA4JxC,CAAC"}
|
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.
|
|
4
|
+
"version": "14.361.0-tabs-z-index-fix.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.
|
|
87
|
-
"@genesislcap/genx": "14.
|
|
88
|
-
"@genesislcap/rollup-builder": "14.
|
|
89
|
-
"@genesislcap/ts-builder": "14.
|
|
90
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
91
|
-
"@genesislcap/vite-builder": "14.
|
|
92
|
-
"@genesislcap/webpack-builder": "14.
|
|
86
|
+
"@genesislcap/foundation-testing": "14.361.0-tabs-z-index-fix.1",
|
|
87
|
+
"@genesislcap/genx": "14.361.0-tabs-z-index-fix.1",
|
|
88
|
+
"@genesislcap/rollup-builder": "14.361.0-tabs-z-index-fix.1",
|
|
89
|
+
"@genesislcap/ts-builder": "14.361.0-tabs-z-index-fix.1",
|
|
90
|
+
"@genesislcap/uvu-playwright-builder": "14.361.0-tabs-z-index-fix.1",
|
|
91
|
+
"@genesislcap/vite-builder": "14.361.0-tabs-z-index-fix.1",
|
|
92
|
+
"@genesislcap/webpack-builder": "14.361.0-tabs-z-index-fix.1",
|
|
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.
|
|
102
|
-
"@genesislcap/foundation-comms": "14.
|
|
103
|
-
"@genesislcap/foundation-criteria": "14.
|
|
104
|
-
"@genesislcap/foundation-errors": "14.
|
|
105
|
-
"@genesislcap/foundation-events": "14.
|
|
106
|
-
"@genesislcap/foundation-logger": "14.
|
|
107
|
-
"@genesislcap/foundation-notifications": "14.
|
|
108
|
-
"@genesislcap/foundation-user": "14.
|
|
109
|
-
"@genesislcap/foundation-utils": "14.
|
|
101
|
+
"@genesislcap/expression-builder": "14.361.0-tabs-z-index-fix.1",
|
|
102
|
+
"@genesislcap/foundation-comms": "14.361.0-tabs-z-index-fix.1",
|
|
103
|
+
"@genesislcap/foundation-criteria": "14.361.0-tabs-z-index-fix.1",
|
|
104
|
+
"@genesislcap/foundation-errors": "14.361.0-tabs-z-index-fix.1",
|
|
105
|
+
"@genesislcap/foundation-events": "14.361.0-tabs-z-index-fix.1",
|
|
106
|
+
"@genesislcap/foundation-logger": "14.361.0-tabs-z-index-fix.1",
|
|
107
|
+
"@genesislcap/foundation-notifications": "14.361.0-tabs-z-index-fix.1",
|
|
108
|
+
"@genesislcap/foundation-user": "14.361.0-tabs-z-index-fix.1",
|
|
109
|
+
"@genesislcap/foundation-utils": "14.361.0-tabs-z-index-fix.1",
|
|
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": "
|
|
131
|
+
"gitHead": "8a18123c074a0efc1d31001f727db495f042d60c"
|
|
132
132
|
}
|