@optionfactory/fml 9.0.0-rc4 → 9.0.0-rc6

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.
@@ -26,6 +26,10 @@
26
26
  {
27
27
  "name": "header",
28
28
  "description": "The dialog's title, shown in its header. Text only; slot content into the body instead for anything richer. (string)"
29
+ },
30
+ {
31
+ "name": "requires-answer",
32
+ "description": "For the dialog that must be answered: the close button is not rendered and Escape is refused, so the only way out is a button carrying a result. Both, since a close button withheld while Escape still worked would be decoration rather than a rule. (boolean)"
29
33
  }
30
34
  ]
31
35
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "name": "@optionfactory/fml",
4
- "version": "9.0.0-rc4",
4
+ "version": "9.0.0-rc6",
5
5
  "description-markup": "none",
6
6
  "contributions": {
7
7
  "html": {
@@ -54,6 +54,14 @@
54
54
  "kind": "plain",
55
55
  "type": "string"
56
56
  }
57
+ },
58
+ {
59
+ "name": "requires-answer",
60
+ "description": "For the dialog that must be answered: the close button is not rendered and Escape is refused, so the only way out is a button carrying a result. Both, since a close button withheld while Escape still worked would be decoration rather than a rule.",
61
+ "value": {
62
+ "kind": "plain",
63
+ "type": "boolean"
64
+ }
57
65
  }
58
66
  ],
59
67
  "slots": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optionfactory/fml",
3
- "version": "9.0.0-rc4",
3
+ "version": "9.0.0-rc6",
4
4
  "type": "module",
5
5
  "main": "./dist/fml.mjs",
6
6
  "module": "./dist/fml.mjs",