@f1studio/form-spec 5.0.0-alpha.107 → 5.0.0-alpha.108

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.
Files changed (493) hide show
  1. package/FormSpec.FS/Components/HelloComponent.d.ts.map +1 -0
  2. package/FormSpec.FS/Designer.d.ts.map +1 -0
  3. package/FormSpec.FS/FormSpec.d.ts.map +1 -0
  4. package/FormSpec.FS/FormSpecHelpers.d.ts.map +1 -0
  5. package/FormSpec.FS/FormSpecValues.d.ts.map +1 -0
  6. package/FormSpec.FS/Helpers.d.ts.map +1 -0
  7. package/FormSpec.FS/Interfaces.d.ts.map +1 -0
  8. package/FormSpec.FS/Interop/FormSpec.Api.Helpers.d.ts.map +1 -0
  9. package/FormSpec.FS/Interop/FormSpec.Api.Option.d.ts.map +1 -0
  10. package/FormSpec.FS/Interop/FormSpec.Values.Api.Option.d.ts.map +1 -0
  11. package/FormSpec.FS/Logging/LogTypes.d.ts.map +1 -0
  12. package/FormSpec.FS/Migrator.d.ts.map +1 -0
  13. package/FormSpec.FS/PathwayDataExtractor.d.ts.map +1 -0
  14. package/FormSpec.FS/PathwayExecutor.d.ts.map +1 -0
  15. package/FormSpec.FS/PathwayValidator.d.ts.map +1 -0
  16. package/FormSpec.FS/PluginInterface.d.ts.map +1 -0
  17. package/FormSpec.FS/Prelude.d.ts.map +1 -0
  18. package/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.d.ts.map +1 -0
  19. package/FormSpec.FS/Renderers/MermaidRenderer.d.ts.map +1 -0
  20. package/FormSpec.FS/Renderers/PathwayRenderers.d.ts.map +1 -0
  21. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.js.map +1 -0
  22. package/FormSpec.TS/FormSpec.FS/Components/HelloComponent.ts.map +1 -0
  23. package/FormSpec.TS/FormSpec.FS/Designer.js.map +1 -0
  24. package/FormSpec.TS/FormSpec.FS/Designer.ts.map +1 -0
  25. package/FormSpec.TS/{FormSpec.js.map → FormSpec.FS/FormSpec.js.map} +1 -1
  26. package/FormSpec.TS/{FormSpec.ts.map → FormSpec.FS/FormSpec.ts.map} +1 -1
  27. package/FormSpec.TS/{FormSpecHelpers.js → FormSpec.FS/FormSpecHelpers.js} +1 -1
  28. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.js.map +1 -0
  29. package/FormSpec.TS/FormSpec.FS/FormSpecHelpers.ts.map +1 -0
  30. package/FormSpec.TS/FormSpec.FS/FormSpecValues.js.map +1 -0
  31. package/FormSpec.TS/FormSpec.FS/FormSpecValues.ts.map +1 -0
  32. package/FormSpec.TS/FormSpec.FS/Helpers.js.map +1 -0
  33. package/FormSpec.TS/FormSpec.FS/Helpers.ts.map +1 -0
  34. package/FormSpec.TS/FormSpec.FS/Interfaces.js.map +1 -0
  35. package/FormSpec.TS/FormSpec.FS/Interfaces.ts.map +1 -0
  36. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.js +2 -2
  37. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.js.map +1 -0
  38. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Helpers.ts.map +1 -0
  39. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.js +2 -2
  40. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.js.map +1 -0
  41. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Api.Option.ts.map +1 -0
  42. package/FormSpec.TS/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.js +2 -2
  43. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.js.map +1 -0
  44. package/FormSpec.TS/FormSpec.FS/Interop/FormSpec.Values.Api.Option.ts.map +1 -0
  45. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.js.map +1 -0
  46. package/FormSpec.TS/FormSpec.FS/Logging/LogTypes.ts.map +1 -0
  47. package/FormSpec.TS/{Migrator.js → FormSpec.FS/Migrator.js} +1 -1
  48. package/FormSpec.TS/FormSpec.FS/Migrator.js.map +1 -0
  49. package/FormSpec.TS/FormSpec.FS/Migrator.ts.map +1 -0
  50. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.js.map +1 -0
  51. package/FormSpec.TS/FormSpec.FS/PathwayDataExtractor.ts.map +1 -0
  52. package/FormSpec.TS/{PathwayExecutor.js → FormSpec.FS/PathwayExecutor.js} +1 -1
  53. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.js.map +1 -0
  54. package/FormSpec.TS/FormSpec.FS/PathwayExecutor.ts.map +1 -0
  55. package/FormSpec.TS/FormSpec.FS/PathwayValidator.js.map +1 -0
  56. package/FormSpec.TS/FormSpec.FS/PathwayValidator.ts.map +1 -0
  57. package/FormSpec.TS/FormSpec.FS/PluginInterface.js.map +1 -0
  58. package/FormSpec.TS/FormSpec.FS/PluginInterface.ts.map +1 -0
  59. package/FormSpec.TS/FormSpec.FS/Prelude.js.map +1 -0
  60. package/FormSpec.TS/FormSpec.FS/Prelude.ts.map +1 -0
  61. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.js.map +1 -0
  62. package/FormSpec.TS/FormSpec.FS/Renderers/FormSpecMarkdownRenderer.ts.map +1 -0
  63. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.js.map +1 -0
  64. package/FormSpec.TS/FormSpec.FS/Renderers/MermaidRenderer.ts.map +1 -0
  65. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.js.map +1 -0
  66. package/FormSpec.TS/FormSpec.FS/Renderers/PathwayRenderers.ts.map +1 -0
  67. package/FormSpec.TS/PathwayExecutor.withPlugins.js +28 -0
  68. package/FormSpec.TS/PathwayExecutor.withPlugins.js.map +1 -0
  69. package/FormSpec.TS/PluginRegistration.js +18 -0
  70. package/FormSpec.TS/PluginRegistration.js.map +1 -0
  71. package/FormSpec.TS/PluginRegistration.ts.map +1 -0
  72. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs +47 -0
  73. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js +93 -0
  74. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.js.map +1 -0
  75. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/CheckboxField.fs.ts.map +1 -0
  76. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs +49 -0
  77. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js +127 -0
  78. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.js.map +1 -0
  79. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/ColorField.fs.ts.map +1 -0
  80. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs +52 -0
  81. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js +105 -0
  82. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.js.map +1 -0
  83. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateField.fs.ts.map +1 -0
  84. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs +54 -0
  85. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js +105 -0
  86. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.js.map +1 -0
  87. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/DateTimeLocalField.fs.ts.map +1 -0
  88. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs +48 -0
  89. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js +83 -0
  90. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.js.map +1 -0
  91. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/EmailField.fs.ts.map +1 -0
  92. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Fable.Form.Simple.Bulma.fableproj +53 -0
  93. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs +132 -0
  94. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js +276 -0
  95. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.js.map +1 -0
  96. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FileField.fs.ts.map +1 -0
  97. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs +537 -0
  98. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js +263 -0
  99. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.js.map +1 -0
  100. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Form.fs.ts.map +1 -0
  101. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs +361 -0
  102. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js +576 -0
  103. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.js.map +1 -0
  104. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/FormList.fs.ts.map +1 -0
  105. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs +52 -0
  106. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js +73 -0
  107. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.js.map +1 -0
  108. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Group.fs.ts.map +1 -0
  109. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs +246 -0
  110. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js +226 -0
  111. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.js.map +1 -0
  112. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.ts.map +1 -0
  113. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs +52 -0
  114. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js +116 -0
  115. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.js.map +1 -0
  116. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/InputField.fs.ts.map +1 -0
  117. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs +56 -0
  118. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js +95 -0
  119. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.js.map +1 -0
  120. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/NumberField.fs.ts.map +1 -0
  121. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs +46 -0
  122. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js +77 -0
  123. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.js.map +1 -0
  124. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/PasswordField.fs.ts.map +1 -0
  125. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs +51 -0
  126. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js +103 -0
  127. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.js.map +1 -0
  128. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/RadioField.fs.ts.map +1 -0
  129. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs +49 -0
  130. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js +87 -0
  131. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.js.map +1 -0
  132. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SearchField.fs.ts.map +1 -0
  133. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs +60 -0
  134. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js +69 -0
  135. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.js.map +1 -0
  136. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Section.fs.ts.map +1 -0
  137. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs +79 -0
  138. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js +134 -0
  139. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.js.map +1 -0
  140. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/SelectField.fs.ts.map +1 -0
  141. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs +44 -0
  142. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js +77 -0
  143. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.js.map +1 -0
  144. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TelField.fs.ts.map +1 -0
  145. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs +49 -0
  146. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js +87 -0
  147. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.js.map +1 -0
  148. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextField.fs.ts.map +1 -0
  149. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs +59 -0
  150. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js +87 -0
  151. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.js.map +1 -0
  152. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TextareaField.fs.ts.map +1 -0
  153. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs +44 -0
  154. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js +77 -0
  155. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.js.map +1 -0
  156. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/TimeField.fs.ts.map +1 -0
  157. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs +143 -0
  158. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js +154 -0
  159. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.js.map +1 -0
  160. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.ts.map +1 -0
  161. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs +36 -0
  162. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js +76 -0
  163. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.js.map +1 -0
  164. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/CheckboxField.fs.ts.map +1 -0
  165. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs +49 -0
  166. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js +88 -0
  167. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.js.map +1 -0
  168. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/ColorField.fs.ts.map +1 -0
  169. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs +67 -0
  170. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js +121 -0
  171. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.js.map +1 -0
  172. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateField.fs.ts.map +1 -0
  173. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs +70 -0
  174. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js +121 -0
  175. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.js.map +1 -0
  176. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/DateTimeLocalField.fs.ts.map +1 -0
  177. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs +76 -0
  178. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js +91 -0
  179. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.js.map +1 -0
  180. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/EmailField.fs.ts.map +1 -0
  181. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/Fable.Form.Simple.Fields.Html.fableproj +45 -0
  182. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs +105 -0
  183. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js +161 -0
  184. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.js.map +1 -0
  185. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/NumberField.fs.ts.map +1 -0
  186. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs +66 -0
  187. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js +110 -0
  188. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.js.map +1 -0
  189. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/PasswordField.fs.ts.map +1 -0
  190. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs +72 -0
  191. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js +108 -0
  192. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.js.map +1 -0
  193. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RadioField.fs.ts.map +1 -0
  194. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs +102 -0
  195. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js +157 -0
  196. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.js.map +1 -0
  197. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/RangeField.fs.ts.map +1 -0
  198. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs +83 -0
  199. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js +164 -0
  200. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.js.map +1 -0
  201. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SearchField.fs.ts.map +1 -0
  202. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs +83 -0
  203. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js +119 -0
  204. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.js.map +1 -0
  205. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/SelectField.fs.ts.map +1 -0
  206. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs +63 -0
  207. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js +110 -0
  208. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.js.map +1 -0
  209. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TelField.fs.ts.map +1 -0
  210. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs +83 -0
  211. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js +164 -0
  212. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.js.map +1 -0
  213. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextField.fs.ts.map +1 -0
  214. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs +92 -0
  215. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js +149 -0
  216. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.js.map +1 -0
  217. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TextareaField.fs.ts.map +1 -0
  218. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs +108 -0
  219. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js +161 -0
  220. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.js.map +1 -0
  221. package/FormSpec.TS/fable_modules/Fable.Form.Simple.Fields.Html.1.0.1/TimeField.fs.ts.map +1 -0
  222. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js.map +1 -1
  223. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs +52 -0
  224. package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Interop.fs.js → Feliz.2.8.0/DateParsing.fs.js} +27 -37
  225. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.js.map +1 -0
  226. package/FormSpec.TS/fable_modules/Feliz.2.8.0/DateParsing.fs.ts.map +1 -0
  227. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Feliz.fableproj +14 -3
  228. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs +11 -0
  229. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js +25 -0
  230. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.js.map +1 -0
  231. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Helpers.fs.ts.map +1 -0
  232. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs +176 -0
  233. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js +179 -0
  234. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.js.map +1 -0
  235. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Internal.fs.ts.map +1 -0
  236. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs +29 -0
  237. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js +19 -0
  238. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Interop.fs.js.map +1 -0
  239. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js.map +1 -1
  240. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Length.fs +55 -1
  241. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs +5 -0
  242. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js.map +1 -1
  243. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/React.fs +77 -239
  244. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js.map +1 -1
  245. package/FormSpec.TS/fable_modules/Feliz.2.8.0/ReactInterop.fs +20 -0
  246. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js.map +1 -1
  247. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs +3 -2
  248. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js.map +1 -1
  249. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs +4 -0
  250. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js.map +1 -1
  251. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Styles.fs +646 -8
  252. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js.map +1 -1
  253. package/FormSpec.TS/fable_modules/Feliz.2.8.0/TransitionTimingFunction.fs +62 -0
  254. package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js.map +1 -1
  255. package/FormSpec.TS/fable_modules/Feliz.2.8.0/Types.fs.ts.map +1 -0
  256. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Bulma.fs +990 -0
  257. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs +179 -0
  258. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js +51 -0
  259. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.js.map +1 -0
  260. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.ts.map +1 -0
  261. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Feliz.Bulma.fableproj +32 -0
  262. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs +1986 -0
  263. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js +27 -0
  264. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.js.map +1 -0
  265. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Modifiers.fs.ts.map +1 -0
  266. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs +7 -0
  267. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js +31 -0
  268. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.js.map +1 -0
  269. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/Operators.fs.ts.map +1 -0
  270. package/FormSpec.TS/fable_modules/Feliz.Bulma.3.0.0/PropertyBuilders.fs +8 -0
  271. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Exports.fs +14 -0
  272. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Glutinum.Feliz.ReactSignaturePadWrapper.fableproj +18 -0
  273. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Interop.fs +6 -0
  274. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/ReactSignaturePadWrapper.fs +32 -0
  275. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs +3 -0
  276. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js +7 -0
  277. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.js.map +1 -0
  278. package/FormSpec.TS/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.ts.map +1 -0
  279. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.js.map +1 -1
  280. package/FormSpec.TS/fable_modules/Thoth.Json.10.4.1/Encode.fs.ts.map +1 -1
  281. package/FormSpec.TS/fable_modules/project_cracked.json +1 -1
  282. package/FormSpec.TS/plugins/bmi/src/BMIField.js +823 -0
  283. package/FormSpec.TS/plugins/bmi/src/BMIField.js.map +1 -0
  284. package/FormSpec.TS/plugins/bmi/src/BMIField.ts.map +1 -0
  285. package/FormSpec.TS/plugins/likert/src/LikertField.js +638 -0
  286. package/FormSpec.TS/plugins/likert/src/LikertField.js.map +1 -0
  287. package/FormSpec.TS/plugins/likert/src/LikertField.ts.map +1 -0
  288. package/FormSpec.TS/plugins/signature/src/SignatureField.js +294 -0
  289. package/FormSpec.TS/plugins/signature/src/SignatureField.js.map +1 -0
  290. package/FormSpec.TS/plugins/signature/src/SignatureField.ts.map +1 -0
  291. package/FormSpec.TS/plugins/vitals/src/VitalsField.js +1150 -0
  292. package/FormSpec.TS/plugins/vitals/src/VitalsField.js.map +1 -0
  293. package/FormSpec.TS/plugins/vitals/src/VitalsField.ts.map +1 -0
  294. package/PathwayExecutor.withPlugins.d.ts +11 -0
  295. package/PathwayExecutor.withPlugins.d.ts.map +1 -0
  296. package/PluginRegistration.d.ts +2 -0
  297. package/PluginRegistration.d.ts.map +1 -0
  298. package/README.md +7 -7
  299. package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts +147 -0
  300. package/fable_modules/Fable.Form.3.0.0/Base.fs.d.ts.map +1 -0
  301. package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts +19 -0
  302. package/fable_modules/Fable.Form.3.0.0/Error.fs.d.ts.map +1 -0
  303. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts +14 -0
  304. package/fable_modules/Fable.Form.3.0.0/Extensions.fs.d.ts.map +1 -0
  305. package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts +14 -0
  306. package/fable_modules/Fable.Form.3.0.0/Field.fs.d.ts.map +1 -0
  307. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts +113 -0
  308. package/fable_modules/Fable.Form.Simple.5.0.1/Form.fs.d.ts.map +1 -0
  309. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts +17 -0
  310. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Html.View.fs.d.ts.map +1 -0
  311. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts +41 -0
  312. package/fable_modules/Fable.Form.Simple.Bulma.5.0.1/Types.fs.d.ts.map +1 -0
  313. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts +73 -0
  314. package/fable_modules/Fable.React.Types.18.3.0/Fable.React.fs.d.ts.map +1 -0
  315. package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts +9 -0
  316. package/fable_modules/Feliz.2.8.0/Colors.fs.d.ts.map +1 -0
  317. package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts +3 -0
  318. package/fable_modules/Feliz.2.8.0/Interop.fs.d.ts.map +1 -0
  319. package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts +6 -0
  320. package/fable_modules/Feliz.2.8.0/ReactInterop.d.ts.map +1 -0
  321. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts +36 -0
  322. package/fable_modules/Feliz.2.8.0/ReactTypes.fs.d.ts.map +1 -0
  323. package/fable_modules/Feliz.2.8.0/Types.fs.d.ts +7 -0
  324. package/fable_modules/Feliz.2.8.0/Types.fs.d.ts.map +1 -0
  325. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts +5 -0
  326. package/fable_modules/Feliz.Bulma.3.0.0/ElementBuilders.fs.d.ts.map +1 -0
  327. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts +3 -0
  328. package/fable_modules/Glutinum.Feliz.ReactSignaturePadWrapper.1.0.2/Types.fs.d.ts.map +1 -0
  329. package/package.json +15 -15
  330. package/plugins/bmi/src/BMIField.d.ts +52 -0
  331. package/plugins/bmi/src/BMIField.d.ts.map +1 -0
  332. package/plugins/likert/src/LikertField.d.ts +60 -0
  333. package/plugins/likert/src/LikertField.d.ts.map +1 -0
  334. package/plugins/signature/src/SignatureField.d.ts +34 -0
  335. package/plugins/signature/src/SignatureField.d.ts.map +1 -0
  336. package/plugins/vitals/src/VitalsField.d.ts +82 -0
  337. package/plugins/vitals/src/VitalsField.d.ts.map +1 -0
  338. package/src/{FormSpecHelpers.ts → FormSpec.FS/FormSpecHelpers.ts} +1 -1
  339. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.ts +4 -4
  340. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.ts +2 -2
  341. package/src/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.ts +2 -2
  342. package/src/{Migrator.ts → FormSpec.FS/Migrator.ts} +1 -1
  343. package/src/{PathwayExecutor.ts → FormSpec.FS/PathwayExecutor.ts} +1 -1
  344. package/src/PathwayExecutor.withPlugins.ts +10 -0
  345. package/src/PluginRegistration.ts +16 -0
  346. package/src/plugins/bmi/src/BMIField.ts +494 -0
  347. package/src/plugins/likert/src/LikertField.ts +420 -0
  348. package/src/plugins/signature/src/SignatureField.ts +185 -0
  349. package/src/plugins/vitals/src/VitalsField.ts +665 -0
  350. package/Components/HelloComponent.d.ts.map +0 -1
  351. package/Designer.d.ts.map +0 -1
  352. package/FormSpec.TS/Components/HelloComponent.js.map +0 -1
  353. package/FormSpec.TS/Components/HelloComponent.ts.map +0 -1
  354. package/FormSpec.TS/Designer.js.map +0 -1
  355. package/FormSpec.TS/Designer.ts.map +0 -1
  356. package/FormSpec.TS/FormSpecHelpers.js.map +0 -1
  357. package/FormSpec.TS/FormSpecHelpers.ts.map +0 -1
  358. package/FormSpec.TS/FormSpecValues.js.map +0 -1
  359. package/FormSpec.TS/FormSpecValues.ts.map +0 -1
  360. package/FormSpec.TS/Helpers.js.map +0 -1
  361. package/FormSpec.TS/Helpers.ts.map +0 -1
  362. package/FormSpec.TS/Interfaces.js.map +0 -1
  363. package/FormSpec.TS/Interfaces.ts.map +0 -1
  364. package/FormSpec.TS/Interop/FormSpec.Api.Helpers.js.map +0 -1
  365. package/FormSpec.TS/Interop/FormSpec.Api.Helpers.ts.map +0 -1
  366. package/FormSpec.TS/Interop/FormSpec.Api.Option.js.map +0 -1
  367. package/FormSpec.TS/Interop/FormSpec.Api.Option.ts.map +0 -1
  368. package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.js.map +0 -1
  369. package/FormSpec.TS/Interop/FormSpec.Values.Api.Option.ts.map +0 -1
  370. package/FormSpec.TS/Logging/LogTypes.js.map +0 -1
  371. package/FormSpec.TS/Logging/LogTypes.ts.map +0 -1
  372. package/FormSpec.TS/Migrator.js.map +0 -1
  373. package/FormSpec.TS/Migrator.ts.map +0 -1
  374. package/FormSpec.TS/PathwayDataExtractor.js.map +0 -1
  375. package/FormSpec.TS/PathwayDataExtractor.ts.map +0 -1
  376. package/FormSpec.TS/PathwayExecutor.js.map +0 -1
  377. package/FormSpec.TS/PathwayExecutor.ts.map +0 -1
  378. package/FormSpec.TS/PathwayValidator.js.map +0 -1
  379. package/FormSpec.TS/PathwayValidator.ts.map +0 -1
  380. package/FormSpec.TS/PluginInterface.js.map +0 -1
  381. package/FormSpec.TS/PluginInterface.ts.map +0 -1
  382. package/FormSpec.TS/Prelude.js.map +0 -1
  383. package/FormSpec.TS/Prelude.ts.map +0 -1
  384. package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.js.map +0 -1
  385. package/FormSpec.TS/Renderers/FormSpecMarkdownRenderer.ts.map +0 -1
  386. package/FormSpec.TS/Renderers/MermaidRenderer.js.map +0 -1
  387. package/FormSpec.TS/Renderers/MermaidRenderer.ts.map +0 -1
  388. package/FormSpec.TS/Renderers/PathwayRenderers.js.map +0 -1
  389. package/FormSpec.TS/Renderers/PathwayRenderers.ts.map +0 -1
  390. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs +0 -83
  391. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.js.map +0 -1
  392. package/FormSpec.TS/fable_modules/Feliz.2.7.0/Interop.fs.ts.map +0 -1
  393. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js +0 -561
  394. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.js.map +0 -1
  395. package/FormSpec.TS/fable_modules/Feliz.2.7.0/React.fs.ts.map +0 -1
  396. package/FormSpec.d.ts.map +0 -1
  397. package/FormSpecHelpers.d.ts.map +0 -1
  398. package/FormSpecValues.d.ts.map +0 -1
  399. package/Helpers.d.ts.map +0 -1
  400. package/Interfaces.d.ts.map +0 -1
  401. package/Interop/FormSpec.Api.Helpers.d.ts.map +0 -1
  402. package/Interop/FormSpec.Api.Option.d.ts.map +0 -1
  403. package/Interop/FormSpec.Values.Api.Option.d.ts.map +0 -1
  404. package/Logging/LogTypes.d.ts.map +0 -1
  405. package/Migrator.d.ts.map +0 -1
  406. package/PathwayDataExtractor.d.ts.map +0 -1
  407. package/PathwayExecutor.d.ts.map +0 -1
  408. package/PathwayValidator.d.ts.map +0 -1
  409. package/PluginInterface.d.ts.map +0 -1
  410. package/Prelude.d.ts.map +0 -1
  411. package/Renderers/FormSpecMarkdownRenderer.d.ts.map +0 -1
  412. package/Renderers/MermaidRenderer.d.ts.map +0 -1
  413. package/Renderers/PathwayRenderers.d.ts.map +0 -1
  414. /package/{Components → FormSpec.FS/Components}/HelloComponent.d.ts +0 -0
  415. /package/{Designer.d.ts → FormSpec.FS/Designer.d.ts} +0 -0
  416. /package/{FormSpec.d.ts → FormSpec.FS/FormSpec.d.ts} +0 -0
  417. /package/{FormSpecHelpers.d.ts → FormSpec.FS/FormSpecHelpers.d.ts} +0 -0
  418. /package/{FormSpecValues.d.ts → FormSpec.FS/FormSpecValues.d.ts} +0 -0
  419. /package/{Helpers.d.ts → FormSpec.FS/Helpers.d.ts} +0 -0
  420. /package/{Interfaces.d.ts → FormSpec.FS/Interfaces.d.ts} +0 -0
  421. /package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Helpers.d.ts +0 -0
  422. /package/{Interop → FormSpec.FS/Interop}/FormSpec.Api.Option.d.ts +0 -0
  423. /package/{Interop → FormSpec.FS/Interop}/FormSpec.Values.Api.Option.d.ts +0 -0
  424. /package/{Logging → FormSpec.FS/Logging}/LogTypes.d.ts +0 -0
  425. /package/{Migrator.d.ts → FormSpec.FS/Migrator.d.ts} +0 -0
  426. /package/{PathwayDataExtractor.d.ts → FormSpec.FS/PathwayDataExtractor.d.ts} +0 -0
  427. /package/{PathwayExecutor.d.ts → FormSpec.FS/PathwayExecutor.d.ts} +0 -0
  428. /package/{PathwayValidator.d.ts → FormSpec.FS/PathwayValidator.d.ts} +0 -0
  429. /package/{PluginInterface.d.ts → FormSpec.FS/PluginInterface.d.ts} +0 -0
  430. /package/{Prelude.d.ts → FormSpec.FS/Prelude.d.ts} +0 -0
  431. /package/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.d.ts +0 -0
  432. /package/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.d.ts +0 -0
  433. /package/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.d.ts +0 -0
  434. /package/FormSpec.TS/{Components → FormSpec.FS/Components}/HelloComponent.js +0 -0
  435. /package/FormSpec.TS/{Designer.js → FormSpec.FS/Designer.js} +0 -0
  436. /package/FormSpec.TS/{FormSpec.js → FormSpec.FS/FormSpec.js} +0 -0
  437. /package/FormSpec.TS/{FormSpecValues.js → FormSpec.FS/FormSpecValues.js} +0 -0
  438. /package/FormSpec.TS/{Helpers.js → FormSpec.FS/Helpers.js} +0 -0
  439. /package/FormSpec.TS/{Interfaces.js → FormSpec.FS/Interfaces.js} +0 -0
  440. /package/FormSpec.TS/{Logging → FormSpec.FS/Logging}/LogTypes.js +0 -0
  441. /package/FormSpec.TS/{PathwayDataExtractor.js → FormSpec.FS/PathwayDataExtractor.js} +0 -0
  442. /package/FormSpec.TS/{PathwayValidator.js → FormSpec.FS/PathwayValidator.js} +0 -0
  443. /package/FormSpec.TS/{PluginInterface.js → FormSpec.FS/PluginInterface.js} +0 -0
  444. /package/FormSpec.TS/{Prelude.js → FormSpec.FS/Prelude.js} +0 -0
  445. /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.js +0 -0
  446. /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.js +0 -0
  447. /package/FormSpec.TS/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.js +0 -0
  448. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/BorderStyle.fs +0 -0
  449. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs +0 -0
  450. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.js +0 -0
  451. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Colors.fs.ts.map +0 -0
  452. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Fonts.fs +0 -0
  453. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/GridTypes.fs +0 -0
  454. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Html.fs +0 -0
  455. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/ReactTypes.fs.ts.map → Feliz.2.8.0/Interop.fs.ts.map} +0 -0
  456. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs +0 -0
  457. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.js +0 -0
  458. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Key.fs.ts.map +0 -0
  459. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Locale.fs +0 -0
  460. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.js +0 -0
  461. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Properties.fs.ts.map +0 -0
  462. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs +0 -0
  463. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.js +0 -0
  464. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactDOM.fs.ts.map +0 -0
  465. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactInterop.js +0 -0
  466. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/ReactTypes.fs.js +0 -0
  467. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/StyleTypes.fs.ts.map → Feliz.2.8.0/ReactTypes.fs.ts.map} +0 -0
  468. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/StyleTypes.fs.js +0 -0
  469. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Svg.fs.ts.map → Feliz.2.8.0/StyleTypes.fs.ts.map} +0 -0
  470. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs +0 -0
  471. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Svg.fs.js +0 -0
  472. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0/Types.fs.ts.map → Feliz.2.8.0/Svg.fs.ts.map} +0 -0
  473. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TextDecorationLine.fs +0 -0
  474. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TextDecorationStyle.fs +0 -0
  475. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Transform.fs +0 -0
  476. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TransformOrigin.fs +0 -0
  477. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/TransitionProperty.fs +0 -0
  478. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs +0 -0
  479. /package/FormSpec.TS/fable_modules/{Feliz.2.7.0 → Feliz.2.8.0}/Types.fs.js +0 -0
  480. /package/src/{Components → FormSpec.FS/Components}/HelloComponent.ts +0 -0
  481. /package/src/{Designer.ts → FormSpec.FS/Designer.ts} +0 -0
  482. /package/src/{FormSpec.ts → FormSpec.FS/FormSpec.ts} +0 -0
  483. /package/src/{FormSpecValues.ts → FormSpec.FS/FormSpecValues.ts} +0 -0
  484. /package/src/{Helpers.ts → FormSpec.FS/Helpers.ts} +0 -0
  485. /package/src/{Interfaces.ts → FormSpec.FS/Interfaces.ts} +0 -0
  486. /package/src/{Logging → FormSpec.FS/Logging}/LogTypes.ts +0 -0
  487. /package/src/{PathwayDataExtractor.ts → FormSpec.FS/PathwayDataExtractor.ts} +0 -0
  488. /package/src/{PathwayValidator.ts → FormSpec.FS/PathwayValidator.ts} +0 -0
  489. /package/src/{PluginInterface.ts → FormSpec.FS/PluginInterface.ts} +0 -0
  490. /package/src/{Prelude.ts → FormSpec.FS/Prelude.ts} +0 -0
  491. /package/src/{Renderers → FormSpec.FS/Renderers}/FormSpecMarkdownRenderer.ts +0 -0
  492. /package/src/{Renderers → FormSpec.FS/Renderers}/MermaidRenderer.ts +0 -0
  493. /package/src/{Renderers → FormSpec.FS/Renderers}/PathwayRenderers.ts +0 -0
