@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.
@@ -684,8 +684,8 @@ const DefaultModalPlacement = {
684
684
  const Elasticities = ['none', 'vertical', 'horizontal'];
685
685
  const ElasticityStyle = {
686
686
  none: '',
687
- vertical: 'width: 100%',
688
- horizontal: 'height: 100%',
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: 'width: 100%',
740
- horizontal: 'height: 100%',
739
+ vertical: 'height: 100%',
740
+ horizontal: 'width: 100%',
741
741
  };
742
742
  const TextDirections = ['horizontal', 'vertical'];
743
743
  const OnClickOperationOptions = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaidev/karte-action-sdk",
3
- "version": "1.1.105",
3
+ "version": "1.1.106-27910965.2bd7d973",
4
4
  "author": "Plaid Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "module": "./dist/index.es.js",