Actions: stellarwp/kadence-components
Actions
Showing runs from all workflows
89 workflow runs
89 workflow runs
+ for spaces without encoding, having dropped the
encodeURIComponent the previous builder wrapped the family in. That encoding was applied in
the wrong order there -- it ran after the substitution, so the + it had just inserted came
back as %2B and asked Google for a family with a literal plus in its name, which is a 400 for
every multi-word family. Dropping it fixed the 400 and lost the esc...
ESLint
#82:
Commit 92e82f8
pushed
by
d4mation
typography entry carrying variant: null (or a blank one) was read as u...
ESLint
#81:
Commit 27fe731
pushed
by
d4mation
package.json and package-lock.json were swept into the webfont-loader fix by
a git add -A; they carried a local npm link setup, not an intended change.
Dropping @kadence/helpers and @kadence/icons as peers is not something a
loader fix should do, so both files return to what the base branch has.
ESLint
#80:
Commit 710f3ee
pushed
by
d4mation
controlEditor seam, and accepts the same neutral
context prop border-control already threads. Extensibility only: with no
listener registered both controls render exactly as before, and no consumer
vocabulary enters this package.
The seam is needed rather than optional. The family select gates the font
weight / style / subset se...
ESLint
#79:
Commit 77d87fe
pushed
by
d4mation
kadence.components.popColorControl.colors
seam), the kadence_blocks_params config parse, and the picker's concrete-color
flattening were duplicated verbatim in SinglePopColorControl and
InlinePopColorControl. Extract them to src/common/pop-color.js
(getKadenceColorConfig, getPopColorSwatches, toConcreteColor) and have both
controls call the shared helpers, so the two...
ESLint
#77:
Commit 145c492
pushed
by
d4mation
KadenceColorOutput, which routes through the kadence.helpers.colorValue
filter: a token reference resolves to its var(--kb-token--<id>), a palette slug
to its var(--global-*), and a lite...
ESLint
#71:
Commit 09d0a7f
pushed
by
d4mation
SinglePopColorControl and InlinePopColorControl
hard-filtered the swatch list down to kb-palette-* slugs, dropping any other
palette-backed colors (e.g. a consumer projecting colors into the global-palette
slots). Route the computed swatch list through an applyFilters seam
(kadence.components.popColorControl.colors) in both modes, passing the full
unfiltered palette and the override ...
ESLint
#65:
Commit 8361f6c
pushed
by
d4mation