@carbon/react 1.114.0 → 1.115.0-rc.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/.playwright/INTERNAL_AVT_REPORT_DO_NOT_USE.json +2640 -1163
- package/es/components/BigNumber/BigNumber.d.ts +82 -0
- package/es/components/BigNumber/BigNumberSkeleton.d.ts +16 -0
- package/es/components/BigNumber/constants.d.ts +19 -0
- package/es/components/BigNumber/index.d.ts +9 -0
- package/es/components/Card/Card.d.ts +1 -1
- package/es/components/Card/Card.js +19 -7
- package/es/components/Card/Card.types.d.ts +38 -7
- package/es/components/Card/CardActions.js +1 -1
- package/es/components/Card/CardBody.d.ts +2 -1
- package/es/components/Card/CardBody.js +3 -2
- package/es/components/Card/CardFooter.d.ts +5 -1
- package/es/components/Card/CardFooter.js +13 -2
- package/es/components/Card/CardTitle.d.ts +1 -1
- package/es/components/DatePicker/DatePicker.d.ts +1 -1
- package/es/components/DatePicker/plugins/rangePlugin.d.ts +1 -1
- package/es/components/FileUploader/FileUploaderDropContainer.js +11 -5
- package/es/components/FormLabel/FormLabel.d.ts +2 -2
- package/es/components/FormLabel/FormLabel.js +1 -1
- package/es/components/Tabs/Tabs.js +13 -2
- package/es/components/Tile/Tile.js +1 -1
- package/es/index.d.ts +2 -1
- package/es/index.js +1 -1
- package/es/internal/DisplayBox.d.ts +14 -0
- package/es/internal/getSupportedLocale.d.ts +12 -0
- package/lib/components/BigNumber/BigNumber.d.ts +82 -0
- package/lib/components/BigNumber/BigNumberSkeleton.d.ts +16 -0
- package/lib/components/BigNumber/constants.d.ts +19 -0
- package/lib/components/BigNumber/index.d.ts +9 -0
- package/lib/components/Card/Card.d.ts +1 -1
- package/lib/components/Card/Card.js +19 -7
- package/lib/components/Card/Card.types.d.ts +38 -7
- package/lib/components/Card/CardActions.js +1 -1
- package/lib/components/Card/CardBody.d.ts +2 -1
- package/lib/components/Card/CardBody.js +3 -2
- package/lib/components/Card/CardFooter.d.ts +5 -1
- package/lib/components/Card/CardFooter.js +13 -2
- package/lib/components/Card/CardTitle.d.ts +1 -1
- package/lib/components/DatePicker/DatePicker.d.ts +1 -1
- package/lib/components/DatePicker/plugins/rangePlugin.d.ts +1 -1
- package/lib/components/FileUploader/FileUploaderDropContainer.js +11 -5
- package/lib/components/FormLabel/FormLabel.d.ts +2 -2
- package/lib/components/FormLabel/FormLabel.js +1 -1
- package/lib/components/Tabs/Tabs.js +13 -2
- package/lib/components/Tile/Tile.js +1 -1
- package/lib/index.d.ts +2 -1
- package/lib/index.js +1 -1
- package/lib/internal/DisplayBox.d.ts +14 -0
- package/lib/internal/getSupportedLocale.d.ts +12 -0
- package/package.json +20 -20
- package/scss/_border-radius.scss +9 -0
- package/scss/components/OptionsTile/_index.scss +5 -0
- package/scss/components/OptionsTile/_options-tile.scss +5 -0
- package/scss/components/big-number/_big-number.scss +9 -0
- package/scss/components/big-number/_index.scss +9 -0
- package/scss/components/coachmark/_coachmark.scss +5 -0
- package/scss/components/coachmark/_index.scss +5 -0
- package/scss/components/edit-in-place/_edit-in-place.scss +5 -0
- package/scss/components/edit-in-place/_index.scss +5 -0
- package/scss/components/full-page-error/_full-page-error.scss +5 -0
- package/scss/components/full-page-error/_index.scss +5 -0
- package/scss/components/interstitial-screen/_index.scss +6 -0
- package/scss/components/interstitial-screen/_interstitial-screen.scss +12 -0
- package/scss/components/scroll-gradient/_index.scss +9 -0
- package/scss/components/scroll-gradient/_scroll-gradient.scss +9 -0
- package/scss/components/user-avatar/_index.scss +9 -0
- package/scss/components/user-avatar/_user-avatar.scss +9 -0
- package/telemetry.yml +91 -3
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
// Copyright IBM Corp. 2025
|
|
2
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
3
|
+
// LICENSE file in the root directory of this source tree.
|
|
4
|
+
|
|
5
|
+
// @carbon/utilities/scss/carousel depends on @carbon/styles, so it cannot be
|
|
6
|
+
// @used from inside packages/styles (circular identity conflict in Sass). It
|
|
7
|
+
// must be consumed here, in the packages/react layer, where @carbon/styles
|
|
8
|
+
// always resolves unambiguously to node_modules.
|
|
9
|
+
@use '@carbon/utilities/scss/carousel' as carbon-utilities-carousel;
|
|
10
|
+
@forward '@carbon/styles/scss/components/InterstitialScreen/interstitial-screen';
|
|
11
|
+
|
|
12
|
+
@include carbon-utilities-carousel.carousel;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2026
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/components/scroll-gradient';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2026
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/components/scroll-gradient/scroll-gradient';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2025
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/components/user-avatar';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
// Code generated by @carbon/react. DO NOT EDIT.
|
|
2
|
+
//
|
|
3
|
+
// Copyright IBM Corp. 2025
|
|
4
|
+
//
|
|
5
|
+
// This source code is licensed under the Apache-2.0 license found in the
|
|
6
|
+
// LICENSE file in the root directory of this source tree.
|
|
7
|
+
//
|
|
8
|
+
|
|
9
|
+
@forward '@carbon/styles/scss/components/user-avatar/user-avatar';
|
package/telemetry.yml
CHANGED
|
@@ -32,7 +32,9 @@ collect:
|
|
|
32
32
|
- backgroundToken
|
|
33
33
|
- border
|
|
34
34
|
- buttonKind
|
|
35
|
+
- buttonProps
|
|
35
36
|
- caption
|
|
37
|
+
- caret
|
|
36
38
|
- checked
|
|
37
39
|
- children
|
|
38
40
|
- className
|
|
@@ -40,6 +42,7 @@ collect:
|
|
|
40
42
|
- clearSelectionDescription
|
|
41
43
|
- clearSelectionText
|
|
42
44
|
- closeButtonLabelText
|
|
45
|
+
- closeIconDescription
|
|
43
46
|
- closeModal
|
|
44
47
|
- closeOnActivation
|
|
45
48
|
- cols
|
|
@@ -243,6 +246,7 @@ collect:
|
|
|
243
246
|
- tooltipDropShadow
|
|
244
247
|
- tooltipHighContrast
|
|
245
248
|
- tooltipPosition
|
|
249
|
+
- tooltipText
|
|
246
250
|
- totalItems
|
|
247
251
|
- translateWithId
|
|
248
252
|
- type
|
|
@@ -280,6 +284,16 @@ collect:
|
|
|
280
284
|
- style
|
|
281
285
|
# AspectRatio
|
|
282
286
|
- ratio
|
|
287
|
+
# BigNumber
|
|
288
|
+
- forceShowTotal
|
|
289
|
+
- fractionDigits
|
|
290
|
+
- iconButton
|
|
291
|
+
- loading
|
|
292
|
+
- percentage
|
|
293
|
+
- tooltipDescription
|
|
294
|
+
- total
|
|
295
|
+
- trending
|
|
296
|
+
- truncate
|
|
283
297
|
# ButtonSet
|
|
284
298
|
- fluid
|
|
285
299
|
- stacked
|
|
@@ -290,6 +304,7 @@ collect:
|
|
|
290
304
|
# Card
|
|
291
305
|
- clickable
|
|
292
306
|
- horizontal
|
|
307
|
+
- renderFooterIcon
|
|
293
308
|
# CardActions
|
|
294
309
|
- overflowMenuLabel
|
|
295
310
|
# CardMedia
|
|
@@ -305,6 +320,12 @@ collect:
|
|
|
305
320
|
- isQuickAction
|
|
306
321
|
# ClickableTile
|
|
307
322
|
- clicked
|
|
323
|
+
# Coachmark
|
|
324
|
+
- floating
|
|
325
|
+
- position
|
|
326
|
+
# CoachmarkContentHeader
|
|
327
|
+
- dragAriaLabel
|
|
328
|
+
- dragIconDescription
|
|
308
329
|
# CodeSnippet
|
|
309
330
|
- copyButtonDescription
|
|
310
331
|
- copyText
|
|
@@ -353,10 +374,11 @@ collect:
|
|
|
353
374
|
- onIconClick
|
|
354
375
|
# DatePickerSkeleton
|
|
355
376
|
- range
|
|
377
|
+
# Default
|
|
378
|
+
- onSubmit
|
|
356
379
|
# DefinitionTooltip
|
|
357
380
|
- definition
|
|
358
381
|
- openOnHover
|
|
359
|
-
- tooltipText
|
|
360
382
|
- triggerClassName
|
|
361
383
|
# Dialog
|
|
362
384
|
- ariaDescribedBy
|
|
@@ -367,6 +389,17 @@ collect:
|
|
|
367
389
|
- dismissTooltipAlignment
|
|
368
390
|
- dismissTooltipLabel
|
|
369
391
|
- tagTitle
|
|
392
|
+
# EditInPlace
|
|
393
|
+
- cancelLabel
|
|
394
|
+
- editAlwaysVisible
|
|
395
|
+
- editLabel
|
|
396
|
+
- inheritTypography
|
|
397
|
+
- invalidLabel
|
|
398
|
+
- onSave
|
|
399
|
+
- readOnlyLabel
|
|
400
|
+
- readOnlyToggleTipText
|
|
401
|
+
- saveLabel
|
|
402
|
+
- toggleTipAlignment
|
|
370
403
|
# ErrorBoundary
|
|
371
404
|
- fallback
|
|
372
405
|
# ExpandableTile
|
|
@@ -431,6 +464,25 @@ collect:
|
|
|
431
464
|
# InlineLoading
|
|
432
465
|
- onSuccess
|
|
433
466
|
- successDelay
|
|
467
|
+
# InterstitialScreen
|
|
468
|
+
- isFullScreen
|
|
469
|
+
# InterstitialScreenBody
|
|
470
|
+
- contentRenderer
|
|
471
|
+
# InterstitialScreenFooter
|
|
472
|
+
- actionButtonRenderer
|
|
473
|
+
- nextButtonLabel
|
|
474
|
+
- onAction
|
|
475
|
+
- previousButtonLabel
|
|
476
|
+
- skipButtonLabel
|
|
477
|
+
- startButtonLabel
|
|
478
|
+
# InterstitialScreenHeader
|
|
479
|
+
- headerSubTitle
|
|
480
|
+
- headerTitle
|
|
481
|
+
- hideProgressIndicator
|
|
482
|
+
# InterstitialScreenView
|
|
483
|
+
- stepTitle
|
|
484
|
+
# InterstitialScreenViewModule
|
|
485
|
+
- disableActionButton
|
|
434
486
|
# Layer
|
|
435
487
|
- withBackground
|
|
436
488
|
# LinkBase
|
|
@@ -496,6 +548,11 @@ collect:
|
|
|
496
548
|
- onStepperBlur
|
|
497
549
|
- stepStartValue
|
|
498
550
|
- validate
|
|
551
|
+
# OptionsTile
|
|
552
|
+
- enabled
|
|
553
|
+
- locked
|
|
554
|
+
- lockedText
|
|
555
|
+
- summary
|
|
499
556
|
# OrderedList
|
|
500
557
|
- native
|
|
501
558
|
# OverflowMenuItem
|
|
@@ -543,7 +600,6 @@ collect:
|
|
|
543
600
|
# Popover
|
|
544
601
|
- alignmentAxisOffset
|
|
545
602
|
- autoAlignBoundary
|
|
546
|
-
- caret
|
|
547
603
|
- isTabTip
|
|
548
604
|
# ProgressIndicator
|
|
549
605
|
- currentIndex
|
|
@@ -558,6 +614,12 @@ collect:
|
|
|
558
614
|
- onResize
|
|
559
615
|
- onResizeEnd
|
|
560
616
|
- thickness
|
|
617
|
+
# ScrollGradient
|
|
618
|
+
- color
|
|
619
|
+
- getScrollElementRef
|
|
620
|
+
- hideStartGradient
|
|
621
|
+
- onScroll
|
|
622
|
+
- scrollElementClassName
|
|
561
623
|
# Select
|
|
562
624
|
- noLabel
|
|
563
625
|
# SelectItem
|
|
@@ -580,7 +642,6 @@ collect:
|
|
|
580
642
|
- actionToolbarButtons
|
|
581
643
|
- aiLabel
|
|
582
644
|
- animateTitle
|
|
583
|
-
- closeIconDescription
|
|
584
645
|
- closeIconTooltipAlignment
|
|
585
646
|
- condensedActions
|
|
586
647
|
- currentStep
|
|
@@ -687,6 +748,8 @@ collect:
|
|
|
687
748
|
- collapseLabel
|
|
688
749
|
- expandLabel
|
|
689
750
|
- lines
|
|
751
|
+
# UserAvatar
|
|
752
|
+
- backgroundColor
|
|
690
753
|
# WithCustomContext
|
|
691
754
|
- onLog
|
|
692
755
|
# React
|
|
@@ -766,10 +829,13 @@ collect:
|
|
|
766
829
|
- text
|
|
767
830
|
- url
|
|
768
831
|
# General - kind
|
|
832
|
+
- "403"
|
|
833
|
+
- "404"
|
|
769
834
|
- caution-major
|
|
770
835
|
- caution-minor
|
|
771
836
|
- cautious
|
|
772
837
|
- critical
|
|
838
|
+
- custom
|
|
773
839
|
- danger
|
|
774
840
|
- default
|
|
775
841
|
- disclosed
|
|
@@ -987,6 +1053,15 @@ collect:
|
|
|
987
1053
|
- top
|
|
988
1054
|
- top-end
|
|
989
1055
|
- top-start
|
|
1056
|
+
# EditInPlace - toggleTipAlignment
|
|
1057
|
+
- bottom
|
|
1058
|
+
- bottom-left
|
|
1059
|
+
- bottom-right
|
|
1060
|
+
- left
|
|
1061
|
+
- right
|
|
1062
|
+
- top
|
|
1063
|
+
- top-left
|
|
1064
|
+
- top-right
|
|
990
1065
|
# FileUploader - filenameStatus
|
|
991
1066
|
- complete
|
|
992
1067
|
- edit
|
|
@@ -1039,6 +1114,19 @@ collect:
|
|
|
1039
1114
|
# TextArea - counterMode
|
|
1040
1115
|
- character
|
|
1041
1116
|
- word
|
|
1117
|
+
# UserAvatar - backgroundColor
|
|
1118
|
+
- order-1-cyan
|
|
1119
|
+
- order-10-magenta
|
|
1120
|
+
- order-11-purple
|
|
1121
|
+
- order-12-teal
|
|
1122
|
+
- order-2-gray
|
|
1123
|
+
- order-3-green
|
|
1124
|
+
- order-4-magenta
|
|
1125
|
+
- order-5-purple
|
|
1126
|
+
- order-6-teal
|
|
1127
|
+
- order-7-cyan
|
|
1128
|
+
- order-8-gray
|
|
1129
|
+
- order-9-green
|
|
1042
1130
|
npm:
|
|
1043
1131
|
dependencies: null
|
|
1044
1132
|
js:
|