bt-core-app 2.0.120 → 2.0.121
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/bt-core-app.js +1 -0
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -20422,6 +20422,7 @@ const X1 = Ue({
|
|
|
20422
20422
|
activator: H(({ props: C }) => [
|
|
20423
20423
|
x(Pe, pe({
|
|
20424
20424
|
icon: "$cog",
|
|
20425
|
+
key: "0.2",
|
|
20425
20426
|
size: _(c)
|
|
20426
20427
|
}, C, { variant: "text" }), null, 16, ["size"])
|
|
20427
20428
|
]),
|
package/package.json
CHANGED