ddingdong-design-system 0.2.6 → 0.2.7
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.
|
@@ -2374,7 +2374,10 @@ function jE({ variant: A = "neutral", text: E, ...I }) {
|
|
|
2374
2374
|
return /* @__PURE__ */ i(
|
|
2375
2375
|
"div",
|
|
2376
2376
|
{
|
|
2377
|
-
className: x(
|
|
2377
|
+
className: x(
|
|
2378
|
+
"w-min rounded-lg px-2 py-1 text-sm font-semibold whitespace-nowrap",
|
|
2379
|
+
Q
|
|
2380
|
+
),
|
|
2378
2381
|
...I,
|
|
2379
2382
|
children: E
|
|
2380
2383
|
}
|
|
@@ -2556,7 +2559,10 @@ function aE({ children: A, className: E = "" }) {
|
|
|
2556
2559
|
"div",
|
|
2557
2560
|
{
|
|
2558
2561
|
ref: I,
|
|
2559
|
-
className: x(
|
|
2562
|
+
className: x(
|
|
2563
|
+
"scroll no-scrollbar flex overflow-x-auto overflow-y-hidden scroll-smooth",
|
|
2564
|
+
E
|
|
2565
|
+
),
|
|
2560
2566
|
children: A
|
|
2561
2567
|
}
|
|
2562
2568
|
);
|