@ionic/docs 8.7.17-dev.11769813102.16c5bfac → 8.7.17-dev.11770147425.1bfcd5e5
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-
|
|
2
|
+
"timestamp": "2026-02-03T19:39:04",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.38.0",
|
|
@@ -25630,11 +25630,15 @@
|
|
|
25630
25630
|
},
|
|
25631
25631
|
{
|
|
25632
25632
|
"name": "part",
|
|
25633
|
-
"text": "pressed - Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time
|
|
25633
|
+
"text": "pressed - Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time when `dualKnobs` is `true`."
|
|
25634
25634
|
},
|
|
25635
25635
|
{
|
|
25636
25636
|
"name": "part",
|
|
25637
|
-
"text": "focused - Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time
|
|
25637
|
+
"text": "focused - Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time when `dualKnobs` is `true`."
|
|
25638
|
+
},
|
|
25639
|
+
{
|
|
25640
|
+
"name": "part",
|
|
25641
|
+
"text": "hover - Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time."
|
|
25638
25642
|
}
|
|
25639
25643
|
],
|
|
25640
25644
|
"usage": {},
|
|
@@ -26456,7 +26460,11 @@
|
|
|
26456
26460
|
},
|
|
26457
26461
|
{
|
|
26458
26462
|
"name": "focused",
|
|
26459
|
-
"docs": "Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time
|
|
26463
|
+
"docs": "Added to the knob-handle, knob, and pin that currently has focus. Only one set has this part at a time when `dualKnobs` is `true`."
|
|
26464
|
+
},
|
|
26465
|
+
{
|
|
26466
|
+
"name": "hover",
|
|
26467
|
+
"docs": "Added to the knob-handle, knob, and pin when the knob has hover. Only one set has this part at a time."
|
|
26460
26468
|
},
|
|
26461
26469
|
{
|
|
26462
26470
|
"name": "knob",
|
|
@@ -26524,7 +26532,7 @@
|
|
|
26524
26532
|
},
|
|
26525
26533
|
{
|
|
26526
26534
|
"name": "pressed",
|
|
26527
|
-
"docs": "Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time
|
|
26535
|
+
"docs": "Added to the knob-handle, knob, and pin that is currently being pressed to drag. Only one set has this part at a time when `dualKnobs` is `true`."
|
|
26528
26536
|
},
|
|
26529
26537
|
{
|
|
26530
26538
|
"name": "tick",
|
package/package.json
CHANGED