@etrepum/lexical-tailwind 0.0.28 → 0.0.29

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 +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -107,7 +107,7 @@ const e = (
107
107
  underline: "underline",
108
108
  underlineStrikethrough: "[text-decoration:underline_line-through]"
109
109
  }
110
- }, l = t({
110
+ }, i = t({
111
111
  name: "@etrepum/lexical-tailwind",
112
112
  theme: o,
113
113
  peerDependencies: [
@@ -115,7 +115,7 @@ const e = (
115
115
  "@etrepum/lexical-emoji-plan/Emoji",
116
116
  {
117
117
  // .emoji-node
118
- emojiClass: "caret-neutral-950 bg-no-repeat bg-contain inline size-[1em] translate-y-1",
118
+ emojiClass: "caret-neutral-950 bg-no-repeat bg-contain bg-[0_0.25em] inline-block",
119
119
  // .emoji-node-loaded
120
120
  emojiLoadedClass: "text-transparent",
121
121
  // .emoji-node-loading
@@ -123,8 +123,8 @@ const e = (
123
123
  }
124
124
  )
125
125
  ]
126
- }), a = "0.0.28";
126
+ }), a = "0.0.29";
127
127
  export {
128
128
  a as PACKAGE_VERSION,
129
- l as TailwindPlan
129
+ i as TailwindPlan
130
130
  };
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "dev": "vite",
14
14
  "lint": "eslint"
15
15
  },
16
- "version": "0.0.28",
16
+ "version": "0.0.29",
17
17
  "license": "MIT",
18
18
  "repository": {
19
19
  "type": "git",