@brianyu28/dialexis 0.5.2 → 0.6.0
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/dist/dialexis.mjs +6 -6
- package/package.json +2 -2
package/dist/dialexis.mjs
CHANGED
|
@@ -126,8 +126,8 @@ function Wo(o, e) {
|
|
|
126
126
|
const Lo = k({
|
|
127
127
|
width: N + f * 2,
|
|
128
128
|
height: T + f * 2,
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
fillColor: c ?? t(C.backgroundColor),
|
|
130
|
+
cornerRadius: a,
|
|
131
131
|
opacity: lo ? 1 : 0
|
|
132
132
|
});
|
|
133
133
|
function I(l, i, E, mo, Eo) {
|
|
@@ -157,8 +157,8 @@ function Wo(o, e) {
|
|
|
157
157
|
focusPaddingX: D,
|
|
158
158
|
focusPaddingY: M
|
|
159
159
|
}),
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
fillColor: J,
|
|
161
|
+
cornerRadius: to,
|
|
162
162
|
opacity: co ? 1 : 0
|
|
163
163
|
});
|
|
164
164
|
function _(l, i = 1) {
|
|
@@ -283,8 +283,8 @@ function Uo(o = null) {
|
|
|
283
283
|
}
|
|
284
284
|
function wo(o = null) {
|
|
285
285
|
return k({
|
|
286
|
-
|
|
287
|
-
|
|
286
|
+
fillColor: p.BLUE1,
|
|
287
|
+
cornerRadius: $.NORMAL,
|
|
288
288
|
height: 500,
|
|
289
289
|
width: 500,
|
|
290
290
|
...o
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brianyu28/dialexis",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Presentation library built with Presenter.js",
|
|
5
5
|
"main": "dist/dialexis.mjs",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"vite": "^6.1.5"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"presenter": "^0.
|
|
47
|
+
"presenter": "^0.8.0"
|
|
48
48
|
},
|
|
49
49
|
"lint-staged": {
|
|
50
50
|
"**/*": [
|