@grandbazar/ui-baza 1.2.18 → 1.2.19
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 +7 -7
- package/dist/index.js +7 -7
- package/dist/style.css +12 -11
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2672,13 +2672,13 @@ function SegmentControl(props) {
|
|
|
2672
2672
|
}
|
|
2673
2673
|
SegmentControl.Item = SegmentControlItem;
|
|
2674
2674
|
|
|
2675
|
-
const stepper = "
|
|
2676
|
-
const sm$1 = "
|
|
2677
|
-
const md$1 = "
|
|
2678
|
-
const lg = "
|
|
2679
|
-
const primary$1 = "
|
|
2680
|
-
const secondary$1 = "
|
|
2681
|
-
const value = "
|
|
2675
|
+
const stepper = "_stepper_103n3_2";
|
|
2676
|
+
const sm$1 = "_sm_103n3_10";
|
|
2677
|
+
const md$1 = "_md_103n3_17";
|
|
2678
|
+
const lg = "_lg_103n3_24";
|
|
2679
|
+
const primary$1 = "_primary_103n3_31";
|
|
2680
|
+
const secondary$1 = "_secondary_103n3_41";
|
|
2681
|
+
const value = "_value_103n3_50";
|
|
2682
2682
|
const styles$5 = {
|
|
2683
2683
|
stepper: stepper,
|
|
2684
2684
|
sm: sm$1,
|
package/dist/index.js
CHANGED
|
@@ -2668,13 +2668,13 @@ function SegmentControl(props) {
|
|
|
2668
2668
|
}
|
|
2669
2669
|
SegmentControl.Item = SegmentControlItem;
|
|
2670
2670
|
|
|
2671
|
-
const stepper = "
|
|
2672
|
-
const sm$1 = "
|
|
2673
|
-
const md$1 = "
|
|
2674
|
-
const lg = "
|
|
2675
|
-
const primary$1 = "
|
|
2676
|
-
const secondary$1 = "
|
|
2677
|
-
const value = "
|
|
2671
|
+
const stepper = "_stepper_103n3_2";
|
|
2672
|
+
const sm$1 = "_sm_103n3_10";
|
|
2673
|
+
const md$1 = "_md_103n3_17";
|
|
2674
|
+
const lg = "_lg_103n3_24";
|
|
2675
|
+
const primary$1 = "_primary_103n3_31";
|
|
2676
|
+
const secondary$1 = "_secondary_103n3_41";
|
|
2677
|
+
const value = "_value_103n3_50";
|
|
2678
2678
|
const styles$5 = {
|
|
2679
2679
|
stepper: stepper,
|
|
2680
2680
|
sm: sm$1,
|
package/dist/style.css
CHANGED
|
@@ -258,6 +258,7 @@ textarea {
|
|
|
258
258
|
--color-neutral-500: color-mix(in srgb, var(--color-neutral) 50%, var(--color-white) 50%);
|
|
259
259
|
--color-neutral-340: color-mix(in srgb, var(--color-neutral) 34%, var(--color-white) 66%);
|
|
260
260
|
--color-neutral-300: color-mix(in srgb, var(--color-neutral) 29%, var(--color-white) 71%);
|
|
261
|
+
--color-neutral-80: color-mix(in srgb, var(--color-neutral) 8%, var(--color-white) 92%);
|
|
261
262
|
--color-neutral-40: color-mix(in srgb, var(--color-neutral) 4%, var(--color-white) 96%);
|
|
262
263
|
|
|
263
264
|
--color-neutral-alpha-140: color-mix(in srgb, var(--color-neutral) 14%, var(--color-transparent));
|
|
@@ -1660,7 +1661,7 @@ textarea {
|
|
|
1660
1661
|
}
|
|
1661
1662
|
}
|
|
1662
1663
|
@layer ui_baza_components {
|
|
1663
|
-
.
|
|
1664
|
+
._stepper_103n3_2 {
|
|
1664
1665
|
display: flex;
|
|
1665
1666
|
align-items: center;
|
|
1666
1667
|
justify-content: space-between;
|
|
@@ -1668,28 +1669,28 @@ textarea {
|
|
|
1668
1669
|
|
|
1669
1670
|
--button-disabled-background: var(--color-transparent);
|
|
1670
1671
|
|
|
1671
|
-
&.
|
|
1672
|
+
&._sm_103n3_10 {
|
|
1672
1673
|
max-height: calc(var(--line-height-md) + var(--space-sm) * 2);
|
|
1673
1674
|
|
|
1674
1675
|
--stepper-icon-size: var(--size-lg);
|
|
1675
1676
|
--stepper-radius: var(--radius-md);
|
|
1676
1677
|
}
|
|
1677
1678
|
|
|
1678
|
-
&.
|
|
1679
|
+
&._md_103n3_17 {
|
|
1679
1680
|
max-height: calc(var(--line-height-lg) + var(--space-lg) * 2);
|
|
1680
1681
|
|
|
1681
1682
|
--stepper-icon-size: var(--size-xl);
|
|
1682
1683
|
--stepper-radius: var(--radius-lg);
|
|
1683
1684
|
}
|
|
1684
1685
|
|
|
1685
|
-
&.
|
|
1686
|
+
&._lg_103n3_24 {
|
|
1686
1687
|
max-height: calc(var(--line-height-xl) + var(--space-xl) * 2);
|
|
1687
1688
|
|
|
1688
1689
|
--stepper-icon-size: var(--size-xl);
|
|
1689
1690
|
--stepper-radius: var(--radius-xl);
|
|
1690
1691
|
}
|
|
1691
1692
|
|
|
1692
|
-
&.
|
|
1693
|
+
&._primary_103n3_31 {
|
|
1693
1694
|
background-color: var(--color-accent);
|
|
1694
1695
|
color: var(--color-white);
|
|
1695
1696
|
|
|
@@ -1699,8 +1700,8 @@ textarea {
|
|
|
1699
1700
|
}
|
|
1700
1701
|
}
|
|
1701
1702
|
|
|
1702
|
-
&.
|
|
1703
|
-
background-color: var(--color-neutral-
|
|
1703
|
+
&._secondary_103n3_41 {
|
|
1704
|
+
background-color: var(--color-neutral-80);
|
|
1704
1705
|
color: var(--color-neutral);
|
|
1705
1706
|
|
|
1706
1707
|
&[data-disabled='true'] {
|
|
@@ -1708,19 +1709,19 @@ textarea {
|
|
|
1708
1709
|
}
|
|
1709
1710
|
}
|
|
1710
1711
|
|
|
1711
|
-
&.
|
|
1712
|
+
&._lg_103n3_24 ._value_103n3_50 {
|
|
1712
1713
|
padding-inline: var(--space-2xl);
|
|
1713
1714
|
font-size: var(--size-md);
|
|
1714
1715
|
line-height: var(--line-height-lg);
|
|
1715
1716
|
}
|
|
1716
1717
|
|
|
1717
|
-
&.
|
|
1718
|
+
&._md_103n3_17 ._value_103n3_50 {
|
|
1718
1719
|
padding-inline: var(--space-md);
|
|
1719
1720
|
font-size: var(--size-md);
|
|
1720
1721
|
line-height: var(--line-height-lg);
|
|
1721
1722
|
}
|
|
1722
1723
|
|
|
1723
|
-
&.
|
|
1724
|
+
&._sm_103n3_10 ._value_103n3_50 {
|
|
1724
1725
|
padding-inline: var(--space-sm);
|
|
1725
1726
|
font-size: var(--size-sm);
|
|
1726
1727
|
line-height: var(--line-height-md);
|
|
@@ -1731,7 +1732,7 @@ textarea {
|
|
|
1731
1732
|
height: var(--stepper-icon-size);
|
|
1732
1733
|
}
|
|
1733
1734
|
|
|
1734
|
-
& .
|
|
1735
|
+
& ._value_103n3_50 {
|
|
1735
1736
|
font-weight: var(--font-weight-medium);
|
|
1736
1737
|
font-variant-numeric: tabular-nums;
|
|
1737
1738
|
text-align: center;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grandbazar/ui-baza",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.19",
|
|
4
4
|
"description": "A lightweight and modular UI kit for building modern, accessible web interfaces. Designed for flexibility, scalability, and developer happiness.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|