@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-max",
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-max",
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,
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  OptionPill
4
- } from "../chunk-X4OKKRN5.js";
4
+ } from "../chunk-H36XCZ3O.js";
5
5
  import {
6
6
  Link
7
7
  } from "../chunk-7WDYXRMW.js";
@@ -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-max",
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,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  OptionPill
3
- } from "../chunk-X4OKKRN5.js";
3
+ } from "../chunk-H36XCZ3O.js";
4
4
  import "../chunk-4UGMSWWA.js";
5
5
  import "../chunk-J4IMVWT5.js";
6
6
  import "../chunk-SBRRNFOP.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dmsi/wedgekit-react",
3
3
  "private": false,
4
- "version": "0.0.1260",
4
+ "version": "0.0.1262",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "tsup",