@nexxtmove/ui 0.1.36 → 0.1.37

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.js CHANGED
@@ -2892,7 +2892,7 @@ const nt = {
2892
2892
  (o(!0), d(H, null, R(A.options, (f) => (o(), d("button", {
2893
2893
  key: f.label,
2894
2894
  role: "menuitem",
2895
- class: "flex w-full min-w-42 cursor-pointer items-center gap-2 px-4 py-2 text-left text-sm text-gray-700 transition-colors duration-200 hover:bg-gray-100 hover:text-purple-600 focus:bg-gray-100 focus:outline-none",
2895
+ class: "flex w-full min-w-42 cursor-pointer items-center gap-2 px-4 py-2 text-left text-sm whitespace-nowrap text-gray-700 transition-colors duration-200 hover:bg-gray-100 hover:text-purple-600 focus:bg-gray-100 focus:outline-none",
2896
2896
  onClick: (w) => m(f.action)
2897
2897
  }, [
2898
2898
  f.icon ? (o(), U(O, {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nexxtmove/ui",
3
3
  "type": "module",
4
- "version": "0.1.36",
4
+ "version": "0.1.37",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -147,7 +147,7 @@ const transitionClasses = computed(() => {
147
147
  v-for="option in options"
148
148
  :key="option.label"
149
149
  role="menuitem"
150
- class="flex w-full min-w-42 cursor-pointer items-center gap-2 px-4 py-2 text-left text-sm text-gray-700 transition-colors duration-200 hover:bg-gray-100 hover:text-purple-600 focus:bg-gray-100 focus:outline-none"
150
+ class="flex w-full min-w-42 cursor-pointer items-center gap-2 px-4 py-2 text-left text-sm whitespace-nowrap text-gray-700 transition-colors duration-200 hover:bg-gray-100 hover:text-purple-600 focus:bg-gray-100 focus:outline-none"
151
151
  @click="handleOptionClick(option.action)"
152
152
  >
153
153
  <NexxtIcon v-if="option.icon" :name="option.icon" aria-hidden="true" />
@@ -23,4 +23,4 @@
23
23
  "NexxtTimelineEvent": "components/TimelineEvent/TimelineEvent.vue",
24
24
  "NexxtTimelinePhaseblock": "components/TimelinePhaseblock/TimelinePhaseblock.vue",
25
25
  "NexxtTooltip": "components/Tooltip/Tooltip.vue"
26
- }
26
+ }