@ionic/docs 8.4.4-dev.11739312641.10060091 → 8.4.4-dev.11739906326.1989484f

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 +99 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-02-11T22:25:49",
2
+ "timestamp": "2025-02-18T19:20:37",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -22104,6 +22104,18 @@
22104
22104
  {
22105
22105
  "name": "part",
22106
22106
  "text": "mark - The checkmark or dot used to indicate the checked state."
22107
+ },
22108
+ {
22109
+ "name": "part",
22110
+ "text": "supporting-text - Supporting text displayed beneath the radio label."
22111
+ },
22112
+ {
22113
+ "name": "part",
22114
+ "text": "helper-text - Supporting text displayed beneath the radio label when the radio is valid."
22115
+ },
22116
+ {
22117
+ "name": "part",
22118
+ "text": "error-text - Supporting text displayed beneath the radio label when the radio is invalid and touched."
22107
22119
  }
22108
22120
  ],
22109
22121
  "usage": {},
@@ -22225,6 +22237,54 @@
22225
22237
  "optional": false,
22226
22238
  "required": false
22227
22239
  },
22240
+ {
22241
+ "name": "errorText",
22242
+ "type": "string | undefined",
22243
+ "complexType": {
22244
+ "original": "string",
22245
+ "resolved": "string | undefined",
22246
+ "references": {}
22247
+ },
22248
+ "mutable": false,
22249
+ "attr": "error-text",
22250
+ "reflectToAttr": false,
22251
+ "docs": "Text that is placed under the radio label and displayed when an error is detected.",
22252
+ "docsTags": [],
22253
+ "values": [
22254
+ {
22255
+ "type": "string"
22256
+ },
22257
+ {
22258
+ "type": "undefined"
22259
+ }
22260
+ ],
22261
+ "optional": true,
22262
+ "required": false
22263
+ },
22264
+ {
22265
+ "name": "helperText",
22266
+ "type": "string | undefined",
22267
+ "complexType": {
22268
+ "original": "string",
22269
+ "resolved": "string | undefined",
22270
+ "references": {}
22271
+ },
22272
+ "mutable": false,
22273
+ "attr": "helper-text",
22274
+ "reflectToAttr": false,
22275
+ "docs": "Text that is placed under the radio label and displayed when no error is detected.",
22276
+ "docsTags": [],
22277
+ "values": [
22278
+ {
22279
+ "type": "string"
22280
+ },
22281
+ {
22282
+ "type": "undefined"
22283
+ }
22284
+ ],
22285
+ "optional": true,
22286
+ "required": false
22287
+ },
22228
22288
  {
22229
22289
  "name": "justify",
22230
22290
  "type": "\"end\" | \"space-between\" | \"start\" | undefined",
@@ -22451,6 +22511,14 @@
22451
22511
  "name": "container",
22452
22512
  "docs": "The container for the radio mark."
22453
22513
  },
22514
+ {
22515
+ "name": "error-text",
22516
+ "docs": "Supporting text displayed beneath the radio label when the radio is invalid and touched."
22517
+ },
22518
+ {
22519
+ "name": "helper-text",
22520
+ "docs": "Supporting text displayed beneath the radio label when the radio is valid."
22521
+ },
22454
22522
  {
22455
22523
  "name": "label",
22456
22524
  "docs": "The label text describing the radio."
@@ -22458,6 +22526,10 @@
22458
22526
  {
22459
22527
  "name": "mark",
22460
22528
  "docs": "The checkmark or dot used to indicate the checked state."
22529
+ },
22530
+ {
22531
+ "name": "supporting-text",
22532
+ "docs": "Supporting text displayed beneath the radio label."
22461
22533
  }
22462
22534
  ],
22463
22535
  "dependents": [
@@ -32945,6 +33017,18 @@
32945
33017
  {
32946
33018
  "name": "slot",
32947
33019
  "text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
33020
+ },
33021
+ {
33022
+ "name": "part",
33023
+ "text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
33024
+ },
33025
+ {
33026
+ "name": "part",
33027
+ "text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
33028
+ },
33029
+ {
33030
+ "name": "part",
33031
+ "text": "content - The container for the default slot, wrapping content provided without a named slot."
32948
33032
  }
32949
33033
  ],
32950
33034
  "usage": {},
@@ -33202,7 +33286,20 @@
33202
33286
  "docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
33203
33287
  }
33204
33288
  ],
33205
- "parts": [],
33289
+ "parts": [
33290
+ {
33291
+ "name": "background",
33292
+ "docs": "The background of the toolbar, covering the entire area behind the toolbar content."
33293
+ },
33294
+ {
33295
+ "name": "container",
33296
+ "docs": "The container that wraps all toolbar content, including the default slot and named slot content."
33297
+ },
33298
+ {
33299
+ "name": "content",
33300
+ "docs": "The container for the default slot, wrapping content provided without a named slot."
33301
+ }
33302
+ ],
33206
33303
  "dependents": [
33207
33304
  "ion-select-modal"
33208
33305
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11739312641.10060091",
3
+ "version": "8.4.4-dev.11739906326.1989484f",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",