@tipp/ui 1.1.1 → 1.1.2

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
@@ -1,4 +1,3 @@
1
- import "./chunk-PSINRHYW.js";
2
1
  import {
3
2
  useThemeContext
4
3
  } from "./chunk-MMGP4GEQ.js";
@@ -9,26 +8,27 @@ import "./chunk-PL37KFRJ.js";
9
8
  import {
10
9
  getCellAlign
11
10
  } from "./chunk-A7CXRZIO.js";
11
+ import "./chunk-PSINRHYW.js";
12
+ import {
13
+ EchartDefaultProps
14
+ } from "./chunk-2QFSCWES.js";
15
+ import {
16
+ HorizontalBarChart
17
+ } from "./chunk-SGMO4KBC.js";
12
18
  import "./chunk-KHHXN3CH.js";
13
19
  import {
14
20
  ExpandTable,
15
21
  createColumnHelper
16
22
  } from "./chunk-TJ45WWRH.js";
17
23
  import "./chunk-JFKC7O5G.js";
24
+ import {
25
+ Navigation
26
+ } from "./chunk-RKLEKAON.js";
18
27
  import {
19
28
  DatePicker
20
29
  } from "./chunk-Z2PA5PMV.js";
21
30
  import "./chunk-BSTJBBEX.js";
22
31
  import "./chunk-NDUKDKGB.js";
23
- import {
24
- Navigation
25
- } from "./chunk-RKLEKAON.js";
26
- import {
27
- EchartDefaultProps
28
- } from "./chunk-2QFSCWES.js";
29
- import {
30
- HorizontalBarChart
31
- } from "./chunk-SGMO4KBC.js";
32
32
  import "./chunk-2ANGYYEV.js";
33
33
  import {
34
34
  Strong
@@ -4,14 +4,14 @@ import {
4
4
  createColumnHelper
5
5
  } from "../chunk-TJ45WWRH.js";
6
6
  import "../chunk-JFKC7O5G.js";
7
+ import {
8
+ Navigation
9
+ } from "../chunk-RKLEKAON.js";
7
10
  import {
8
11
  DatePicker
9
12
  } from "../chunk-Z2PA5PMV.js";
10
13
  import "../chunk-BSTJBBEX.js";
11
14
  import "../chunk-NDUKDKGB.js";
12
- import {
13
- Navigation
14
- } from "../chunk-RKLEKAON.js";
15
15
  import "../chunk-2ANGYYEV.js";
16
16
  import "../chunk-74DX4CU7.js";
17
17
  import "../chunk-OYM4XCHQ.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -53,8 +53,8 @@
53
53
  "postcss-nesting": "12.0.2",
54
54
  "tsup": "^8.0.2",
55
55
  "typescript": "^5.3.3",
56
- "@tipp/typescript-config": "1.0.0",
57
- "@tipp/eslint-config": "1.0.0"
56
+ "@tipp/eslint-config": "1.0.0",
57
+ "@tipp/typescript-config": "1.0.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "pnpm run build:js & pnpm run build:css",