@@ -280,6 +280,153 @@ type style =
280
280
  /// Sets the margin area on the bottom of an element. A positive value places it farther from its
281
281
  /// neighbors, while a negative value places it closer.
282
282
  static member inline marginBottom(value: ICssUnit) = Interop.mkStyle "marginBottom" value
283
+
284
+ /// Defines the logical block start margin of an element, which
285
+ /// maps to a physical margin depending on the element's writing
286
+ /// mode, directionality, and text orientation.
287
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
288
+ static member inline marginBlock(value: int) = Interop.mkStyle "marginBlock" value
289
+ /// Defines the logical block start margin of an element, which
290
+ /// maps to a physical margin depending on the element's writing
291
+ /// mode, directionality, and text orientation.
292
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
293
+ static member inline marginBlock(value: ICssUnit) = Interop.mkStyle "marginBlock" value
294
+ /// Defines the logical block start margin of an element, which
295
+ /// maps to a physical margin depending on the element's writing
296
+ /// mode, directionality, and text orientation.
297
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
298
+ static member inline marginBlock(blockStart: int, blockEnd: int) =
299
+ Interop.mkStyle "marginBlock" (
300
+ unbox<string> blockStart + " " +
301
+ unbox<string> blockEnd
302
+ )
303
+ /// Defines the logical block start margin of an element, which
304
+ /// maps to a physical margin depending on the element's writing
305
+ /// mode, directionality, and text orientation.
306
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
307
+ static member inline marginBlock(blockStart: ICssUnit, blockEnd: int) =
308
+ Interop.mkStyle "marginBlock" (
309
+ unbox<string> blockStart + " " +
310
+ unbox<string> blockEnd
311
+ )
312
+ /// Defines the logical block start margin of an element, which
313
+ /// maps to a physical margin depending on the element's writing
314
+ /// mode, directionality, and text orientation.
315
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
316
+ static member inline marginBlock(blockStart: int, blockEnd: ICssUnit) =
317
+ Interop.mkStyle "marginBlock" (
318
+ unbox<string> blockStart + " " +
319
+ unbox<string> blockEnd
320
+ )
321
+ /// Defines the logical block start margin of an element, which
322
+ /// maps to a physical margin depending on the element's writing
323
+ /// mode, directionality, and text orientation.
324
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
325
+ static member inline marginBlock(blockStart: ICssUnit, blockEnd: ICssUnit) =
326
+ Interop.mkStyle "marginBlock" (
327
+ unbox<string> blockStart + " " +
328
+ unbox<string> blockEnd
329
+ )
330
+
331
+ /// Defines the logical block start margin of an element, which
332
+ /// maps to a physical margin depending on the element's writing
333
+ /// mode, directionality, and text orientation.
334
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
335
+ static member inline marginBlockStart(value: int) =
336
+ Interop.mkStyle "marginBlockStart" value
337
+ /// Defines the logical block start margin of an element, which maps
338
+ /// to a physical margin depending on the element's writing mode,
339
+ /// directionality, and text orientation.
340
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
341
+ static member inline marginBlockStart(value: ICssUnit) =
342
+ Interop.mkStyle "marginBlockStart" value
343
+
344
+ /// Defines the logical block end margin of an element, which maps
345
+ /// to a physical margin depending on the element's writing mode,
346
+ /// directionality, and text orientation.
347
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
348
+ static member inline marginBlockEnd(value: int) =
349
+ Interop.mkStyle "marginBlockEnd" value
350
+ /// Defines the logical block end margin of an element, which maps
351
+ /// to a physical margin depending on the element's writing mode,
352
+ /// directionality, and text orientation.
353
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-block
354
+ static member inline marginBlockEnd(value: ICssUnit) =
355
+ Interop.mkStyle "marginBlockEnd" value
356
+
357
+ /// Defines the logical inline start and end margins of an element,
358
+ /// which maps to a physical margin depending on the element's
359
+ /// writing mode, directionality, and text orientation.
360
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
361
+ static member inline marginInline(value: int) = Interop.mkStyle "marginInline" value
362
+ /// Defines the logical inline start and end margins of an element,
363
+ /// which maps to a physical margin depending on the element's
364
+ /// writing mode, directionality, and text orientation.
365
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
366
+ static member inline marginInline(value: ICssUnit) = Interop.mkStyle "marginInline" value
367
+ /// Defines the logical inline start and end margins of an element,
368
+ /// which maps to a physical margin depending on the element's
369
+ /// writing mode, directionality, and text orientation.
370
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
371
+ static member inline marginInline(inlineStart: int, inlineEnd: int) =
372
+ Interop.mkStyle "marginInline" (
373
+ unbox<string> inlineStart + " " +
374
+ unbox<string> inlineEnd
375
+ )
376
+ /// Defines the logical inline start and end margins of an element,
377
+ /// which maps to a physical margin depending on the element's
378
+ /// writing mode, directionality, and text orientation.
379
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
380
+ static member inline marginInline(inlineStart: ICssUnit, inlineEnd: int) =
381
+ Interop.mkStyle "marginInline" (
382
+ unbox<string> inlineStart + " " +
383
+ unbox<string> inlineEnd
384
+ )
385
+ /// Defines the logical inline start and end margins of an element,
386
+ /// which maps to a physical margin depending on the element's
387
+ /// writing mode, directionality, and text orientation.
388
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
389
+ static member inline marginInline(inlineStart: int, inlineEnd: ICssUnit) =
390
+ Interop.mkStyle "marginInline" (
391
+ unbox<string> inlineStart + " " +
392
+ unbox<string> inlineEnd
393
+ )
394
+ /// Defines the logical inline start and end margins of an element,
395
+ /// which maps to a physical margin depending on the element's
396
+ /// writing mode, directionality, and text orientation.
397
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline
398
+ static member inline marginInline(inlineStart: ICssUnit, inlineEnd: ICssUnit) =
399
+ Interop.mkStyle "marginInline" (
400
+ unbox<string> inlineStart + " " +
401
+ unbox<string> inlineEnd
402
+ )
403
+
404
+ /// Defines the logical inline start margin of an element, which maps
405
+ /// to a physical margin depending on the element's writing mode,
406
+ /// directionality, and text orientation.
407
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline-start
408
+ static member inline marginInlineStart(value: int) =
409
+ Interop.mkStyle "marginInlineStart" value
410
+ /// Defines the logical inline start margin of an element, which maps
411
+ /// to a physical margin depending on the element's writing mode,
412
+ /// directionality, and text orientation.
413
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline-start
414
+ static member inline marginInlineStart(value: ICssUnit) =
415
+ Interop.mkStyle "marginInlineStart" value
416
+
417
+ /// Defines the logical inline end margin of an element, which maps
418
+ /// to a physical margin depending on the element's writing mode,
419
+ /// directionality, and text orientation.
420
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline-end
421
+ static member inline marginInlineEnd(value: int) =
422
+ Interop.mkStyle "marginInlineEnd" value
423
+ /// Defines the logical inline end margin of an element, which maps
424
+ /// to a physical margin depending on the element's writing mode,
425
+ /// directionality, and text orientation.
426
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/margin-inline-end
427
+ static member inline marginInlineEnd(value: ICssUnit) =
428
+ Interop.mkStyle "marginInlineEnd" value
429
+
283
430
  /// Sets the padding area on all four sides of an element. It is a shorthand for padding-top,
