@lukso/web-components 1.74.0 → 1.74.1

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.
@@ -31,7 +31,7 @@ exports.LuksoTag = class LuksoTag extends shared_tailwindElement_index.TailwindS
31
31
  this.borderColor = "";
32
32
  this.textColor = "";
33
33
  this.tagStyles = index.ce({
34
- base: "inline-flex items-center justify-center border border-neutral-20 text-neutral-20 px-2",
34
+ base: "inline-flex items-center justify-center border border-neutral-20 text-neutral-20 px-2 whitespace-nowrap",
35
35
  variants: {
36
36
  size: {
37
37
  "x-small": "font-inter text-8 font-500 leading-20 h-[20px] px-1 rounded-4",
@@ -27,7 +27,7 @@ let LuksoTag = class extends TailwindStyledElement(style) {
27
27
  this.borderColor = "";
28
28
  this.textColor = "";
29
29
  this.tagStyles = ce({
30
- base: "inline-flex items-center justify-center border border-neutral-20 text-neutral-20 px-2",
30
+ base: "inline-flex items-center justify-center border border-neutral-20 text-neutral-20 px-2 whitespace-nowrap",
31
31
  variants: {
32
32
  size: {
33
33
  "x-small": "font-inter text-8 font-500 leading-20 h-[20px] px-1 rounded-4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lukso/web-components",
3
- "version": "1.74.0",
3
+ "version": "1.74.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",