@broxus/react-uikit 0.24.0 → 0.24.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@broxus/react-uikit",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "React-based UIkit library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -363,7 +363,7 @@
363
363
  "prepare": "npx yarn cleanup && npx yarn build"
364
364
  },
365
365
  "dependencies": {
366
- "@broxus/js-utils": "^1.6.0",
366
+ "@broxus/js-utils": "^1.6.1",
367
367
  "@rc-component/collapse": "~1.2.0",
368
368
  "@rc-component/dialog": "~1.8.4",
369
369
  "@rc-component/drawer": "~1.1.0",
@@ -375,7 +375,7 @@
375
375
  "@rc-component/picker": "~1.9.0",
376
376
  "@rc-component/resize-observer": "~1.1.1",
377
377
  "@rc-component/segmented": "~1.3.0",
378
- "@rc-component/select": "~1.6.5",
378
+ "@rc-component/select": "~1.6.14",
379
379
  "@rc-component/slider": "~1.0.1",
380
380
  "@rc-component/switch": "~1.0.3",
381
381
  "@rc-component/tabs": "~1.7.0",
@@ -383,12 +383,12 @@
383
383
  "@rc-component/trigger": "~3.9.0",
384
384
  "@rc-component/util": "~1.9.0",
385
385
  "classnames": "^2.5.1",
386
- "uikit": "^3.25.10"
386
+ "uikit": "^3.25.13"
387
387
  },
388
388
  "peerDependencies": {
389
389
  "luxon": "3.x",
390
390
  "react": "^16.8.0 || 17.x || 18.x || 19.x",
391
391
  "react-dom": "^16.8.0 || 17.x || 18.x || 19.x"
392
392
  },
393
- "gitHead": "369b6c1179b0b5bc344d46685bf05d0ecf090148"
393
+ "gitHead": "4cf1daf1792be09cd33106051ebbd0700dd65f07"
394
394
  }
@@ -1568,7 +1568,7 @@ $select-content-padding-vertical: $select-gutter !
1568
1568
  $select-content-small-padding-horizontal: $control-small-padding-horizontal !default;
1569
1569
  $select-content-medium-padding-horizontal: $control-medium-padding-horizontal !default;
1570
1570
  $select-content-large-padding-horizontal: $control-large-padding-horizontal !default;
1571
- $select-search-input-width: 4px !default;
1571
+ $select-search-input-width: 4 !default;
1572
1572
  $select-search-input-color: $control-color !default;
1573
1573
  $select-placeholder-color: $control-placeholder-color !default;
1574
1574
  $select-selection-item-background: $global-background !default;
@@ -37,7 +37,7 @@
37
37
 
38
38
  .#{$prefix}-select {
39
39
  cursor: pointer;
40
- display: flex;
40
+ display: inline-flex;
41
41
  min-height: 100%;
42
42
  padding: 0;
43
43
  position: relative;
@@ -196,8 +196,6 @@
196
196
  ========================================================================== */
197
197
 
198
198
  .#{$prefix}-select-multiple .#{$prefix}-select-content {
199
- align-items: center;
200
- display: flex;
201
199
  flex-wrap: wrap;
202
200
  gap: var(--select-gutter);
203
201
  height: auto;