@tachui/responsive 0.8.8 → 0.8.10-alpha.0
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/package.json +4 -4
package/dist/index.mjs
CHANGED
|
@@ -269,7 +269,7 @@ process.env.NODE_ENV === "development" && console.log("📤 Created RegistryAdap
|
|
|
269
269
|
registryId: W.instanceId,
|
|
270
270
|
currentSize: W.list().length
|
|
271
271
|
});
|
|
272
|
-
const Ie = "0.8.
|
|
272
|
+
const Ie = "0.8.10-alpha.0", Te = Ie, Y = /* @__PURE__ */ new WeakSet(), X = /* @__PURE__ */ new WeakMap(), je = {
|
|
273
273
|
name: "@tachui/core",
|
|
274
274
|
version: Te,
|
|
275
275
|
author: "TachUI Team",
|
|
@@ -291,7 +291,7 @@ function _e(s, e, t, i = W, r = je) {
|
|
|
291
291
|
plugin: r.name
|
|
292
292
|
});
|
|
293
293
|
}
|
|
294
|
-
const ze = "0.8.
|
|
294
|
+
const ze = "0.8.10-alpha.0", Ne = ze, oe = {
|
|
295
295
|
base: "0px",
|
|
296
296
|
// Mobile-first base
|
|
297
297
|
sm: "640px",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachui/responsive",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.10-alpha.0",
|
|
4
4
|
"description": "Advanced responsive design patterns and utilities for tachUI framework",
|
|
5
5
|
"homepage": "https://tachui.dev/",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@tachui/core": "0.8.
|
|
26
|
-
"@tachui/modifiers": "0.8.
|
|
27
|
-
"@tachui/registry": "0.8.
|
|
25
|
+
"@tachui/core": "0.8.10-alpha.0",
|
|
26
|
+
"@tachui/modifiers": "0.8.10-alpha.0",
|
|
27
|
+
"@tachui/registry": "0.8.10-alpha.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@types/node": "^20.0.0",
|