@ctx-core/svg
Advanced tools
Comparing version 19.0.103 to 19.0.104
{ | ||
"name": "@ctx-core/svg", | ||
"version": "19.0.103", | ||
"version": "19.0.104", | ||
"description": "ctx-core svg", | ||
@@ -48,3 +48,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ctx-core": "^7.0.2", | ||
"ctx-core": "^7.1.0", | ||
"htmlparser2": "^9.1.0" | ||
@@ -51,0 +51,0 @@ }, |
@@ -1,2 +0,2 @@ | ||
import { be_sig_triple_ } from 'ctx-core/rmemo' | ||
import { id_be_sig_triple_ } from 'ctx-core/rmemo' | ||
export const [ | ||
@@ -6,5 +6,5 @@ svg_height$_, | ||
svg_height__set, | ||
] = be_sig_triple_(()=> | ||
undefined, | ||
{ id: 'svg_height' }) | ||
] = id_be_sig_triple_( | ||
'svg_height', | ||
()=>undefined) | ||
export { svg_height$_ as svg_height__ } |
@@ -1,2 +0,2 @@ | ||
import { be_sig_triple_ } from 'ctx-core/rmemo' | ||
import { id_be_sig_triple_ } from 'ctx-core/rmemo' | ||
export const [ | ||
@@ -6,5 +6,5 @@ svg_margin$_, | ||
svg_margin__set, | ||
] = be_sig_triple_(()=> | ||
undefined, | ||
{ id: 'svg_margin' }) | ||
] = id_be_sig_triple_( | ||
'svg_margin', | ||
()=>undefined) | ||
export { svg_margin$_ as svg_margin__ } |
11789
Updatedctx-core@^7.1.0