@genexus/mercury 0.24.0 → 0.25.1
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/assets/MERCURY_ASSETS.d.ts +964 -950
- package/dist/assets/MERCURY_ASSETS.js +1 -1
- package/dist/assets/MERCURY_ASSETS.ts +2851 -2845
- package/dist/assets/icons/objects/dark/version-frozen.svg +1 -0
- package/dist/assets/icons/objects/light/version-frozen.svg +1 -0
- package/dist/bundles/css/all.css +1 -1
- package/dist/bundles/css/base/icons.css +1 -1
- package/dist/bundles/css/components/chat.css +1 -1
- package/dist/bundles/css/components/markdown-viewer.css +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" fill="none" viewBox="0 0 16 15"> <defs> <g id="icon-def"> <g class="version-frozen"> <path fill="var(--icons01)" d="M11 5V2.5H5v.78A3.25 3.25 0 0 1 7.81 6c.08.31.15.66.24 1 .33 1.56.84 3.91 1.59 4.61a2.46 2.46 0 0 0 1.36.59V10h5v5h-5v-1.76a3.55 3.55 0 0 1-2-.88c-1-.91-1.49-3.25-1.89-5.13-.08-.37-.16-.72-.23-1A2.35 2.35 0 0 0 5 4.29V5H0V0h5v1.5h6V0h5v5h-5Z" class="icons01"></path> </g> </g> </defs> <view id="enabled" viewBox="0 0 16 15"></view> <use href="#icon-def" x="0" y="0" style="--icons01:#4ba3d4"></use><view id="hover" viewBox="16 0 16 15"></view> <use href="#icon-def" x="16" y="0" style="--icons01:#6abee0"></use><view id="active" viewBox="32 0 16 15"></view> <use href="#icon-def" x="32" y="0" style="--icons01:#4497c6"></use><view id="disabled" viewBox="48 0 16 15"></view> <use href="#icon-def" x="48" y="0" style="--icons01:#3e3f42"></use> </svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" fill="none" viewBox="0 0 16 15"> <defs> <g id="icon-def"> <g class="version-frozen"> <path fill="var(--icons01)" d="M11 5V2.5H5v.78A3.25 3.25 0 0 1 7.81 6c.08.31.15.66.24 1 .33 1.56.84 3.91 1.59 4.61a2.46 2.46 0 0 0 1.36.59V10h5v5h-5v-1.76a3.55 3.55 0 0 1-2-.88c-1-.91-1.49-3.25-1.89-5.13-.08-.37-.16-.72-.23-1A2.35 2.35 0 0 0 5 4.29V5H0V0h5v1.5h6V0h5v5h-5Z" class="icons01"></path> </g> </g> </defs> <view id="enabled" viewBox="0 0 16 15"></view> <use href="#icon-def" x="0" y="0" style="--icons01:#0266a0"></use><view id="hover" viewBox="16 0 16 15"></view> <use href="#icon-def" x="16" y="0" style="--icons01:#2088c2"></use><view id="active" viewBox="32 0 16 15"></view> <use href="#icon-def" x="32" y="0" style="--icons01:#004a81"></use><view id="disabled" viewBox="48 0 16 15"></view> <use href="#icon-def" x="48" y="0" style="--icons01:#a4a5a6"></use> </svg>
|