@beweco/aurora-ui 0.6.2 → 0.6.4

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/index.cjs.js CHANGED
@@ -1322,6 +1322,160 @@ var themeColors = {
1322
1322
  overlay: "#ffffff",
1323
1323
  },
1324
1324
  },
1325
+ "skyBlue-light": {
1326
+ extend: "light",
1327
+ colors: {
1328
+ primary: {
1329
+ "50": "#ebf4fe",
1330
+ "100": "#cfe4fe",
1331
+ "200": "#b3d4fd",
1332
+ "300": "#98c5fc",
1333
+ "400": "#7cb5fb",
1334
+ "500": "#60a5fa",
1335
+ "600": "#4f88ce",
1336
+ "700": "#3e6ba3",
1337
+ "800": "#2e4e77",
1338
+ "900": "#1d324b",
1339
+ foreground: "#000",
1340
+ DEFAULT: "#60a5fa",
1341
+ },
1342
+ secondary: {
1343
+ "50": "#fef9f3",
1344
+ "100": "#fef1e2",
1345
+ "200": "#fde9d1",
1346
+ "300": "#fce1c0",
1347
+ "400": "#fbd9af",
1348
+ "500": "#fad19e",
1349
+ "600": "#ceac82",
1350
+ "700": "#a38867",
1351
+ "800": "#77634b",
1352
+ "900": "#4b3f2f",
1353
+ foreground: "#000",
1354
+ DEFAULT: "#fad19e",
1355
+ },
1356
+ success: {
1357
+ "50": "#eef8f2",
1358
+ "100": "#d7efe0",
1359
+ "200": "#c0e6ce",
1360
+ "300": "#a9ddbb",
1361
+ "400": "#91d3a9",
1362
+ "500": "#7aca97",
1363
+ "600": "#65a77d",
1364
+ "700": "#4f8362",
1365
+ "800": "#3a6048",
1366
+ "900": "#253d2d",
1367
+ foreground: "#000",
1368
+ DEFAULT: "#7aca97",
1369
+ },
1370
+ warning: {
1371
+ "50": "#fff4ef",
1372
+ "100": "#ffe3d8",
1373
+ "200": "#ffd3c1",
1374
+ "300": "#ffc3aa",
1375
+ "400": "#ffb393",
1376
+ "500": "#ffa37c",
1377
+ "600": "#d28666",
1378
+ "700": "#a66a51",
1379
+ "800": "#794d3b",
1380
+ "900": "#4d3125",
1381
+ foreground: "#000",
1382
+ DEFAULT: "#ffa37c",
1383
+ },
1384
+ danger: {
1385
+ "50": "#fdecec",
1386
+ "100": "#fbd2d2",
1387
+ "200": "#f8b8b8",
1388
+ "300": "#f69e9e",
1389
+ "400": "#f38383",
1390
+ "500": "#f16969",
1391
+ "600": "#c75757",
1392
+ "700": "#9d4444",
1393
+ "800": "#723232",
1394
+ "900": "#482020",
1395
+ foreground: "#000",
1396
+ DEFAULT: "#f16969",
1397
+ },
1398
+ focus: "#006FEE",
1399
+ overlay: "#ffffff",
1400
+ },
1401
+ },
1402
+ "skyBlue-dark": {
1403
+ extend: "dark",
1404
+ colors: {
1405
+ primary: {
1406
+ "50": "#1d324b",
1407
+ "100": "#2e4e77",
1408
+ "200": "#3e6ba3",
1409
+ "300": "#4f88ce",
1410
+ "400": "#60a5fa",
1411
+ "500": "#7cb5fb",
1412
+ "600": "#98c5fc",
1413
+ "700": "#b3d4fd",
1414
+ "800": "#cfe4fe",
1415
+ "900": "#ebf4fe",
1416
+ foreground: "#000",
1417
+ DEFAULT: "#60a5fa",
1418
+ },
1419
+ secondary: {
1420
+ "50": "#4b3f2f",
1421
+ "100": "#77634b",
1422
+ "200": "#a38867",
1423
+ "300": "#ceac82",
1424
+ "400": "#fad19e",
1425
+ "500": "#fbd9af",
1426
+ "600": "#fce1c0",
1427
+ "700": "#fde9d1",
1428
+ "800": "#fef1e2",
1429
+ "900": "#fef9f3",
1430
+ foreground: "#000",
1431
+ DEFAULT: "#fad19e",
1432
+ },
1433
+ success: {
1434
+ "50": "#253d2d",
1435
+ "100": "#3a6048",
1436
+ "200": "#4f8362",
1437
+ "300": "#65a77d",
1438
+ "400": "#7aca97",
1439
+ "500": "#91d3a9",
1440
+ "600": "#a9ddbb",
1441
+ "700": "#c0e6ce",
1442
+ "800": "#d7efe0",
1443
+ "900": "#eef8f2",
1444
+ foreground: "#000",
1445
+ DEFAULT: "#7aca97",
1446
+ },
1447
+ warning: {
1448
+ "50": "#4d3125",
1449
+ "100": "#794d3b",
1450
+ "200": "#a66a51",
1451
+ "300": "#d28666",
1452
+ "400": "#ffa37c",
1453
+ "500": "#ffb393",
1454
+ "600": "#ffc3aa",
1455
+ "700": "#ffd3c1",
1456
+ "800": "#ffe3d8",
1457
+ "900": "#fff4ef",
1458
+ foreground: "#000",
1459
+ DEFAULT: "#ffa37c",
1460
+ },
1461
+ danger: {
1462
+ "50": "#482020",
1463
+ "100": "#723232",
1464
+ "200": "#9d4444",
1465
+ "300": "#c75757",
1466
+ "400": "#f16969",
1467
+ "500": "#f38383",
1468
+ "600": "#f69e9e",
1469
+ "700": "#f8b8b8",
1470
+ "800": "#fbd2d2",
1471
+ "900": "#fdecec",
1472
+ foreground: "#000",
1473
+ DEFAULT: "#f16969",
1474
+ },
1475
+ focus: "#006FEE",
1476
+ overlay: "#000000",
1477
+ },
1478
+ },
1325
1479
  };
