@beterdichtbij/component-library 0.27.4 → 0.28.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"IconAcademy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconAcademy.vue"],"names":[],"mappings":";AA+BA,wBAA4E"}
1
+ {"version":3,"file":"IconAcademy.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconAcademy.vue"],"names":[],"mappings":";AAmBA,wBAA4E"}
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
+ export default _default;
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IconService.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/atoms/icons/IconService.vue"],"names":[],"mappings":";AAmBA,wBAA4E"}
@@ -24,10 +24,11 @@ import IconListView from "./IconListView.vue";
24
24
  import IconMenu from "./IconMenu.vue";
25
25
  import IconOrderedList from "./IconOrderedList.vue";
26
26
  import IconRemove from "./IconRemove.vue";
27
+ import IconService from "./IconService.vue";
27
28
  import IconSort from "./IconSort.vue";
28
29
  import IconSortAsc from "./IconSortAsc.vue";
29
30
  import IconSortDesc from "./IconSortDesc.vue";
30
31
  import IconSortNone from "./IconSortNone.vue";
31
32
  import IconTriangleExclamation from "./IconTriangleExclamation.vue";
32
33
  import IconUnderline from "./IconUnderline.vue";
33
- export { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, };
34
+ export { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, };
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import BDCol from "./layout/BDCol.vue";
2
2
  import BDContainer from "./layout/BDContainer.vue";
3
3
  import BDRow from "./layout/BDRow.vue";
4
- import { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, IconCalendar, IconDownloadImage, IconMenu, IconEdit, IconCardView, IconListView, IconEyeShow, IconEyeSlash, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation } from "./components/atoms/icons/index";
4
+ import { IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconError, IconFile, IconHyperlink, IconInfo, IconItalic, IconOrderedList, IconRemove, IconUnderline, IconCalendar, IconDownloadImage, IconMenu, IconEdit, IconCardView, IconListView, IconEyeShow, IconEyeSlash, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation } from "./components/atoms/icons/index";
5
5
  import BDButton from "./components/atoms/BDButton/BDButton.vue";
6
6
  import BDLogo from "./components/atoms/BDLogo/BDLogo.vue";
7
7
  import BDLink from "./components/atoms/BDLink/BDLink.vue";
@@ -36,4 +36,4 @@ import { useModal } from "./composables/useModal";
36
36
  import { useServerErrors } from "./composables/useServerErrors";
37
37
  import { useToaster } from "./composables/useToaster";
38
38
  import { vBdTooltip } from "./directives/BDTooltip";
39
- export { BDChatCloud, BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, BDArticle, BDUser, BDToast, BDAttachmentPreviewList, BDImageAttachmentPreviewList, BDHeader, BDMobileMenu, BDTable, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, useModal, useServerErrors, useToaster, vBdTooltip, };
39
+ export { BDChatCloud, BDCol, BDContainer, BDRow, BDButton, BDLogo, BDLink, BDDropdownItem, BDDropdown, BDAlert, BDProfileImage, BDZoomslider, BDCard, BDCollapsableCard, BDModal, BDFormInput, BDFormInvalidFeedback, BDInputGroup, BDBadge, BDForm, BDPagination, BDDropzone, BDMarkdownEditor, BDFormSelect, BDFormCheckbox, BDArticle, BDUser, BDToast, BDAttachmentPreviewList, BDImageAttachmentPreviewList, BDHeader, BDMobileMenu, BDTable, IconAcademy, IconArrowDown, IconArrowUp, IconAttachment, IconBold, IconBulletList, IconCalendar, IconCardView, IconCaretDown, IconCaretLeft, IconCaretRight, IconCheck, IconClose, IconDownloadImage, IconEdit, IconError, IconEyeShow, IconEyeSlash, IconFile, IconHyperlink, IconInfo, IconItalic, IconListView, IconMenu, IconOrderedList, IconRemove, IconService, IconSort, IconSortAsc, IconSortDesc, IconSortNone, IconTriangleExclamation, IconUnderline, useModal, useServerErrors, useToaster, vBdTooltip, };
@@ -9,7 +9,7 @@
9
9
  font-family: $font-family-base;
10
10
  width:fit-content;
11
11
 
12
- .dz-message{
12
+ .dz-message {
13
13
  margin-bottom: 1.25rem;
14
14
  }
15
15
 
@@ -55,18 +55,24 @@
55
55
  }
56
56
 
57
57
  .dz-remove {
58
- position: absolute;
59
- top: -10px;
60
- right: -10px;
61
- margin: 0;
62
- width: 21px;
63
- height: 21px;
64
- border-radius: 50%;
65
- padding: 0px;
66
- background-color: $primary;
67
- display: flex;
68
- justify-content: center;
69
- align-items: center;
58
+ position: absolute;
59
+ top: -10px;
60
+ right: -10px;
61
+ margin: 0;
62
+ width: 21px;
63
+ height: 21px;
64
+ border-radius: 50%;
65
+ padding: 0px;
66
+ background-color: $primary;
67
+ display: flex;
68
+ justify-content: center;
69
+ align-items: center;
70
+
71
+ .icon {
72
+ margin: revert;
73
+ transform: revert;
74
+ transition: revert;
70
75
  }
76
+ }
71
77
  }
72
78
  }
@@ -72,6 +72,12 @@
72
72
  align-items: center;
73
73
  gap: 5px;
74
74
 
75
+ .icon {
76
+ fill: #394156;
77
+ width: 40px;
78
+ height: 40px;
79
+ }
80
+
75
81
  .bd-profile-picture {
76
82
  width: 40px;
77
83
  height: 40px;
@@ -52,6 +52,11 @@
52
52
  .nav-item {
53
53
  border-bottom: 1px solid $color-lightblue;
54
54
  font-size: 1rem;
55
+
56
+ .icon {
57
+ fill: #394156;
58
+ margin-right: 8px;
59
+ }
55
60
  }
56
61
  }
57
62
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beterdichtbij/component-library",
3
3
  "private": false,
4
- "version": "0.27.4",
4
+ "version": "0.28.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"