analytica-frontend-lib 1.1.85 → 1.1.86
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/Whiteboard/index.js +2 -2
- package/dist/Whiteboard/index.js.map +1 -1
- package/dist/Whiteboard/index.mjs +2 -2
- package/dist/Whiteboard/index.mjs.map +1 -1
- package/dist/index.css +0 -3
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +0 -3
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9240,7 +9240,7 @@ var Whiteboard = ({
|
|
|
9240
9240
|
"div",
|
|
9241
9241
|
{
|
|
9242
9242
|
className: cn(
|
|
9243
|
-
"flex items-center justify-center p-8 bg-background border border-
|
|
9243
|
+
"flex items-center justify-center p-8 bg-background border border-border-50 rounded-xl",
|
|
9244
9244
|
className
|
|
9245
9245
|
),
|
|
9246
9246
|
...rest,
|
|
@@ -9252,7 +9252,7 @@ var Whiteboard = ({
|
|
|
9252
9252
|
"div",
|
|
9253
9253
|
{
|
|
9254
9254
|
className: cn(
|
|
9255
|
-
"flex flex-col bg-background border border-
|
|
9255
|
+
"flex flex-col bg-background border border-border-50 p-4 gap-2 rounded-xl w-fit mx-auto",
|
|
9256
9256
|
className
|
|
9257
9257
|
),
|
|
9258
9258
|
...rest,
|