@dmsi/wedgekit-react 0.0.1260 → 0.0.1262
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.
|
@@ -81,7 +81,7 @@ var OptionPill = (_a) => {
|
|
|
81
81
|
onClick: handleOnClick
|
|
82
82
|
}, props), additionalAttributes), {
|
|
83
83
|
className: clsx(
|
|
84
|
-
"flex items-center justify-between cursor-pointer w-
|
|
84
|
+
"flex items-center justify-between cursor-pointer w-fit",
|
|
85
85
|
"border border-border-primary-normal rounded-base",
|
|
86
86
|
"outline-2 outline-transparent -outline-offset-2",
|
|
87
87
|
componentGap,
|
|
@@ -724,7 +724,7 @@ var OptionPill = (_a) => {
|
|
|
724
724
|
onClick: handleOnClick
|
|
725
725
|
}, props), additionalAttributes), {
|
|
726
726
|
className: (0, import_clsx7.default)(
|
|
727
|
-
"flex items-center justify-between cursor-pointer w-
|
|
727
|
+
"flex items-center justify-between cursor-pointer w-fit",
|
|
728
728
|
"border border-border-primary-normal rounded-base",
|
|
729
729
|
"outline-2 outline-transparent -outline-offset-2",
|
|
730
730
|
componentGap,
|
|
@@ -538,7 +538,7 @@ var OptionPill = (_a) => {
|
|
|
538
538
|
onClick: handleOnClick
|
|
539
539
|
}, props), additionalAttributes), {
|
|
540
540
|
className: (0, import_clsx5.default)(
|
|
541
|
-
"flex items-center justify-between cursor-pointer w-
|
|
541
|
+
"flex items-center justify-between cursor-pointer w-fit",
|
|
542
542
|
"border border-border-primary-normal rounded-base",
|
|
543
543
|
"outline-2 outline-transparent -outline-offset-2",
|
|
544
544
|
componentGap,
|