@raystack/apsara 0.11.9 → 0.11.10
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 +19 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +61 -9
- package/dist/index.js +19 -3
- package/dist/index.js.map +1 -1
- package/dist/text/text.d.ts +2 -1
- package/dist/text/text.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -1459,44 +1459,43 @@
|
|
|
1459
1459
|
display: block;
|
|
1460
1460
|
line-height: 1;
|
|
1461
1461
|
margin: 0;
|
|
1462
|
-
|
|
1463
|
-
color: var(--foreground-base)
|
|
1462
|
+
color: var(--foreground-base);
|
|
1464
1463
|
}
|
|
1465
1464
|
|
|
1466
1465
|
.text-module_text-1__ZIYnD {
|
|
1467
1466
|
font-size: 11px;
|
|
1468
1467
|
line-height: 16px;
|
|
1469
|
-
letter-spacing: 0.5px;
|
|
1468
|
+
letter-spacing: 0.5px;
|
|
1470
1469
|
}
|
|
1471
1470
|
.text-module_text-2__vhka2 {
|
|
1472
1471
|
font-size: 12px;
|
|
1473
1472
|
line-height: 16px;
|
|
1474
|
-
letter-spacing: 0.4px;
|
|
1473
|
+
letter-spacing: 0.4px;
|
|
1475
1474
|
}
|
|
1476
1475
|
.text-module_text-3__WhApV {
|
|
1477
1476
|
font-size: 13px;
|
|
1478
1477
|
line-height: 16px;
|
|
1479
|
-
letter-spacing: 0.4px;
|
|
1478
|
+
letter-spacing: 0.4px;
|
|
1480
1479
|
}
|
|
1481
1480
|
.text-module_text-4__I4KCY {
|
|
1482
1481
|
font-size: 14px;
|
|
1483
1482
|
line-height: 20px;
|
|
1484
|
-
letter-spacing: 0.25px;
|
|
1483
|
+
letter-spacing: 0.25px;
|
|
1485
1484
|
}
|
|
1486
1485
|
.text-module_text-5__5i6jy {
|
|
1487
1486
|
font-size: 16px;
|
|
1488
1487
|
line-height: 24px;
|
|
1489
|
-
letter-spacing: 0.5px;
|
|
1488
|
+
letter-spacing: 0.5px;
|
|
1490
1489
|
}
|
|
1491
1490
|
.text-module_text-6__vn534 {
|
|
1492
1491
|
font-size: 16px;
|
|
1493
1492
|
line-height: 20px;
|
|
1494
|
-
letter-spacing: 0.25px;
|
|
1493
|
+
letter-spacing: 0.25px;
|
|
1495
1494
|
}
|
|
1496
1495
|
.text-module_text-7__5stey {
|
|
1497
1496
|
font-size: 20px;
|
|
1498
1497
|
line-height: 24px;
|
|
1499
|
-
letter-spacing: 0.5px;
|
|
1498
|
+
letter-spacing: 0.5px;
|
|
1500
1499
|
}
|
|
1501
1500
|
.text-module_text-8__J--5n {
|
|
1502
1501
|
font-size: 22px;
|
|
@@ -1511,6 +1510,59 @@
|
|
|
1511
1510
|
font-size: 28px;
|
|
1512
1511
|
line-height: 36px;
|
|
1513
1512
|
}
|
|
1513
|
+
|
|
1514
|
+
.text-module_text-weight-bold__248bx {
|
|
1515
|
+
font-weight: bold;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
.text-module_text-weight-bolder__x-gH2 {
|
|
1519
|
+
font-weight: bolder;
|
|
1520
|
+
}
|
|
1521
|
+
|
|
1522
|
+
.text-module_text-weight-normal__N6rMZ {
|
|
1523
|
+
font-weight: normal;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
.text-module_text-weight-lighter__PtdzT {
|
|
1527
|
+
font-weight: lighter;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
.text-module_text-weight-100__170iy {
|
|
1531
|
+
font-weight: 100;
|
|
1532
|
+
}
|
|
1533
|
+
|
|
1534
|
+
.text-module_text-weight-200__iG1l4 {
|
|
1535
|
+
font-weight: 200;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
.text-module_text-weight-300__Z8-xh {
|
|
1539
|
+
font-weight: 300;
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.text-module_text-weight-400__y4aiw {
|
|
1543
|
+
font-weight: 400;
|
|
1544
|
+
}
|
|
1545
|
+
|
|
1546
|
+
.text-module_text-weight-500__El9dq {
|
|
1547
|
+
font-weight: 500;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
.text-module_text-weight-600__yMGME {
|
|
1551
|
+
font-weight: 600;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
.text-module_text-weight-700__EYo9- {
|
|
1555
|
+
font-weight: 700;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
.text-module_text-weight-800__N7b82 {
|
|
1559
|
+
font-weight: 800;
|
|
1560
|
+
}
|
|
1561
|
+
|
|
1562
|
+
.text-module_text-weight-900__vs7L8 {
|
|
1563
|
+
font-weight: 900;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1514
1566
|
.sidebar-module_sidebar__NXH3O {
|
|
1515
1567
|
width: 100%;
|
|
1516
1568
|
max-width: 220px;
|
package/dist/index.js
CHANGED
|
@@ -19354,7 +19354,7 @@ const Sheet = Object.assign(RootSheet, {
|
|
|
19354
19354
|
Description: $5d3850c4d0b4e6c7$export$393edc798c47379d,
|
|
19355
19355
|
});
|
|
19356
19356
|
|
|
19357
|
-
var styles$a = {"text":"text-module_text__1E39C","text-1":"text-module_text-1__ZIYnD","text-2":"text-module_text-2__vhka2","text-3":"text-module_text-3__WhApV","text-4":"text-module_text-4__I4KCY","text-5":"text-module_text-5__5i6jy","text-6":"text-module_text-6__vn534","text-7":"text-module_text-7__5stey","text-8":"text-module_text-8__J--5n","text-9":"text-module_text-9__guv-W","text-10":"text-module_text-10__OdU-l"};
|
|
19357
|
+
var styles$a = {"text":"text-module_text__1E39C","text-1":"text-module_text-1__ZIYnD","text-2":"text-module_text-2__vhka2","text-3":"text-module_text-3__WhApV","text-4":"text-module_text-4__I4KCY","text-5":"text-module_text-5__5i6jy","text-6":"text-module_text-6__vn534","text-7":"text-module_text-7__5stey","text-8":"text-module_text-8__J--5n","text-9":"text-module_text-9__guv-W","text-10":"text-module_text-10__OdU-l","text-weight-bold":"text-module_text-weight-bold__248bx","text-weight-bolder":"text-module_text-weight-bolder__x-gH2","text-weight-normal":"text-module_text-weight-normal__N6rMZ","text-weight-lighter":"text-module_text-weight-lighter__PtdzT","text-weight-100":"text-module_text-weight-100__170iy","text-weight-200":"text-module_text-weight-200__iG1l4","text-weight-300":"text-module_text-weight-300__Z8-xh","text-weight-400":"text-module_text-weight-400__y4aiw","text-weight-500":"text-module_text-weight-500__El9dq","text-weight-600":"text-module_text-weight-600__yMGME","text-weight-700":"text-module_text-weight-700__EYo9-","text-weight-800":"text-module_text-weight-800__N7b82","text-weight-900":"text-module_text-weight-900__vs7L8"};
|
|
19358
19358
|
|
|
19359
19359
|
const text$1 = cva(styles$a.text, {
|
|
19360
19360
|
variants: {
|
|
@@ -19370,13 +19370,29 @@ const text$1 = cva(styles$a.text, {
|
|
|
19370
19370
|
9: styles$a["text-9"],
|
|
19371
19371
|
10: styles$a["text-10"],
|
|
19372
19372
|
},
|
|
19373
|
+
weight: {
|
|
19374
|
+
bold: styles$a["text-weight-bold"],
|
|
19375
|
+
bolder: styles$a["text-weight-bolder"],
|
|
19376
|
+
normal: styles$a["text-weight-normal"],
|
|
19377
|
+
lighter: styles$a["text-weight-lighter"],
|
|
19378
|
+
100: styles$a["text-weight-100"],
|
|
19379
|
+
200: styles$a["text-weight-200"],
|
|
19380
|
+
300: styles$a["text-weight-300"],
|
|
19381
|
+
400: styles$a["text-weight-400"],
|
|
19382
|
+
500: styles$a["text-weight-500"],
|
|
19383
|
+
600: styles$a["text-weight-600"],
|
|
19384
|
+
700: styles$a["text-weight-700"],
|
|
19385
|
+
800: styles$a["text-weight-800"],
|
|
19386
|
+
900: styles$a["text-weight-900"],
|
|
19387
|
+
},
|
|
19373
19388
|
},
|
|
19374
19389
|
defaultVariants: {
|
|
19375
19390
|
size: 2,
|
|
19391
|
+
weight: 400,
|
|
19376
19392
|
},
|
|
19377
19393
|
});
|
|
19378
|
-
function Text({ children, className, size, ...props }) {
|
|
19379
|
-
return (jsxRuntimeExports.jsx("span", { className: text$1({ size, className }), ...props, children: children }));
|
|
19394
|
+
function Text({ children, className, size, weight, ...props }) {
|
|
19395
|
+
return (jsxRuntimeExports.jsx("span", { className: text$1({ size, className, weight }), ...props, children: children }));
|
|
19380
19396
|
}
|
|
19381
19397
|
|
|
19382
19398
|
var styles$9 = {"sidebar":"sidebar-module_sidebar__NXH3O","logo":"sidebar-module_logo__RaK-j","navigations":"sidebar-module_navigations__z5B4k","navigationgroup":"sidebar-module_navigationgroup__bBDHs","navigationgroupheading":"sidebar-module_navigationgroupheading__MkRud","navigationgroupcontent":"sidebar-module_navigationgroupcontent__q70dL","cell":"sidebar-module_cell__NHLSi","active":"sidebar-module_active__lfMUF","disabled":"sidebar-module_disabled__nYLU3","cellText":"sidebar-module_cellText__JV292","footer":"sidebar-module_footer__wLl-f"};
|