td-stylekit 30.13.0 → 30.14.0

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,17 @@
1
+ # [30.14.0](https://github.com/treasure-data/td-stylekit/compare/v30.13.1...v30.14.0) (2025-06-18)
2
+
3
+
4
+ ### Features
5
+
6
+ * **AI-757:** Add Download icon for Foundry workspace ([#1680](https://github.com/treasure-data/td-stylekit/issues/1680)) ([da867f1](https://github.com/treasure-data/td-stylekit/commit/da867f1b6a40952848a36057dbf47f4cc853cb8e))
7
+
8
+ ## [30.13.1](https://github.com/treasure-data/td-stylekit/compare/v30.13.0...v30.13.1) (2025-06-09)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **CON-18570:** Add Eye Blocked icon for Sensitive RT Batch Attributes ([#1677](https://github.com/treasure-data/td-stylekit/issues/1677)) ([4748ed3](https://github.com/treasure-data/td-stylekit/commit/4748ed3d30e375c614062f51efa05b7d773d9f85))
14
+
1
15
  # [30.13.0](https://github.com/treasure-data/td-stylekit/compare/v30.12.0...v30.13.0) (2025-06-04)
2
16
 
3
17
 
@@ -88,6 +88,8 @@ export type IconTypes = {
88
88
  ExitIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
89
89
  ExitFullScreen: React.ComponentType<JSX.IntrinsicElements['svg']>;
90
90
  ExitFullScreenIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
91
+ EyeBlocked: React.ComponentType<JSX.IntrinsicElements['svg']>;
92
+ EyeBlockedIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
91
93
  FilledDownArrow: React.ComponentType<JSX.IntrinsicElements['svg']>;
92
94
  FilledDownArrowIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
93
95
  FilledLeftArrow: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -110,6 +112,8 @@ export type IconTypes = {
110
112
  FormatIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
111
113
  FoundryWorkspace: React.ComponentType<JSX.IntrinsicElements['svg']>;
112
114
  FoundryWorkspaceIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
115
+ FoundryWorkspaceDownload: React.ComponentType<JSX.IntrinsicElements['svg']>;
116
+ FoundryWorkspaceDownloadIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
113
117
  FoundryWorkspaceHome: React.ComponentType<JSX.IntrinsicElements['svg']>;
114
118
  FoundryWorkspaceHomeIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
115
119
  FoundryWorkspaceResources: React.ComponentType<JSX.IntrinsicElements['svg']>;
@@ -154,7 +154,12 @@ export const types = {typesv5: {Activation: /*#__PURE__*/React.createElement("pa
154
154
  fillRule: "evenodd"
155
155
  }),ExitFullScreen: /*#__PURE__*/React.createElement("path", {
156
156
  d: "M14.697 14.697v3.242a1.061 1.061 0 0 1-2.122 0v-4.364c0-.553.448-1 1-1h4.364a1.061 1.061 0 0 1 0 2.122zM9.303 9.303V6.061a1.061 1.061 0 0 1 2.122 0v4.364c0 .553-.448 1-1 1H6.06a1.061 1.061 0 0 1 0-2.122z"
157
- }),FilledDownArrow: /*#__PURE__*/React.createElement("path", {
157
+ }),EyeBlocked: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
158
+ d: "M5.709 4.293a1 1 0 0 0-1.414 1.414l2.44 2.44c-1.29 1.099-2.127 2.394-2.557 3.168-.242.436-.234.962.003 1.401.843 1.56 3.266 5.123 7.827 5.123 1.395 0 2.58-.334 3.577-.842l2.71 2.71a1 1 0 0 0 1.414-1.414zm8.07 10.898-1.307-1.306a2.023 2.023 0 0 1-2.355-2.355l-1.3-1.3a3.66 3.66 0 0 0-.413 2.355 3.67 3.67 0 0 0 3.02 3.019 3.66 3.66 0 0 0 2.355-.413",
159
+ fillRule: "evenodd"
160
+ }), /*#__PURE__*/React.createElement("path", {
161
+ d: "m11.481 8.404.035-.005c.162-.024.324-.048.492-.048A3.65 3.65 0 0 1 15.658 12c0 .168-.025.33-.049.492l-.005.035 2.504 2.503a14.5 14.5 0 0 0 1.7-2.339 1.45 1.45 0 0 0 .014-1.43c-.853-1.572-3.275-5.1-7.814-5.1a7.9 7.9 0 0 0-2.397.373z"
162
+ })),FilledDownArrow: /*#__PURE__*/React.createElement("path", {
158
163
  d: "m6.762 10.144 4.97 4.97a.89.89 0 0 0 1.257 0l4.97-4.97c.56-.56.164-1.519-.629-1.519H7.39c-.792 0-1.189.958-.628 1.519"
159
164
  }),FilledLeftArrow: /*#__PURE__*/React.createElement("path", {
160
165
  d: "m13.856 18.163-4.97-4.97a.89.89 0 0 1 0-1.258l4.97-4.97c.56-.56 1.519-.163 1.519.63v9.939c0 .792-.959 1.19-1.52.629"
@@ -205,6 +210,10 @@ export const types = {typesv5: {Activation: /*#__PURE__*/React.createElement("pa
205
210
  d: "M13.963 4.64a3.9 3.9 0 0 0-1.105 1.7H5.972c-.092 0-.212.084-.212.243v8.014c0 .16.12.243.212.243h11.475c.093 0 .213-.083.213-.243v-3.343a3.8 3.8 0 0 0 1.7-1.131v4.474l-.01.2c-.098.979-.912 1.743-1.903 1.743H5.972c-.99 0-1.804-.764-1.902-1.744l-.01-.199V6.583c0-1.073.856-1.943 1.912-1.943z"
206
211
  }), /*#__PURE__*/React.createElement("path", {
207
212
  d: "M15.703 4.06a.316.316 0 0 1 .593 0l.681 1.842c.192.52.602.929 1.121 1.12l1.842.682a.316.316 0 0 1 0 .593l-1.842.682c-.52.192-.929.602-1.12 1.12l-.682 1.843a.316.316 0 0 1-.593 0L15.02 10.1a1.9 1.9 0 0 0-1.12-1.121l-1.843-.682a.316.316 0 0 1 0-.593l1.842-.681c.52-.192.929-.602 1.12-1.121zM7.46 18.24h8.5a.85.85 0 0 1 0 1.7h-8.5a.85.85 0 0 1 0-1.7"
213
+ })),FoundryWorkspaceDownload: /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
214
+ d: "M19.272 15.733c.384 0 .696.312.696.695v1.768A1.8 1.8 0 0 1 18.174 20H5.828a1.8 1.8 0 0 1-1.795-1.804v-1.768a.696.696 0 0 1 1.392 0v1.768c0 .234.186.413.403.413h12.346c.216 0 .403-.18.403-.413v-1.768c0-.384.311-.695.695-.695"
215
+ }), /*#__PURE__*/React.createElement("path", {
216
+ d: "M12 5c.385 0 .696.311.696.695v7.833l3.396-3.425a.696.696 0 0 1 .988.98l-4.586 4.626-.015.013q-.026.023-.053.043-.024.019-.05.038a1 1 0 0 1-.087.047l-.024.011a1 1 0 0 1-.098.03q-.016.006-.033.01a.7.7 0 0 1-.268 0q-.016-.004-.033-.01a1 1 0 0 1-.098-.03l-.023-.011a1 1 0 0 1-.088-.047q-.029-.02-.055-.042l-.045-.036-.018-.016-4.588-4.626-.048-.054a.696.696 0 0 1 .983-.974l.052.048 3.4 3.427V5.695c0-.384.311-.695.696-.695"
208
217
  })),FoundryWorkspaceHome: /*#__PURE__*/React.createElement("path", {
209
218
  d: "M17 4a.75.75 0 0 1 .75.75v3.313L19.2 9.15a2 2 0 0 1 .8 1.6v.096l-.01.194a1.905 1.905 0 0 1-1.894 1.71.096.096 0 0 0-.096.096v5.904a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1v-2a1 1 0 1 0-2 0v2a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1v-5.904a.1.1 0 0 0-.059-.088l-.037-.008c-.986 0-1.797-.75-1.894-1.71L4 10.846v-.096a2 2 0 0 1 .621-1.448L4.8 9.15l6.6-4.95a1 1 0 0 1 1.2 0l3.65 2.738V4.75A.75.75 0 0 1 17 4M5.7 10.35a.5.5 0 0 0-.2.4v.096c0 .223.181.404.404.404.881 0 1.596.715 1.596 1.596v5.404h2v-1.5a2.5 2.5 0 0 1 5 0v1.5h2v-5.404c0-.881.715-1.596 1.596-1.596l.08-.008a.405.405 0 0 0 .324-.396v-.096a.5.5 0 0 0-.115-.32l-.085-.08L12 5.625z",
210
219
  fillRule: "evenodd"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "td-stylekit",
3
- "version": "30.13.0",
3
+ "version": "30.14.0",
4
4
  "main": "dist/es/index.js",
5
5
  "module": "dist/es/index.js",
6
6
  "types": "dist/es/index.d.ts",