@unocss/preset-uno 0.11.4 → 0.11.5

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.
@@ -705,7 +705,9 @@ var overflows = [
705
705
  var positions = [
706
706
  ["relative", { position: "relative" }],
707
707
  ["absolute", { position: "absolute" }],
708
- ["fixed", { position: "fixed" }]
708
+ ["fixed", { position: "fixed" }],
709
+ ["sticky", { position: "sticky" }],
710
+ ["static", { position: "static" }]
709
711
  ];
710
712
  var justifies = [
711
713
  ["justify-start", { "justify-content": "flex-start" }],
@@ -705,7 +705,9 @@ var overflows = [
705
705
  var positions = [
706
706
  ["relative", { position: "relative" }],
707
707
  ["absolute", { position: "absolute" }],
708
- ["fixed", { position: "fixed" }]
708
+ ["fixed", { position: "fixed" }],
709
+ ["sticky", { position: "sticky" }],
710
+ ["static", { position: "static" }]
709
711
  ];
710
712
  var justifies = [
711
713
  ["justify-start", { "justify-content": "flex-start" }],
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkPCPK4ZRFjs = require('./chunk-PCPK4ZRF.js');
4
+ var _chunkDGBVGLC6js = require('./chunk-DGBVGLC6.js');
5
5
 
6
6
 
7
7
 
@@ -18,13 +18,13 @@ require('./chunk-Y6EUTGDC.js');
18
18
  var preset = (options = {}) => ({
19
19
  name: "@unocss/preset-uno",
20
20
  theme: _chunkR5JSOZOBjs.theme,
21
- rules: _chunkPCPK4ZRFjs.rules,
21
+ rules: _chunkDGBVGLC6js.rules,
22
22
  variants: [
23
23
  ..._chunkIUVZVO7Hjs.variants,
24
24
  ...options.dark === "media" ? _chunkIUVZVO7Hjs.variantColorsMedia : _chunkIUVZVO7Hjs.variantColorsClass
25
25
  ],
26
26
  shortcuts: [
27
- ..._chunkPCPK4ZRFjs.containerShortcuts
27
+ ..._chunkDGBVGLC6js.containerShortcuts
28
28
  ]
29
29
  });
30
30
  var src_default = preset;
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  containerShortcuts,
3
3
  rules
4
- } from "./chunk-UOXINKKW.mjs";
4
+ } from "./chunk-DPTQJS6R.mjs";
5
5
  import {
6
6
  colors,
7
7
  theme
package/dist/rules.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkPCPK4ZRFjs = require('./chunk-PCPK4ZRF.js');
3
+ var _chunkDGBVGLC6js = require('./chunk-DGBVGLC6.js');
4
4
  require('./chunk-PVS5EBXX.js');
5
5
  require('./chunk-Y6EUTGDC.js');
6
6
 
7
7
 
8
- exports.rules = _chunkPCPK4ZRFjs.rules;
8
+ exports.rules = _chunkDGBVGLC6js.rules;
package/dist/rules.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  rules
3
- } from "./chunk-UOXINKKW.mjs";
3
+ } from "./chunk-DPTQJS6R.mjs";
4
4
  import "./chunk-FOQKHXUZ.mjs";
5
5
  import "./chunk-5SH5BFJ4.mjs";
6
6
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/preset-uno",
3
- "version": "0.11.4",
3
+ "version": "0.11.5",
4
4
  "description": "The default preset for UnoCSS",
5
5
  "keywords": [
6
6
  "unocss",
@@ -45,7 +45,7 @@
45
45
  "*.css"
46
46
  ],
47
47
  "dependencies": {
48
- "@unocss/core": "0.11.4"
48
+ "@unocss/core": "0.11.5"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "tsup",