284
431
  /// padding-right, padding-bottom, and padding-left.
285
432
  static member inline padding(value: int) = Interop.mkStyle "padding" value
@@ -538,6 +685,152 @@ type style =
538
685
  static member inline paddingTop(value: int) = Interop.mkStyle "paddingTop" value
539
686
  /// Sets the height of the padding area on the top of an element.
540
687
  static member inline paddingTop(value: ICssUnit) = Interop.mkStyle "paddingTop" value
688
+ /// Defines the logical block start padding of an element, which
689
+ /// maps to a physical padding properties depending on the element's writing
690
+ /// mode, directionality, and text orientation.
691
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
692
+ static member inline paddingBlock(value: int) = Interop.mkStyle "marginBlock" value
693
+ /// Defines the logical block start padding of an element, which
694
+ /// maps to a physical padding properties depending on the element's writing
695
+ /// mode, directionality, and text orientation.
696
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
697
+ static member inline paddingBlock(value: ICssUnit) = Interop.mkStyle "marginBlock" value
698
+ /// Defines the logical block start padding of an element, which
699
+ /// maps to a physical padding properties depending on the element's writing
700
+ /// mode, directionality, and text orientation.
701
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
702
+ static member inline paddingBlock(blockStart: int, blockEnd: int) =
703
+ Interop.mkStyle "paddingBlock" (
704
+ unbox<string> blockStart + " " +
705
+ unbox<string> blockEnd
706
+ )
707
+ /// Defines the logical block start padding of an element, which
708
+ /// maps to a physical padding properties depending on the element's writing
709
+ /// mode, directionality, and text orientation.
710
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
711
+ static member inline paddingBlock(blockStart: ICssUnit, blockEnd: int) =
712
+ Interop.mkStyle "paddingBlock" (
713
+ unbox<string> blockStart + " " +
714
+ unbox<string> blockEnd
715
+ )
716
+ /// Defines the logical block start padding of an element, which
717
+ /// maps to a physical padding properties depending on the element's writing
718
+ /// mode, directionality, and text orientation.
719
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
720
+ static member inline paddingBlock(blockStart: int, blockEnd: ICssUnit) =
721
+ Interop.mkStyle "paddingBlock" (
722
+ unbox<string> blockStart + " " +
723
+ unbox<string> blockEnd
724
+ )
725
+ /// Defines the logical block start padding of an element, which
726
+ /// maps to a physical padding properties depending on the element's writing
727
+ /// mode, directionality, and text orientation.
728
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
729
+ static member inline paddingBlock(blockStart: ICssUnit, blockEnd: ICssUnit) =
730
+ Interop.mkStyle "paddingBlock" (
731
+ unbox<string> blockStart + " " +
732
+ unbox<string> blockEnd
733
+ )
734
+
735
+ /// Defines the logical block start padding of an element, which
736
+ /// maps to a physical padding properties depending on the element's writing
737
+ /// mode, directionality, and text orientation.
738
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
739
+ static member inline paddingBlockStart(value: int) =
740
+ Interop.mkStyle "paddingBlockStart" value
741
+ /// Defines the logical block start padding of an element, which maps
742
+ /// to a physical padding properties depending on the element's writing mode,
743
+ /// directionality, and text orientation.
744
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
745
+ static member inline paddingBlockStart(value: ICssUnit) =
746
+ Interop.mkStyle "paddingBlockStart" value
747
+
748
+ /// Defines the logical block end padding of an element, which maps
749
+ /// to a physical padding properties depending on the element's writing mode,
750
+ /// directionality, and text orientation.
751
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
752
+ static member inline paddingBlockEnd(value: int) =
753
+ Interop.mkStyle "paddingBlockEnd" value
754
+ /// Defines the logical block end padding of an element, which maps
755
+ /// to a physical padding properties depending on the element's writing mode,
756
+ /// directionality, and text orientation.
757
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-block
758
+ static member inline paddingBlockEnd(value: ICssUnit) =
759
+ Interop.mkStyle "paddingBlockEnd" value
760
+
761
+ /// Defines the logical inline start and end paddings of an element,
762
+ /// which maps to a physical padding properties depending on the element's
763
+ /// writing mode, directionality, and text orientation.
764
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
765
+ static member inline paddingInline(value: int) = Interop.mkStyle "marginInline" value
766
+ /// Defines the logical inline start and end paddings of an element,
767
+ /// which maps to a physical padding properties depending on the element's
768
+ /// writing mode, directionality, and text orientation.
769
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
770
+ static member inline paddingInline(value: ICssUnit) = Interop.mkStyle "marginInline" value
771
+ /// Defines the logical inline start and end paddings of an element,
772
+ /// which maps to a physical padding properties depending on the element's
773
+ /// writing mode, directionality, and text orientation.
774
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
775
+ static member inline paddingInline(inlineStart: int, inlineEnd: int) =
776
+ Interop.mkStyle "paddingInline" (
777
+ unbox<string> inlineStart + " " +
778
+ unbox<string> inlineEnd
779
+ )
780
+ /// Defines the logical inline start and end paddings of an element,
781
+ /// which maps to a physical padding properties depending on the element's
782
+ /// writing mode, directionality, and text orientation.
783
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
784
+ static member inline paddingInline(inlineStart: ICssUnit, inlineEnd: int) =
785
+ Interop.mkStyle "paddingInline" (
786
+ unbox<string> inlineStart + " " +
787
+ unbox<string> inlineEnd
788
+ )
789
+ /// Defines the logical inline start and end paddings of an element,
790
+ /// which maps to a physical padding properties depending on the element's
791
+ /// writing mode, directionality, and text orientation.
792
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
793
+ static member inline paddingInline(inlineStart: int, inlineEnd: ICssUnit) =
794
+ Interop.mkStyle "paddingInline" (
795
+ unbox<string> inlineStart + " " +
796
+ unbox<string> inlineEnd
797
+ )
798
+ /// Defines the logical inline start and end paddings of an element,
799
+ /// which maps to a physical padding properties depending on the element's
800
+ /// writing mode, directionality, and text orientation.
801
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline
802
+ static member inline paddingInline(inlineStart: ICssUnit, inlineEnd: ICssUnit) =
803
+ Interop.mkStyle "paddingInline" (
804
+ unbox<string> inlineStart + " " +
805
+ unbox<string> inlineEnd
806
+ )
807
+
808
+ /// Defines the logical inline start padding of an element, which maps
809
+ /// to a physical padding properties depending on the element's writing mode,
810
+ /// directionality, and text orientation.
811
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline-start
812
+ static member inline paddingInlineStart(value: int) =
813
+ Interop.mkStyle "paddingInlineStart" value
814
+ /// Defines the logical inline start padding of an element, which maps
815
+ /// to a physical padding properties depending on the element's writing mode,
816
+ /// directionality, and text orientation.
817
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline-start
818
+ static member inline paddingInlineStart(value: ICssUnit) =
819
+ Interop.mkStyle "paddingInlineStart" value
820
+
821
+ /// Defines the logical inline end padding of an element, which maps
822
+ /// to a physical padding properties depending on the element's writing mode,
823
+ /// directionality, and text orientation.
824
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline-end
825
+ static member inline paddingInlineEnd(value: int) =
826
+ Interop.mkStyle "paddingInlineEnd" value
827
+ /// Defines the logical inline end padding of an element, which maps
828
+ /// to a physical padding properties depending on the element's writing mode,
829
+ /// directionality, and text orientation.
830
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/padding-inline-end
831
+ static member inline paddingInlineEnd(value: ICssUnit) =
832
+ Interop.mkStyle "paddingInlineEnd" value
833
+
541
834
  /// Sets the flex shrink factor of a flex item. If the size of all flex items is larger than
