@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
  */
@@ -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
  */
@@ -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
  */
@@ -9387,7 +9387,7 @@ label .d-icon {
9387
9387
  flex-direction: column;
9388
9388
  align-items: flex-start;
9389
9389
  }
9390
- .d-input-pin form {
9390
+ .d-input-pin .d-input-pin-group {
9391
9391
  display: flex;
9392
9392
  flex-direction: row;
9393
9393
  gap: var(--bs-input-pin-form-gap);
@@ -11747,6 +11747,7 @@ label .d-icon {
11747
11747
  }
11748
11748
  .d-select .d-select__menu-list {
11749
11749
  top: calc(var(--bs-input-border-width) * 2);
11750
+ margin: calc(var(--bs-input-border-width) * -1);
11750
11751
  background: var(--bs-white);
11751
11752
  border-radius: var(--bs-input-border-radius);
11752
11753
  box-shadow: var(--bs-select-menu-shadow);