mirror of
https://github.com/penpot/penpot.git
synced 2025-07-20 18:57:14 +02:00
🐛 Fix incorrect neested data structure validation on components
This commit upgrades rumext where the issue is fixed. It also adapts the swatch component for correct data passing.
This commit is contained in:
parent
b113736321
commit
9ec5467e2a
3 changed files with 5 additions and 12 deletions
|
@ -20,8 +20,8 @@
|
||||||
:git/url "https://github.com/funcool/beicon.git"}
|
:git/url "https://github.com/funcool/beicon.git"}
|
||||||
|
|
||||||
funcool/rumext
|
funcool/rumext
|
||||||
{:git/tag "v2.21"
|
{:git/tag "v2.22"
|
||||||
:git/sha "072d671"
|
:git/sha "92879b6"
|
||||||
:git/url "https://github.com/funcool/rumext.git"}
|
:git/url "https://github.com/funcool/rumext.git"}
|
||||||
|
|
||||||
instaparse/instaparse {:mvn/version "1.5.0"}
|
instaparse/instaparse {:mvn/version "1.5.0"}
|
||||||
|
|
|
@ -93,8 +93,8 @@ export const RadialGradient = {
|
||||||
export const Rounded = {
|
export const Rounded = {
|
||||||
args: {
|
args: {
|
||||||
background: {
|
background: {
|
||||||
"ref-id": helpers.generateUuid(),
|
refId: helpers.generateUuid(),
|
||||||
"ref-file": helpers.generateUuid(),
|
refFile: helpers.generateUuid(),
|
||||||
color: "#2f226c",
|
color: "#2f226c",
|
||||||
opacity: 0.5,
|
opacity: 0.5,
|
||||||
},
|
},
|
||||||
|
|
|
@ -3768,14 +3768,7 @@ __metadata:
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"caniuse-lite@npm:^1.0.30001669":
|
"caniuse-lite@npm:^1.0.30001669, caniuse-lite@npm:^1.0.30001702, caniuse-lite@npm:^1.0.30001716":
|
||||||
version: 1.0.30001677
|
|
||||||
resolution: "caniuse-lite@npm:1.0.30001677"
|
|
||||||
checksum: 10c0/22b4aa738b213b5d0bc820c26ba23fa265ca90a5c59776e1a686b9ab6fff9120d0825fd920c0a601a4b65056ef40d01548405feb95c8dd6083255f50c71a0864
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"caniuse-lite@npm:^1.0.30001702, caniuse-lite@npm:^1.0.30001716":
|
|
||||||
version: 1.0.30001718
|
version: 1.0.30001718
|
||||||
resolution: "caniuse-lite@npm:1.0.30001718"
|
resolution: "caniuse-lite@npm:1.0.30001718"
|
||||||
checksum: 10c0/67f9ad09bc16443e28d14f265d6e468480cd8dc1900d0d8b982222de80c699c4f2306599c3da8a3fa7139f110d4b30d49dbac78f215470f479abb6ffe141d5d3
|
checksum: 10c0/67f9ad09bc16443e28d14f265d6e468480cd8dc1900d0d8b982222de80c699c4f2306599c3da8a3fa7139f110d4b30d49dbac78f215470f479abb6ffe141d5d3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue