@ionic/docs 8.4.4-dev.11741206641.18dd4e91 → 8.4.4-dev.11741222721.14322935

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 +1 -73
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-03-05T20:32:32",
2
+ "timestamp": "2025-03-06T01:00:41",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -5742,18 +5742,6 @@
5742
5742
  {
5743
5743
  "name": "part",
5744
5744
  "text": "mark - The checkmark used to indicate the checked state."
5745
- },
5746
- {
5747
- "name": "part",
5748
- "text": "supporting-text - Supporting text displayed beneath the checkbox label."
5749
- },
5750
- {
5751
- "name": "part",
5752
- "text": "helper-text - Supporting text displayed beneath the checkbox label when the checkbox is valid."
5753
- },
5754
- {
5755
- "name": "part",
5756
- "text": "error-text - Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
5757
5745
  }
5758
5746
  ],
5759
5747
  "usage": {},
@@ -5897,54 +5885,6 @@
5897
5885
  "optional": false,
5898
5886
  "required": false
5899
5887
  },
5900
- {
5901
- "name": "errorText",
5902
- "type": "string | undefined",
5903
- "complexType": {
5904
- "original": "string",
5905
- "resolved": "string | undefined",
5906
- "references": {}
5907
- },
5908
- "mutable": false,
5909
- "attr": "error-text",
5910
- "reflectToAttr": false,
5911
- "docs": "Text that is placed under the checkbox label and displayed when an error is detected.",
5912
- "docsTags": [],
5913
- "values": [
5914
- {
5915
- "type": "string"
5916
- },
5917
- {
5918
- "type": "undefined"
5919
- }
5920
- ],
5921
- "optional": true,
5922
- "required": false
5923
- },
5924
- {
5925
- "name": "helperText",
5926
- "type": "string | undefined",
5927
- "complexType": {
5928
- "original": "string",
5929
- "resolved": "string | undefined",
5930
- "references": {}
5931
- },
5932
- "mutable": false,
5933
- "attr": "helper-text",
5934
- "reflectToAttr": false,
5935
- "docs": "Text that is placed under the checkbox label and displayed when no error is detected.",
5936
- "docsTags": [],
5937
- "values": [
5938
- {
5939
- "type": "string"
5940
- },
5941
- {
5942
- "type": "undefined"
5943
- }
5944
- ],
5945
- "optional": true,
5946
- "required": false
5947
- },
5948
5888
  {
5949
5889
  "name": "indeterminate",
5950
5890
  "type": "boolean",
@@ -6320,14 +6260,6 @@
6320
6260
  "name": "container",
6321
6261
  "docs": "The container for the checkbox mark."
6322
6262
  },
6323
- {
6324
- "name": "error-text",
6325
- "docs": "Supporting text displayed beneath the checkbox label when the checkbox is invalid and touched."
6326
- },
6327
- {
6328
- "name": "helper-text",
6329
- "docs": "Supporting text displayed beneath the checkbox label when the checkbox is valid."
6330
- },
6331
6263
  {
6332
6264
  "name": "label",
6333
6265
  "docs": "The label text describing the checkbox."
@@ -6335,10 +6267,6 @@
6335
6267
  {
6336
6268
  "name": "mark",
6337
6269
  "docs": "The checkmark used to indicate the checked state."
6338
- },
6339
- {
6340
- "name": "supporting-text",
6341
- "docs": "Supporting text displayed beneath the checkbox label."
6342
6270
  }
6343
6271
  ],
6344
6272
  "dependents": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.4-dev.11741206641.18dd4e91",
3
+ "version": "8.4.4-dev.11741222721.14322935",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",