urnovl-web-components 0.0.133 → 0.0.134

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.
@@ -58,8 +58,6 @@ export const RoundedWithBorderRadius = {
58
58
  };
59
59
  export const Fullscreen = {
60
60
  args: {
61
- headline: 'My Open Test Dialog',
62
- description: 'Test Open Description Content',
63
61
  fullscreen: true,
64
62
  },
65
63
  };
@@ -43,8 +43,6 @@ export declare const RoundedWithBorderRadius: {
43
43
  };
44
44
  export declare const Fullscreen: {
45
45
  args: {
46
- headline: string;
47
- description: string;
48
46
  fullscreen: boolean;
49
47
  };
50
48
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "urnovl-web-components",
3
- "version": "0.0.133",
3
+ "version": "0.0.134",
4
4
  "description": "Web components for Urnovl",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",