1326
1480
 
1327
1481
  var ColorSelector = function (_a) {
@@ -6367,6 +6521,7 @@ var THEME_COLOR_HEX_MAP = {
6367
6521
  yellow: "#ffd505",
6368
6522
  green: "#16c964",
6369
6523
  coral: "#ff4f4f",
6524
+ skyBlue: "#60A5FA",
6370
6525
  };
6371
6526
  function hexToRgb$1(hex) {
6372
6527
  var clean = hex.replace("#", "");
package/dist/index.esm.js CHANGED
@@ -1323,6 +1323,160 @@ var themeColors = {
1323
1323
  overlay: "#ffffff",
1324
1324
  },
1325
1325
  },
1326
+ "skyBlue-light": {
1327
+ extend: "light",
1328
+ colors: {
1329
+ primary: {
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
+ },
1343
+ secondary: {
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
+ foreground: "#000",
1355
+ DEFAULT: "#fad19e",
1356
+ },
1357
+ success: {
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
+ foreground: "#000",
1369
+ DEFAULT: "#7aca97",
1370
+ },
1371
+ warning: {
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
+ foreground: "#000",
1383
+ DEFAULT: "#ffa37c",
1384
+ },
1385
+ danger: {
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
+ foreground: "#000",
1397
+ DEFAULT: "#f16969",
1398
+ },
1399
+ focus: "#006FEE",
1400
+ overlay: "#ffffff",
1401
+ },
1402
+ },
1403
+ "skyBlue-dark": {
1404
+ extend: "dark",
1405
+ colors: {
1406
+ primary: {
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
+ },
1326
1480
  };
1327
1481
 
1328
1482
  var ColorSelector = function (_a) {
@@ -6368,6 +6522,7 @@ var THEME_COLOR_HEX_MAP = {
6368
6522
  yellow: "#ffd505",
6369
6523
  green: "#16c964",
6370
6524
  coral: "#ff4f4f",
6525
+ skyBlue: "#60A5FA",
6371
6526
  };
6372
6527
  function hexToRgb$1(hex) {
6373
6528
  var clean = hex.replace("#", "");
@@ -1,5 +1,5 @@
1
1
  export type ThemeMode = "light" | "dark";
2
- export type ThemeColor = "purple" | "yellow" | "blue" | "green" | "coral";
2
+ export type ThemeColor = "purple" | "yellow" | "blue" | "green" | "coral" | "skyBlue";
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,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAE1E,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
+ {"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,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;AAEtF,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,CAM1D,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
+ {"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,CAO1D,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"}
@@ -486,5 +486,159 @@ export declare const themeColors: {
486
486
  overlay: string;
487
487
  };
488
488
  };
489
+ "skyBlue-light": {
490
+ extend: string;
491
+ colors: {
492
+ primary: {
493
+ "50": string;
494
+ "100": string;
495
+ "200": string;
496
+ "300": string;
497
+ "400": string;
498
+ "500": string;
499
+ "600": string;
500
+ "700": string;
501
+ "800": string;
502
+ "900": string;
503
+ foreground: string;
504
+ DEFAULT: string;
505
+ };
506
+ secondary: {
507
+ "50": string;
508
+ "100": string;
509
+ "200": string;
510
+ "300": string;
511
+ "400": string;
512
+ "500": string;
513
+ "600": string;
514
+ "700": string;
515
+ "800": string;
516
+ "900": string;
517
+ foreground: string;
518
+ DEFAULT: string;
519
+ };
520
+ success: {
521
+ "50": string;
522
+ "100": string;
523
+ "200": string;
524
+ "300": string;
525
+ "400": string;
526
+ "500": string;
527
+ "600": string;
528
+ "700": string;
529
+ "800": string;
530
+ "900": string;
531
+ foreground: string;
532
+ DEFAULT: string;
533
+ };
534
+ warning: {
535
+ "50": string;
536
+ "100": string;
537
+ "200": string;
538
+ "300": string;
539
+ "400": string;
540
+ "500": string;
541
+ "600": string;
542
+ "700": string;
543
+ "800": string;
544
+ "900": string;
545
+ foreground: string;
546
+ DEFAULT: string;
547
+ };
548
+ danger: {
549
+ "50": string;
550
+ "100": string;
551
+ "200": string;
552
+ "300": string;
553
+ "400": string;
554
+ "500": string;
555
+ "600": string;
556
+ "700": string;
557
+ "800": string;
558
+ "900": string;
559
+ foreground: string;
560
+ DEFAULT: string;
561
+ };
562
+ focus: string;
563
+ overlay: string;
564
+ };
565
+ };
566
+ "skyBlue-dark": {
567
+ extend: string;
568
+ colors: {
569
+ primary: {
570
+ "50": string;
571
+ "100": string;
572
+ "200": string;
573
+ "300": string;
574
+ "400": string;
575
+ "500": string;
576
+ "600": string;
577
+ "700": string;
578
+ "800": string;
579
+ "900": string;
580
+ foreground: string;
581
+ DEFAULT: string;
582
+ };
583
+ secondary: {
584
+ "50": string;
585
+ "100": string;
586
+ "200": string;
587
+ "300": string;
588
+ "400": string;
589
+ "500": string;
590
+ "600": string;
591
+ "700": string;
592
+ "800": string;
593
+ "900": string;
594
+ foreground: string;
595
+ DEFAULT: string;
596
+ };
597
+ success: {
598
+ "50": string;
599
+ "100": string;
600
+ "200": string;
601
+ "300": string;
602
+ "400": string;
603
+ "500": string;
604
+ "600": string;
605
+ "700": string;
606
+ "800": string;
607
+ "900": string;
608
+ foreground: string;
609
+ DEFAULT: string;
610
+ };
611
+ warning: {
612
+ "50": string;
613
+ "100": string;
614
+ "200": string;
615
+ "300": string;
616
+ "400": string;
617
+ "500": string;
618
+ "600": string;
619
+ "700": string;
620
+ "800": string;
621
+ "900": string;
622
+ foreground: string;
623
+ DEFAULT: string;
624
+ };
625
+ danger: {
626
+ "50": string;
627
+ "100": string;
628
+ "200": string;
629
+ "300": string;
630
+ "400": string;
631
+ "500": string;
632
+ "600": string;
633
+ "700": string;
634
+ "800": string;
635
+ "900": string;
636
+ foreground: string;
637
+ DEFAULT: string;
638
+ };
639
+ focus: string;
640
+ overlay: string;
641
+ };
642
+ };
489
643
  };
490
644
  //# 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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2evB,CAAC"}
1
+ {"version":3,"file":"colors.default.d.ts","sourceRoot":"","sources":["../../../src/styles/colors.default.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqoBvB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beweco/aurora-ui",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "description": "Bewe Aurora UI Component Library",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",