@@ -963,7 +963,7 @@ img :: forall attrs attrs_. Union attrs attrs_ (SharedProps Props_img) => { | a
963
963
#### ` Props_input `
964
964
965
965
``` purescript
966
- type Props_input = (accept :: String, alt :: String, autoCapitalize :: String, autoCorrect :: String, autoSave :: String, checked :: Boolean, defaultChecked :: String, defaultValue :: String, disabled :: Boolean, form :: String, height :: String, list :: String, max :: String , min :: String , multiple :: Boolean, name :: String, onChange :: EventHandler, pattern :: String, placeholder :: String, required :: Boolean, results :: String, size :: Number, src :: String, step :: String, title :: String, "type" :: String, value :: String, width :: String)
966
+ type Props_input = (accept :: String, alt :: String, autoCapitalize :: String, autoCorrect :: String, autoSave :: String, checked :: Boolean, defaultChecked :: String, defaultValue :: String, disabled :: Boolean, form :: String, height :: String, list :: String, max :: Number , min :: Number , multiple :: Boolean, name :: String, onChange :: EventHandler, pattern :: String, placeholder :: String, required :: Boolean, results :: String, size :: Number, src :: String, step :: String, title :: String, "type" :: String, value :: String, width :: String)
967
967
```
968
968
969
969
#### ` input `
@@ -1215,7 +1215,7 @@ meta :: forall attrs attrs_. Union attrs attrs_ (SharedProps Props_meta) => { |
1215
1215
#### ` Props_meter `
1216
1216
1217
1217
``` purescript
1218
- type Props_meter = (children :: Array JSX, high :: String, low :: String, max :: String , min :: String , optimum :: String, value :: String)
1218
+ type Props_meter = (children :: Array JSX, high :: String, low :: String, max :: Number , min :: Number , optimum :: String, value :: String)
1219
1219
```
1220
1220
1221
1221
#### ` meter `
@@ -1425,7 +1425,7 @@ pre_ :: Array JSX -> JSX
1425
1425
#### ` Props_progress `
1426
1426
1427
1427
``` purescript
1428
- type Props_progress = (children :: Array JSX, max :: String , value :: String)
1428
+ type Props_progress = (children :: Array JSX, max :: Number , value :: String)
1429
1429
```
1430
1430
1431
1431
#### ` progress `
@@ -2079,7 +2079,7 @@ var_ :: Array JSX -> JSX
2079
2079
#### ` Props_video `
2080
2080
2081
2081
``` purescript
2082
- type Props_video = (children :: Array JSX, controls :: Boolean, height :: String, loop :: Boolean, muted :: Boolean, poster :: String, preload :: String, src :: String, width :: String)
2082
+ type Props_video = (children :: Array JSX, controls :: Boolean, height :: String, loop :: Boolean, muted :: Boolean, playsInline :: Boolean, poster :: String, preload :: String, src :: String, width :: String)
2083
2083
```
2084
2084
2085
2085
#### ` video `
0 commit comments