@appcorp/shadcn 1.1.11 → 1.1.12

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.
@@ -52,7 +52,7 @@ var createChartConfig = function (legends) {
52
52
  };
53
53
  var AreaChartV1 = function (_a) {
54
54
  var dates = _a.dates, description = _a.description, legends = _a.legends, title = _a.title, selectors = _a.selectors, _b = _a.locale, locale = _b === void 0 ? "en-US" : _b, onSelectorChange = _a.onSelectorChange;
55
- var _c = React.useState("90d"), timeRange = _c[0], setTimeRange = _c[1];
55
+ var _c = React.useState("30d"), timeRange = _c[0], setTimeRange = _c[1];
56
56
  var dynamicChartConfig = createChartConfig(legends);
57
57
  var handleValueChange = function (value) {
58
58
  setTimeRange(value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appcorp/shadcn",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "scripts": {
5
5
  "build:next": "next build",
6
6
  "build:storybook": "storybook build -c .storybook -o .out",