542
835
  /// the flex container, items shrink to fit according to flex-shrink.
543
836
  static member inline flexShrink(value: int) = Interop.mkStyle "flexShrink" value
@@ -2138,7 +2431,146 @@ type style =
2138
2431
  /// Sets the CSS properties to which a transition effect should be applied.
2139
2432
  static member inline transitionProperty (property: string) =
2140
2433
  Interop.mkStyle "transitionProperty" property
2141
-
2434
+
2435
+ /// Sets how intermediate values are calculated for CSS properties being affected by a transition effect.
2436
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function
2437
+ static member inline transitionTimingFunction (timingFunction: ITransitionTimingFunction) =
2438
+ Interop.mkStyle "transitionTimingFunction" timingFunction
2439
+
2440
+ /// Sets how intermediate values are calculated for CSS properties being affected by a transition effect.
2441
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition-timing-function
2442
+ static member inline transitionTimingFunction (timingFunction: string) =
2443
+ Interop.mkStyle "transitionTimingFunction" timingFunction
2444
+
2445
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2446
+ /// transition-timing-function, transition-delay, and transition-behavior.
2447
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2448
+ static member inline transition (property: ITransitionProperty, duration: TimeSpan) =
2449
+ Interop.mkStyle "transition" (
2450
+ unbox<string> property + " " +
2451
+ unbox<string> duration.TotalMilliseconds + "ms "
2452
+ )
2453
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2454
+ /// transition-timing-function, transition-delay, and transition-behavior.
2455
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2456
+ static member inline transition (property: string, duration: TimeSpan) =
2457
+ Interop.mkStyle "transition" (
2458
+ property + " " +
2459
+ unbox<string> duration.TotalMilliseconds + "ms "
2460
+ )
2461
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2462
+ /// transition-timing-function, transition-delay, and transition-behavior.
2463
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2464
+ static member inline transition (property: ITransitionProperty, duration: TimeSpan, timingFunction: ITransitionTimingFunction) =
2465
+ Interop.mkStyle "transition" (
2466
+ unbox<string> property + " " +
2467
+ unbox<string> duration.TotalMilliseconds + "ms " +
2468
+ unbox<string> timingFunction
2469
+ )
2470
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2471
+ /// transition-timing-function, transition-delay, and transition-behavior.
2472
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2473
+ static member inline transition (property: string, duration: TimeSpan, timingFunction: ITransitionTimingFunction) =
2474
+ Interop.mkStyle "transition" (
2475
+ property + " " +
2476
+ unbox<string> duration.TotalMilliseconds + "ms " +
2477
+ unbox<string> timingFunction
2478
+ )
2479
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2480
+ /// transition-timing-function, transition-delay, and transition-behavior.
2481
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2482
+ static member inline transition (property: ITransitionProperty, durationInMs: int, timingFunction: ITransitionTimingFunction) =
2483
+ Interop.mkStyle "transition" (
2484
+ unbox<string> property + " " +
2485
+ unbox<string> durationInMs + "ms " +
2486
+ unbox<string> timingFunction
2487
+ )
2488
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2489
+ /// transition-timing-function, transition-delay, and transition-behavior.
2490
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2491
+ static member inline transition (property: string, durationInMs: int, timingFunction: ITransitionTimingFunction) =
2492
+ Interop.mkStyle "transition" (
2493
+ property + " " +
2494
+ unbox<string> durationInMs + "ms " +
2495
+ unbox<string> timingFunction
2496
+ )
2497
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2498
+ /// transition-timing-function, transition-delay, and transition-behavior.
2499
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2500
+ static member inline transition (property: ITransitionProperty, duration: TimeSpan, delay: TimeSpan) =
2501
+ Interop.mkStyle "transition" (
2502
+ unbox<string> property + " " +
2503
+ unbox<string> duration.TotalMilliseconds + "ms " +
2504
+ unbox<string> delay.TotalMilliseconds + "ms "
2505
+ )
2506
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2507
+ /// transition-timing-function, transition-delay, and transition-behavior.
2508
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2509
+ static member inline transition (property: string, duration: TimeSpan, delay: TimeSpan) =
2510
+ Interop.mkStyle "transition" (
2511
+ property + " " +
2512
+ unbox<string> duration.TotalMilliseconds + "ms " +
2513
+ unbox<string> delay.TotalMilliseconds + "ms "
2514
+ )
2515
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2516
+ /// transition-timing-function, transition-delay, and transition-behavior.
2517
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2518
+ static member inline transition (property: ITransitionProperty, durationInMs: int, delayInMs: int) =
2519
+ Interop.mkStyle "transition" (
2520
+ unbox<string> property + " " +
2521
+ unbox<string> durationInMs + "ms " +
2522
+ unbox<string> delayInMs + "ms "
2523
+ )
2524
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2525
+ /// transition-timing-function, transition-delay, and transition-behavior.
2526
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2527
+ static member inline transition (property: string, durationInMs: int, delayInMs: int) =
2528
+ Interop.mkStyle "transition" (
2529
+ property + " " +
2530
+ unbox<string> durationInMs + "ms " +
2531
+ unbox<string> delayInMs + "ms "
2532
+ )
2533
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2534
+ /// transition-timing-function, transition-delay, and transition-behavior.
2535
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2536
+ static member inline transition (property: ITransitionProperty, duration: TimeSpan, timingFunction: ITransitionTimingFunction, delay: TimeSpan) =
2537
+ Interop.mkStyle "transition" (
2538
+ unbox<string> property + " " +
2539
+ unbox<string> duration.TotalMilliseconds + "ms " +
2540
+ unbox<string> timingFunction,
2541
+ unbox<string> delay.TotalMilliseconds + "ms "
2542
+ )
2543
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2544
+ /// transition-timing-function, transition-delay, and transition-behavior.
2545
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2546
+ static member inline transition (property: string, duration: TimeSpan, timingFunction: ITransitionTimingFunction, delay: TimeSpan) =
2547
+ Interop.mkStyle "transition" (
2548
+ property + " " +
2549
+ unbox<string> duration.TotalMilliseconds + "ms " +
2550
+ unbox<string> timingFunction,
2551
+ unbox<string> delay.TotalMilliseconds + "ms "
2552
+ )
2553
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2554
+ /// transition-timing-function, transition-delay, and transition-behavior.
2555
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2556
+ static member inline transition (property: ITransitionProperty, durationInMs: int, timingFunction: ITransitionTimingFunction, delayInMs: int) =
2557
+ Interop.mkStyle "transition" (
2558
+ unbox<string> property + " " +
2559
+ unbox<string> durationInMs + "ms " +
2560
+ unbox<string> timingFunction,
2561
+ unbox<string> delayInMs + "ms "
2562
+ )
2563
+ /// The transition property is a shorthand property for transition-property, transition-duration,
2564
+ /// transition-timing-function, transition-delay, and transition-behavior.
2565
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/transition
2566
+ static member inline transition (property: string, durationInMs: int, timingFunction: ITransitionTimingFunction, delayInMs: int) =
2567
+ Interop.mkStyle "transition" (
2568
+ property + " " +
2569
+ unbox<string> durationInMs + "ms " +
2570
+ unbox<string> timingFunction,
2571
+ unbox<string> delayInMs + "ms "
2572
+ )
2573
+
2142
2574
  static member inline transform(transformation: ITransformProperty) =
