@scalar/components 0.13.48 → 0.13.49

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ScalarSearchResultList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultList.vue"],"names":[],"mappings":"AA+BA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAWF,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;2BATnB,GAAG;yBACL,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"ScalarSearchResultList.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ScalarSearchResults/ScalarSearchResultList.vue"],"names":[],"mappings":"AAmCA,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,OAAO,CAAA;CACpB,CAAC;AAWF,iBAAS,cAAc;WAsDT,OAAO,IAA6B;;2BATnB,GAAG;yBACL,GAAG;;;;EAa/B;AASD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe,kSAMnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAWpG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
@@ -12,7 +12,10 @@ const x = /* @__PURE__ */ r({
12
12
  e.noResults ? s(e.$slots, "noResults", { key: 0 }, () => [
13
13
  o[0] || (o[0] = t("div", { class: "flex flex-col items-center gap-2 px-3 py-4" }, [
14
14
  t("div", { class: "rotate-90 text-lg font-bold" }, ":("),
15
- t("div", { class: "text-sm font-medium text-c-2" }, "No results found")
15
+ t("div", {
16
+ class: "text-sm font-medium text-c-2",
17
+ role: "alert"
18
+ }, " No results found ")
16
19
  ], -1))
17
20
  ]) : f("", !0),
18
21
  s(e.$slots, "default")
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "git+https://github.com/scalar/scalar.git",
11
11
  "directory": "packages/components"
12
12
  },
13
- "version": "0.13.48",
13
+ "version": "0.13.49",
14
14
  "engines": {
15
15
  "node": ">=18"
16
16
  },
@@ -40,9 +40,9 @@
40
40
  "tailwind-merge": "^2.5.5",
41
41
  "vue": "^3.5.12",
42
42
  "@scalar/code-highlight": "0.0.27",
43
+ "@scalar/themes": "0.10.0",
43
44
  "@scalar/use-hooks": "0.1.41",
44
- "@scalar/use-toasts": "0.7.9",
45
- "@scalar/themes": "0.10.0"
45
+ "@scalar/use-toasts": "0.7.9"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@headlessui/tailwindcss": "^0.2.0",