@stacksjs/ui 0.58.43 → 0.58.44

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -19,7 +19,7 @@ transformerDirectives,
19
19
  transformerVariantGroup
20
20
  } from "unocss";
21
21
 
22
- // /Users/chrisbreuer/Code/stacks/node_modules/unocss-preset-primitives/dist/index.mjs
22
+ // /home/runner/work/stacks/stacks/node_modules/unocss-preset-primitives/dist/index.mjs
23
23
  var presetVariants = function(options = {}) {
24
24
  const {
25
25
  prefix = "ui",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.43",
4
+ "version": "0.58.44",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",