2143
2575
  Interop.mkStyle "transform" transformation
2144
2576
 
@@ -2157,24 +2589,42 @@ type style =
2157
2589
  ///
2158
2590
  /// This property is also used to compute the size of em, ex, and other relative <length> units.
2159
2591
  static member inline fontSize(size: ICssUnit) = Interop.mkStyle "fontSize" size
2160
- /// Specifies the height of a text lines.
2592
+ /// Sets the height of a line box. It's commonly used to set the distance between lines of text.
2593
+ /// On block-level elements, it specifies the minimum height of line boxes within the element.
2594
+ /// On non-replaced inline elements, it specifies the height that is used to calculate line box height.
2595
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
2596
+ ///
2597
+ /// The used value is this unitless number multiplied by the element's own font size. The computed
2598
+ /// value is the same as the specified number. In most cases, this is the preferred way to set
2599
+ /// line-height and avoid unexpected results due to inheritance.
2161
2600
  ///
2162
2601
  /// This property is also used to compute the size of em, ex, and other relative <length> units.
2163
2602
  ///
2164
2603
  /// Note: Negative values are not allowed.
2165
- static member inline lineHeight(size: int) = Interop.mkStyle "lineHeight" (unbox<string> size + "px")
2166
- /// Specifies the height of a text lines.
2604
+ static member inline lineHeight(size: int) = Interop.mkStyle "lineHeight" size
2605
+ /// Sets the height of a line box. It's commonly used to set the distance between lines of text.
2606
+ /// On block-level elements, it specifies the minimum height of line boxes within the element.
2607
+ /// On non-replaced inline elements, it specifies the height that is used to calculate line box height.
2608
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
2609
+ ///
2610
+ /// The used value is this unitless number multiplied by the element's own font size. The computed
2611
+ /// value is the same as the specified number. In most cases, this is the preferred way to set
2612
+ /// line-height and avoid unexpected results due to inheritance.
2167
2613
  ///
