sprintify-ui 0.11.19 → 0.11.20

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.
@@ -7488,7 +7488,7 @@ const OC = ["innerHTML"], Ji = /* @__PURE__ */ te({
7488
7488
  }, {
7489
7489
  default: J(() => [
7490
7490
  ce(l.$slots, "default"),
7491
- n.visible ? (k(), re(rr, {
7491
+ n.visible && n.text ? (k(), re(rr, {
7492
7492
  key: 0,
7493
7493
  to: "body"
7494
7494
  }, [
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.11.19",
3
+ "version": "0.11.20",
4
4
  "type": "module",
5
5
  "scripts": {
6
- "build": "rimraf dist && vue-tsc && vite build",
7
- "build-fast": "rimraf dist && vite build",
6
+ "generate-llm-txt": "node scripts/generate-llm-txt.js",
7
+ "build": "rimraf dist && vue-tsc && vite build && npm run generate-llm-txt",
8
+ "build-fast": "rimraf dist && vite build && npm run generate-llm-txt",
8
9
  "storybook": "storybook dev -p 6006",
9
10
  "eslint:fix": "eslint --ext .js,.vue,.ts src --fix",
10
- "build-storybook": "storybook build",
11
+ "build-storybook": "npm run generate-llm-txt && storybook build",
11
12
  "prepack": "npm run build",
12
13
  "prepare": "husky install && relative-deps",
13
14
  "release": "standard-version",
@@ -5,7 +5,7 @@
5
5
  >
6
6
  <slot />
7
7
  <Teleport
8
- v-if="visible"
8
+ v-if="visible && text"
9
9
  to="body"
10
10
  >
11
11
  <div