@carbon/react 1.113.0 → 1.114.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 +901 -901
- package/es/components/DatePicker/DatePicker.d.ts +10 -0
- package/es/components/DatePicker/DatePicker.js +6 -5
- package/es/components/DatePicker/next/components/Calendar.d.ts +40 -0
- package/es/components/DatePicker/next/components/Calendar.js +181 -0
- package/es/components/DatePicker/next/components/DatePicker.d.ts +86 -0
- package/es/components/DatePicker/next/components/DatePicker.js +147 -0
- package/es/components/DatePicker/next/components/DatePickerInput.d.ts +143 -0
- package/es/components/DatePicker/next/components/DatePickerInput.js +124 -0
- package/es/components/DatePicker/next/components/DatePickerSkeleton.d.ts +22 -0
- package/es/components/DatePicker/next/components/DatePickerSkeleton.js +32 -0
- package/es/components/DatePicker/next/hooks/useDatePicker.d.ts +144 -0
- package/es/components/DatePicker/next/hooks/useDatePicker.js +286 -0
- package/es/components/DatePicker/next/index.d.ts +12 -0
- package/es/components/DatePicker/next/index.js +19 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +2 -1
- package/es/internal/checkForOverflow.d.ts +5 -0
- package/es/internal/useFocus.d.ts +23 -0
- package/es/internal/usePrefersReducedMotion.d.ts +11 -0
- package/es/internal/useSidePanelPresence.d.ts +21 -0
- package/lib/components/DatePicker/DatePicker.d.ts +10 -0
- package/lib/components/DatePicker/DatePicker.js +6 -5
- package/lib/components/DatePicker/next/components/Calendar.d.ts +40 -0
- package/lib/components/DatePicker/next/components/Calendar.js +184 -0
- package/lib/components/DatePicker/next/components/DatePicker.d.ts +86 -0
- package/lib/components/DatePicker/next/components/DatePicker.js +150 -0
- package/lib/components/DatePicker/next/components/DatePickerInput.d.ts +143 -0
- package/lib/components/DatePicker/next/components/DatePickerInput.js +127 -0
- package/lib/components/DatePicker/next/components/DatePickerSkeleton.d.ts +22 -0
- package/lib/components/DatePicker/next/components/DatePickerSkeleton.js +41 -0
- package/lib/components/DatePicker/next/hooks/useDatePicker.d.ts +144 -0
- package/lib/components/DatePicker/next/hooks/useDatePicker.js +286 -0
- package/lib/components/DatePicker/next/index.d.ts +12 -0
- package/lib/components/DatePicker/next/index.js +27 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +29 -22
- package/lib/internal/checkForOverflow.d.ts +5 -0
- package/lib/internal/useFocus.d.ts +23 -0
- package/lib/internal/usePrefersReducedMotion.d.ts +11 -0
- package/lib/internal/useSidePanelPresence.d.ts +21 -0
- package/package.json +11 -11
- package/scss/components/action-set/_action-set.scss +9 -0
- package/scss/components/action-set/_index.scss +9 -0
- package/scss/components/resizer/_index.scss +9 -0
- package/scss/components/resizer/_resizer.scss +9 -0
- package/scss/components/side-panel/_index.scss +9 -0
- package/scss/components/side-panel/_side-panel.scss +9 -0
- package/scss/components/truncated-text/_index.scss +9 -0
- package/scss/components/truncated-text/_truncated-text.scss +9 -0
- package/telemetry.yml +41 -1
|
@@ -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/side-panel';
|
|
@@ -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/side-panel/side-panel';
|
|
@@ -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/truncated-text';
|
|
@@ -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/truncated-text/truncated-text';
|
package/telemetry.yml
CHANGED
|
@@ -13,6 +13,7 @@ collect:
|
|
|
13
13
|
- accept
|
|
14
14
|
- action
|
|
15
15
|
- actionButtonLabel
|
|
16
|
+
- actions
|
|
16
17
|
- activation
|
|
17
18
|
- active
|
|
18
19
|
- addFocusListeners
|
|
@@ -263,6 +264,9 @@ collect:
|
|
|
263
264
|
# ActionableNotification
|
|
264
265
|
- closeOnEscape
|
|
265
266
|
- hasFocus
|
|
267
|
+
# ActionSet
|
|
268
|
+
- buttonSize
|
|
269
|
+
- disableStacking
|
|
266
270
|
# AILabel
|
|
267
271
|
- AILabelContent
|
|
268
272
|
- aiText
|
|
@@ -279,6 +283,10 @@ collect:
|
|
|
279
283
|
# ButtonSet
|
|
280
284
|
- fluid
|
|
281
285
|
- stacked
|
|
286
|
+
# Calendar
|
|
287
|
+
- context
|
|
288
|
+
- onDateSelect
|
|
289
|
+
- onNavigate
|
|
282
290
|
# ChatButton
|
|
283
291
|
- isQuickAction
|
|
284
292
|
# ClickableTile
|
|
@@ -326,6 +334,9 @@ collect:
|
|
|
326
334
|
- parseDate
|
|
327
335
|
- prevMonthAriaLabel
|
|
328
336
|
- short
|
|
337
|
+
# DatePickerInput
|
|
338
|
+
- hideIcon
|
|
339
|
+
- onIconClick
|
|
329
340
|
# DatePickerSkeleton
|
|
330
341
|
- range
|
|
331
342
|
# DefinitionTooltip
|
|
@@ -486,7 +497,6 @@ collect:
|
|
|
486
497
|
# PageHeaderContent
|
|
487
498
|
- contextualActions
|
|
488
499
|
# PageHeaderContentPageActions
|
|
489
|
-
- actions
|
|
490
500
|
- menuButtonLabel
|
|
491
501
|
# PageHeaderTabBar
|
|
492
502
|
- tags
|
|
@@ -529,6 +539,11 @@ collect:
|
|
|
529
539
|
- current
|
|
530
540
|
- overflowTooltipProps
|
|
531
541
|
- tooltipId
|
|
542
|
+
# Resizer
|
|
543
|
+
- onDoubleClick
|
|
544
|
+
- onResize
|
|
545
|
+
- onResizeEnd
|
|
546
|
+
- thickness
|
|
532
547
|
# Select
|
|
533
548
|
- noLabel
|
|
534
549
|
# SelectItem
|
|
@@ -547,6 +562,20 @@ collect:
|
|
|
547
562
|
- assistiveText
|
|
548
563
|
# SideNavSwitcher
|
|
549
564
|
- options
|
|
565
|
+
# SidePanel
|
|
566
|
+
- actionToolbarButtons
|
|
567
|
+
- aiLabel
|
|
568
|
+
- animateTitle
|
|
569
|
+
- closeIconDescription
|
|
570
|
+
- closeIconTooltipAlignment
|
|
571
|
+
- condensedActions
|
|
572
|
+
- currentStep
|
|
573
|
+
- includeOverlay
|
|
574
|
+
- navigationBackIconDescription
|
|
575
|
+
- placement
|
|
576
|
+
- resizable
|
|
577
|
+
- selectorPageContent
|
|
578
|
+
- slideIn
|
|
550
579
|
# Slider
|
|
551
580
|
- ariaLabelInput
|
|
552
581
|
- formatLabel
|
|
@@ -640,6 +669,12 @@ collect:
|
|
|
640
669
|
# TreeView
|
|
641
670
|
- multiselect
|
|
642
671
|
- onActivate
|
|
672
|
+
# TruncatedText
|
|
673
|
+
- collapseLabel
|
|
674
|
+
- expandLabel
|
|
675
|
+
- lines
|
|
676
|
+
# WithCustomContext
|
|
677
|
+
- onLog
|
|
643
678
|
# React
|
|
644
679
|
- key
|
|
645
680
|
- ref
|
|
@@ -890,6 +925,7 @@ collect:
|
|
|
890
925
|
- cool-gray
|
|
891
926
|
- cyan
|
|
892
927
|
- default
|
|
928
|
+
- expand
|
|
893
929
|
- gray
|
|
894
930
|
- green
|
|
895
931
|
- high-contrast
|
|
@@ -907,6 +943,7 @@ collect:
|
|
|
907
943
|
- submit
|
|
908
944
|
- teal
|
|
909
945
|
- text
|
|
946
|
+
- tooltip
|
|
910
947
|
- warm-gray
|
|
911
948
|
# AspectRatio - ratio
|
|
912
949
|
- 16x9
|
|
@@ -969,6 +1006,9 @@ collect:
|
|
|
969
1006
|
# ShapeIndicator - textSize
|
|
970
1007
|
- "12"
|
|
971
1008
|
- "14"
|
|
1009
|
+
# SidePanel - placement
|
|
1010
|
+
- left
|
|
1011
|
+
- right
|
|
972
1012
|
# TableBody - aria-live
|
|
973
1013
|
- assertive
|
|
974
1014
|
- off
|