2168
2614
  /// This property is also used to compute the size of em, ex, and other relative <length> units.
2169
2615
  ///
2170
2616
  /// Note: Negative values are not allowed.
2171
- static member inline lineHeight(size: float) = Interop.mkStyle "lineHeight" (unbox<string> size + "px")
2172
- /// Specifies the height of a text lines.
2617
+ static member inline lineHeight(size: float) = Interop.mkStyle "lineHeight" size
2618
+ /// Sets the height of a line box. It's commonly used to set the distance between lines of text.
2619
+ /// On block-level elements, it specifies the minimum height of line boxes within the element.
2620
+ /// On non-replaced inline elements, it specifies the height that is used to calculate line box height.
2621
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
2173
2622
  ///
2174
2623
  /// This property is also used to compute the size of em, ex, and other relative <length> units.
2175
2624
  ///
2176
2625
  /// Note: Negative values are not allowed.
2177
2626
  static member inline lineHeight(size: ICssUnit) = Interop.mkStyle "lineHeight" size
2627
+
2178
2628
  /// Sets the background color of an element.
2179
2629
  static member inline backgroundColor (color: string) = Interop.mkStyle "backgroundColor" color
2180
2630
  /// Sets the color of the insertion caret, the visible marker where the next character typed will be inserted.
