@plaidev/karte-action-sdk 1.1.232-28689281.894d6cb6 → 1.1.232-28689508.1c550634
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.d.ts +2 -1
- package/dist/hydrate/index.es.js +1 -1
- package/dist/index.es.d.ts +2 -1
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
@@ -2561,7 +2561,8 @@ type LayoutFlexDirection = (typeof LAYOUT_DIRECTION)[number];
|
|
2561
2561
|
declare const LAYOUT_ALIGN: readonly [
|
2562
2562
|
"flex-start",
|
2563
2563
|
"center",
|
2564
|
-
"flex-end"
|
2564
|
+
"flex-end",
|
2565
|
+
"stretch"
|
2565
2566
|
];
|
2566
2567
|
type LayoutFlexAlign = (typeof LAYOUT_ALIGN)[number];
|
2567
2568
|
declare const LAYOUT_JUSTIFY: readonly [
|
package/dist/hydrate/index.es.js
CHANGED
@@ -14744,7 +14744,7 @@ class Layout extends SvelteComponent {
|
|
14744
14744
|
|
14745
14745
|
const LAYOUT_DISPLAY_TYPE = ['inline-flex', 'flex', 'block'];
|
14746
14746
|
const LAYOUT_DIRECTION = ['column', 'column-reverse', 'row', 'row-reverse'];
|
14747
|
-
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end'];
|
14747
|
+
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end', 'stretch'];
|
14748
14748
|
const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
14749
14749
|
|
14750
14750
|
/* src/components-v2/text/Text.svelte generated by Svelte v3.53.1 */
|
package/dist/index.es.d.ts
CHANGED
@@ -2561,7 +2561,8 @@ type LayoutFlexDirection = (typeof LAYOUT_DIRECTION)[number];
|
|
2561
2561
|
declare const LAYOUT_ALIGN: readonly [
|
2562
2562
|
"flex-start",
|
2563
2563
|
"center",
|
2564
|
-
"flex-end"
|
2564
|
+
"flex-end",
|
2565
|
+
"stretch"
|
2565
2566
|
];
|
2566
2567
|
type LayoutFlexAlign = (typeof LAYOUT_ALIGN)[number];
|
2567
2568
|
declare const LAYOUT_JUSTIFY: readonly [
|
package/dist/index.es.js
CHANGED
@@ -13663,7 +13663,7 @@ class Layout extends SvelteComponent {
|
|
13663
13663
|
|
13664
13664
|
const LAYOUT_DISPLAY_TYPE = ['inline-flex', 'flex', 'block'];
|
13665
13665
|
const LAYOUT_DIRECTION = ['column', 'column-reverse', 'row', 'row-reverse'];
|
13666
|
-
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end'];
|
13666
|
+
const LAYOUT_ALIGN = ['flex-start', 'center', 'flex-end', 'stretch'];
|
13667
13667
|
const LAYOUT_JUSTIFY = ['flex-start', 'center', 'flex-end', 'space-between'];
|
13668
13668
|
|
13669
13669
|
/* src/components-v2/text/Text.svelte generated by Svelte v3.53.1 */
|