@ionic/docs 8.7.12-dev.11764773727.110f4197 → 8.7.12-dev.11764783037.19423064
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 +16 -3
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-12-
|
|
2
|
+
"timestamp": "2025-12-03T17:33:00",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.0",
|
|
@@ -30492,7 +30492,7 @@
|
|
|
30492
30492
|
},
|
|
30493
30493
|
{
|
|
30494
30494
|
"filePath": "src/components/radio-group/radio-group.tsx",
|
|
30495
|
-
"encapsulation": "
|
|
30495
|
+
"encapsulation": "shadow",
|
|
30496
30496
|
"tag": "ion-radio-group",
|
|
30497
30497
|
"docs": "",
|
|
30498
30498
|
"docsTags": [
|
|
@@ -30758,7 +30758,20 @@
|
|
|
30758
30758
|
],
|
|
30759
30759
|
"styles": [],
|
|
30760
30760
|
"slots": [],
|
|
30761
|
-
"parts": [
|
|
30761
|
+
"parts": [
|
|
30762
|
+
{
|
|
30763
|
+
"name": "error-text",
|
|
30764
|
+
"docs": ""
|
|
30765
|
+
},
|
|
30766
|
+
{
|
|
30767
|
+
"name": "helper-text",
|
|
30768
|
+
"docs": ""
|
|
30769
|
+
},
|
|
30770
|
+
{
|
|
30771
|
+
"name": "top",
|
|
30772
|
+
"docs": ""
|
|
30773
|
+
}
|
|
30774
|
+
],
|
|
30762
30775
|
"dependents": [
|
|
30763
30776
|
"ion-select-modal",
|
|
30764
30777
|
"ion-select-popover"
|
package/package.json
CHANGED