@@ -2263,10 +2713,30 @@ type style =
2263
2713
  /// An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
2264
2714
  ///
2265
2715
  /// The `outline-color` property specifies the color of an outline.
2266
-
2716
+ ///
2267
2717
  /// **Note**: Always declare the outline-style property before the outline-color property. An element must have an outline before you change the color of it.
2268
2718
  static member inline outlineColor (color: string) =
2269
2719
  Interop.mkStyle "outlineColor" color
2720
+
2721
+ /// An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
2722
+ /// The outline shorthand property sets most of the outline properties in a single declaration.
2723
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/outline
2724
+ static member inline outline (width: int, style: IBorderStyle, color: string) =
2725
+ Interop.mkStyle "outline" (
2726
+ (unbox<string> width) + "px " +
2727
+ (unbox<string> style) + " " +
2728
+ color
2729
+ )
2730
+ /// An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
2731
+ /// The outline shorthand property sets most of the outline properties in a single declaration.
2732
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/outline
2733
+ static member inline outline (width: ICssUnit, style: IBorderStyle, color: string) =
2734
+ Interop.mkStyle "outline" (
2735
+ (unbox<string> width) + " " +
2736
+ (unbox<string> style) + " " +
2737
+ color
2738
+ )
2739
+
2270
2740
  /// Set an element's left border.
2271
2741
  static member inline borderLeft(width: int, style: IBorderStyle, color: string) =
2272
2742
  Interop.mkStyle "borderLeft" (
@@ -2657,7 +3127,25 @@ type style =
2657
3127
  unbox<string> xOffset + " " +
2658
3128
  unbox<string> yOffset + " " +
2659
3129
  unbox<string> zOffset
2660
- )
3130
+ )
3131
+
3132
+ /// Sets the color of the scrollbar track and thumb.
3133
+ /// The track refers to the background of the scrollbar, which
3134
+ /// is generally fixed regardless of the scrolling position.
3135
+ /// The thumb refers to the moving part of the scrollbar, which
3136
+ /// usually floats on top of the track.
3137
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color
3138
+ static member inline scrollbarColor (color: string) =
3139
+ Interop.mkStyle "scrollbarColor" color
3140
+
3141
+ /// Sets the color of the scrollbar track and thumb.
3142
+ /// The track refers to the background of the scrollbar, which
3143
+ /// is generally fixed regardless of the scrolling position.
3144
+ /// The thumb refers to the moving part of the scrollbar, which
3145
+ /// usually floats on top of the track.
3146
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-color
3147
+ static member inline scrollbarColor (thumbColor: string, trackColor: string) =
3148
+ Interop.mkStyle "scrollbarColor" (thumbColor + " " + trackColor)
2661
3149
 
2662
3150
  [<Erase>]
2663
3151
  module style =
@@ -2803,6 +3291,10 @@ module style =
2803
3291
  static member inline preline = Interop.mkStyle "whiteSpace" "pre-line"
2804
3292
  /// Whitespace is preserved by the browser. Text will wrap when necessary, and on line breaks
2805
3293
  static member inline prewrap = Interop.mkStyle "whiteSpace" "pre-wrap"
3294
+ /// The behavior is identical to that of pre-wrap, except that:
3295
+ /// *) Any sequence of preserved white space or other space separators always takes up space, including at the end of the line.
3296
+ /// *) A soft wrap opportunity exists after every preserved white space character and after every other space separator (including between adjacent spaces).
3297
+ static member inline breakSpaces = Interop.mkStyle "whiteSpace" "break-spaces"
2806
3298
  /// Sets this property to its default value.
2807
3299
  static member inline initial = Interop.mkStyle "whiteSpace" "initial"
2808
3300
  /// Inherits this property from its parent element.
@@ -2834,6 +3326,141 @@ module style =
2834
3326
  /// Inherits this property from its parent element.
2835
3327
  static member inline inheritFromParent = Interop.mkStyle "scrollBehavior" "inherit"
2836
3328
 
