@nasa-jpl/stellar-svelte 2.0.0-alpha.47 → 2.0.0-alpha.48

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.
@@ -9,7 +9,7 @@ export { className as class };
9
9
 
10
10
  <SelectPrimitive.Trigger
11
11
  class={cn(
12
- 'border-input bg-background ring-offset-background focus-visible:ring-ring aria-[invalid]:border-destructive data-[placeholder]:[&>span]:text-muted-foreground flex w-full items-center justify-between rounded-md border text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1',
12
+ 'border-input bg-background ring-offset-background focus-visible:ring-ring aria-[invalid]:border-destructive data-[placeholder]:[&>span]:text-muted-foreground flex w-full items-center justify-between rounded-md border text-sm focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1 text-left break-all',
13
13
  selectVariants.size[size].trigger,
14
14
  className,
15
15
  )}
package/dist/index.css CHANGED
@@ -1555,6 +1555,10 @@ body {
1555
1555
  overflow-wrap: break-word;
1556
1556
  }
1557
1557
 
1558
+ .break-all {
1559
+ word-break: break-all;
1560
+ }
1561
+
1558
1562
  .rounded-\[inherit\] {
1559
1563
  border-radius: inherit;
1560
1564
  }
package/package.json CHANGED
@@ -83,6 +83,6 @@
83
83
  "svelte": "./dist/index.js",
84
84
  "type": "module",
85
85
  "types": "./dist/index.d.ts",
86
- "version": "2.0.0-alpha.47",
87
- "gitHead": "1ec15aefb21679e7bad4be51f790f5b01bb3caf8"
86
+ "version": "2.0.0-alpha.48",
87
+ "gitHead": "4dfb394fcbaa158b1c134b23e132eb6bd4e82d5a"
88
88
  }