@contentful/experiences-core 1.39.0 → 1.40.0-beta.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.
- package/dist/index.js +16 -0
- package/dist/index.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -168,6 +168,10 @@ const builtInStyles = {
|
|
|
168
168
|
value: 'end',
|
|
169
169
|
displayName: 'Align right',
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
value: 'stretch',
|
|
173
|
+
displayName: 'Stretch',
|
|
174
|
+
},
|
|
171
175
|
],
|
|
172
176
|
},
|
|
173
177
|
type: 'Text',
|
|
@@ -191,6 +195,10 @@ const builtInStyles = {
|
|
|
191
195
|
value: 'end',
|
|
192
196
|
displayName: 'Align bottom',
|
|
193
197
|
},
|
|
198
|
+
{
|
|
199
|
+
value: 'stretch',
|
|
200
|
+
displayName: 'Stretch',
|
|
201
|
+
},
|
|
194
202
|
],
|
|
195
203
|
},
|
|
196
204
|
type: 'Text',
|
|
@@ -561,6 +569,10 @@ const singleColumnBuiltInStyles = {
|
|
|
561
569
|
value: 'end',
|
|
562
570
|
displayName: 'Align right',
|
|
563
571
|
},
|
|
572
|
+
{
|
|
573
|
+
value: 'stretch',
|
|
574
|
+
displayName: 'Stretch',
|
|
575
|
+
},
|
|
564
576
|
],
|
|
565
577
|
},
|
|
566
578
|
type: 'Text',
|
|
@@ -584,6 +596,10 @@ const singleColumnBuiltInStyles = {
|
|
|
584
596
|
value: 'end',
|
|
585
597
|
displayName: 'Align bottom',
|
|
586
598
|
},
|
|
599
|
+
{
|
|
600
|
+
value: 'stretch',
|
|
601
|
+
displayName: 'Stretch',
|
|
602
|
+
},
|
|
587
603
|
],
|
|
588
604
|
},
|
|
589
605
|
type: 'Text',
|