@ionic/docs 8.4.3 → 8.4.4-dev.11738233295.1e8971df

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 +49 -2
  2. package/package.json +1 -1
package/core.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-01-29T18:52:33",
2
+ "timestamp": "2025-01-30T10:36:44",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.20.0",
@@ -32659,6 +32659,28 @@
32659
32659
  "optional": false,
32660
32660
  "required": false
32661
32661
  },
32662
+ {
32663
+ "name": "required",
32664
+ "type": "boolean",
32665
+ "complexType": {
32666
+ "original": "boolean",
32667
+ "resolved": "boolean",
32668
+ "references": {}
32669
+ },
32670
+ "mutable": false,
32671
+ "attr": "required",
32672
+ "reflectToAttr": false,
32673
+ "docs": "If true, screen readers will announce it as a required field. This property\nworks only for accessibility purposes, it will not prevent the form from\nsubmitting if the value is invalid.",
32674
+ "docsTags": [],
32675
+ "default": "false",
32676
+ "values": [
32677
+ {
32678
+ "type": "boolean"
32679
+ }
32680
+ ],
32681
+ "optional": false,
32682
+ "required": false
32683
+ },
32662
32684
  {
32663
32685
  "name": "value",
32664
32686
  "type": "null | string | undefined",
@@ -32945,6 +32967,18 @@
32945
32967
  {
32946
32968
  "name": "slot",
32947
32969
  "text": "end - Content is placed to the right of the toolbar text in LTR, and to the left in RTL."
32970
+ },
32971
+ {
32972
+ "name": "part",
32973
+ "text": "background - The background of the toolbar, covering the entire area behind the toolbar content."
32974
+ },
32975
+ {
32976
+ "name": "part",
32977
+ "text": "container - The container that wraps all toolbar content, including the default slot and named slot content."
32978
+ },
32979
+ {
32980
+ "name": "part",
32981
+ "text": "content - The container for the default slot, wrapping content provided without a named slot."
32948
32982
  }
32949
32983
  ],
32950
32984
  "usage": {},
@@ -33202,7 +33236,20 @@
33202
33236
  "docs": "Content is placed to the left of the toolbar text in LTR, and to the right in RTL."
33203
33237
  }
33204
33238
  ],
33205
- "parts": [],
33239
+ "parts": [
33240
+ {
33241
+ "name": "background",
33242
+ "docs": "The background of the toolbar, covering the entire area behind the toolbar content."
33243
+ },
33244
+ {
33245
+ "name": "container",
33246
+ "docs": "The container that wraps all toolbar content, including the default slot and named slot content."
33247
+ },
33248
+ {
33249
+ "name": "content",
33250
+ "docs": "The container for the default slot, wrapping content provided without a named slot."
33251
+ }
33252
+ ],
33206
33253
  "dependents": [
33207
33254
  "ion-select-modal"
33208
33255
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/docs",
3
- "version": "8.4.3",
3
+ "version": "8.4.4-dev.11738233295.1e8971df",
4
4
  "description": "Pre-packaged API documentation for the Ionic docs.",
5
5
  "main": "core.json",
6
6
  "types": "core.d.ts",