@andreagiugni/tailwind-dashboard-ui 0.4.0 → 0.5.1
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 +12 -0
- package/dist/{chunk-OSIOO5AE.cjs → chunk-2C5QY3Z2.cjs} +22 -6
- package/dist/chunk-2C5QY3Z2.cjs.map +1 -0
- package/dist/{chunk-BGA7AECV.cjs → chunk-3EE6CPHW.cjs} +11 -3
- package/dist/chunk-3EE6CPHW.cjs.map +1 -0
- package/dist/chunk-MYN5LDMO.cjs +184 -0
- package/dist/chunk-MYN5LDMO.cjs.map +1 -0
- package/dist/{chunk-MEU4PMP5.js → chunk-NWIOJGF7.js} +11 -3
- package/dist/chunk-NWIOJGF7.js.map +1 -0
- package/dist/chunk-P7LI2FSR.js +182 -0
- package/dist/chunk-P7LI2FSR.js.map +1 -0
- package/dist/{chunk-HZQZC5CK.js → chunk-YAKIMPXZ.js} +22 -6
- package/dist/chunk-YAKIMPXZ.js.map +1 -0
- package/dist/components/Charts/BarChart.cjs +2 -2
- package/dist/components/Charts/BarChart.js +1 -1
- package/dist/components/Charts/LineChart.cjs +2 -2
- package/dist/components/Charts/LineChart.js +1 -1
- package/dist/components/ColorPicker/ColorPicker.cjs +14 -0
- package/dist/components/ColorPicker/ColorPicker.cjs.map +1 -0
- package/dist/components/ColorPicker/ColorPicker.d.cts +23 -0
- package/dist/components/ColorPicker/ColorPicker.d.ts +23 -0
- package/dist/components/ColorPicker/ColorPicker.js +5 -0
- package/dist/components/ColorPicker/ColorPicker.js.map +1 -0
- package/dist/index.cjs +12 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -1
- package/dist/chunk-BGA7AECV.cjs.map +0 -1
- package/dist/chunk-HZQZC5CK.js.map +0 -1
- package/dist/chunk-MEU4PMP5.js.map +0 -1
- package/dist/chunk-OSIOO5AE.cjs.map +0 -1
|
@@ -23,10 +23,12 @@ var defaultOptions = {
|
|
|
23
23
|
dataLabels: {
|
|
24
24
|
enabled: false
|
|
25
25
|
},
|
|
26
|
+
// No transparent stroke around the columns: it shrinks and shifts the
|
|
27
|
+
// painted bar inside its allocated slot, so the hover highlight band
|
|
28
|
+
// (crosshairs width "barWidth" = the allocated width) would render wider
|
|
29
|
+
// than — and offset from — the visible bar.
|
|
26
30
|
stroke: {
|
|
27
|
-
show:
|
|
28
|
-
width: 4,
|
|
29
|
-
colors: ["transparent"]
|
|
31
|
+
show: false
|
|
30
32
|
},
|
|
31
33
|
xaxis: {
|
|
32
34
|
categories: [
|
|
@@ -48,13 +50,27 @@ var defaultOptions = {
|
|
|
48
50
|
},
|
|
49
51
|
axisTicks: {
|
|
50
52
|
show: false
|
|
53
|
+
},
|
|
54
|
+
// Match the hover highlight band to the bar width (the default band spans
|
|
55
|
+
// the whole category slot, looking ~3x wider than the 39% columns).
|
|
56
|
+
crosshairs: {
|
|
57
|
+
width: "barWidth"
|
|
51
58
|
}
|
|
52
59
|
},
|
|
53
60
|
legend: {
|
|
54
61
|
show: true,
|
|
55
62
|
position: "top",
|
|
56
63
|
horizontalAlign: "left",
|
|
57
|
-
fontFamily: "Outfit"
|
|
64
|
+
fontFamily: "Outfit",
|
|
65
|
+
// Rounded, border-less swatches that echo the column styling. ApexCharts
|
|
66
|
+
// sets the marker span's `color` to the series color, so `currentColor`
|
|
67
|
+
// picks it up; `customHTML` lets us round the corners (the built-in shapes
|
|
68
|
+
// are sharp SVG paths that CSS border-radius can't touch).
|
|
69
|
+
markers: {
|
|
70
|
+
size: 7,
|
|
71
|
+
strokeWidth: 0,
|
|
72
|
+
customHTML: () => '<span style="display:block;height:100%;width:100%;border-radius:3px;background:currentColor"></span>'
|
|
73
|
+
}
|
|
58
74
|
},
|
|
59
75
|
yaxis: {
|
|
60
76
|
title: {
|
|
@@ -120,5 +136,5 @@ var BarChart = ({
|
|
|
120
136
|
};
|
|
121
137
|
|
|
122
138
|
export { BarChart };
|
|
123
|
-
//# sourceMappingURL=chunk-
|
|
124
|
-
//# sourceMappingURL=chunk-
|
|
139
|
+
//# sourceMappingURL=chunk-YAKIMPXZ.js.map
|
|
140
|
+
//# sourceMappingURL=chunk-YAKIMPXZ.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/components/Charts/BarChart.tsx"],"names":[],"mappings":"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","file":"chunk-YAKIMPXZ.js","sourcesContent":["\"use client\";\nimport React from \"react\";\nimport Chart from \"react-apexcharts\";\nimport type { ApexOptions } from \"apexcharts\";\n\nexport interface BarChartProps {\n series?: ApexAxisChartSeries;\n categories?: string[];\n colors?: string[];\n height?: number;\n options?: ApexOptions;\n}\n\nconst defaultOptions: ApexOptions = {\n colors: [\"#465fff\"],\n chart: {\n fontFamily: \"Outfit, sans-serif\",\n type: \"bar\",\n height: 180,\n toolbar: {\n show: false,\n },\n },\n plotOptions: {\n bar: {\n horizontal: false,\n columnWidth: \"39%\",\n borderRadius: 5,\n borderRadiusApplication: \"end\",\n },\n },\n dataLabels: {\n enabled: false,\n },\n // No transparent stroke around the columns: it shrinks and shifts the\n // painted bar inside its allocated slot, so the hover highlight band\n // (crosshairs width \"barWidth\" = the allocated width) would render wider\n // than — and offset from — the visible bar.\n stroke: {\n show: false,\n },\n xaxis: {\n categories: [\n \"Jan\",\n \"Feb\",\n \"Mar\",\n \"Apr\",\n \"May\",\n \"Jun\",\n \"Jul\",\n \"Aug\",\n \"Sep\",\n \"Oct\",\n \"Nov\",\n \"Dec\",\n ],\n axisBorder: {\n show: false,\n },\n axisTicks: {\n show: false,\n },\n // Match the hover highlight band to the bar width (the default band spans\n // the whole category slot, looking ~3x wider than the 39% columns).\n crosshairs: {\n width: \"barWidth\",\n },\n },\n legend: {\n show: true,\n position: \"top\",\n horizontalAlign: \"left\",\n fontFamily: \"Outfit\",\n // Rounded, border-less swatches that echo the column styling. ApexCharts\n // sets the marker span's `color` to the series color, so `currentColor`\n // picks it up; `customHTML` lets us round the corners (the built-in shapes\n // are sharp SVG paths that CSS border-radius can't touch).\n markers: {\n size: 7,\n strokeWidth: 0,\n customHTML: () =>\n '<span style=\"display:block;height:100%;width:100%;border-radius:3px;background:currentColor\"></span>',\n },\n },\n yaxis: {\n title: {\n text: undefined,\n },\n },\n grid: {\n yaxis: {\n lines: {\n show: true,\n },\n },\n },\n fill: {\n opacity: 1,\n },\n tooltip: {\n x: {\n show: false,\n },\n y: {\n formatter: (val: number) => `${val}`,\n },\n },\n};\n\nconst defaultSeries: ApexAxisChartSeries = [\n {\n name: \"Sales\",\n data: [168, 385, 201, 298, 187, 195, 291, 110, 215, 390, 280, 112],\n },\n];\n\nexport const BarChart: React.FC<BarChartProps> = ({\n series,\n categories,\n colors,\n height,\n options,\n}) => {\n const mergedOptions: ApexOptions = {\n ...defaultOptions,\n ...options,\n colors: colors ?? options?.colors ?? defaultOptions.colors,\n chart: {\n ...defaultOptions.chart,\n ...options?.chart,\n height: height ?? options?.chart?.height ?? defaultOptions.chart?.height,\n },\n xaxis: {\n ...defaultOptions.xaxis,\n ...options?.xaxis,\n categories:\n categories ??\n options?.xaxis?.categories ??\n defaultOptions.xaxis?.categories,\n },\n };\n\n return (\n <Chart\n options={mergedOptions}\n series={series ?? defaultSeries}\n type=\"bar\"\n height={height ?? 180}\n />\n );\n};\n"]}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunk2C5QY3Z2_cjs = require('../../chunk-2C5QY3Z2.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "BarChart", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk2C5QY3Z2_cjs.BarChart; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=BarChart.cjs.map
|
|
13
13
|
//# sourceMappingURL=BarChart.cjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var chunk3EE6CPHW_cjs = require('../../chunk-3EE6CPHW.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
Object.defineProperty(exports, "LineChart", {
|
|
9
9
|
enumerable: true,
|
|
10
|
-
get: function () { return
|
|
10
|
+
get: function () { return chunk3EE6CPHW_cjs.LineChart; }
|
|
11
11
|
});
|
|
12
12
|
//# sourceMappingURL=LineChart.cjs.map
|
|
13
13
|
//# sourceMappingURL=LineChart.cjs.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
'use strict';
|
|
3
|
+
|
|
4
|
+
var chunkMYN5LDMO_cjs = require('../../chunk-MYN5LDMO.cjs');
|
|
5
|
+
require('../../chunk-YERNSNT4.cjs');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
Object.defineProperty(exports, "ColorPicker", {
|
|
10
|
+
enumerable: true,
|
|
11
|
+
get: function () { return chunkMYN5LDMO_cjs.ColorPicker; }
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=ColorPicker.cjs.map
|
|
14
|
+
//# sourceMappingURL=ColorPicker.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"ColorPicker.cjs"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Color } from 'react-beautiful-color';
|
|
3
|
+
|
|
4
|
+
type ColorPickerFormat = "hex" | "rgb" | "rgba" | "hsl" | "hsla";
|
|
5
|
+
interface ColorPickerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> {
|
|
6
|
+
/** Initial color (uncontrolled). Any hex string, e.g. `"#3641f5"`. */
|
|
7
|
+
defaultValue?: string;
|
|
8
|
+
/** Format selected on first render. Default: `"hex"`. */
|
|
9
|
+
defaultFormat?: ColorPickerFormat;
|
|
10
|
+
/** Formats offered in the switcher. Default: all five. */
|
|
11
|
+
formats?: ColorPickerFormat[];
|
|
12
|
+
/** Render the value input + format switcher. Default: `true`. */
|
|
13
|
+
showInput?: boolean;
|
|
14
|
+
/** Show the native eye-dropper button (browser support varies). */
|
|
15
|
+
withEyeDropper?: boolean;
|
|
16
|
+
/** Optional label rendered above the picker. */
|
|
17
|
+
label?: string;
|
|
18
|
+
/** Fires on every change with the formatted string and the `Color` instance. */
|
|
19
|
+
onChange?: (value: string, color: Color) => void;
|
|
20
|
+
}
|
|
21
|
+
declare const ColorPicker: React.FC<ColorPickerProps>;
|
|
22
|
+
|
|
23
|
+
export { ColorPicker, type ColorPickerFormat, type ColorPickerProps };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Color } from 'react-beautiful-color';
|
|
3
|
+
|
|
4
|
+
type ColorPickerFormat = "hex" | "rgb" | "rgba" | "hsl" | "hsla";
|
|
5
|
+
interface ColorPickerProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onChange"> {
|
|
6
|
+
/** Initial color (uncontrolled). Any hex string, e.g. `"#3641f5"`. */
|
|
7
|
+
defaultValue?: string;
|
|
8
|
+
/** Format selected on first render. Default: `"hex"`. */
|
|
9
|
+
defaultFormat?: ColorPickerFormat;
|
|
10
|
+
/** Formats offered in the switcher. Default: all five. */
|
|
11
|
+
formats?: ColorPickerFormat[];
|
|
12
|
+
/** Render the value input + format switcher. Default: `true`. */
|
|
13
|
+
showInput?: boolean;
|
|
14
|
+
/** Show the native eye-dropper button (browser support varies). */
|
|
15
|
+
withEyeDropper?: boolean;
|
|
16
|
+
/** Optional label rendered above the picker. */
|
|
17
|
+
label?: string;
|
|
18
|
+
/** Fires on every change with the formatted string and the `Color` instance. */
|
|
19
|
+
onChange?: (value: string, color: Color) => void;
|
|
20
|
+
}
|
|
21
|
+
declare const ColorPicker: React.FC<ColorPickerProps>;
|
|
22
|
+
|
|
23
|
+
export { ColorPicker, type ColorPickerFormat, type ColorPickerProps };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"ColorPicker.js"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var chunk2C5QY3Z2_cjs = require('./chunk-2C5QY3Z2.cjs');
|
|
5
|
+
var chunk3EE6CPHW_cjs = require('./chunk-3EE6CPHW.cjs');
|
|
6
6
|
var chunkMYOOZFHK_cjs = require('./chunk-MYOOZFHK.cjs');
|
|
7
7
|
var chunkHT7SQXRF_cjs = require('./chunk-HT7SQXRF.cjs');
|
|
8
8
|
var chunkW7SNEBD7_cjs = require('./chunk-W7SNEBD7.cjs');
|
|
9
|
+
var chunkMYN5LDMO_cjs = require('./chunk-MYN5LDMO.cjs');
|
|
9
10
|
var chunkYERNSNT4_cjs = require('./chunk-YERNSNT4.cjs');
|
|
10
11
|
var jsxRuntime = require('react/jsx-runtime');
|
|
11
12
|
var React5 = require('react');
|
|
@@ -2463,12 +2464,13 @@ var Switch = ({
|
|
|
2463
2464
|
onChange(newCheckedState);
|
|
2464
2465
|
}
|
|
2465
2466
|
};
|
|
2467
|
+
const offTrack = "bg-gray-200 ring-1 ring-inset ring-gray-300 dark:bg-white/10 dark:ring-0";
|
|
2466
2468
|
const switchColors = color === "blue" ? {
|
|
2467
|
-
background: isChecked ? "bg-brand-500 " :
|
|
2469
|
+
background: isChecked ? "bg-brand-500 " : offTrack,
|
|
2468
2470
|
// Blue version
|
|
2469
2471
|
knob: isChecked ? "translate-x-full bg-white" : "translate-x-0 bg-white"
|
|
2470
2472
|
} : {
|
|
2471
|
-
background: isChecked ? "bg-gray-800 dark:bg-white/10" :
|
|
2473
|
+
background: isChecked ? "bg-gray-800 dark:bg-white/10" : offTrack,
|
|
2472
2474
|
// Gray version
|
|
2473
2475
|
knob: isChecked ? "translate-x-full bg-white" : "translate-x-0 bg-white"
|
|
2474
2476
|
};
|
|
@@ -3135,11 +3137,11 @@ var Slider = ({
|
|
|
3135
3137
|
|
|
3136
3138
|
Object.defineProperty(exports, "BarChart", {
|
|
3137
3139
|
enumerable: true,
|
|
3138
|
-
get: function () { return
|
|
3140
|
+
get: function () { return chunk2C5QY3Z2_cjs.BarChart; }
|
|
3139
3141
|
});
|
|
3140
3142
|
Object.defineProperty(exports, "LineChart", {
|
|
3141
3143
|
enumerable: true,
|
|
3142
|
-
get: function () { return
|
|
3144
|
+
get: function () { return chunk3EE6CPHW_cjs.LineChart; }
|
|
3143
3145
|
});
|
|
3144
3146
|
Object.defineProperty(exports, "Calendar", {
|
|
3145
3147
|
enumerable: true,
|
|
@@ -3157,6 +3159,10 @@ Object.defineProperty(exports, "Editor", {
|
|
|
3157
3159
|
enumerable: true,
|
|
3158
3160
|
get: function () { return chunkW7SNEBD7_cjs.Editor; }
|
|
3159
3161
|
});
|
|
3162
|
+
Object.defineProperty(exports, "ColorPicker", {
|
|
3163
|
+
enumerable: true,
|
|
3164
|
+
get: function () { return chunkMYN5LDMO_cjs.ColorPicker; }
|
|
3165
|
+
});
|
|
3160
3166
|
Object.defineProperty(exports, "cn", {
|
|
3161
3167
|
enumerable: true,
|
|
3162
3168
|
get: function () { return chunkYERNSNT4_cjs.cn; }
|