se-design 1.0.93 → 1.0.94

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.
package/dist/index7.js CHANGED
@@ -1,11 +1,11 @@
1
- import c, { useState as h, useCallback as i } from "react";
1
+ import s, { useState as h, useCallback as i } from "react";
2
2
  import "./index77.js";
3
3
  import { isElementVisible as p } from "./index211.js";
4
4
  const x = ({
5
5
  skipLinks: n,
6
- className: r = ""
6
+ className: c = ""
7
7
  }) => {
8
- const [s, u] = h(n), l = i(() => {
8
+ const [r, u] = h(n), l = i(() => {
9
9
  const t = n.filter((e) => {
10
10
  const o = document.getElementById(e.id);
11
11
  return p(o);
@@ -30,10 +30,10 @@ const x = ({
30
30
  });
31
31
  }
32
32
  }, []);
33
- return n.length === 0 ? null : /* @__PURE__ */ c.createElement("div", {
34
- className: `se-design-skip-links-bar relative w-full h-0 overflow-hidden p-0 flex items-center justify-center bg-[var(--color-blue-50)] transition-[height] duration-300 ease-out focus-within:h-auto focus-within:py-1 focus-within:px-2 ${r}`,
33
+ return n.length === 0 ? null : /* @__PURE__ */ s.createElement("div", {
34
+ className: `se-design-skip-links-bar relative w-full h-0 overflow-hidden p-0 flex items-center justify-center bg-[var(--color-blue-50)] transition-[height] duration-300 ease-out focus-within:h-auto focus-within:py-1 focus-within:px-2 ${c}`,
35
35
  onFocus: a
36
- }, s.map((t) => /* @__PURE__ */ c.createElement("a", {
36
+ }, r.map((t) => /* @__PURE__ */ s.createElement("a", {
37
37
  key: t.id,
38
38
  href: `#${t.id}`,
39
39
  className: "absolute -left-[9999px] [clip:rect(0,0,0,0)] no-underline text-[var(--color-blue-500)] text-md py-1 px-2.5 rounded capitalize focus:static focus:left-auto focus:[clip:auto] focus:outline-none focus-visible:!outline-none hover:text-[var(--color-blue-600)] hover:bg-[var(--color-blue-200)]",
@@ -43,6 +43,7 @@ const x = ({
43
43
  }, t.label)));
44
44
  };
45
45
  export {
46
- x as SkipLinksBar
46
+ x as SkipLinksBar,
47
+ x as default
47
48
  };
48
49
  //# sourceMappingURL=index7.js.map
package/dist/index70.js CHANGED
@@ -142,6 +142,7 @@ const K = {
142
142
  }));
143
143
  };
144
144
  export {
145
- ea as Paywall
145
+ ea as Paywall,
146
+ ea as default
146
147
  };
147
148
  //# sourceMappingURL=index70.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "se-design",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "exports": {