carbon-react 104.10.0 → 104.10.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.
|
@@ -121,7 +121,7 @@ const Icon = /*#__PURE__*/_react.default.forwardRef(({
|
|
|
121
121
|
|
|
122
122
|
if (tooltipMessage) {
|
|
123
123
|
const showTooltip = tooltipVisibleFromContext !== undefined ? tooltipVisibleFromContext : tooltipVisible;
|
|
124
|
-
const visible = disabled ?
|
|
124
|
+
const visible = disabled ? undefined : showTooltip;
|
|
125
125
|
return /*#__PURE__*/_react.default.createElement(_tooltip.default, {
|
|
126
126
|
message: tooltipMessage,
|
|
127
127
|
position: tooltipPositionFromContext || tooltipPosition,
|
|
@@ -471,6 +471,7 @@ declare function _default(palette: any): {
|
|
|
471
471
|
colorsUtilityMajor500: string;
|
|
472
472
|
colorsUtilityMajor800: string;
|
|
473
473
|
colorsUtilityMajor025: string;
|
|
474
|
+
colorsUtilityMajor010: string;
|
|
474
475
|
colorsUtilityMajor040: string;
|
|
475
476
|
colorsUtilityMajor050: string;
|
|
476
477
|
colorsUtilityMajor075: string;
|
|
@@ -570,6 +571,7 @@ declare function _default(palette: any): {
|
|
|
570
571
|
sizing350: string;
|
|
571
572
|
sizing375: string;
|
|
572
573
|
sizing400: string;
|
|
574
|
+
sizing450: string;
|
|
573
575
|
sizing500: string;
|
|
574
576
|
sizing600: string;
|
|
575
577
|
sizing700: string;
|
|
@@ -605,6 +607,7 @@ declare function _default(palette: any): {
|
|
|
605
607
|
boxShadow200: string;
|
|
606
608
|
boxShadow300: string;
|
|
607
609
|
boxShadow400: string;
|
|
610
|
+
boxShadow075: string;
|
|
608
611
|
boxShadow050: string;
|
|
609
612
|
fontWeights400: string;
|
|
610
613
|
fontWeights500: string;
|
|
@@ -626,6 +629,9 @@ declare function _default(palette: any): {
|
|
|
626
629
|
typographyButtonLabelS: string;
|
|
627
630
|
typographyButtonLabelM: string;
|
|
628
631
|
typographyButtonLabelL: string;
|
|
632
|
+
typographyDatePickerCalendarDateM: string;
|
|
633
|
+
typographyDatePickerCalendarDayM: string;
|
|
634
|
+
typographyDatePickerCalendarMonthM: string;
|
|
629
635
|
typographyDialogTitleXs: string;
|
|
630
636
|
typographyDialogTitleS: string;
|
|
631
637
|
typographyDialogTitleMs: string;
|
|
@@ -678,6 +684,7 @@ declare function _default(palette: any): {
|
|
|
678
684
|
typographyMessageHeadingL: string;
|
|
679
685
|
typographyMessageTextM: string;
|
|
680
686
|
typographyMessageTextL: string;
|
|
687
|
+
typographyPaginationLabelM: string;
|
|
681
688
|
typographyPillLabelS: string;
|
|
682
689
|
typographyPillLabelM: string;
|
|
683
690
|
typographyPillLabelL: string;
|
|
@@ -88,6 +88,7 @@ declare var _default: {
|
|
|
88
88
|
colorsUtilityMajor500: string;
|
|
89
89
|
colorsUtilityMajor800: string;
|
|
90
90
|
colorsUtilityMajor025: string;
|
|
91
|
+
colorsUtilityMajor010: string;
|
|
91
92
|
colorsUtilityMajor040: string;
|
|
92
93
|
colorsUtilityMajor050: string;
|
|
93
94
|
colorsUtilityMajor075: string;
|
|
@@ -196,6 +197,7 @@ declare var _default: {
|
|
|
196
197
|
sizing350: string;
|
|
197
198
|
sizing375: string;
|
|
198
199
|
sizing400: string;
|
|
200
|
+
sizing450: string;
|
|
199
201
|
sizing500: string;
|
|
200
202
|
sizing600: string;
|
|
201
203
|
sizing700: string;
|
|
@@ -248,6 +250,7 @@ declare var _default: {
|
|
|
248
250
|
boxShadow200: string;
|
|
249
251
|
boxShadow300: string;
|
|
250
252
|
boxShadow400: string;
|
|
253
|
+
boxShadow075: string;
|
|
251
254
|
boxShadow050: string;
|
|
252
255
|
fontWeights400: string;
|
|
253
256
|
fontWeights500: string;
|
|
@@ -269,6 +272,9 @@ declare var _default: {
|
|
|
269
272
|
typographyButtonLabelS: string;
|
|
270
273
|
typographyButtonLabelM: string;
|
|
271
274
|
typographyButtonLabelL: string;
|
|
275
|
+
typographyDatePickerCalendarDateM: string;
|
|
276
|
+
typographyDatePickerCalendarDayM: string;
|
|
277
|
+
typographyDatePickerCalendarMonthM: string;
|
|
272
278
|
typographyDialogTitleXs: string;
|
|
273
279
|
typographyDialogTitleS: string;
|
|
274
280
|
typographyDialogTitleMs: string;
|
|
@@ -321,6 +327,7 @@ declare var _default: {
|
|
|
321
327
|
typographyMessageHeadingL: string;
|
|
322
328
|
typographyMessageTextM: string;
|
|
323
329
|
typographyMessageTextL: string;
|
|
330
|
+
typographyPaginationLabelM: string;
|
|
324
331
|
typographyPillLabelS: string;
|
|
325
332
|
typographyPillLabelM: string;
|
|
326
333
|
typographyPillLabelL: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbon-react",
|
|
3
|
-
"version": "104.10.
|
|
3
|
+
"version": "104.10.1",
|
|
4
4
|
"description": "A library of reusable React components for easily building user interfaces.",
|
|
5
5
|
"engineStrict": true,
|
|
6
6
|
"engines": {
|
|
@@ -156,7 +156,7 @@
|
|
|
156
156
|
"dependencies": {
|
|
157
157
|
"@octokit/rest": "^18.12.0",
|
|
158
158
|
"@popperjs/core": "^2.9.0",
|
|
159
|
-
"@sage/design-tokens": "^1.
|
|
159
|
+
"@sage/design-tokens": "^1.91.0",
|
|
160
160
|
"@styled-system/prop-types": "^5.1.5",
|
|
161
161
|
"@tippyjs/react": "^4.2.5",
|
|
162
162
|
"@types/styled-system": "^5.1.11",
|