@oicl/openbridge-webcomponents-svelte 2.0.0-next.79 → 2.0.0-next.80
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.
|
@@ -37,6 +37,9 @@ mode?: ObcAlertFrameMode;
|
|
|
37
37
|
/** When true, the frame wraps and sizes itself to its slotted content instead
|
|
38
38
|
of overlaying a fixed region. Reflected to an attribute for CSS styling. */
|
|
39
39
|
wrapContent?: boolean;
|
|
40
|
+
/** When true, the frame stretches to fill the full width of its container
|
|
41
|
+
instead of hugging its content. Reflected to an attribute for CSS styling. */
|
|
42
|
+
fullWidth?: boolean;
|
|
40
43
|
/** If true, the top-left corner will be sharp (not rounded). */
|
|
41
44
|
sharpEdgeTopLeft?: boolean;
|
|
42
45
|
/** If true, the top-right corner will be sharp (not rounded). */
|
|
@@ -31,6 +31,9 @@ Default: `small-side-flip` */
|
|
|
31
31
|
/** When true, the frame wraps and sizes itself to its slotted content instead
|
|
32
32
|
of overlaying a fixed region. Reflected to an attribute for CSS styling. */
|
|
33
33
|
wrapContent?: boolean;
|
|
34
|
+
/** When true, the frame stretches to fill the full width of its container
|
|
35
|
+
instead of hugging its content. Reflected to an attribute for CSS styling. */
|
|
36
|
+
fullWidth?: boolean;
|
|
34
37
|
/** If true, the top-left corner will be sharp (not rounded). */
|
|
35
38
|
sharpEdgeTopLeft?: boolean;
|
|
36
39
|
/** If true, the top-right corner will be sharp (not rounded). */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-svelte",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.80",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "vite build && npm run prepack",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
34
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.79"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"svelte": "^5.0.0"
|