@ionic/docs 8.8.14-dev.11783706459.1d5a7aae → 8.8.14-dev.11783984044.10eaba06
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 +34 -6
- package/package.json +1 -1
package/core.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2026-07-
|
|
2
|
+
"timestamp": "2026-07-13T23:09:23",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.43.5",
|
|
@@ -8616,7 +8616,13 @@
|
|
|
8616
8616
|
"attr": "color",
|
|
8617
8617
|
"reflectToAttr": false,
|
|
8618
8618
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
8619
|
-
"docsTags": [
|
|
8619
|
+
"docsTags": [
|
|
8620
|
+
{
|
|
8621
|
+
"name": "default",
|
|
8622
|
+
"text": "'primary'"
|
|
8623
|
+
}
|
|
8624
|
+
],
|
|
8625
|
+
"default": "'primary'",
|
|
8620
8626
|
"values": [
|
|
8621
8627
|
{
|
|
8622
8628
|
"value": "danger",
|
|
@@ -10014,7 +10020,13 @@
|
|
|
10014
10020
|
"attr": "color",
|
|
10015
10021
|
"reflectToAttr": true,
|
|
10016
10022
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
10017
|
-
"docsTags": [
|
|
10023
|
+
"docsTags": [
|
|
10024
|
+
{
|
|
10025
|
+
"name": "default",
|
|
10026
|
+
"text": "'primary'"
|
|
10027
|
+
}
|
|
10028
|
+
],
|
|
10029
|
+
"default": "'primary'",
|
|
10018
10030
|
"values": [
|
|
10019
10031
|
{
|
|
10020
10032
|
"value": "danger",
|
|
@@ -11601,6 +11613,9 @@
|
|
|
11601
11613
|
"tag": "ion-img",
|
|
11602
11614
|
"docs": "",
|
|
11603
11615
|
"docsTags": [
|
|
11616
|
+
{
|
|
11617
|
+
"name": "deprecated"
|
|
11618
|
+
},
|
|
11604
11619
|
{
|
|
11605
11620
|
"name": "part",
|
|
11606
11621
|
"text": "image - The inner `img` element."
|
|
@@ -11718,7 +11733,8 @@
|
|
|
11718
11733
|
"states": [],
|
|
11719
11734
|
"dependents": [],
|
|
11720
11735
|
"dependencies": [],
|
|
11721
|
-
"dependencyGraph": {}
|
|
11736
|
+
"dependencyGraph": {},
|
|
11737
|
+
"deprecation": ""
|
|
11722
11738
|
},
|
|
11723
11739
|
{
|
|
11724
11740
|
"filePath": "src/components/infinite-scroll/infinite-scroll.tsx",
|
|
@@ -22402,7 +22418,13 @@
|
|
|
22402
22418
|
"attr": "color",
|
|
22403
22419
|
"reflectToAttr": true,
|
|
22404
22420
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
22405
|
-
"docsTags": [
|
|
22421
|
+
"docsTags": [
|
|
22422
|
+
{
|
|
22423
|
+
"name": "default",
|
|
22424
|
+
"text": "'primary'"
|
|
22425
|
+
}
|
|
22426
|
+
],
|
|
22427
|
+
"default": "'primary'",
|
|
22406
22428
|
"values": [
|
|
22407
22429
|
{
|
|
22408
22430
|
"value": "danger",
|
|
@@ -22630,7 +22652,13 @@
|
|
|
22630
22652
|
"attr": "color",
|
|
22631
22653
|
"reflectToAttr": true,
|
|
22632
22654
|
"docs": "The color to use from your application's color palette.\nDefault options are: `\"primary\"`, `\"secondary\"`, `\"tertiary\"`, `\"success\"`, `\"warning\"`, `\"danger\"`, `\"light\"`, `\"medium\"`, and `\"dark\"`.\nFor more information on colors, see [theming](/docs/theming/basics).",
|
|
22633
|
-
"docsTags": [
|
|
22655
|
+
"docsTags": [
|
|
22656
|
+
{
|
|
22657
|
+
"name": "default",
|
|
22658
|
+
"text": "'primary'"
|
|
22659
|
+
}
|
|
22660
|
+
],
|
|
22661
|
+
"default": "'primary'",
|
|
22634
22662
|
"values": [
|
|
22635
22663
|
{
|
|
22636
22664
|
"value": "danger",
|
package/package.json
CHANGED