@devtron-labs/devtron-fe-common-lib 1.20.5-alpha-9 → 1.20.5-beta-3
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/{@code-editor-BFm6v6d7.js → @code-editor-V6OKDH8_.js} +7535 -7512
- package/dist/{@common-rjsf-Uu6GnL-J.js → @common-rjsf-Dhqt9x0E.js} +1 -1
- package/dist/Pages/ResourceBrowser/types.d.ts +2 -1
- package/dist/Shared/Components/Charts/types.d.ts +2 -1
- package/dist/Shared/Components/Charts/utils.d.ts +1 -1
- package/dist/Shared/Components/ContextSwitcher/ContextSwitcher.d.ts +1 -1
- package/dist/Shared/Components/ContextSwitcher/types.d.ts +1 -0
- package/dist/Shared/Components/Icon/Icon.d.ts +6 -0
- package/dist/Shared/Components/Illustration/Illustration.d.ts +1 -0
- package/dist/Shared/Components/Table/InternalTable.d.ts +1 -1
- package/dist/Shared/Components/Table/TableContent.d.ts +1 -1
- package/dist/Shared/Components/Table/types.d.ts +6 -3
- package/dist/Shared/constants.d.ts +1 -0
- package/dist/Shared/types.d.ts +0 -1
- package/dist/assets/ic-bg-cpu.15ec70f0.svg +11 -0
- package/dist/assets/ic-bg-memory.5373a125.svg +11 -0
- package/dist/assets/ic-check-circle.af18cd7e.svg +3 -0
- package/dist/assets/ic-folder-empty.8e898c33.svg +33 -0
- package/dist/assets/ic-gift-animated.9ca6ccb4.svg +38 -0
- package/dist/assets/ic-party.cfc7e7c6.svg +4 -0
- package/dist/assets/ic-warning-stroke.fc850a4a.svg +3 -0
- package/dist/assets/img-no-restores.f26cb7db.svg +114 -0
- package/dist/index.js +472 -471
- package/package.json +1 -1
- package/dist/assets/ic-gift-animated.d848dfa3.svg +0 -1
package/package.json
CHANGED
@@ -1 +0,0 @@
|
|
1
|
-
<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><style>@keyframes top-move{0%,20%,to{transform:translateY(0)}10%{transform:translateY(-5px)}}@keyframes top-shake{0%,25%,5%,to{transform:rotate(0deg)}10%{transform:rotate(-8deg)}15%{transform:rotate(8deg)}}@keyframes bottom-jump{0%{transform:translateY(0)}5%{transform:translateY(-5px)}15%,to{transform:translateX(0)}}</style><g style="animation:bottom-jump 5s infinite ease-out;transform-origin:center;transform-box:fill-box"><path d="M8 27.996h34v19a3 3 0 0 1-3 3H11a3 3 0 0 1-3-3z" fill="#D0DBF7"/><path fill="#376CFB" d="M19 27.996h12v22H19z"/></g><g style="animation:top-move 5s infinite ease-out;transform-origin:center;transform-box:fill-box"><g style="animation:top-shake 5s infinite ease-out;transform-origin:center;transform-box:fill-box"><path d="M12.49 12.819c1.226-2.666 4.074-3.172 6.21-2.619 1.97.512 3.69 1.925 4.93 3.37 1.227 1.428 2.146 3.078 2.354 4.252l.208 1.174H16.036c-1.625 0-2.904-.794-3.56-2.037-.642-1.213-.632-2.734.014-4.14m5.708-.683c-1.58-.41-3.214.048-3.89 1.519-.427.928-.373 1.787-.065 2.37.293.553.87.971 1.793.971h7.526a11.3 11.3 0 0 0-1.449-2.124c-1.106-1.289-2.498-2.369-3.915-2.736" fill="#376CFB"/><path d="M37.51 12.819c-1.226-2.666-4.075-3.172-6.21-2.619-1.97.512-3.69 1.925-4.93 3.37-1.227 1.428-2.146 3.078-2.354 4.252l-.208 1.174h10.156c1.625 0 2.904-.794 3.56-2.037.642-1.213.632-2.734-.014-4.14m-5.708-.683c1.58-.41 3.214.048 3.89 1.519.427.928.373 1.787.065 2.37-.293.553-.87.971-1.793.971h-7.526a11.3 11.3 0 0 1 1.449-2.124c1.106-1.289 2.499-2.369 3.915-2.736" fill="#376CFB"/><path fill="#00173F" opacity=".15" d="M8 27.996h34v3H8z"/><rect x="5" y="16.996" width="40" height="11" rx="3" fill="#E6ECFF"/><path fill="#4294FF" d="M16 16.996h18v11H16z"/></g></g></svg>
|