@ionic/docs 8.7.4-dev.11757059097.1bf52e75 → 8.7.4-dev.11757083062.19f546ed

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 +5 -5
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-09-05T08:00:31",
2
+ "timestamp": "2025-09-05T14:40:02",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.36.2",
@@ -7169,7 +7169,7 @@
7169
7169
  },
7170
7170
  {
7171
7171
  "filePath": "src/components/card-content/card-content.tsx",
7172
- "encapsulation": "shadow",
7172
+ "encapsulation": "none",
7173
7173
  "tag": "ion-card-content",
7174
7174
  "docs": "",
7175
7175
  "docsTags": [
@@ -14780,7 +14780,7 @@
14780
14780
  },
14781
14781
  {
14782
14782
  "filePath": "src/components/input/input.tsx",
14783
- "encapsulation": "shadow",
14783
+ "encapsulation": "scoped",
14784
14784
  "tag": "ion-input",
14785
14785
  "docs": "",
14786
14786
  "docsTags": [
@@ -16713,7 +16713,7 @@
16713
16713
  },
16714
16714
  {
16715
16715
  "filePath": "src/components/input-otp/input-otp.tsx",
16716
- "encapsulation": "shadow",
16716
+ "encapsulation": "scoped",
16717
16717
  "tag": "ion-input-otp",
16718
16718
  "docs": "",
16719
16719
  "docsTags": [],
@@ -40383,7 +40383,7 @@
40383
40383
  },
40384
40384
  {
40385
40385
  "filePath": "src/components/textarea/textarea.tsx",
40386
- "encapsulation": "shadow",
40386
+ "encapsulation": "scoped",
40387
40387
  "tag": "ion-textarea",
40388
40388
  "docs": "",
40389
40389
  "docsTags": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.7.4-dev.11757059097.1bf52e75",
3
+ "version": "8.7.4-dev.11757083062.19f546ed",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",