@grandbazar/ui-baza 1.2.15 → 1.2.16
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 +6 -6
- package/dist/index.js +6 -6
- package/dist/style.css +9 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2672,12 +2672,12 @@ 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 primary$1 = "
|
|
2679
|
-
const secondary$1 = "
|
|
2680
|
-
const value = "
|
|
2675
|
+
const stepper = "_stepper_gnt3j_2";
|
|
2676
|
+
const sm$1 = "_sm_gnt3j_10";
|
|
2677
|
+
const md$1 = "_md_gnt3j_17";
|
|
2678
|
+
const primary$1 = "_primary_gnt3j_24";
|
|
2679
|
+
const secondary$1 = "_secondary_gnt3j_34";
|
|
2680
|
+
const value = "_value_gnt3j_43";
|
|
2681
2681
|
const styles$5 = {
|
|
2682
2682
|
stepper: stepper,
|
|
2683
2683
|
sm: sm$1,
|
package/dist/index.js
CHANGED
|
@@ -2668,12 +2668,12 @@ 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 primary$1 = "
|
|
2675
|
-
const secondary$1 = "
|
|
2676
|
-
const value = "
|
|
2671
|
+
const stepper = "_stepper_gnt3j_2";
|
|
2672
|
+
const sm$1 = "_sm_gnt3j_10";
|
|
2673
|
+
const md$1 = "_md_gnt3j_17";
|
|
2674
|
+
const primary$1 = "_primary_gnt3j_24";
|
|
2675
|
+
const secondary$1 = "_secondary_gnt3j_34";
|
|
2676
|
+
const value = "_value_gnt3j_43";
|
|
2677
2677
|
const styles$5 = {
|
|
2678
2678
|
stepper: stepper,
|
|
2679
2679
|
sm: sm$1,
|
package/dist/style.css
CHANGED
|
@@ -1660,7 +1660,7 @@ textarea {
|
|
|
1660
1660
|
}
|
|
1661
1661
|
}
|
|
1662
1662
|
@layer ui_baza_components {
|
|
1663
|
-
.
|
|
1663
|
+
._stepper_gnt3j_2 {
|
|
1664
1664
|
display: flex;
|
|
1665
1665
|
align-items: center;
|
|
1666
1666
|
justify-content: space-between;
|
|
@@ -1668,21 +1668,21 @@ textarea {
|
|
|
1668
1668
|
|
|
1669
1669
|
--button-disabled-background: var(--color-transparent);
|
|
1670
1670
|
|
|
1671
|
-
&.
|
|
1671
|
+
&._sm_gnt3j_10 {
|
|
1672
1672
|
max-height: calc(var(--line-height-md) + var(--space-sm) * 2);
|
|
1673
1673
|
|
|
1674
1674
|
--stepper-icon-size: var(--size-lg);
|
|
1675
1675
|
--stepper-radius: var(--radius-lg);
|
|
1676
1676
|
}
|
|
1677
1677
|
|
|
1678
|
-
&.
|
|
1678
|
+
&._md_gnt3j_17 {
|
|
1679
1679
|
max-height: calc(var(--line-height-lg) + var(--space-lg) * 2);
|
|
1680
1680
|
|
|
1681
1681
|
--stepper-icon-size: var(--size-xl);
|
|
1682
1682
|
--stepper-radius: var(--radius-xl);
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
|
-
&.
|
|
1685
|
+
&._primary_gnt3j_24 {
|
|
1686
1686
|
background-color: var(--color-accent);
|
|
1687
1687
|
color: var(--color-white);
|
|
1688
1688
|
|
|
@@ -1692,7 +1692,7 @@ textarea {
|
|
|
1692
1692
|
}
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
|
-
&.
|
|
1695
|
+
&._secondary_gnt3j_34 {
|
|
1696
1696
|
background-color: var(--color-neutral-alpha-60);
|
|
1697
1697
|
color: var(--color-neutral);
|
|
1698
1698
|
|
|
@@ -1701,13 +1701,13 @@ textarea {
|
|
|
1701
1701
|
}
|
|
1702
1702
|
}
|
|
1703
1703
|
|
|
1704
|
-
&.
|
|
1704
|
+
&._md_gnt3j_17 ._value_gnt3j_43 {
|
|
1705
1705
|
padding-inline: var(--space-md);
|
|
1706
1706
|
font-size: var(--size-md);
|
|
1707
1707
|
line-height: var(--line-height-lg);
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
|
-
&.
|
|
1710
|
+
&._sm_gnt3j_10 ._value_gnt3j_43 {
|
|
1711
1711
|
padding-inline: var(--space-sm);
|
|
1712
1712
|
font-size: var(--size-sm);
|
|
1713
1713
|
line-height: var(--line-height-md);
|
|
@@ -1718,8 +1718,9 @@ textarea {
|
|
|
1718
1718
|
height: var(--stepper-icon-size);
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
|
-
& .
|
|
1721
|
+
& ._value_gnt3j_43 {
|
|
1722
1722
|
font-weight: var(--font-weight-medium);
|
|
1723
|
+
font-variant-numeric: tabular-nums;
|
|
1723
1724
|
text-align: center;
|
|
1724
1725
|
}
|
|
1725
1726
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grandbazar/ui-baza",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.16",
|
|
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",
|