@ionic/docs 8.8.4-dev.11777335998.1378bc9b → 8.8.4-dev.11777469761.14ede42f
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 +13 -5
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-04-
|
|
2
|
+
"timestamp": "2026-04-29T13:38:33",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.0",
|
|
@@ -38973,7 +38973,8 @@
|
|
|
38973
38973
|
"ion-action-sheet",
|
|
38974
38974
|
"ion-alert",
|
|
38975
38975
|
"ion-select-modal",
|
|
38976
|
-
"ion-modal"
|
|
38976
|
+
"ion-modal",
|
|
38977
|
+
"ion-icon"
|
|
38977
38978
|
],
|
|
38978
38979
|
"dependencyGraph": {
|
|
38979
38980
|
"ion-select": [
|
|
@@ -38982,7 +38983,8 @@
|
|
|
38982
38983
|
"ion-action-sheet",
|
|
38983
38984
|
"ion-alert",
|
|
38984
38985
|
"ion-select-modal",
|
|
38985
|
-
"ion-modal"
|
|
38986
|
+
"ion-modal",
|
|
38987
|
+
"ion-icon"
|
|
38986
38988
|
],
|
|
38987
38989
|
"ion-select-popover": [
|
|
38988
38990
|
"ion-item",
|
|
@@ -45675,8 +45677,14 @@
|
|
|
45675
45677
|
],
|
|
45676
45678
|
"states": [],
|
|
45677
45679
|
"dependents": [],
|
|
45678
|
-
"dependencies": [
|
|
45679
|
-
|
|
45680
|
+
"dependencies": [
|
|
45681
|
+
"ion-icon"
|
|
45682
|
+
],
|
|
45683
|
+
"dependencyGraph": {
|
|
45684
|
+
"ion-toggle": [
|
|
45685
|
+
"ion-icon"
|
|
45686
|
+
]
|
|
45687
|
+
}
|
|
45680
45688
|
},
|
|
45681
45689
|
{
|
|
45682
45690
|
"filePath": "src/components/toolbar/toolbar.tsx",
|