@andreagiugni/tailwind-dashboard-ui 0.5.18 → 0.5.19
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/README.md +0 -3
- package/dist/index.cjs +0 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/package.json +17 -27
- package/src/theme.css +0 -17
- package/dist/chunk-HT7SQXRF.cjs +0 -85
- package/dist/chunk-HT7SQXRF.cjs.map +0 -1
- package/dist/chunk-R66LONPQ.js +0 -83
- package/dist/chunk-R66LONPQ.js.map +0 -1
- package/dist/components/Map/CountryMap.cjs +0 -13
- package/dist/components/Map/CountryMap.cjs.map +0 -1
- package/dist/components/Map/CountryMap.d.cts +0 -13
- package/dist/components/Map/CountryMap.d.ts +0 -13
- package/dist/components/Map/CountryMap.js +0 -4
- package/dist/components/Map/CountryMap.js.map +0 -1
package/README.md
CHANGED
|
@@ -38,7 +38,6 @@ data-viz component:
|
|
|
38
38
|
|---|---|
|
|
39
39
|
| `BarChart`, `LineChart` | `apexcharts`, `react-apexcharts` |
|
|
40
40
|
| `Calendar` | `@fullcalendar/core`, `@fullcalendar/react`, `@fullcalendar/daygrid`, `@fullcalendar/timegrid`, `@fullcalendar/list`, `@fullcalendar/interaction` |
|
|
41
|
-
| `CountryMap` | `@react-jvectormap/core`, `@react-jvectormap/world` |
|
|
42
41
|
| `Editor` (WYSIWYG) | `@tiptap/react`, `@tiptap/pm`, `@tiptap/starter-kit`, `@tiptap/extension-link`, `@tiptap/extension-placeholder`, `@tiptap/extension-superscript`, `@tiptap/extension-subscript` |
|
|
43
42
|
|
|
44
43
|
Install only the ones for the components you use, e.g.:
|
|
@@ -124,7 +123,6 @@ import {
|
|
|
124
123
|
BarChart,
|
|
125
124
|
LineChart,
|
|
126
125
|
Calendar,
|
|
127
|
-
CountryMap,
|
|
128
126
|
Editor,
|
|
129
127
|
} from '@andreagiugni/tailwind-dashboard-ui';
|
|
130
128
|
```
|
|
@@ -225,7 +223,6 @@ in [Peer dependencies](#peer-dependencies)).
|
|
|
225
223
|
| `BarChart` | `series`, `categories`, `colors?`, `height?`, `options?` (merged over defaults) |
|
|
226
224
|
| `LineChart` | `series`, `categories`, `colors?`, `height?`, `options?` |
|
|
227
225
|
| `Calendar` | `events`, `onEventClick`, `onDateSelect`, `initialView` |
|
|
228
|
-
| `CountryMap` | `markers`, `markerColor?`, `mapColor?` |
|
|
229
226
|
| `Editor` (WYSIWYG) | `content`, `onChange(html)`, `placeholder?`, `editable?`, `toolbar?` — Tiptap-powered, customizable toolbar |
|
|
230
227
|
|
|
231
228
|
> The data-viz components default their data to sensible demo values, so they render
|
package/dist/index.cjs
CHANGED
|
@@ -4,7 +4,6 @@
|
|
|
4
4
|
var chunk2C5QY3Z2_cjs = require('./chunk-2C5QY3Z2.cjs');
|
|
5
5
|
var chunk3EE6CPHW_cjs = require('./chunk-3EE6CPHW.cjs');
|
|
6
6
|
var chunkYSON6RJC_cjs = require('./chunk-YSON6RJC.cjs');
|
|
7
|
-
var chunkHT7SQXRF_cjs = require('./chunk-HT7SQXRF.cjs');
|
|
8
7
|
var chunkS4ADL5B7_cjs = require('./chunk-S4ADL5B7.cjs');
|
|
9
8
|
var chunkH4UQ67RI_cjs = require('./chunk-H4UQ67RI.cjs');
|
|
10
9
|
var chunkTF3G3E72_cjs = require('./chunk-TF3G3E72.cjs');
|
|
@@ -3320,10 +3319,6 @@ Object.defineProperty(exports, "Modal", {
|
|
|
3320
3319
|
enumerable: true,
|
|
3321
3320
|
get: function () { return chunkYSON6RJC_cjs.Modal; }
|
|
3322
3321
|
});
|
|
3323
|
-
Object.defineProperty(exports, "CountryMap", {
|
|
3324
|
-
enumerable: true,
|
|
3325
|
-
get: function () { return chunkHT7SQXRF_cjs.CountryMap; }
|
|
3326
|
-
});
|
|
3327
3322
|
Object.defineProperty(exports, "Editor", {
|
|
3328
3323
|
enumerable: true,
|
|
3329
3324
|
get: function () { return chunkS4ADL5B7_cjs.Editor; }
|