@tipp/ui 1.0.58 → 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
@@ -16,17 +16,17 @@ import {
16
16
  HorizontalBarChart
17
17
  } from "./chunk-SGMO4KBC.js";
18
18
  import "./chunk-KHHXN3CH.js";
19
- import {
20
- DatePicker
21
- } from "./chunk-Z2PA5PMV.js";
22
- import {
23
- Navigation
24
- } from "./chunk-RKLEKAON.js";
25
19
  import {
26
20
  ExpandTable,
27
21
  createColumnHelper
28
22
  } from "./chunk-TJ45WWRH.js";
29
23
  import "./chunk-JFKC7O5G.js";
24
+ import {
25
+ Navigation
26
+ } from "./chunk-RKLEKAON.js";
27
+ import {
28
+ DatePicker
29
+ } from "./chunk-Z2PA5PMV.js";
30
30
  import "./chunk-BSTJBBEX.js";
31
31
  import "./chunk-NDUKDKGB.js";
32
32
  import "./chunk-2ANGYYEV.js";
@@ -1,15 +1,15 @@
1
1
  import "../chunk-KHHXN3CH.js";
2
- import {
3
- DatePicker
4
- } from "../chunk-Z2PA5PMV.js";
5
- import {
6
- Navigation
7
- } from "../chunk-RKLEKAON.js";
8
2
  import {
9
3
  ExpandTable,
10
4
  createColumnHelper
11
5
  } from "../chunk-TJ45WWRH.js";
12
6
  import "../chunk-JFKC7O5G.js";
7
+ import {
8
+ Navigation
9
+ } from "../chunk-RKLEKAON.js";
10
+ import {
11
+ DatePicker
12
+ } from "../chunk-Z2PA5PMV.js";
13
13
  import "../chunk-BSTJBBEX.js";
14
14
  import "../chunk-NDUKDKGB.js";
15
15
  import "../chunk-2ANGYYEV.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tipp/ui",
3
- "version": "1.0.58",
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": "0.0.4",
57
- "@tipp/eslint-config": "0.2.3"
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",