@dt-dds/react-segmented-control 1.0.0-beta.38 → 1.0.0-beta.39
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 +8 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -181,7 +181,7 @@ var SegmentedControlOption = ({
|
|
|
181
181
|
showLabel: isLabelVisible,
|
|
182
182
|
type: "button",
|
|
183
183
|
children: [
|
|
184
|
-
iconCode ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_icon.Icon, { code: iconCode, size: "
|
|
184
|
+
iconCode ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_icon.Icon, { code: iconCode, size: "small" }) : null,
|
|
185
185
|
isLabelVisible ? label : null
|
|
186
186
|
]
|
|
187
187
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -153,7 +153,7 @@ var SegmentedControlOption = ({
|
|
|
153
153
|
showLabel: isLabelVisible,
|
|
154
154
|
type: "button",
|
|
155
155
|
children: [
|
|
156
|
-
iconCode ? /* @__PURE__ */ jsx2(Icon, { code: iconCode, size: "
|
|
156
|
+
iconCode ? /* @__PURE__ */ jsx2(Icon, { code: iconCode, size: "small" }) : null,
|
|
157
157
|
isLabelVisible ? label : null
|
|
158
158
|
]
|
|
159
159
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dt-dds/react-segmented-control",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.39",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@dt-dds/react-core": "1.0.0-beta.50",
|
|
24
|
-
"@dt-dds/react-icon": "1.0.0-beta.
|
|
24
|
+
"@dt-dds/react-icon": "1.0.0-beta.52",
|
|
25
25
|
"@dt-dds/react-tooltip": "1.0.0-beta.58",
|
|
26
26
|
"@dt-dds/themes": "1.0.0-beta.9"
|
|
27
27
|
},
|