@ionic/docs 8.8.19-dev.11786730389.1a1927bf → 8.8.19-dev.11786832241.150538c7

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 +22 -6
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2026-08-14T18:01:38",
2
+ "timestamp": "2026-08-15T22:19:18",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.43.5",
@@ -30384,7 +30384,15 @@
30384
30384
  },
30385
30385
  {
30386
30386
  "name": "part",
30387
- "text": "inner - The inner element of the wrapper that manages the slots, selected values or placeholder, and toggle icons."
30387
+ "text": "start - The wrapper element for the content in the start slot."
30388
+ },
30389
+ {
30390
+ "name": "part",
30391
+ "text": "control - The wrapper element containing the label and native select control. When the label is not floating or stacked, this part also contains the dropdown icon."
30392
+ },
30393
+ {
30394
+ "name": "part",
30395
+ "text": "end - The wrapper element for the content in the end slot. When the label is floating or stacked, this part also contains the dropdown icon."
30388
30396
  }
30389
30397
  ],
30390
30398
  "usage": {},
@@ -31559,6 +31567,14 @@
31559
31567
  "name": "container",
31560
31568
  "docs": "The container for the selected text or placeholder."
31561
31569
  },
31570
+ {
31571
+ "name": "control",
31572
+ "docs": "The wrapper element containing the label and native select control. When the label is not floating or stacked, this part also contains the dropdown icon."
31573
+ },
31574
+ {
31575
+ "name": "end",
31576
+ "docs": "The wrapper element for the content in the end slot. When the label is floating or stacked, this part also contains the dropdown icon."
31577
+ },
31562
31578
  {
31563
31579
  "name": "error-text",
31564
31580
  "docs": "Supporting text displayed beneath the select when the select is invalid and touched."
@@ -31571,10 +31587,6 @@
31571
31587
  "name": "icon",
31572
31588
  "docs": "The select icon container."
31573
31589
  },
31574
- {
31575
- "name": "inner",
31576
- "docs": "The inner element of the wrapper that manages the slots, selected values or placeholder, and toggle icons."
31577
- },
31578
31590
  {
31579
31591
  "name": "label",
31580
31592
  "docs": "The label text describing the select."
@@ -31583,6 +31595,10 @@
31583
31595
  "name": "placeholder",
31584
31596
  "docs": "The text displayed in the select when there is no value."
31585
31597
  },
31598
+ {
31599
+ "name": "start",
31600
+ "docs": "The wrapper element for the content in the start slot."
31601
+ },
31586
31602
  {
31587
31603
  "name": "supporting-text",
31588
31604
  "docs": "Supporting text displayed beneath the select."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.8.19-dev.11786730389.1a1927bf",
3
+ "version": "8.8.19-dev.11786832241.150538c7",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",