@dynamic-framework/ui-react 1.19.1 → 1.20.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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * dynamic-framework 1.19.1
2
+ * dynamic-framework 1.20.0
3
3
  * bootstrap ^5.3.3
4
4
  * license https://github.com/dynamic-framework/dynamic-ui/blob/master/libraries/dynamic-ui-react/LICENSE.md
5
5
  */
@@ -8623,7 +8623,7 @@ label .d-icon {
8623
8623
  flex-direction: column;
8624
8624
  align-items: flex-start;
8625
8625
  }
8626
- .d-input-pin form {
8626
+ .d-input-pin .d-input-pin-group {
8627
8627
  display: flex;
8628
8628
  flex-direction: row;
8629
8629
  gap: var(--bs-input-pin-form-gap);
@@ -10983,6 +10983,7 @@ label .d-icon {
10983
10983
  }
10984
10984
  .d-select .d-select__menu-list {
10985
10985
  top: calc(var(--bs-input-border-width) * 2);
10986
+ margin: calc(var(--bs-input-border-width) * -1);
10986
10987
  background: var(--bs-white);
10987
10988
  border-radius: var(--bs-input-border-radius);
10988
10989
  box-shadow: var(--bs-select-menu-shadow);