td-stylekit 30.3.0 → 30.4.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 +7 -0
- package/dist/es/Icon/staticTypes.d.ts +2 -0
- package/dist/es/Icon/types.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
# [30.4.0](https://github.com/treasure-data/td-stylekit/compare/v30.3.0...v30.4.0) (2024-11-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **CON-17506:** Add merge icon ([#1615](https://github.com/treasure-data/td-stylekit/issues/1615)) ([1eba284](https://github.com/treasure-data/td-stylekit/commit/1eba28473510d76d0d7d5f17fbb629ff78c1a6fc))
|
|
7
|
+
|
|
1
8
|
# [30.3.0](https://github.com/treasure-data/td-stylekit/compare/v30.2.0...v30.3.0) (2024-11-26)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -162,6 +162,8 @@ export type IconTypes = {
|
|
|
162
162
|
MasterSegmentIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
163
163
|
Megaphone: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
164
164
|
MegaphoneIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
165
|
+
Merge: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
166
|
+
MergeIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
165
167
|
Mixin: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
166
168
|
MixinIcon: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
|
167
169
|
More: React.ComponentType<JSX.IntrinsicElements['svg']>;
|
package/dist/es/Icon/types.js
CHANGED
|
@@ -297,6 +297,8 @@ export const types = {typesv5: {Activation: /*#__PURE__*/React.createElement("pa
|
|
|
297
297
|
})),Megaphone: /*#__PURE__*/React.createElement("path", {
|
|
298
298
|
d: "M18.126 14.107A3.2 3.2 0 0 0 20 11.194v-.8a3.2 3.2 0 0 0-3.2-3.2h-2.4l-.103.001-8.058-3.06A1.6 1.6 0 0 0 4 5.602v10.383a1.6 1.6 0 0 0 2.24 1.467L12 15.393v2.453a2.333 2.333 0 0 0 4.532.777zm-3.462-5.313v4H16.8a1.6 1.6 0 0 0 1.6-1.6v-.8a1.6 1.6 0 0 0-1.6-1.6zm-.264 5.6-.102-.002-.698.304v3.15a.733.733 0 0 0 1.423.244l1.305-3.696z",
|
|
299
299
|
fillRule: "evenodd"
|
|
300
|
+
}),Merge: /*#__PURE__*/React.createElement("path", {
|
|
301
|
+
d: "M18.234 13.002a1.33 1.33 0 0 0-.295-1.447l-3.331-3.33a1.33 1.33 0 0 0-1.882 1.881l1.063 1.063h-3.457a2.67 2.67 0 0 1-2.67-2.67V5.83A1.33 1.33 0 0 0 5 5.83v2.667c0 1.594.7 3.025 1.808 4.002A5.32 5.32 0 0 0 5 16.502v2.667a1.33 1.33 0 1 0 2.661 0v-2.667a2.67 2.67 0 0 1 2.671-2.671h3.457l-1.063 1.063a1.33 1.33 0 0 0 1.882 1.882l3.334-3.335c.13-.13.227-.28.292-.44"
|
|
300
302
|
}),Mixin: /*#__PURE__*/React.createElement("path", {
|
|
301
303
|
d: "M8 4h4a.8.8 0 0 1 .8.8v2.4a.8.8 0 0 1-.8.8h-1.245v2.4H12a.8.8 0 0 1 .8.8v.44h1.6v-.44a.8.8 0 0 1 .8-.8h4a.8.8 0 0 1 .8.8v2.4a.8.8 0 0 1-.8.8h-1.261v2.997c0 .69-.56 1.25-1.25 1.25H9.654v.309a1.15 1.15 0 0 1-1.15 1.15h-3.61a1.15 1.15 0 0 1-1.15-1.15v-2.147c0-.636.515-1.15 1.15-1.15h3.61c.635 0 1.15.515 1.15 1.15v.338h6.785V14.4H15.2a.8.8 0 0 1-.8-.8v-.46h-1.6v.46a.8.8 0 0 1-.8.8H8a.8.8 0 0 1-.8-.8v-2.4a.8.8 0 0 1 .8-.8h1.255V8H8a.8.8 0 0 1-.8-.8V4.8A.8.8 0 0 1 8 4M5.044 18.806v-1.847h3.31v1.847z",
|
|
302
304
|
fillRule: "evenodd"
|