@fangzhongya/page 0.0.28 → 0.0.29

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.
@@ -813,6 +813,9 @@
813
813
  .fang-page-design-operate-full-com {
814
814
  display: contents;
815
815
  }
816
+ .fang-page-design-operate-full-com > * {
817
+ height: auto !important;
818
+ }
816
819
  .fang-page-design-icon {
817
820
  display: flex;
818
821
  box-sizing: border-box;
@@ -1,5 +1,5 @@
1
1
  // expand/config.ts
2
- var components = ["grid-layout", "grid-item", "container", "position"];
2
+ var components = ["container", "grid-layout", "grid-item", "position"];
3
3
  var sideEffects = ["grid-item", "grid-layout"];
4
4
 
5
5
  export {
@@ -1,5 +1,5 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});// expand/config.ts
2
- var components = ["grid-layout", "grid-item", "container", "position"];
2
+ var components = ["container", "grid-layout", "grid-item", "position"];
3
3
  var sideEffects = ["grid-item", "grid-layout"];
4
4
 
5
5
 
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkIRHQSEMTcjs = require('./chunk-IRHQSEMT.cjs');
4
+ var _chunkZJCFZ63Fcjs = require('./chunk-ZJCFZ63F.cjs');
5
5
 
6
6
  // node_modules/.pnpm/@fangzhongya+utils@0.0.77/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js
7
7
  function humpToLine(name) {
@@ -55,10 +55,10 @@ function namefilter(c, name) {
55
55
  function getFrom(mc) {
56
56
  const p = config.prefix ? config.prefix + "-" : "";
57
57
  const filename = p ? mc.replace(new RegExp("^" + p), "") : mc;
58
- if (_chunkIRHQSEMTcjs.components.includes(filename)) {
58
+ if (_chunkZJCFZ63Fcjs.components.includes(filename)) {
59
59
  const from = `${config.name}/assemblys/${filename}`;
60
60
  let css;
61
- if (_chunkIRHQSEMTcjs.sideEffects.includes(filename)) {
61
+ if (_chunkZJCFZ63Fcjs.sideEffects.includes(filename)) {
62
62
  css = `${config.name}/assemblys/${filename}.css`;
63
63
  }
64
64
  return {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  components,
3
3
  sideEffects
4
- } from "./chunk-ZPHCUID5.js";
4
+ } from "./chunk-I2RMOBDW.js";
5
5
 
6
6
  // node_modules/.pnpm/@fangzhongya+utils@0.0.77/node_modules/@fangzhongya/utils/dist/chunk-J7CICTHH.js
7
7
  function humpToLine(name) {
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkIRHQSEMTcjs = require('./chunk-IRHQSEMT.cjs');
4
+ var _chunkZJCFZ63Fcjs = require('./chunk-ZJCFZ63F.cjs');
5
5
 
6
6
 
7
7
 
8
- exports.components = _chunkIRHQSEMTcjs.components; exports.sideEffects = _chunkIRHQSEMTcjs.sideEffects;
8
+ exports.components = _chunkZJCFZ63Fcjs.components; exports.sideEffects = _chunkZJCFZ63Fcjs.sideEffects;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  components,
3
3
  sideEffects
4
- } from "./chunk-ZPHCUID5.js";
4
+ } from "./chunk-I2RMOBDW.js";
5
5
  export {
6
6
  components,
7
7
  sideEffects
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzhongya/page",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.0.28",
5
+ "version": "0.0.29",
6
6
  "description ": "个人组件设计",
7
7
  "author": "fangzhongya ",
8
8
  "license": "MIT",