md-components-mdigial-azamat 0.0.82 → 0.0.85
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/ActionIconList/ActionIconList.js +2 -1
- package/dist/AllComponents.js +5 -3
- package/dist/AllComponentsInfo.js +1 -1
- package/dist/Cards/WarningCard/WarningCard.js +5 -3
- package/dist/Cards/WarningCard/index.js +1 -1
- package/dist/Cards/WarningCard/info.js +1 -1
- package/dist/Forms/FormDefault/index.js +1 -1
- package/dist/Forms/FormDefault/info.js +7 -5
- package/dist/Forms/helpers/renderFormFields.js +1 -1
- package/dist/Forms/model/components.js +4 -3
- package/dist/ModalBody/index.js +126 -0
- package/dist/PageViewer/renderComponents.js +1 -1
- package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/{componentsMap-5b44ddfd.js → componentsMap-9e7decf2.js} +1 -1
- package/dist/index-869896ab.js +19571 -0
- package/dist/{info-a3b95669.js → info-af79abc0.js} +184 -183
- package/dist/main.js +59 -57
- package/package.json +1 -1
|
@@ -10,7 +10,7 @@ import { CardImage as p } from "./Cards/CardImage/CardImage.js";
|
|
|
10
10
|
import { ColoredCard as f } from "./Cards/ColoredCard/index.js";
|
|
11
11
|
import { ContentCard as s } from "./Cards/ContentCard/ContentCard.js";
|
|
12
12
|
import { FeaturesCard as d } from "./Cards/FeaturesCard/index.js";
|
|
13
|
-
import { W as l, F as C } from "./info-
|
|
13
|
+
import { W as l, F as C } from "./info-af79abc0.js";
|
|
14
14
|
import { ContentCardList as B } from "./ContentCardList/ContentCardList.js";
|
|
15
15
|
import { DownloadFileBanner as F } from "./DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js";
|
|
16
16
|
import { DownloadFileBright as L } from "./DownloadFile/components/DownloadFileBright/index.js";
|