@ithinkdt/ui 4.0.0-40 → 4.0.0-42

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 CHANGED
@@ -330,7 +330,9 @@ var style = /* @__PURE__ */ c([
330
330
  }),
331
331
  cB("footer", {
332
332
  gridArea: "footer",
333
- lineHeight: "24px"
333
+ lineHeight: "32px",
334
+ textAlign: "center",
335
+ color: "gray"
334
336
  })
335
337
  ]), IFold = () => createVNode("svg", {
336
338
  xmlns: "http://www.w3.org/2000/svg",
package/esm/use-style.js CHANGED
@@ -1 +1 @@
1
- export * from '../dist/use-style.js'
1
+ export { c, cB, cE, cM, default, useClsPrefix } from '../dist/use-style.js'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ithinkdt/ui",
3
- "version": "4.0.0-40",
3
+ "version": "4.0.0-42",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "iThinkDT UI",
@@ -62,7 +62,7 @@
62
62
  "date-fns": "^4.1.0",
63
63
  "vueuc": "^0.4.65",
64
64
  "sortablejs": "^1.15.6",
65
- "@types/sortablejs": "^1.15.8",
65
+ "@types/sortablejs": "^1.15.9",
66
66
  "nanoid": "^5.1.6",
67
67
  "@ithinkdt/common": "^4.0.0-40"
68
68
  },