@ionic/docs 8.8.20-dev.11788449221.155f9f1e → 8.8.20-dev.11789504012.1a675914
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/core.json +23 -10
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-09-
|
|
2
|
+
"timestamp": "2026-09-15T20:29:12",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -7807,7 +7807,11 @@
|
|
|
7807
7807
|
},
|
|
7808
7808
|
{
|
|
7809
7809
|
"name": "part",
|
|
7810
|
-
"text": "
|
|
7810
|
+
"text": "icon - The icon that displays the checkmark."
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"name": "part",
|
|
7814
|
+
"text": "mark - The checkmark used to indicate the checked state. Only applies when no icon is set in the config."
|
|
7811
7815
|
},
|
|
7812
7816
|
{
|
|
7813
7817
|
"name": "part",
|
|
@@ -8530,12 +8534,6 @@
|
|
|
8530
8534
|
"docs": "Color of the checkbox checkmark when checked",
|
|
8531
8535
|
"mode": "md"
|
|
8532
8536
|
},
|
|
8533
|
-
{
|
|
8534
|
-
"name": "--checkmark-height",
|
|
8535
|
-
"annotation": "prop",
|
|
8536
|
-
"docs": "Stroke height of the checkbox checkmark",
|
|
8537
|
-
"mode": "ionic"
|
|
8538
|
-
},
|
|
8539
8537
|
{
|
|
8540
8538
|
"name": "--checkmark-width",
|
|
8541
8539
|
"annotation": "prop",
|
|
@@ -8628,13 +8626,17 @@
|
|
|
8628
8626
|
"name": "helper-text",
|
|
8629
8627
|
"docs": "Supporting text displayed beneath the checkbox label when the checkbox is valid."
|
|
8630
8628
|
},
|
|
8629
|
+
{
|
|
8630
|
+
"name": "icon",
|
|
8631
|
+
"docs": "The icon that displays the checkmark."
|
|
8632
|
+
},
|
|
8631
8633
|
{
|
|
8632
8634
|
"name": "label",
|
|
8633
8635
|
"docs": "The label text describing the checkbox."
|
|
8634
8636
|
},
|
|
8635
8637
|
{
|
|
8636
8638
|
"name": "mark",
|
|
8637
|
-
"docs": "The checkmark used to indicate the checked state."
|
|
8639
|
+
"docs": "The checkmark used to indicate the checked state. Only applies when no icon is set in the config."
|
|
8638
8640
|
},
|
|
8639
8641
|
{
|
|
8640
8642
|
"name": "supporting-text",
|
|
@@ -8646,8 +8648,13 @@
|
|
|
8646
8648
|
"ion-select-modal",
|
|
8647
8649
|
"ion-select-popover"
|
|
8648
8650
|
],
|
|
8649
|
-
"dependencies": [
|
|
8651
|
+
"dependencies": [
|
|
8652
|
+
"ion-icon"
|
|
8653
|
+
],
|
|
8650
8654
|
"dependencyGraph": {
|
|
8655
|
+
"ion-checkbox": [
|
|
8656
|
+
"ion-icon"
|
|
8657
|
+
],
|
|
8651
8658
|
"ion-select-modal": [
|
|
8652
8659
|
"ion-checkbox"
|
|
8653
8660
|
],
|
|
@@ -39580,6 +39587,9 @@
|
|
|
39580
39587
|
"ion-icon",
|
|
39581
39588
|
"ion-ripple-effect"
|
|
39582
39589
|
],
|
|
39590
|
+
"ion-checkbox": [
|
|
39591
|
+
"ion-icon"
|
|
39592
|
+
],
|
|
39583
39593
|
"ion-popover": [
|
|
39584
39594
|
"ion-backdrop"
|
|
39585
39595
|
],
|
|
@@ -39811,6 +39821,9 @@
|
|
|
39811
39821
|
"ion-icon",
|
|
39812
39822
|
"ion-ripple-effect"
|
|
39813
39823
|
],
|
|
39824
|
+
"ion-checkbox": [
|
|
39825
|
+
"ion-icon"
|
|
39826
|
+
],
|
|
39814
39827
|
"ion-button": [
|
|
39815
39828
|
"ion-ripple-effect"
|
|
39816
39829
|
],
|
package/package.json
CHANGED