@ionic/docs 8.7.12-dev.11764783037.19423064 → 8.7.12-dev.11764844107.1b9ced55
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 +3 -16
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-12-
|
|
2
|
+
"timestamp": "2025-12-04T10:30:32",
|
|
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": "none",
|
|
30496
30496
|
"tag": "ion-radio-group",
|
|
30497
30497
|
"docs": "",
|
|
30498
30498
|
"docsTags": [
|
|
@@ -30758,20 +30758,7 @@
|
|
|
30758
30758
|
],
|
|
30759
30759
|
"styles": [],
|
|
30760
30760
|
"slots": [],
|
|
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
|
-
],
|
|
30761
|
+
"parts": [],
|
|
30775
30762
|
"dependents": [
|
|
30776
30763
|
"ion-select-modal",
|
|
30777
30764
|
"ion-select-popover"
|
package/package.json
CHANGED