@ionic/docs 8.4.4-dev.11741630999.189d7fc2 → 8.4.4-dev.11741632207.1cb10db6

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 (2) hide show
  1. package/core.json +49 -77
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-10T18:25:12",
2
+ "timestamp": "2025-03-10T18:45:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -1921,10 +1921,6 @@
1921
1921
  "Promise": {
1922
1922
  "location": "global",
1923
1923
  "id": "global::Promise"
1924
- },
1925
- "HTMLButtonElement": {
1926
- "location": "global",
1927
- "id": "global::HTMLButtonElement"
1928
1924
  }
1929
1925
  },
1930
1926
  "return": "Promise<void>"
@@ -22588,6 +22584,54 @@
22588
22584
  "optional": true,
22589
22585
  "required": false
22590
22586
  },
22587
+ {
22588
+ "name": "errorText",
22589
+ "type": "string | undefined",
22590
+ "complexType": {
22591
+ "original": "string",
22592
+ "resolved": "string | undefined",
22593
+ "references": {}
22594
+ },
22595
+ "mutable": false,
22596
+ "attr": "error-text",
22597
+ "reflectToAttr": false,
22598
+ "docs": "The error text to display at the top of the radio group.",
22599
+ "docsTags": [],
22600
+ "values": [
22601
+ {
22602
+ "type": "string"
22603
+ },
22604
+ {
22605
+ "type": "undefined"
22606
+ }
22607
+ ],
22608
+ "optional": true,
22609
+ "required": false
22610
+ },
22611
+ {
22612
+ "name": "helperText",
22613
+ "type": "string | undefined",
22614
+ "complexType": {
22615
+ "original": "string",
22616
+ "resolved": "string | undefined",
22617
+ "references": {}
22618
+ },
22619
+ "mutable": false,
22620
+ "attr": "helper-text",
22621
+ "reflectToAttr": false,
22622
+ "docs": "The helper text to display at the top of the radio group.",
22623
+ "docsTags": [],
22624
+ "values": [
22625
+ {
22626
+ "type": "string"
22627
+ },
22628
+ {
22629
+ "type": "undefined"
22630
+ }
22631
+ ],
22632
+ "optional": true,
22633
+ "required": false
22634
+ },
22591
22635
  {
22592
22636
  "name": "name",
22593
22637
  "type": "string",
@@ -32450,18 +32494,6 @@
32450
32494
  {
32451
32495
  "name": "part",
32452
32496
  "text": "label - The label text describing the toggle."
32453
- },
32454
- {
32455
- "name": "part",
32456
- "text": "supporting-text - Supporting text displayed beneath the toggle label."
32457
- },
32458
- {
32459
- "name": "part",
32460
- "text": "helper-text - Supporting text displayed beneath the toggle label when the toggle is valid."
32461
- },
32462
- {
32463
- "name": "part",
32464
- "text": "error-text - Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
32465
32497
  }
32466
32498
  ],
32467
32499
  "usage": {},
@@ -32630,54 +32662,6 @@
32630
32662
  "optional": false,
32631
32663
  "required": false
32632
32664
  },
32633
- {
32634
- "name": "errorText",
32635
- "type": "string | undefined",
32636
- "complexType": {
32637
- "original": "string",
32638
- "resolved": "string | undefined",
32639
- "references": {}
32640
- },
32641
- "mutable": false,
32642
- "attr": "error-text",
32643
- "reflectToAttr": false,
32644
- "docs": "Text that is placed under the toggle label and displayed when an error is detected.",
32645
- "docsTags": [],
32646
- "values": [
32647
- {
32648
- "type": "string"
32649
- },
32650
- {
32651
- "type": "undefined"
32652
- }
32653
- ],
32654
- "optional": true,
32655
- "required": false
32656
- },
32657
- {
32658
- "name": "helperText",
32659
- "type": "string | undefined",
32660
- "complexType": {
32661
- "original": "string",
32662
- "resolved": "string | undefined",
32663
- "references": {}
32664
- },
32665
- "mutable": false,
32666
- "attr": "helper-text",
32667
- "reflectToAttr": false,
32668
- "docs": "Text that is placed under the toggle label and displayed when no error is detected.",
32669
- "docsTags": [],
32670
- "values": [
32671
- {
32672
- "type": "string"
32673
- },
32674
- {
32675
- "type": "undefined"
32676
- }
32677
- ],
32678
- "optional": true,
32679
- "required": false
32680
- },
32681
32665
  {
32682
32666
  "name": "justify",
32683
32667
  "type": "\"end\" | \"space-between\" | \"start\" | undefined",
@@ -33045,26 +33029,14 @@
33045
33029
  }
33046
33030
  ],
33047
33031
  "parts": [
33048
- {
33049
- "name": "error-text",
33050
- "docs": "Supporting text displayed beneath the toggle label when the toggle is invalid and touched."
33051
- },
33052
33032
  {
33053
33033
  "name": "handle",
33054
33034
  "docs": "The toggle handle, or knob, used to change the checked state."
33055
33035
  },
33056
- {
33057
- "name": "helper-text",
33058
- "docs": "Supporting text displayed beneath the toggle label when the toggle is valid."
33059
- },
33060
33036
  {
33061
33037
  "name": "label",
33062
33038
  "docs": "The label text describing the toggle."
33063
33039
  },
33064
- {
33065
- "name": "supporting-text",
33066
- "docs": "Supporting text displayed beneath the toggle label."
33067
- },
33068
33040
  {
33069
33041
  "name": "track",
33070
33042
  "docs": "The background track of the toggle."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11741630999.189d7fc2",
3
+ "version": "8.4.4-dev.11741632207.1cb10db6",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",