3329
+ /// Sets how strictly snap points are enforced on the scroll container in case there is one.
3330
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-type
3331
+ [<Erase>]
3332
+ type scrollSnapType =
3333
+ /// When the visual viewport of this scroll container is scrolled, it must ignore snap points.
3334
+ static member inline none = Interop.mkStyle "scrollSnapType" "none"
3335
+ /// The scroll container snaps to snap positions in its horizontal axis only.
3336
+ static member inline x = Interop.mkStyle "scrollSnapType" "x"
3337
+ /// The scroll container snaps to snap positions in its vertical axis only.
3338
+ static member inline y = Interop.mkStyle "scrollSnapType" "y"
3339
+ /// The scroll container snaps to snap positions in its block axis only.
3340
+ static member inline block = Interop.mkStyle "scrollSnapType" "block"
3341
+ /// The scroll container snaps to snap positions in its inline axis only.
3342
+ static member inline inline' = Interop.mkStyle "scrollSnapType" "inline"
3343
+ /// The scroll container snaps to snap positions in both of its axes independently
3344
+ /// (potentially snapping to different elements in each axis).
3345
+ static member inline both = Interop.mkStyle "scrollSnapType" "both"
3346
+ /// The scroll container snaps to snap positions in its horizontal axis only.
3347
+ ///
3348
+ /// The visual viewport of this scroll container must snap to a snap position if it isn't currently scrolled.
3349
+ static member inline xMandatory = Interop.mkStyle "scrollSnapType" "x mandatory"
3350
+ /// The scroll container snaps to snap positions in its horizontal axis only.
3351
+ ///
3352
+ /// The visual viewport of this scroll container may snap to a snap position if it isn't currently scrolled.
3353
+ /// The user agent decides if it snaps or not based on scroll parameters. This is the default snap strictness
3354
+ /// if any snap axis is specified.
3355
+ static member inline xProximity = Interop.mkStyle "scrollSnapType" "x proximity"
3356
+ /// The scroll container snaps to snap positions in its vertical axis only.
3357
+ ///
3358
+ /// The visual viewport of this scroll container must snap to a snap position if it isn't currently scrolled.
3359
+ static member inline yMandatory = Interop.mkStyle "scrollSnapType" "y mandatory"
3360
+ /// The scroll container snaps to snap positions in its vertical axis only.
3361
+ ///
3362
+ /// The visual viewport of this scroll container may snap to a snap position if it isn't currently scrolled.
3363
+ /// The user agent decides if it snaps or not based on scroll parameters. This is the default snap strictness
3364
+ /// if any snap axis is specified.
3365
+ static member inline yProximity = Interop.mkStyle "scrollSnapType" "y proximity"
3366
+ /// The scroll container snaps to snap positions in its block axis only.
3367
+ ///
3368
+ /// The visual viewport of this scroll container must snap to a snap position if it isn't currently scrolled.
3369
+ static member inline blockMandatory = Interop.mkStyle "scrollSnapType" "block mandatory"
3370
+ /// The scroll container snaps to snap positions in its block axis only.
3371
+ ///
3372
+ /// The visual viewport of this scroll container may snap to a snap position if it isn't currently scrolled.
3373
+ /// The user agent decides if it snaps or not based on scroll parameters. This is the default snap strictness
3374
+ /// if any snap axis is specified.
3375
+ static member inline blockProximity = Interop.mkStyle "scrollSnapType" "block proximity"
3376
+ /// The scroll container snaps to snap positions in its inline axis only.
3377
+ ///
3378
+ /// The visual viewport of this scroll container must snap to a snap position if it isn't currently scrolled.
3379
+ static member inline inlineMandatory = Interop.mkStyle "scrollSnapType" "inline mandatory"
3380
+ /// The scroll container snaps to snap positions in its inline axis only.
3381
+ ///
3382
+ /// The visual viewport of this scroll container may snap to a snap position if it isn't currently scrolled.
3383
+ /// The user agent decides if it snaps or not based on scroll parameters. This is the default snap strictness
3384
+ /// if any snap axis is specified.
3385
+ static member inline inlineProximity = Interop.mkStyle "scrollSnapType" "inline proximity"
3386
+ /// The scroll container snaps to snap positions in both of its axes independently
3387
+ /// (potentially snapping to different elements in each axis).
3388
+ ///
3389
+ /// The visual viewport of this scroll container must snap to a snap position if it isn't currently scrolled.
3390
+ static member inline bothMandatory = Interop.mkStyle "scrollSnapType" "both mandatory"
3391
+ /// The scroll container snaps to snap positions in both of its axes independently
3392
+ /// (potentially snapping to different elements in each axis).
3393
+ ///
3394
+ /// The visual viewport of this scroll container may snap to a snap position if it isn't currently scrolled.
3395
+ /// The user agent decides if it snaps or not based on scroll parameters. This is the default snap strictness
3396
+ /// if any snap axis is specified.
3397
+ static member inline bothProximity = Interop.mkStyle "scrollSnapType" "both proximity"
3398
+
3399
+ /// Specifies the box's snap position as an alignment of its snap area (as the alignment subject)
3400
+ /// within its snap container's snap port (as the alignment container).
3401
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/scroll-snap-align
3402
+ [<Erase>]
3403
+ type scrollSnapAlign =
3404
+ /// This box does not define a snap position in the specified axis.
3405
+ static member inline none = Interop.mkStyle "scrollSnapAlign" "none"
3406
+ /// Start alignment of this box’s scroll snap area within the scroll
3407
+ /// container’s snapport is a snap position in the specified axis.
3408
+ static member inline start = Interop.mkStyle "scrollSnapAlign" "start"
3409
+ /// Center alignment of this box’s scroll snap area within the scroll
3410
+ /// container’s snapport is a snap position in the specified axis.
3411
+ static member inline center = Interop.mkStyle "scrollSnapAlign" "center"
3412
+ /// End alignment of this box’s scroll snap area within the scroll
3413
+ /// container’s snapport is a snap position in the specified axis.
3414
+ static member inline end' = Interop.mkStyle "scrollSnapAlign" "end"
3415
+ static member inline noneStart = Interop.mkStyle "scrollSnapAlign" "none start"
3416
+ static member inline noneCenter = Interop.mkStyle "scrollSnapAlign" "none center"
3417
+ static member inline noneEnd = Interop.mkStyle "scrollSnapAlign" "none end"
3418
+ static member inline startNone = Interop.mkStyle "scrollSnapAlign" "start none"
3419
+ static member inline startCenter = Interop.mkStyle "scrollSnapAlign" "start center"
3420
+ static member inline startEnd = Interop.mkStyle "scrollSnapAlign" "start end"
3421
+ static member inline centerNone = Interop.mkStyle "scrollSnapAlign" "center none"
3422
+ static member inline centerStart = Interop.mkStyle "scrollSnapAlign" "center start"
3423
+ static member inline centerEnd = Interop.mkStyle "scrollSnapAlign" "center end"
3424
+ static member inline endNone = Interop.mkStyle "scrollSnapAlign" "end none"
3425
+ static member inline endStart = Interop.mkStyle "scrollSnapAlign" "end start"
3426
+ static member inline endCenter = Interop.mkStyle "scrollSnapAlign" "end center"
3427
+
3428
+
3429
+
3430
+ /// Sets the maximum thickness of an element's scrollbars when they are shown.
3431
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-width
3432
+ [<Erase>]
3433
+ type scrollbarWidth =
3434
+ /// The default scrollbar width for the platform.
3435
+ static member inline auto = Interop.mkStyle "scrollbarWidth" "auto"
3436
+ /// A thin scrollbar width variant on platforms that provide that option,
3437
+ /// or a thinner scrollbar than the default platform scrollbar width.
3438
+ static member inline thin = Interop.mkStyle "scrollbarWidth" "thin"
3439
+ /// No scrollbar shown, however the element will still be scrollable.
3440
+ static member inline none = Interop.mkStyle "scrollbarWidth" "none"
3441
+
3442
+ /// Reserves space for the scrollbar, preventing unwanted layout changes as
3443
+ /// the content grows while also avoiding unnecessary visuals when scrolling
3444
+ /// isn't needed.
3445
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter
3446
+ [<Erase>]
3447
+ type scrollbarGutter =
3448
+ /// The initial value. Classic scrollbars create a gutter when overflow
3449
+ /// is scroll, or when overflow is auto and the box is overflowing.
3450
+ /// Overlay scrollbars do not consume space.
3451
+ static member inline auto = Interop.mkStyle "scrollbarGutter" "auto"
3452
+ /// When using classic scrollbars, the gutter will be present if overflow
3453
+ /// is auto, scroll, or hidden even if the box is not overflowing.
3454
+ /// When using overlay scrollbars, the gutter will not be present.
3455
+ static member inline stable = Interop.mkStyle "scrollbarGutter" "stable"
3456
+ /// When using classic scrollbars, the gutter will be present if overflow
3457
+ /// is auto, scroll, or hidden even if the box is not overflowing.
3458
+ /// When using overlay scrollbars, the gutter will not be present.
3459
+ ///
3460
+ /// If a gutter would be present on one of the inline start/end edges
3461
+ /// of the box, another will be present on the opposite edge as well.
3462
+ static member inline stableBothEdges = Interop.mkStyle "scrollbarGutter" "stable both-edges"
3463
+
2837
3464
  [<Erase>]
2838
3465
  type overflow =
2839
3466
  /// The content is not clipped, and it may be rendered outside the left and right edges. This is default.
@@ -5738,3 +6365,14 @@ module style =
5738
6365
  /// style.gridAutoRows.maxContent
5739
6366
  /// ```
5740
6367
  static member inline maxContent = Interop.mkStyle "gridAutoRows" "max-content"
6368
+
6369
+ /// Sets the height of a line box. It's commonly used to set the distance between lines of text.
6370
+ /// On block-level elements, it specifies the minimum height of line boxes within the element.
6371
+ /// On non-replaced inline elements, it specifies the height that is used to calculate line box height.
6372
+ /// https://developer.mozilla.org/en-US/docs/Web/CSS/line-height
6373
+ [<Erase>]
6374
+ type lineHeight =
6375
+ /// Depends on the user agent. Desktop browsers (including Firefox)
6376
+ /// use a default value of roughly 1.2, depending on the element's font-family.
6377
+ static member inline normal = Interop.mkStyle "lineHeight" "normal"
6378
+