@devalok/shilp-sutra 0.27.0 → 0.27.1

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.
@@ -91,7 +91,7 @@ const Wt = (r) => {
91
91
  x2: "18",
92
92
  y2: "18"
93
93
  })), ee = () => {
94
- const [r, o] = a.useState(document.hidden);
94
+ const [r, o] = a.useState(typeof document !== "undefined" ? document.hidden : false);
95
95
  return a.useEffect(() => {
96
96
  const e = () => {
97
97
  o(document.hidden);
package/llms-full.txt CHANGED
@@ -5,7 +5,7 @@
5
5
  > All variant values and props verified from source CVA definitions.
6
6
  >
7
7
  > Package: @devalok/shilp-sutra
8
- > Version: 0.27.0
8
+ > Version: 0.27.1
9
9
 
10
10
  ---
11
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devalok/shilp-sutra",
3
- "version": "0.27.0",
3
+ "version": "0.27.1",
4
4
  "description": "Devalok Design System — tokens, components, and patterns for Next.js",
5
5
  "license": "MIT",
6
6
  "type": "module",