@pygmalionjs/pygmalion 0.5.0 → 0.5.2
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.
|
@@ -5433,8 +5433,8 @@ function fo(t, e, n, r, i, s) {
|
|
|
5433
5433
|
borderWidth: M,
|
|
5434
5434
|
borderColor: M && Tn(u.borderTopColor) || "#d1d5db",
|
|
5435
5435
|
// A fully transparent element reads as opacity "0", and 0 is falsy — an
|
|
5436
|
-
// `|| 1` fallback here turned every hover-only affordance (
|
|
5437
|
-
//
|
|
5436
|
+
// `|| 1` fallback here turned every hover-only affordance (a list row's
|
|
5437
|
+
// reveal-on-hover action) into a permanently visible one.
|
|
5438
5438
|
opacity: Sl(u.opacity),
|
|
5439
5439
|
hidden: l,
|
|
5440
5440
|
domTag: c.toLowerCase(),
|
|
@@ -8108,8 +8108,8 @@ ${e}`;
|
|
|
8108
8108
|
/**
|
|
8109
8109
|
* Puts one captured piece into a declared state.
|
|
8110
8110
|
*
|
|
8111
|
-
* `nodeId` targets a specific match, which is what a list needs:
|
|
8112
|
-
*
|
|
8111
|
+
* `nodeId` targets a specific match, which is what a list needs: five
|
|
8112
|
+
* repeated rows each own their badge, and without it every control on the
|
|
8113
8113
|
* panel would fight over the first one.
|
|
8114
8114
|
*/
|
|
8115
8115
|
applyScreenDimension(e, n, r, i) {
|
|
@@ -8141,7 +8141,7 @@ ${e}`;
|
|
|
8141
8141
|
* Sets how many rows a declared list shows.
|
|
8142
8142
|
*
|
|
8143
8143
|
* Growth clones the last row — identical on purpose, because the core has
|
|
8144
|
-
* no idea what a second
|
|
8144
|
+
* no idea what a second row would say, and the per-row dimension
|
|
8145
8145
|
* controls are how a designer makes them differ. Shrinking drops trailing
|
|
8146
8146
|
* rows. One checkpoint covers the whole change, so it is a single undo,
|
|
8147
8147
|
* and because this only edits the captured tree the frame never waits on
|