td-stylekit 32.0.0 → 32.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [32.0.1](https://github.com/treasure-data/td-stylekit/compare/v32.0.0...v32.0.1) (2026-03-03)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **UIDX-942:** Deprecate migrated components and charts ([#1779](https://github.com/treasure-data/td-stylekit/issues/1779)) ([d3e6c09](https://github.com/treasure-data/td-stylekit/commit/d3e6c09421ea18578226a5f923ae6156094b313f))
7
+
1
8
  # [32.0.0](https://github.com/treasure-data/td-stylekit/compare/v31.0.0...v32.0.0) (2026-02-20)
2
9
 
3
10
 
@@ -76,10 +76,15 @@ export type { SerializedStyles } from '@emotion/react';
76
76
  export { default as styled } from '@emotion/styled';
77
77
  export { useTheme } from '@emotion/react';
78
78
  export type { IconTypes } from './Icon';
79
+ /** @deprecated Stylekit no longer provides charts */
79
80
  export { PieChart } from './PieChart';
81
+ /** @deprecated Stylekit no longer provides charts */
80
82
  export { calculateChartHeight as calculateDistributionChartHeight } from './DistributionChart';
83
+ /** @deprecated Stylekit no longer provides charts */
81
84
  export { PositiveNegativeBarChart, calculateChartHeight as calculatePositiveNegativeChartHeight } from './PositiveNegativeBarChart';
85
+ /** @deprecated Stylekit no longer provides charts */
82
86
  export type { PositiveNegativeDatum } from './PositiveNegativeBarChart';
87
+ /** @deprecated Stylekit no longer provides charts */
83
88
  export { RatioPieChart } from './RatioPieChart';
84
89
  export { getLongestOptionLength } from './Select';
85
90
  export type { Options, OptionType, OptionValue } from './Select';
@@ -91,5 +96,35 @@ export type { SelectComponentStyles };
91
96
  export type { Theme, AccessibilityOptions };
92
97
  export type { FormControlValue } from './types';
93
98
  export { BADGE_TYPES } from './Badge';
94
- export { ActionBar, Badge, BarChart, Box, Button, Canvas, Card, ChartPrimitives, Checkbox, CollapsibleToggle, Column, ColorPicker, ComparisonChart, ComponentGroup, DataGrid, DateControl, DatePicker, DatePickerUtils, DistributionChart, Drawer, DropdownButton, FileInput, FormControl, FormFieldAddon, FormLabel, FormModal, FormRow, Google, Grid, GridItem, GrowthRateChart, Heading, Highlighter, Histogram, Icon, IconBar, Input, LeftTruncatedText, Link, Loader, Logo, Menu, MiddleTruncatedText, Modal, MultiSelect, Paragraph, Popover, Radio, RightTruncatedText, Row, SecondaryNavigation, Section, Select, Shuttle, SimpleModal, Slider, TREE_UTILS, Tabs, Tagger, Text, ThemeProvider, TimeControl, TimePicker, Toast, Toggle, TooltipPopover, Tree, TreeNodeContent, TreeNodeContentWrapper, TreeNodeIconWrapper, UserAvatar, View, VisuallyHidden, VolumeChart, theme };
99
+ /** @deprecated Use a div with Tailwind classes */
100
+ export { Box };
101
+ /** @deprecated Use @treasure-data/stylekit/button */
102
+ export { Button };
103
+ /** @deprecated Use @treasure-data/stylekit/card */
104
+ export { Card };
105
+ /** @deprecated Use semantic HTML with Tailwind classes */
106
+ export { Column };
107
+ /** @deprecated Use semantic HTML with Tailwind grid */
108
+ export { Grid, GridItem };
109
+ /** @deprecated Use semantic HTML with Tailwind classes */
110
+ export { Heading };
111
+ /** @deprecated Use @treasure-data/stylekit/icons */
112
+ export { Icon };
113
+ /** @deprecated Use @treasure-data/stylekit/link */
114
+ export { Link };
115
+ /** @deprecated Use semantic HTML with Tailwind classes */
116
+ export { Paragraph };
117
+ /** @deprecated Use semantic HTML with Tailwind classes */
118
+ export { Row };
119
+ /** @deprecated Use semantic HTML with Tailwind classes */
120
+ export { Text };
121
+ /** @deprecated Use react-aria-components to build your own */
122
+ export { Tree, TREE_UTILS, TreeNodeContent, TreeNodeContentWrapper, TreeNodeIconWrapper };
123
+ /** @deprecated Use @treasure-data/stylekit/tooltip */
124
+ export { TooltipPopover };
125
+ /** @deprecated Use semantic HTML with Tailwind classes */
126
+ export { View };
127
+ /** @deprecated Stylekit no longer provides charts */
128
+ export { BarChart, ChartPrimitives, ComparisonChart, DistributionChart, GrowthRateChart, Histogram, VolumeChart };
129
+ export { ActionBar, Badge, Canvas, Checkbox, CollapsibleToggle, ColorPicker, ComponentGroup, DataGrid, DateControl, DatePicker, DatePickerUtils, Drawer, DropdownButton, FileInput, FormControl, FormFieldAddon, FormLabel, FormModal, FormRow, Google, Highlighter, IconBar, Input, LeftTruncatedText, Loader, Logo, Menu, MiddleTruncatedText, Modal, MultiSelect, Popover, Radio, RightTruncatedText, SecondaryNavigation, Section, Select, Shuttle, SimpleModal, Slider, Tabs, Tagger, ThemeProvider, TimeControl, TimePicker, Toast, Toggle, UserAvatar, VisuallyHidden, theme };
95
130
  //# sourceMappingURL=index.d.ts.map
package/dist/es/index.js CHANGED
@@ -609,4 +609,26 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
609
609
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
610
610
  function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
611
611
  if (typeof window !== "undefined" && !window.gs) window.gs = function () {};
612
- if (typeof window !== "undefined" && !window.gsC) window.gsC = function () {};
612
+ if (typeof window !== "undefined" && !window.gsC) window.gsC = function () {};
613
+ /** @deprecated Stylekit no longer provides charts */
614
+ /** @deprecated Stylekit no longer provides charts */
615
+ /** @deprecated Stylekit no longer provides charts */
616
+ /** @deprecated Stylekit no longer provides charts */
617
+ /** @deprecated Stylekit no longer provides charts */
618
+ /** @deprecated Use a div with Tailwind classes */
619
+ /** @deprecated Use @treasure-data/stylekit/button */
620
+ /** @deprecated Use @treasure-data/stylekit/card */
621
+ /** @deprecated Use semantic HTML with Tailwind classes */
622
+ // eslint-disable-next-line deprecation/deprecation
623
+ /** @deprecated Use semantic HTML with Tailwind grid */
624
+ /** @deprecated Use semantic HTML with Tailwind classes */
625
+ /** @deprecated Use @treasure-data/stylekit/icons */
626
+ /** @deprecated Use @treasure-data/stylekit/link */
627
+ /** @deprecated Use semantic HTML with Tailwind classes */
628
+ /** @deprecated Use semantic HTML with Tailwind classes */
629
+ // eslint-disable-next-line deprecation/deprecation
630
+ /** @deprecated Use semantic HTML with Tailwind classes */
631
+ /** @deprecated Use react-aria-components to build your own */
632
+ /** @deprecated Use @treasure-data/stylekit/tooltip */
633
+ /** @deprecated Use semantic HTML with Tailwind classes */
634
+ /** @deprecated Stylekit no longer provides charts */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "32.0.0",
3
+ "version": "32.0.1",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",
@@ -229,7 +229,7 @@
229
229
  "rimraf": "^6.0.1",
230
230
  "semantic-release": "^19.0.3",
231
231
  "shelljs": "^0.8.5",
232
- "storybook": "^8.6.15",
232
+ "storybook": "^8.6.17",
233
233
  "svg-inline-loader": "^0.8.2",
234
234
  "svg-to-jsx": "^1.0.4",
235
235
  "svgo": "^3.3.2",