@warp-ds/elements 2.8.2-next.5 → 2.8.2-next.6
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.
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@warp-ds/elements",
|
|
4
|
-
"version": "2.8.2-next.
|
|
4
|
+
"version": "2.8.2-next.5",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -593,12 +593,12 @@
|
|
|
593
593
|
{
|
|
594
594
|
"name": "label",
|
|
595
595
|
"description": "Label above input",
|
|
596
|
-
"value": { "type": "string | undefined" }
|
|
596
|
+
"value": { "type": "string | undefined", "default": "''" }
|
|
597
597
|
},
|
|
598
598
|
{
|
|
599
599
|
"name": "placeholder",
|
|
600
600
|
"description": "Input placeholder",
|
|
601
|
-
"value": { "type": "string | undefined" }
|
|
601
|
+
"value": { "type": "string | undefined", "default": "''" }
|
|
602
602
|
},
|
|
603
603
|
{
|
|
604
604
|
"name": "value",
|
|
@@ -633,7 +633,7 @@
|
|
|
633
633
|
{
|
|
634
634
|
"name": "help-text",
|
|
635
635
|
"description": "The content to display as the help text",
|
|
636
|
-
"value": { "type": "string | undefined" }
|
|
636
|
+
"value": { "type": "string | undefined", "default": "''" }
|
|
637
637
|
},
|
|
638
638
|
{
|
|
639
639
|
"name": "disabled",
|
|
@@ -653,12 +653,12 @@
|
|
|
653
653
|
{
|
|
654
654
|
"name": "name",
|
|
655
655
|
"description": "Name attribute for form submission",
|
|
656
|
-
"value": { "type": "string | undefined" }
|
|
656
|
+
"value": { "type": "string | undefined", "default": "''" }
|
|
657
657
|
},
|
|
658
658
|
{
|
|
659
659
|
"name": "autocomplete",
|
|
660
660
|
"description": "Autocomplete attribute for the input field",
|
|
661
|
-
"value": { "type": "string | undefined" }
|
|
661
|
+
"value": { "type": "string | undefined", "default": "'off'" }
|
|
662
662
|
}
|
|
663
663
|
],
|
|
664
664
|
"events": [],
|