@warp-ds/elements 1.1.1-next.1 → 1.1.1-next.2

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -458,7 +458,7 @@ const N = (r) => r ?? B, co = {
458
458
  pillSmallLoading: `${f.pillSmall} ${k.xsmall} ${S.pill} ${m.inProgress}`,
459
459
  link: `${f.link} ${k.medium} ${S.link}`,
460
460
  linkSmall: `${f.link} ${k.xsmall} ${S.link}`,
461
- linkAsButton: "inline-block hover:no-underline",
461
+ linkAsButton: "inline-block hover:no-underline text-center",
462
462
  a11y: "sr-only",
463
463
  fullWidth: "w-full max-w-full",
464
464
  contentWidth: "max-w-max"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "1.1.1-next.1",
4
+ "version": "1.1.1-next.2",
5
5
  "description": "Custom elements for Warp",
6
6
  "exports": {
7
7
  ".": "./dist/index.js",
@@ -78,8 +78,8 @@
78
78
  "@lingui/core": "^4.5.0",
79
79
  "@open-wc/testing": "3.2.0",
80
80
  "@warp-ds/core": "1.0.0",
81
- "@warp-ds/css": "^1.1.1",
82
- "@warp-ds/icons": "1.1.0-next.12",
81
+ "@warp-ds/css": "^1.1.2",
82
+ "@warp-ds/icons": "1.1.0",
83
83
  "@warp-ds/uno": "^1.1.0",
84
84
  "glob": "8.1.0",
85
85
  "html-format": "1.1.2",