@plaidev/karte-action-sdk 1.1.105 → 1.1.106-27910965.2bd7d973
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/dist/hydrate/index.es.js +2 -2
- package/dist/index.es.js +2 -2
- package/package.json +1 -1
package/dist/hydrate/index.es.js
CHANGED
@@ -684,8 +684,8 @@ const DefaultModalPlacement = {
|
|
684
684
|
const Elasticities = ['none', 'vertical', 'horizontal'];
|
685
685
|
const ElasticityStyle = {
|
686
686
|
none: '',
|
687
|
-
vertical: '
|
688
|
-
horizontal: '
|
687
|
+
vertical: 'height: 100%',
|
688
|
+
horizontal: 'width: 100%',
|
689
689
|
};
|
690
690
|
const TextDirections = ['horizontal', 'vertical'];
|
691
691
|
const OnClickOperationOptions = [
|
package/dist/index.es.js
CHANGED
@@ -736,8 +736,8 @@ const DefaultModalPlacement = {
|
|
736
736
|
const Elasticities = ['none', 'vertical', 'horizontal'];
|
737
737
|
const ElasticityStyle = {
|
738
738
|
none: '',
|
739
|
-
vertical: '
|
740
|
-
horizontal: '
|
739
|
+
vertical: 'height: 100%',
|
740
|
+
horizontal: 'width: 100%',
|
741
741
|
};
|
742
742
|
const TextDirections = ['horizontal', 'vertical'];
|
743
743
|
const OnClickOperationOptions = [
|