@semcore/ui 15.33.0 → 15.33.2-prerelease.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 +56 -46
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## [15.33.1] - 2023-11-07
|
|
2
|
+
|
|
3
|
+
### @semcore/date-picker
|
|
4
|
+
|
|
5
|
+
- **Fixed** "Today" button wasn't disabling with DatePicker `disabled` prop.
|
|
6
|
+
|
|
7
|
+
### @semcore/dropdown-menu
|
|
8
|
+
|
|
9
|
+
- **Changed** Deprecated `notInteractive` prop.
|
|
10
|
+
|
|
1
11
|
## [15.33.0] - 2023-11-06
|
|
2
12
|
|
|
3
13
|
### @semcore/core
|
|
@@ -375,7 +385,7 @@
|
|
|
375
385
|
|
|
376
386
|
### @semcore/date-picker
|
|
377
387
|
|
|
378
|
-
- **Fixed** Fixed types for `value` and `onChange` in DateRangePicker.Trigger.
|
|
388
|
+
- **Fixed** Fixed types for `value` and `onChange` in DateRangePicker. Trigger.
|
|
379
389
|
|
|
380
390
|
### @semcore/product-head
|
|
381
391
|
|
|
@@ -586,7 +596,7 @@
|
|
|
586
596
|
### @semcore/date-picker
|
|
587
597
|
|
|
588
598
|
- **Changed** Moved default props value from deprecated `FCComponent.defaultProps` to function default arguments.
|
|
589
|
-
- **Fixed** Fixed token for hover state of the range cell (`SCalendarUnit[selected]`).
|
|
599
|
+
- **Fixed** Fixed token for hover state of the range cell ( `SCalendarUnit[selected]` ).
|
|
590
600
|
|
|
591
601
|
### @semcore/drag-and-drop
|
|
592
602
|
|
|
@@ -947,7 +957,7 @@
|
|
|
947
957
|
- **Changed** Deprecated `import { Tooltip } from '@semcore/ui/d3-chart` in favor of better typed Tooltips.
|
|
948
958
|
- **Changed** On type level made `name` property of `Donut.Pie` obligatory.
|
|
949
959
|
- **Changed** On type level made `name` property of `Venn.Circle` obligatory.
|
|
950
|
-
- **Added** Typed `HoverLine.Tooltip
|
|
960
|
+
- **Added** Typed `HoverLine.Tooltip` , `HoverRect.Tooltip` , `Radar.Tooltip` , `Bubble.Tooltip` , `Donut.Tooltip` , `ScatterPlot.Tooltip` and `Venn.Tooltip` .
|
|
951
961
|
|
|
952
962
|
### @semcore/flags
|
|
953
963
|
|
|
@@ -1451,7 +1461,7 @@
|
|
|
1451
1461
|
|
|
1452
1462
|
### @semcore/dropdown-menu
|
|
1453
1463
|
|
|
1454
|
-
- **Changed** Added visual cue to the `selected` DropdownMenu.Item.
|
|
1464
|
+
- **Changed** Added visual cue to the `selected` DropdownMenu. Item.
|
|
1455
1465
|
|
|
1456
1466
|
### @semcore/input
|
|
1457
1467
|
|
|
@@ -2144,7 +2154,7 @@
|
|
|
2144
2154
|
|
|
2145
2155
|
### @semcore/flags
|
|
2146
2156
|
|
|
2147
|
-
- **Fixed** European Union flag with 2x size was fixed again and never again :D.
|
|
2157
|
+
- **Fixed** European Union flag with 2x size was fixed again and never again : D.
|
|
2148
2158
|
- **Fixed** European Union flag with 2x size was fixed.
|
|
2149
2159
|
|
|
2150
2160
|
### @semcore/icon
|
|
@@ -2523,7 +2533,7 @@
|
|
|
2523
2533
|
### @semcore/color-picker
|
|
2524
2534
|
|
|
2525
2535
|
- **Fixed** Removed font-family enforcement.
|
|
2526
|
-
- **Fixed** Fixed color picker display when using non-extended `<ColorPicker
|
|
2536
|
+
- **Fixed** Fixed color picker display when using non-extended `<ColorPicker />` .
|
|
2527
2537
|
|
|
2528
2538
|
### @semcore/date-picker
|
|
2529
2539
|
|
|
@@ -2760,7 +2770,7 @@
|
|
|
2760
2770
|
|
|
2761
2771
|
### @semcore/link
|
|
2762
2772
|
|
|
2763
|
-
- **Changed** `Link.Addon`
|
|
2773
|
+
- **Changed** centered `Link.Addon` vertically.
|
|
2764
2774
|
|
|
2765
2775
|
## [13.2.3] - 2022-12-09
|
|
2766
2776
|
|
|
@@ -3022,8 +3032,8 @@
|
|
|
3022
3032
|
### @semcore/d3-chart
|
|
3023
3033
|
|
|
3024
3034
|
- **Fixed** Fixed hover and active animated for `Donut` chart.
|
|
3025
|
-
- **Fixed** Fixed display of minimum bar size in `StackBar
|
|
3026
|
-
- **Added** Added display of minimum bar size in `HorizontalBar
|
|
3035
|
+
- **Fixed** Fixed display of minimum bar size in `StackBar` .
|
|
3036
|
+
- **Added** Added display of minimum bar size in `HorizontalBar` .
|
|
3027
3037
|
- **Fixed** Fixed inner radius for `Donut` chart. It began to equal what is indicated in the `innerRadius` prop.
|
|
3028
3038
|
- **Fixed** Fixed reference lines were missing dashed style.
|
|
3029
3039
|
- **Fixed** Fixed typings of render functions.
|
|
@@ -3543,7 +3553,7 @@
|
|
|
3543
3553
|
### @semcore/icon
|
|
3544
3554
|
|
|
3545
3555
|
- **Fixed** Renamed icon from `AppBlock` to `AppsBlock`. Old name is deprecated.
|
|
3546
|
-
- **Added** Added icon `ClusteredList
|
|
3556
|
+
- **Added** Added icon `ClusteredList` .
|
|
3547
3557
|
- **Added** Added icon `AppsBlock`.
|
|
3548
3558
|
|
|
3549
3559
|
### @semcore/input
|
|
@@ -3937,8 +3947,8 @@
|
|
|
3937
3947
|
### @semcore/babel-plugin-styles
|
|
3938
3948
|
|
|
3939
3949
|
- **Fixed** Fixed old node versions support.
|
|
3940
|
-
- **Added** Added export function `postcss` from main js file `@semcore/babel-plugin-styles
|
|
3941
|
-
- **Added** Added `PLACEHOLDER_REPLACER` property for function `postcss
|
|
3950
|
+
- **Added** Added export function `postcss` from main js file `@semcore/babel-plugin-styles` .
|
|
3951
|
+
- **Added** Added `PLACEHOLDER_REPLACER` property for function `postcss` .
|
|
3942
3952
|
|
|
3943
3953
|
### @semcore/base-trigger
|
|
3944
3954
|
|
|
@@ -4359,7 +4369,7 @@
|
|
|
4359
4369
|
|
|
4360
4370
|
### @semcore/select
|
|
4361
4371
|
|
|
4362
|
-
- **Added** [TS] Added type for Select.Option.Checkbox.
|
|
4372
|
+
- **Added** [TS] Added type for Select. Option. Checkbox.
|
|
4363
4373
|
- **Added** Added class name to InputSearch.
|
|
4364
4374
|
- **Fixed** Fixed import styles in InputSearch.
|
|
4365
4375
|
|
|
@@ -4453,7 +4463,7 @@
|
|
|
4453
4463
|
### @semcore/data-table
|
|
4454
4464
|
|
|
4455
4465
|
- **Changed** Fixed position table for fixed columns.
|
|
4456
|
-
- **Changed** Added support property onResize for DataTable.Body.
|
|
4466
|
+
- **Changed** Added support property onResize for DataTable. Body.
|
|
4457
4467
|
|
|
4458
4468
|
### @semcore/date-picker
|
|
4459
4469
|
|
|
@@ -4496,8 +4506,8 @@
|
|
|
4496
4506
|
|
|
4497
4507
|
### @semcore/select
|
|
4498
4508
|
|
|
4499
|
-
- **Added** Added component Select.Option.Checkbox.
|
|
4500
|
-
- **Fixed** Fixed the check for the presence of Select.Option.
|
|
4509
|
+
- **Added** Added component Select. Option. Checkbox.
|
|
4510
|
+
- **Fixed** Fixed the check for the presence of Select. Option.
|
|
4501
4511
|
- **Changed** Revert 'sideEffect=false' for more optimal build via webpack
|
|
4502
4512
|
|
|
4503
4513
|
### @semcore/table
|
|
@@ -4573,7 +4583,7 @@
|
|
|
4573
4583
|
|
|
4574
4584
|
### @semcore/pagination
|
|
4575
4585
|
|
|
4576
|
-
- **Fixed** [ts] corrected types for Value, Addon in Pagination.PageInput.
|
|
4586
|
+
- **Fixed** [ts] corrected types for Value, Addon in Pagination. PageInput.
|
|
4577
4587
|
|
|
4578
4588
|
### @semcore/radio
|
|
4579
4589
|
|
|
@@ -4628,7 +4638,7 @@
|
|
|
4628
4638
|
|
|
4629
4639
|
### @semcore/select
|
|
4630
4640
|
|
|
4631
|
-
- **Fixed** Fixed set value for Select.InputSearch.
|
|
4641
|
+
- **Fixed** Fixed set value for Select. InputSearch.
|
|
4632
4642
|
- **Changed** [TS] Added type null for value prop in Select.
|
|
4633
4643
|
- **Changed** Fixed warning in console for InputSearch.
|
|
4634
4644
|
|
|
@@ -4664,7 +4674,7 @@
|
|
|
4664
4674
|
|
|
4665
4675
|
### @semcore/carousel
|
|
4666
4676
|
|
|
4667
|
-
- **Added** [A11y] Added support to work Carousel.Next, Carousel.Prev with keyboard.
|
|
4677
|
+
- **Added** [A11y] Added support to work Carousel. Next, Carousel. Prev with keyboard.
|
|
4668
4678
|
|
|
4669
4679
|
### @semcore/data-table
|
|
4670
4680
|
|
|
@@ -4680,7 +4690,7 @@
|
|
|
4680
4690
|
|
|
4681
4691
|
### @semcore/dropdown-menu
|
|
4682
4692
|
|
|
4683
|
-
- **Changed** Changed tabIndex to 0 and styles for DropdowmMenu.Popper.
|
|
4693
|
+
- **Changed** Changed tabIndex to 0 and styles for DropdowmMenu. Popper.
|
|
4684
4694
|
|
|
4685
4695
|
### @semcore/errors
|
|
4686
4696
|
|
|
@@ -4755,7 +4765,7 @@
|
|
|
4755
4765
|
|
|
4756
4766
|
### @semcore/select
|
|
4757
4767
|
|
|
4758
|
-
- **Fixed** Fixed set theme for Select.OptionCheckbox.
|
|
4768
|
+
- **Fixed** Fixed set theme for Select. OptionCheckbox.
|
|
4759
4769
|
- **Fixed** Add default type for generic value
|
|
4760
4770
|
|
|
4761
4771
|
### @semcore/side-panel
|
|
@@ -4860,10 +4870,10 @@
|
|
|
4860
4870
|
|
|
4861
4871
|
### @semcore/popper
|
|
4862
4872
|
|
|
4863
|
-
- **Fixed** Fixed forwarding properties to the Box in Popper.Popper.
|
|
4873
|
+
- **Fixed** Fixed forwarding properties to the Box in Popper. Popper.
|
|
4864
4874
|
- **Fixed** Fixed set prop returnFocus for Focus-Lock
|
|
4865
4875
|
- **Fixed** Fix TS type
|
|
4866
|
-
- **Fixed** [A11] Fixed set aria-pressed for Popper.Trigger.
|
|
4876
|
+
- **Fixed** [A11] Fixed set aria-pressed for Popper. Trigger.
|
|
4867
4877
|
|
|
4868
4878
|
### @semcore/select
|
|
4869
4879
|
|
|
@@ -4890,7 +4900,7 @@
|
|
|
4890
4900
|
|
|
4891
4901
|
### @semcore/time-picker
|
|
4892
4902
|
|
|
4893
|
-
- **Added** [A11] Added aria-label for Timepicker.Hours, Timepicker.Minutes.
|
|
4903
|
+
- **Added** [A11] Added aria-label for Timepicker. Hours, Timepicker. Minutes.
|
|
4894
4904
|
|
|
4895
4905
|
### @semcore/widget-empty
|
|
4896
4906
|
|
|
@@ -5043,7 +5053,7 @@
|
|
|
5043
5053
|
### @semcore/tab-line
|
|
5044
5054
|
|
|
5045
5055
|
- **Added** Added support accessibility.
|
|
5046
|
-
- **Fixed** Fixed calculate size for Tabline.Item when value don't change.
|
|
5056
|
+
- **Fixed** Fixed calculate size for Tabline. Item when value don't change.
|
|
5047
5057
|
- **Changed** Changed line-height value
|
|
5048
5058
|
|
|
5049
5059
|
### @semcore/tab-panel
|
|
@@ -5053,7 +5063,7 @@
|
|
|
5053
5063
|
|
|
5054
5064
|
### @semcore/time-picker
|
|
5055
5065
|
|
|
5056
|
-
- **Added** Added type="button" for controls TimePicker.Format.
|
|
5066
|
+
- **Added** Added type="button" for controls TimePicker. Format.
|
|
5057
5067
|
|
|
5058
5068
|
### @semcore/tooltip
|
|
5059
5069
|
|
|
@@ -5075,12 +5085,12 @@
|
|
|
5075
5085
|
- **BREAK** Replace animation package from react-transition-group to @semcore/animation
|
|
5076
5086
|
- **BREAK** Update property theme, now this property can get any themes
|
|
5077
5087
|
- **BREAK** Added property use
|
|
5078
|
-
- **BREAK** Update icon for Notice.IconClose
|
|
5088
|
+
- **BREAK** Update icon for Notice. IconClose
|
|
5079
5089
|
|
|
5080
5090
|
### @semcore/breadcrumbs
|
|
5081
5091
|
|
|
5082
5092
|
- **Fixed** Added aria-label for Breadcrumbs.
|
|
5083
|
-
- **Fixed** Changed default tag li to div for wrap separator in Breadcrumbs.Item.
|
|
5093
|
+
- **Fixed** Changed default tag li to div for wrap separator in Breadcrumbs. Item.
|
|
5084
5094
|
|
|
5085
5095
|
### @semcore/chart
|
|
5086
5096
|
|
|
@@ -5088,7 +5098,7 @@
|
|
|
5088
5098
|
|
|
5089
5099
|
### @semcore/data-table
|
|
5090
5100
|
|
|
5091
|
-
- **Fixed** Fixed automatic set property flexBasis for DataTable.Column.
|
|
5101
|
+
- **Fixed** Fixed automatic set property flexBasis for DataTable. Column.
|
|
5092
5102
|
|
|
5093
5103
|
### @semcore/date-picker
|
|
5094
5104
|
|
|
@@ -5136,7 +5146,7 @@
|
|
|
5136
5146
|
|
|
5137
5147
|
### @semcore/time-picker
|
|
5138
5148
|
|
|
5139
|
-
- **Changed** Changed view TimePicker.Format, now view don't have icons TimeNight, TimeDay.
|
|
5149
|
+
- **Changed** Changed view TimePicker. Format, now view don't have icons TimeNight, TimeDay.
|
|
5140
5150
|
|
|
5141
5151
|
### @semcore/utils
|
|
5142
5152
|
|
|
@@ -5225,7 +5235,7 @@
|
|
|
5225
5235
|
|
|
5226
5236
|
### @semcore/select
|
|
5227
5237
|
|
|
5228
|
-
- **Fixed** Fixed to show components for tag in Select.Trigger, example <Select.Trigger tag={FilterTrigger}
|
|
5238
|
+
- **Fixed** Fixed to show components for tag in Select. Trigger, example <Select. Trigger tag={FilterTrigger}
|
|
5229
5239
|
|
|
5230
5240
|
### @semcore/textarea
|
|
5231
5241
|
|
|
@@ -5323,7 +5333,7 @@
|
|
|
5323
5333
|
|
|
5324
5334
|
### @semcore/notice
|
|
5325
5335
|
|
|
5326
|
-
- **Fixed** Fixed top margin of Notice.Actions
|
|
5336
|
+
- **Fixed** Fixed top margin of Notice. Actions
|
|
5327
5337
|
|
|
5328
5338
|
### @semcore/pills
|
|
5329
5339
|
|
|
@@ -5385,7 +5395,7 @@
|
|
|
5385
5395
|
|
|
5386
5396
|
### @semcore/scroll-area
|
|
5387
5397
|
|
|
5388
|
-
- **Fixed** [TS] fixed types for ScrollArea.Bar.Slider
|
|
5398
|
+
- **Fixed** [TS] fixed types for ScrollArea. Bar. Slider
|
|
5389
5399
|
|
|
5390
5400
|
### @semcore/sticky
|
|
5391
5401
|
|
|
@@ -5393,7 +5403,7 @@
|
|
|
5393
5403
|
|
|
5394
5404
|
### @semcore/tab-line
|
|
5395
5405
|
|
|
5396
|
-
- **Fixed** Fixed set indicator for Tabline.Item wrapped Tooltip.
|
|
5406
|
+
- **Fixed** Fixed set indicator for Tabline. Item wrapped Tooltip.
|
|
5397
5407
|
|
|
5398
5408
|
### @semcore/tag
|
|
5399
5409
|
|
|
@@ -5415,15 +5425,15 @@
|
|
|
5415
5425
|
- **BREAK** Remove prop selectedValues.
|
|
5416
5426
|
- **BREAK** Change animation way.
|
|
5417
5427
|
- **Added** Added generic for better value and onChange typings
|
|
5418
|
-
- **Fixed** Bubbling event from interaction components inside Accordion.Item.Content for listener onChange in Accordion
|
|
5428
|
+
- **Fixed** Bubbling event from interaction components inside Accordion. Item. Content for listener onChange in Accordion
|
|
5419
5429
|
- **Changed** Update @semcore/core version to ^1.8
|
|
5420
5430
|
|
|
5421
5431
|
### @semcore/input-mask
|
|
5422
5432
|
|
|
5423
5433
|
- **BREAK** Property placeholderChar, it is everything have to use `\_`, because mask show in value to input
|
|
5424
|
-
- **Added** Manage cursor position for InputMask.Value with show mask
|
|
5434
|
+
- **Added** Manage cursor position for InputMask. Value with show mask
|
|
5425
5435
|
- **Added** Export function getAfterPositionValue. It use when need to know where last symbol of value.
|
|
5426
|
-
- **Fixed** Show mask for InputMask.Value when size input less than size mask
|
|
5436
|
+
- **Fixed** Show mask for InputMask. Value when size input less than size mask
|
|
5427
5437
|
|
|
5428
5438
|
### @semcore/animation
|
|
5429
5439
|
|
|
@@ -5431,7 +5441,7 @@
|
|
|
5431
5441
|
|
|
5432
5442
|
### @semcore/breadcrumbs
|
|
5433
5443
|
|
|
5434
|
-
- **Fixed** Remove set css property max-width for Breadcrumbs.Item
|
|
5444
|
+
- **Fixed** Remove set css property max-width for Breadcrumbs. Item
|
|
5435
5445
|
|
|
5436
5446
|
### @semcore/button
|
|
5437
5447
|
|
|
@@ -5477,7 +5487,7 @@
|
|
|
5477
5487
|
### @semcore/fullscreen-modal
|
|
5478
5488
|
|
|
5479
5489
|
- **Fixed** Fixed show two close icon in preview FullscreenModal
|
|
5480
|
-
- **Fixed** Fixed offset right for FullscreenModal.Close
|
|
5490
|
+
- **Fixed** Fixed offset right for FullscreenModal. Close
|
|
5481
5491
|
|
|
5482
5492
|
### @semcore/icon
|
|
5483
5493
|
|
|
@@ -5509,7 +5519,7 @@
|
|
|
5509
5519
|
|
|
5510
5520
|
### @semcore/side-panel
|
|
5511
5521
|
|
|
5512
|
-
- **Fixed** Fixed call onClose when used for click on page with SidePanel.Panel in inside ``.
|
|
5522
|
+
- **Fixed** Fixed call onClose when used for click on page with SidePanel. Panel in inside ``.
|
|
5513
5523
|
|
|
5514
5524
|
### @semcore/tab-line
|
|
5515
5525
|
|
|
@@ -5536,7 +5546,7 @@
|
|
|
5536
5546
|
### @semcore/typography
|
|
5537
5547
|
|
|
5538
5548
|
- **Fixed** Set props fontSize, lineHeight for componentText. Now it independent from prop size.
|
|
5539
|
-
- **Fixed** Problem use prop noWrap for List.Item. Now text reduce in ellipsis for ``
|
|
5549
|
+
- **Fixed** Problem use prop noWrap for List. Item. Now text reduce in ellipsis for ``
|
|
5540
5550
|
|
|
5541
5551
|
### @semcore/utils
|
|
5542
5552
|
|
|
@@ -5627,8 +5637,8 @@
|
|
|
5627
5637
|
### @semcore/input-tags
|
|
5628
5638
|
|
|
5629
5639
|
- **Added** Добавили тип InputTagsSize для размеров компонента
|
|
5630
|
-
- **Fixed** Поправили отображение для динамически меняющегося placeholder для InputTags.Value
|
|
5631
|
-
- **Fixed** Поправили расположение по вертикали для InputTags.Value
|
|
5640
|
+
- **Fixed** Поправили отображение для динамически меняющегося placeholder для InputTags. Value
|
|
5641
|
+
- **Fixed** Поправили расположение по вертикали для InputTags. Value
|
|
5632
5642
|
|
|
5633
5643
|
### @semcore/select
|
|
5634
5644
|
|
|
@@ -5639,11 +5649,11 @@
|
|
|
5639
5649
|
|
|
5640
5650
|
### @semcore/switch
|
|
5641
5651
|
|
|
5642
|
-
- **Fixed** Исправили баг в поведении uncontrolled режима при передаче checked в Switch.Value
|
|
5652
|
+
- **Fixed** Исправили баг в поведении uncontrolled режима при передаче checked в Switch. Value
|
|
5643
5653
|
|
|
5644
5654
|
### @semcore/table
|
|
5645
5655
|
|
|
5646
|
-
- **Fixed** убрали возможность отображения ScrollArea.Bar по вертикали для Table.StickyHead. Это поведение считается недопустимым для шапки таблицы.
|
|
5656
|
+
- **Fixed** убрали возможность отображения ScrollArea. Bar по вертикали для Table. StickyHead. Это поведение считается недопустимым для шапки таблицы.
|
|
5647
5657
|
|
|
5648
5658
|
### @semcore/widget-empty
|
|
5649
5659
|
|
|
@@ -5684,7 +5694,7 @@
|
|
|
5684
5694
|
|
|
5685
5695
|
### @semcore/popper
|
|
5686
5696
|
|
|
5687
|
-
- **Added** Зависимость от neighbor-location для обнуления расположения соседних элементов внутри Popper.Popper.
|
|
5697
|
+
- **Added** Зависимость от neighbor-location для обнуления расположения соседних элементов внутри Popper. Popper.
|
|
5688
5698
|
- **Fixed** Исправлены ts типы для offset
|
|
5689
5699
|
|
|
5690
5700
|
### @semcore/scroll-area
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@semcore/ui",
|
|
3
|
-
"version": "15.33.0",
|
|
3
|
+
"version": "15.33.2-prerelease.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"module": "./index.mjs",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
"@semcore/core": "2.9.0",
|
|
20
20
|
"@semcore/counter": "3.10.0",
|
|
21
21
|
"@semcore/data-table": "4.16.0",
|
|
22
|
-
"@semcore/date-picker": "4.15.0",
|
|
22
|
+
"@semcore/date-picker": "4.15.2-prerelease.0",
|
|
23
23
|
"@semcore/divider": "4.10.0",
|
|
24
24
|
"@semcore/dot": "5.10.0",
|
|
25
25
|
"@semcore/drag-and-drop": "3.17.0",
|
|
26
26
|
"@semcore/dropdown": "4.10.0",
|
|
27
|
-
"@semcore/dropdown-menu": "4.12.0",
|
|
27
|
+
"@semcore/dropdown-menu": "4.12.2-prerelease.0",
|
|
28
28
|
"@semcore/d3-chart": "3.18.0",
|
|
29
29
|
"@semcore/ellipsis": "2.11.0",
|
|
30
30
|
"@semcore/email": "1.0.2",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@semcore/progress-bar": "4.10.0",
|
|
60
60
|
"@semcore/radio": "6.13.0",
|
|
61
61
|
"@semcore/scroll-area": "5.12.0",
|
|
62
|
-
"@semcore/select": "4.17.0",
|
|
62
|
+
"@semcore/select": "4.17.2-prerelease.0",
|
|
63
63
|
"@semcore/side-panel": "3.15.0",
|
|
64
64
|
"@semcore/skeleton": "5.11.0",
|
|
65
65
|
"@semcore/slider": "4.10.0",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@semcore/tab-panel": "4.11.0",
|
|
72
72
|
"@semcore/tag": "5.15.0",
|
|
73
73
|
"@semcore/textarea": "5.11.0",
|
|
74
|
-
"@semcore/time-picker": "4.17.0",
|
|
74
|
+
"@semcore/time-picker": "4.17.2-prerelease.0",
|
|
75
75
|
"@semcore/tooltip": "6.10.0",
|
|
76
76
|
"@semcore/typography": "5.15.0",
|
|
77
77
|
"@semcore/utils": "4.10.1",
|