@beweco/aurora-ui 0.6.3 → 0.6.5
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.
- package/dist/assets/css/styles.css +1 -1
- package/dist/index.cjs.js +274 -114
- package/dist/index.esm.js +274 -114
- package/dist/types/contexts/theme/theme-context.type.d.ts +1 -1
- package/dist/types/contexts/theme/theme-context.type.d.ts.map +1 -1
- package/dist/types/providers/theme/hex-to-theme-color.d.ts.map +1 -1
- package/dist/types/providers/theme/theme.utils.d.ts +11 -0
- package/dist/types/providers/theme/theme.utils.d.ts.map +1 -1
- package/dist/types/styles/colors.default.d.ts +154 -0
- package/dist/types/styles/colors.default.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1327,76 +1327,76 @@ var themeColors = {
|
|
|
1327
1327
|
extend: "light",
|
|
1328
1328
|
colors: {
|
|
1329
1329
|
primary: {
|
|
1330
|
-
"50": "#
|
|
1331
|
-
"100": "#
|
|
1332
|
-
"200": "#
|
|
1333
|
-
"300": "#
|
|
1334
|
-
"400": "#
|
|
1335
|
-
"500": "#
|
|
1336
|
-
"600": "#
|
|
1337
|
-
"700": "#
|
|
1338
|
-
"800": "#
|
|
1339
|
-
"900": "#
|
|
1340
|
-
foreground: "#
|
|
1341
|
-
DEFAULT: "#
|
|
1330
|
+
"50": "#ebf4fe",
|
|
1331
|
+
"100": "#cfe4fe",
|
|
1332
|
+
"200": "#b3d4fd",
|
|
1333
|
+
"300": "#98c5fc",
|
|
1334
|
+
"400": "#7cb5fb",
|
|
1335
|
+
"500": "#60a5fa",
|
|
1336
|
+
"600": "#4f88ce",
|
|
1337
|
+
"700": "#3e6ba3",
|
|
1338
|
+
"800": "#2e4e77",
|
|
1339
|
+
"900": "#1d324b",
|
|
1340
|
+
foreground: "#000",
|
|
1341
|
+
DEFAULT: "#60a5fa",
|
|
1342
1342
|
},
|
|
1343
1343
|
secondary: {
|
|
1344
|
-
"50": "#
|
|
1345
|
-
"100": "#
|
|
1346
|
-
"200": "#
|
|
1347
|
-
"300": "#
|
|
1348
|
-
"400": "#
|
|
1349
|
-
"500": "#
|
|
1350
|
-
"600": "#
|
|
1351
|
-
"700": "#
|
|
1352
|
-
"800": "#
|
|
1353
|
-
"900": "#
|
|
1344
|
+
"50": "#fef9f3",
|
|
1345
|
+
"100": "#fef1e2",
|
|
1346
|
+
"200": "#fde9d1",
|
|
1347
|
+
"300": "#fce1c0",
|
|
1348
|
+
"400": "#fbd9af",
|
|
1349
|
+
"500": "#fad19e",
|
|
1350
|
+
"600": "#ceac82",
|
|
1351
|
+
"700": "#a38867",
|
|
1352
|
+
"800": "#77634b",
|
|
1353
|
+
"900": "#4b3f2f",
|
|
1354
1354
|
foreground: "#000",
|
|
1355
|
-
DEFAULT: "#
|
|
1355
|
+
DEFAULT: "#fad19e",
|
|
1356
1356
|
},
|
|
1357
1357
|
success: {
|
|
1358
|
-
"50": "#
|
|
1359
|
-
"100": "#
|
|
1360
|
-
"200": "#
|
|
1361
|
-
"300": "#
|
|
1362
|
-
"400": "#
|
|
1363
|
-
"500": "#
|
|
1364
|
-
"600": "#
|
|
1365
|
-
"700": "#
|
|
1366
|
-
"800": "#
|
|
1367
|
-
"900": "#
|
|
1358
|
+
"50": "#eef8f2",
|
|
1359
|
+
"100": "#d7efe0",
|
|
1360
|
+
"200": "#c0e6ce",
|
|
1361
|
+
"300": "#a9ddbb",
|
|
1362
|
+
"400": "#91d3a9",
|
|
1363
|
+
"500": "#7aca97",
|
|
1364
|
+
"600": "#65a77d",
|
|
1365
|
+
"700": "#4f8362",
|
|
1366
|
+
"800": "#3a6048",
|
|
1367
|
+
"900": "#253d2d",
|
|
1368
1368
|
foreground: "#000",
|
|
1369
|
-
DEFAULT: "#
|
|
1369
|
+
DEFAULT: "#7aca97",
|
|
1370
1370
|
},
|
|
1371
1371
|
warning: {
|
|
1372
|
-
"50": "#
|
|
1373
|
-
"100": "#
|
|
1374
|
-
"200": "#
|
|
1375
|
-
"300": "#
|
|
1376
|
-
"400": "#
|
|
1377
|
-
"500": "#
|
|
1378
|
-
"600": "#
|
|
1379
|
-
"700": "#
|
|
1380
|
-
"800": "#
|
|
1381
|
-
"900": "#
|
|
1372
|
+
"50": "#fff4ef",
|
|
1373
|
+
"100": "#ffe3d8",
|
|
1374
|
+
"200": "#ffd3c1",
|
|
1375
|
+
"300": "#ffc3aa",
|
|
1376
|
+
"400": "#ffb393",
|
|
1377
|
+
"500": "#ffa37c",
|
|
1378
|
+
"600": "#d28666",
|
|
1379
|
+
"700": "#a66a51",
|
|
1380
|
+
"800": "#794d3b",
|
|
1381
|
+
"900": "#4d3125",
|
|
1382
1382
|
foreground: "#000",
|
|
1383
|
-
DEFAULT: "#
|
|
1383
|
+
DEFAULT: "#ffa37c",
|
|
1384
1384
|
},
|
|
1385
1385
|
danger: {
|
|
1386
|
-
"50": "#
|
|
1387
|
-
"100": "#
|
|
1388
|
-
"200": "#
|
|
1389
|
-
"300": "#
|
|
1390
|
-
"400": "#
|
|
1391
|
-
"500": "#
|
|
1392
|
-
"600": "#
|
|
1393
|
-
"700": "#
|
|
1394
|
-
"800": "#
|
|
1395
|
-
"900": "#
|
|
1386
|
+
"50": "#fdecec",
|
|
1387
|
+
"100": "#fbd2d2",
|
|
1388
|
+
"200": "#f8b8b8",
|
|
1389
|
+
"300": "#f69e9e",
|
|
1390
|
+
"400": "#f38383",
|
|
1391
|
+
"500": "#f16969",
|
|
1392
|
+
"600": "#c75757",
|
|
1393
|
+
"700": "#9d4444",
|
|
1394
|
+
"800": "#723232",
|
|
1395
|
+
"900": "#482020",
|
|
1396
1396
|
foreground: "#000",
|
|
1397
|
-
DEFAULT: "#
|
|
1397
|
+
DEFAULT: "#f16969",
|
|
1398
1398
|
},
|
|
1399
|
-
focus: "#
|
|
1399
|
+
focus: "#006FEE",
|
|
1400
1400
|
overlay: "#ffffff",
|
|
1401
1401
|
},
|
|
1402
1402
|
},
|
|
@@ -1404,76 +1404,230 @@ var themeColors = {
|
|
|
1404
1404
|
extend: "dark",
|
|
1405
1405
|
colors: {
|
|
1406
1406
|
primary: {
|
|
1407
|
-
"50": "#
|
|
1408
|
-
"100": "#
|
|
1409
|
-
"200": "#
|
|
1410
|
-
"300": "#
|
|
1411
|
-
"400": "#
|
|
1412
|
-
"500": "#
|
|
1413
|
-
"600": "#
|
|
1414
|
-
"700": "#
|
|
1415
|
-
"800": "#
|
|
1416
|
-
"900": "#
|
|
1417
|
-
foreground: "#
|
|
1418
|
-
DEFAULT: "#
|
|
1407
|
+
"50": "#1d324b",
|
|
1408
|
+
"100": "#2e4e77",
|
|
1409
|
+
"200": "#3e6ba3",
|
|
1410
|
+
"300": "#4f88ce",
|
|
1411
|
+
"400": "#60a5fa",
|
|
1412
|
+
"500": "#7cb5fb",
|
|
1413
|
+
"600": "#98c5fc",
|
|
1414
|
+
"700": "#b3d4fd",
|
|
1415
|
+
"800": "#cfe4fe",
|
|
1416
|
+
"900": "#ebf4fe",
|
|
1417
|
+
foreground: "#000",
|
|
1418
|
+
DEFAULT: "#60a5fa",
|
|
1419
|
+
},
|
|
1420
|
+
secondary: {
|
|
1421
|
+
"50": "#4b3f2f",
|
|
1422
|
+
"100": "#77634b",
|
|
1423
|
+
"200": "#a38867",
|
|
1424
|
+
"300": "#ceac82",
|
|
1425
|
+
"400": "#fad19e",
|
|
1426
|
+
"500": "#fbd9af",
|
|
1427
|
+
"600": "#fce1c0",
|
|
1428
|
+
"700": "#fde9d1",
|
|
1429
|
+
"800": "#fef1e2",
|
|
1430
|
+
"900": "#fef9f3",
|
|
1431
|
+
foreground: "#000",
|
|
1432
|
+
DEFAULT: "#fad19e",
|
|
1433
|
+
},
|
|
1434
|
+
success: {
|
|
1435
|
+
"50": "#253d2d",
|
|
1436
|
+
"100": "#3a6048",
|
|
1437
|
+
"200": "#4f8362",
|
|
1438
|
+
"300": "#65a77d",
|
|
1439
|
+
"400": "#7aca97",
|
|
1440
|
+
"500": "#91d3a9",
|
|
1441
|
+
"600": "#a9ddbb",
|
|
1442
|
+
"700": "#c0e6ce",
|
|
1443
|
+
"800": "#d7efe0",
|
|
1444
|
+
"900": "#eef8f2",
|
|
1445
|
+
foreground: "#000",
|
|
1446
|
+
DEFAULT: "#7aca97",
|
|
1447
|
+
},
|
|
1448
|
+
warning: {
|
|
1449
|
+
"50": "#4d3125",
|
|
1450
|
+
"100": "#794d3b",
|
|
1451
|
+
"200": "#a66a51",
|
|
1452
|
+
"300": "#d28666",
|
|
1453
|
+
"400": "#ffa37c",
|
|
1454
|
+
"500": "#ffb393",
|
|
1455
|
+
"600": "#ffc3aa",
|
|
1456
|
+
"700": "#ffd3c1",
|
|
1457
|
+
"800": "#ffe3d8",
|
|
1458
|
+
"900": "#fff4ef",
|
|
1459
|
+
foreground: "#000",
|
|
1460
|
+
DEFAULT: "#ffa37c",
|
|
1461
|
+
},
|
|
1462
|
+
danger: {
|
|
1463
|
+
"50": "#482020",
|
|
1464
|
+
"100": "#723232",
|
|
1465
|
+
"200": "#9d4444",
|
|
1466
|
+
"300": "#c75757",
|
|
1467
|
+
"400": "#f16969",
|
|
1468
|
+
"500": "#f38383",
|
|
1469
|
+
"600": "#f69e9e",
|
|
1470
|
+
"700": "#f8b8b8",
|
|
1471
|
+
"800": "#fbd2d2",
|
|
1472
|
+
"900": "#fdecec",
|
|
1473
|
+
foreground: "#000",
|
|
1474
|
+
DEFAULT: "#f16969",
|
|
1475
|
+
},
|
|
1476
|
+
focus: "#006FEE",
|
|
1477
|
+
overlay: "#000000",
|
|
1478
|
+
},
|
|
1479
|
+
},
|
|
1480
|
+
"oceanMint-light": {
|
|
1481
|
+
extend: "light",
|
|
1482
|
+
colors: {
|
|
1483
|
+
primary: {
|
|
1484
|
+
"50": "#e4f4fc",
|
|
1485
|
+
"100": "#bee4f7",
|
|
1486
|
+
"200": "#98d4f3",
|
|
1487
|
+
"300": "#72c5ee",
|
|
1488
|
+
"400": "#4cb5ea",
|
|
1489
|
+
"500": "#26a5e5",
|
|
1490
|
+
"600": "#1f88bd",
|
|
1491
|
+
"700": "#196b95",
|
|
1492
|
+
"800": "#124e6d",
|
|
1493
|
+
"900": "#0b3245",
|
|
1494
|
+
foreground: "#000",
|
|
1495
|
+
DEFAULT: "#26a5e5",
|
|
1496
|
+
},
|
|
1497
|
+
secondary: {
|
|
1498
|
+
"50": "#e2fdf2",
|
|
1499
|
+
"100": "#bafae0",
|
|
1500
|
+
"200": "#92f7cd",
|
|
1501
|
+
"300": "#6af5bb",
|
|
1502
|
+
"400": "#42f2a8",
|
|
1503
|
+
"500": "#1aef96",
|
|
1504
|
+
"600": "#15c57c",
|
|
1505
|
+
"700": "#119b62",
|
|
1506
|
+
"800": "#0c7247",
|
|
1507
|
+
"900": "#08482d",
|
|
1508
|
+
foreground: "#000",
|
|
1509
|
+
DEFAULT: "#1aef96",
|
|
1510
|
+
},
|
|
1511
|
+
success: {
|
|
1512
|
+
"50": "#e2f8ec",
|
|
1513
|
+
"100": "#b9efd1",
|
|
1514
|
+
"200": "#91e5b5",
|
|
1515
|
+
"300": "#68dc9a",
|
|
1516
|
+
"400": "#40d27f",
|
|
1517
|
+
"500": "#17c964",
|
|
1518
|
+
"600": "#13a653",
|
|
1519
|
+
"700": "#0f8341",
|
|
1520
|
+
"800": "#0b5f30",
|
|
1521
|
+
"900": "#073c1e",
|
|
1522
|
+
foreground: "#000",
|
|
1523
|
+
DEFAULT: "#17c964",
|
|
1524
|
+
},
|
|
1525
|
+
warning: {
|
|
1526
|
+
"50": "#fef4e4",
|
|
1527
|
+
"100": "#fce4bd",
|
|
1528
|
+
"200": "#fad497",
|
|
1529
|
+
"300": "#f9c571",
|
|
1530
|
+
"400": "#f7b54a",
|
|
1531
|
+
"500": "#f5a524",
|
|
1532
|
+
"600": "#ca881e",
|
|
1533
|
+
"700": "#9f6b17",
|
|
1534
|
+
"800": "#744e11",
|
|
1535
|
+
"900": "#4a320b",
|
|
1536
|
+
foreground: "#000",
|
|
1537
|
+
DEFAULT: "#f5a524",
|
|
1538
|
+
},
|
|
1539
|
+
danger: {
|
|
1540
|
+
"50": "#fee1eb",
|
|
1541
|
+
"100": "#fbb8cf",
|
|
1542
|
+
"200": "#f98eb3",
|
|
1543
|
+
"300": "#f76598",
|
|
1544
|
+
"400": "#f53b7c",
|
|
1545
|
+
"500": "#f31260",
|
|
1546
|
+
"600": "#c80f4f",
|
|
1547
|
+
"700": "#9e0c3e",
|
|
1548
|
+
"800": "#73092e",
|
|
1549
|
+
"900": "#49051d",
|
|
1550
|
+
foreground: "#000",
|
|
1551
|
+
DEFAULT: "#f31260",
|
|
1552
|
+
},
|
|
1553
|
+
focus: "#006FEE",
|
|
1554
|
+
overlay: "#ffffff",
|
|
1555
|
+
},
|
|
1556
|
+
},
|
|
1557
|
+
"oceanMint-dark": {
|
|
1558
|
+
extend: "dark",
|
|
1559
|
+
colors: {
|
|
1560
|
+
primary: {
|
|
1561
|
+
"50": "#0b3245",
|
|
1562
|
+
"100": "#124e6d",
|
|
1563
|
+
"200": "#196b95",
|
|
1564
|
+
"300": "#1f88bd",
|
|
1565
|
+
"400": "#26a5e5",
|
|
1566
|
+
"500": "#4cb5ea",
|
|
1567
|
+
"600": "#72c5ee",
|
|
1568
|
+
"700": "#98d4f3",
|
|
1569
|
+
"800": "#bee4f7",
|
|
1570
|
+
"900": "#e4f4fc",
|
|
1571
|
+
foreground: "#000",
|
|
1572
|
+
DEFAULT: "#26a5e5",
|
|
1419
1573
|
},
|
|
1420
1574
|
secondary: {
|
|
1421
|
-
"50": "#
|
|
1422
|
-
"100": "#
|
|
1423
|
-
"200": "#
|
|
1424
|
-
"300": "#
|
|
1425
|
-
"400": "#
|
|
1426
|
-
"500": "#
|
|
1427
|
-
"600": "#
|
|
1428
|
-
"700": "#
|
|
1429
|
-
"800": "#
|
|
1430
|
-
"900": "#
|
|
1575
|
+
"50": "#08482d",
|
|
1576
|
+
"100": "#0c7247",
|
|
1577
|
+
"200": "#119b62",
|
|
1578
|
+
"300": "#15c57c",
|
|
1579
|
+
"400": "#1aef96",
|
|
1580
|
+
"500": "#42f2a8",
|
|
1581
|
+
"600": "#6af5bb",
|
|
1582
|
+
"700": "#92f7cd",
|
|
1583
|
+
"800": "#bafae0",
|
|
1584
|
+
"900": "#e2fdf2",
|
|
1431
1585
|
foreground: "#000",
|
|
1432
|
-
DEFAULT: "#
|
|
1586
|
+
DEFAULT: "#1aef96",
|
|
1433
1587
|
},
|
|
1434
1588
|
success: {
|
|
1435
|
-
"50": "#
|
|
1436
|
-
"100": "#
|
|
1437
|
-
"200": "#
|
|
1438
|
-
"300": "#
|
|
1439
|
-
"400": "#
|
|
1440
|
-
"500": "#
|
|
1441
|
-
"600": "#
|
|
1442
|
-
"700": "#
|
|
1443
|
-
"800": "#
|
|
1444
|
-
"900": "#
|
|
1589
|
+
"50": "#073c1e",
|
|
1590
|
+
"100": "#0b5f30",
|
|
1591
|
+
"200": "#0f8341",
|
|
1592
|
+
"300": "#13a653",
|
|
1593
|
+
"400": "#17c964",
|
|
1594
|
+
"500": "#40d27f",
|
|
1595
|
+
"600": "#68dc9a",
|
|
1596
|
+
"700": "#91e5b5",
|
|
1597
|
+
"800": "#b9efd1",
|
|
1598
|
+
"900": "#e2f8ec",
|
|
1445
1599
|
foreground: "#000",
|
|
1446
|
-
DEFAULT: "#
|
|
1600
|
+
DEFAULT: "#17c964",
|
|
1447
1601
|
},
|
|
1448
1602
|
warning: {
|
|
1449
|
-
"50": "#
|
|
1450
|
-
"100": "#
|
|
1451
|
-
"200": "#
|
|
1452
|
-
"300": "#
|
|
1453
|
-
"400": "#
|
|
1454
|
-
"500": "#
|
|
1455
|
-
"600": "#
|
|
1456
|
-
"700": "#
|
|
1457
|
-
"800": "#
|
|
1458
|
-
"900": "#
|
|
1603
|
+
"50": "#4a320b",
|
|
1604
|
+
"100": "#744e11",
|
|
1605
|
+
"200": "#9f6b17",
|
|
1606
|
+
"300": "#ca881e",
|
|
1607
|
+
"400": "#f5a524",
|
|
1608
|
+
"500": "#f7b54a",
|
|
1609
|
+
"600": "#f9c571",
|
|
1610
|
+
"700": "#fad497",
|
|
1611
|
+
"800": "#fce4bd",
|
|
1612
|
+
"900": "#fef4e4",
|
|
1459
1613
|
foreground: "#000",
|
|
1460
|
-
DEFAULT: "#
|
|
1614
|
+
DEFAULT: "#f5a524",
|
|
1461
1615
|
},
|
|
1462
1616
|
danger: {
|
|
1463
|
-
"50": "#
|
|
1464
|
-
"100": "#
|
|
1465
|
-
"200": "#
|
|
1466
|
-
"300": "#
|
|
1467
|
-
"400": "#
|
|
1468
|
-
"500": "#
|
|
1469
|
-
"600": "#
|
|
1470
|
-
"700": "#
|
|
1471
|
-
"800": "#
|
|
1472
|
-
"900": "#
|
|
1617
|
+
"50": "#49051d",
|
|
1618
|
+
"100": "#73092e",
|
|
1619
|
+
"200": "#9e0c3e",
|
|
1620
|
+
"300": "#c80f4f",
|
|
1621
|
+
"400": "#f31260",
|
|
1622
|
+
"500": "#f53b7c",
|
|
1623
|
+
"600": "#f76598",
|
|
1624
|
+
"700": "#f98eb3",
|
|
1625
|
+
"800": "#fbb8cf",
|
|
1626
|
+
"900": "#fee1eb",
|
|
1473
1627
|
foreground: "#000",
|
|
1474
|
-
DEFAULT: "#
|
|
1628
|
+
DEFAULT: "#f31260",
|
|
1475
1629
|
},
|
|
1476
|
-
focus: "#
|
|
1630
|
+
focus: "#006FEE",
|
|
1477
1631
|
overlay: "#000000",
|
|
1478
1632
|
},
|
|
1479
1633
|
},
|
|
@@ -6523,6 +6677,7 @@ var THEME_COLOR_HEX_MAP = {
|
|
|
6523
6677
|
green: "#16c964",
|
|
6524
6678
|
coral: "#ff4f4f",
|
|
6525
6679
|
skyBlue: "#60A5FA",
|
|
6680
|
+
oceanMint: "#26a5e5",
|
|
6526
6681
|
};
|
|
6527
6682
|
function hexToRgb$1(hex) {
|
|
6528
6683
|
var clean = hex.replace("#", "");
|
|
@@ -6710,6 +6865,11 @@ function removeCustomPrimaryColor() {
|
|
|
6710
6865
|
* @file This file contains the theme configurations for the application.
|
|
6711
6866
|
*/
|
|
6712
6867
|
var ALL_THEMES = __spreadArray(["light", "dark"], Object.keys(themeColors), true);
|
|
6868
|
+
/**
|
|
6869
|
+
* Base color ids registered in {@link themeColors} (e.g. `oceanMint` from `oceanMint-light`).
|
|
6870
|
+
* Keeps Storybook / pickers in sync when new `*-light` / `*-dark` pairs are added.
|
|
6871
|
+
*/
|
|
6872
|
+
Array.from(new Set(Object.keys(themeColors).map(function (key) { return key.replace(/-(light|dark)$/, ""); }))).sort();
|
|
6713
6873
|
|
|
6714
6874
|
/**
|
|
6715
6875
|
* Custom hook to manage the theme state and side effects.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export type ThemeMode = "light" | "dark";
|
|
2
|
-
export type ThemeColor = "purple" | "yellow" | "blue" | "green" | "coral" | "skyBlue";
|
|
2
|
+
export type ThemeColor = "purple" | "yellow" | "blue" | "green" | "coral" | "skyBlue" | "oceanMint";
|
|
3
3
|
export interface IThemeContext {
|
|
4
4
|
mode: ThemeMode;
|
|
5
5
|
color: ThemeColor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme-context.type.d.ts","sourceRoot":"","sources":["../../../../src/contexts/theme/theme-context.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AACzC,MAAM,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"theme-context.type.d.ts","sourceRoot":"","sources":["../../../../src/contexts/theme/theme-context.type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;AACzC,MAAM,MAAM,UAAU,GACnB,QAAQ,GACR,QAAQ,GACR,MAAM,GACN,OAAO,GACP,OAAO,GACP,SAAS,GACT,WAAW,CAAC;AAEf,MAAM,WAAW,aAAa;IAC7B,IAAI,EAAE,SAAS,CAAC;IAChB,KAAK,EAAE,UAAU,CAAC;IAClB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACnC,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,GAAG,MAAM,KAAK,IAAI,CAAC;CAC/C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hex-to-theme-color.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/hex-to-theme-color.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAE1E,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"hex-to-theme-color.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/hex-to-theme-color.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAE1E,eAAO,MAAM,mBAAmB,EAAE,MAAM,CAAC,UAAU,EAAE,MAAM,CAQ1D,CAAC;AA2BF,wBAAgB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEjD;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAQhE;AAED,wBAAgB,eAAe,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAevD"}
|
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @file This file contains the theme configurations for the application.
|
|
3
3
|
*/
|
|
4
|
+
/**
|
|
5
|
+
* An array of all available theme strings.
|
|
6
|
+
* Each theme is a combination of a color and a mode, e.g., "green-dark".
|
|
7
|
+
* @type {string[]}
|
|
8
|
+
*/
|
|
9
|
+
import type { ThemeColor } from "../../contexts/theme/theme-context.type";
|
|
4
10
|
export declare const ALL_THEMES: string[];
|
|
11
|
+
/**
|
|
12
|
+
* Base color ids registered in {@link themeColors} (e.g. `oceanMint` from `oceanMint-light`).
|
|
13
|
+
* Keeps Storybook / pickers in sync when new `*-light` / `*-dark` pairs are added.
|
|
14
|
+
*/
|
|
15
|
+
export declare const REGISTERED_THEME_COLORS: ThemeColor[];
|
|
5
16
|
//# sourceMappingURL=theme.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.utils.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/theme.utils.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"theme.utils.d.ts","sourceRoot":"","sources":["../../../../src/providers/theme/theme.utils.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH;;;;GAIG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yCAAyC,CAAC;AAG1E,eAAO,MAAM,UAAU,UAAiD,CAAC;AAEzE;;;GAGG;AACH,eAAO,MAAM,uBAAuB,EAAE,UAAU,EAIxB,CAAC"}
|
|
@@ -640,5 +640,159 @@ export declare const themeColors: {
|
|
|
640
640
|
overlay: string;
|
|
641
641
|
};
|
|
642
642
|
};
|
|
643
|
+
"oceanMint-light": {
|
|
644
|
+
extend: string;
|
|
645
|
+
colors: {
|
|
646
|
+
primary: {
|
|
647
|
+
"50": string;
|
|
648
|
+
"100": string;
|
|
649
|
+
"200": string;
|
|
650
|
+
"300": string;
|
|
651
|
+
"400": string;
|
|
652
|
+
"500": string;
|
|
653
|
+
"600": string;
|
|
654
|
+
"700": string;
|
|
655
|
+
"800": string;
|
|
656
|
+
"900": string;
|
|
657
|
+
foreground: string;
|
|
658
|
+
DEFAULT: string;
|
|
659
|
+
};
|
|
660
|
+
secondary: {
|
|
661
|
+
"50": string;
|
|
662
|
+
"100": string;
|
|
663
|
+
"200": string;
|
|
664
|
+
"300": string;
|
|
665
|
+
"400": string;
|
|
666
|
+
"500": string;
|
|
667
|
+
"600": string;
|
|
668
|
+
"700": string;
|
|
669
|
+
"800": string;
|
|
670
|
+
"900": string;
|
|
671
|
+
foreground: string;
|
|
672
|
+
DEFAULT: string;
|
|
673
|
+
};
|
|
674
|
+
success: {
|
|
675
|
+
"50": string;
|
|
676
|
+
"100": string;
|
|
677
|
+
"200": string;
|
|
678
|
+
"300": string;
|
|
679
|
+
"400": string;
|
|
680
|
+
"500": string;
|
|
681
|
+
"600": string;
|
|
682
|
+
"700": string;
|
|
683
|
+
"800": string;
|
|
684
|
+
"900": string;
|
|
685
|
+
foreground: string;
|
|
686
|
+
DEFAULT: string;
|
|
687
|
+
};
|
|
688
|
+
warning: {
|
|
689
|
+
"50": string;
|
|
690
|
+
"100": string;
|
|
691
|
+
"200": string;
|
|
692
|
+
"300": string;
|
|
693
|
+
"400": string;
|
|
694
|
+
"500": string;
|
|
695
|
+
"600": string;
|
|
696
|
+
"700": string;
|
|
697
|
+
"800": string;
|
|
698
|
+
"900": string;
|
|
699
|
+
foreground: string;
|
|
700
|
+
DEFAULT: string;
|
|
701
|
+
};
|
|
702
|
+
danger: {
|
|
703
|
+
"50": string;
|
|
704
|
+
"100": string;
|
|
705
|
+
"200": string;
|
|
706
|
+
"300": string;
|
|
707
|
+
"400": string;
|
|
708
|
+
"500": string;
|
|
709
|
+
"600": string;
|
|
710
|
+
"700": string;
|
|
711
|
+
"800": string;
|
|
712
|
+
"900": string;
|
|
713
|
+
foreground: string;
|
|
714
|
+
DEFAULT: string;
|
|
715
|
+
};
|
|
716
|
+
focus: string;
|
|
717
|
+
overlay: string;
|
|
718
|
+
};
|
|
719
|
+
};
|
|
720
|
+
"oceanMint-dark": {
|
|
721
|
+
extend: string;
|
|
722
|
+
colors: {
|
|
723
|
+
primary: {
|
|
724
|
+
"50": string;
|
|
725
|
+
"100": string;
|
|
726
|
+
"200": string;
|
|
727
|
+
"300": string;
|
|
728
|
+
"400": string;
|
|
729
|
+
"500": string;
|
|
730
|
+
"600": string;
|
|
731
|
+
"700": string;
|
|
732
|
+
"800": string;
|
|
733
|
+
"900": string;
|
|
734
|
+
foreground: string;
|
|
735
|
+
DEFAULT: string;
|
|
736
|
+
};
|
|
737
|
+
secondary: {
|
|
738
|
+
"50": string;
|
|
739
|
+
"100": string;
|
|
740
|
+
"200": string;
|
|
741
|
+
"300": string;
|
|
742
|
+
"400": string;
|
|
743
|
+
"500": string;
|
|
744
|
+
"600": string;
|
|
745
|
+
"700": string;
|
|
746
|
+
"800": string;
|
|
747
|
+
"900": string;
|
|
748
|
+
foreground: string;
|
|
749
|
+
DEFAULT: string;
|
|
750
|
+
};
|
|
751
|
+
success: {
|
|
752
|
+
"50": string;
|
|
753
|
+
"100": string;
|
|
754
|
+
"200": string;
|
|
755
|
+
"300": string;
|
|
756
|
+
"400": string;
|
|
757
|
+
"500": string;
|
|
758
|
+
"600": string;
|
|
759
|
+
"700": string;
|
|
760
|
+
"800": string;
|
|
761
|
+
"900": string;
|
|
762
|
+
foreground: string;
|
|
763
|
+
DEFAULT: string;
|
|
764
|
+
};
|
|
765
|
+
warning: {
|
|
766
|
+
"50": string;
|
|
767
|
+
"100": string;
|
|
768
|
+
"200": string;
|
|
769
|
+
"300": string;
|
|
770
|
+
"400": string;
|
|
771
|
+
"500": string;
|
|
772
|
+
"600": string;
|
|
773
|
+
"700": string;
|
|
774
|
+
"800": string;
|
|
775
|
+
"900": string;
|
|
776
|
+
foreground: string;
|
|
777
|
+
DEFAULT: string;
|
|
778
|
+
};
|
|
779
|
+
danger: {
|
|
780
|
+
"50": string;
|
|
781
|
+
"100": string;
|
|
782
|
+
"200": string;
|
|
783
|
+
"300": string;
|
|
784
|
+
"400": string;
|
|
785
|
+
"500": string;
|
|
786
|
+
"600": string;
|
|
787
|
+
"700": string;
|
|
788
|
+
"800": string;
|
|
789
|
+
"900": string;
|
|
790
|
+
foreground: string;
|
|
791
|
+
DEFAULT: string;
|
|
792
|
+
};
|
|
793
|
+
focus: string;
|
|
794
|
+
overlay: string;
|
|
795
|
+
};
|
|
796
|
+
};
|
|
643
797
|
};
|
|
644
798
|
//# sourceMappingURL=colors.default.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"colors.default.d.ts","sourceRoot":"","sources":["../../../src/styles/colors.default.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"colors.default.d.ts","sourceRoot":"","sources":["../../../src/styles/colors.default.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+xBvB,CAAC"}
|