@bethinkpl/design-system 35.0.1 → 35.0.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/design-system.js +5236 -5203
- package/dist/design-system.js.map +1 -1
- package/dist/lib/js/components/Buttons/IconButton/IconButton.vue.d.ts +2 -0
- package/dist/lib/js/components/Cards/CardExpandable/CardExpandable.vue.d.ts +2 -0
- package/dist/lib/js/components/DatePickers/DateBox/DateBox.vue.d.ts +2 -0
- package/dist/lib/js/components/DatePickers/DatePicker/DatePicker.vue.d.ts +2 -0
- package/dist/lib/js/components/DatePickers/DateRangePicker/DateRangePicker.vue.d.ts +2 -0
- package/dist/lib/js/components/Drawer/DrawerHeader/DrawerHeader.vue.d.ts +4 -0
- package/dist/lib/js/components/Drawer/DrawerListItem/DrawerListItem.vue.d.ts +2 -0
- package/dist/lib/js/components/Drawer/DrawerSection/DrawerSection.vue.d.ts +6 -0
- package/dist/lib/js/components/Form/RadioButton/RadioButton.vue.d.ts +2 -0
- package/dist/lib/js/components/Headers/OverlayHeader/OverlayHeader.vue.d.ts +4 -0
- package/dist/lib/js/components/Headers/SectionHeader/SectionHeader.vue.d.ts +4 -0
- package/dist/lib/js/components/Icons/Icon/Icon.consts.d.ts +2 -0
- package/dist/lib/js/components/Modal/Modal.vue.d.ts +2 -0
- package/dist/lib/js/components/Modals/Modal/Modal.vue.d.ts +4 -0
- package/dist/lib/js/components/Modals/ModalDialog/ModalDialog.vue.d.ts +4 -0
- package/dist/lib/js/components/Pagination/Pagination.vue.d.ts +4 -0
- package/dist/lib/js/components/ProgressBar/ProgressBar.vue.d.ts +2 -0
- package/dist/lib/js/components/ProgressDonutChart/ProgressDonutChart.vue.d.ts +2 -0
- package/dist/lib/js/components/RichList/BasicRichListItem/BasicRichListItem.vue.d.ts +2 -0
- package/dist/lib/js/components/RichList/RichListItem/RichListItem.vue.d.ts +2 -0
- package/dist/lib/js/components/Statuses/AccessStatus/AccessStatus.vue.d.ts +2 -0
- package/dist/lib/js/components/Statuses/BlockadeStatus/BlockadeStatus.vue.d.ts +2 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionOpenEnded/SurveyQuestionOpenEnded.vue.d.ts +6 -0
- package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts +6 -0
- package/dist/lib/js/components/Switch/Switch.vue.d.ts +2 -0
- package/dist/lib/js/components/Tile/Tile.sb.shared.d.ts +2 -0
- package/dist/lib/js/components/Toggles/ToggleButton/ToggleButton.vue.d.ts +2 -0
- package/dist/lib/js/icons/fontawesome.d.ts +1 -0
- package/lib/images/icons/rectangles-vertical.svg +4 -0
- package/lib/js/components/Icons/Icon/Icon.consts.ts +2 -0
- package/lib/js/icons/fontawesome.ts +2 -0
- package/package.json +1 -1
package/dist/lib/js/components/SurveyQuestions/SurveyQuestionScale/SurveyQuestionScale.vue.d.ts
CHANGED
|
@@ -53,6 +53,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
54
54
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
55
55
|
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
56
|
+
readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
|
|
56
57
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
57
58
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
58
59
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -254,6 +255,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
255
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
255
256
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
257
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
259
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
260
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
259
261
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -671,6 +673,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
671
673
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
672
674
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
673
675
|
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
676
|
+
readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
|
|
674
677
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
675
678
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
676
679
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -872,6 +875,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
872
875
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
873
876
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
874
877
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
878
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
875
879
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
876
880
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
877
881
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1400,6 +1404,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1400
1404
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
1401
1405
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
1402
1406
|
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
1407
|
+
readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
|
|
1403
1408
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1404
1409
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1405
1410
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -1601,6 +1606,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1601
1606
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1602
1607
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1603
1608
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1609
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1604
1610
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1605
1611
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
1606
1612
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -53,6 +53,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
53
53
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
54
54
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
55
55
|
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
56
|
+
readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
|
|
56
57
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
57
58
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
58
59
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -254,6 +255,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
254
255
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
255
256
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
256
257
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
257
259
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
258
260
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
259
261
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -13,6 +13,7 @@ export declare const data: () => {
|
|
|
13
13
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
14
14
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
15
15
|
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
16
|
+
readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
|
|
16
17
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
17
18
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
18
19
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -214,6 +215,7 @@ export declare const data: () => {
|
|
|
214
215
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
215
216
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
216
217
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
218
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
217
219
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
218
220
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
219
221
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -69,6 +69,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
69
69
|
readonly SLIDERS_SEARCH: VueConstructor<Vue>;
|
|
70
70
|
readonly CLOUD_DISCONNECTED: VueConstructor<Vue>;
|
|
71
71
|
readonly BALLOT_CHECK_TIME: VueConstructor<Vue>;
|
|
72
|
+
readonly RECTANGLES_VERTICAL: VueConstructor<Vue>;
|
|
72
73
|
readonly FA_ADDRESS_CARD: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
73
74
|
readonly FA_ANGLE_DOWN: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
74
75
|
readonly FA_ANGLE_LEFT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -270,6 +271,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
270
271
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
271
272
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
272
273
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
274
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
273
275
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
274
276
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
275
277
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -200,6 +200,7 @@ export declare const FONTAWESOME_ICONS: {
|
|
|
200
200
|
readonly FA_PRINT: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
201
201
|
readonly FA_PUZZLE_PIECE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
202
202
|
readonly FA_QUESTION: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
203
|
+
readonly FA_RECTANGLE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
203
204
|
readonly FA_RECTANGLE_CODE: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
204
205
|
readonly FA_RECTANGLE_HISTORY: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
205
206
|
readonly FA_RECTANGLE_LIST: import('@fortawesome/fontawesome-common-types').IconDefinition;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
|
|
2
|
+
<path d="M22 14H8C6.875 14 6 15 6 16V48C6 49.125 6.875 50 8 50H22C23 50 24 49.125 24 48V16C24 15 23 14 22 14ZM8 8H22C26.375 8 30 11.625 30 16V48C30 52.5 26.375 56 22 56H8C3.5 56 0 52.5 0 48V16C0 11.625 3.5 8 8 8Z" fill="currentColor"/>
|
|
3
|
+
<path d="M56 14H42C40.875 14 40 15 40 16V48C40 49.125 40.875 50 42 50H56C57 50 58 49.125 58 48V16C58 15 57 14 56 14ZM42 8H56C60.375 8 64 11.625 64 16V48C64 52.5 60.375 56 56 56H42C37.5 56 34 52.5 34 48V16C34 11.625 37.5 8 42 8Z" fill="currentColor"/>
|
|
4
|
+
</svg>
|
|
@@ -8,6 +8,7 @@ import SidebarFlipSolid from '../../../../images/icons/sidebar-flip-solid.svg';
|
|
|
8
8
|
import Change from '../../../../images/icons/change.svg';
|
|
9
9
|
import CloudDisconnected from '../../../../images/icons/cloud-disconnected.svg';
|
|
10
10
|
import BallotCheckTime from '../../../../images/icons/ballot-check-time.svg';
|
|
11
|
+
import RectanglesVertical from '../../../../images/icons/rectangles-vertical.svg';
|
|
11
12
|
|
|
12
13
|
import { FONTAWESOME_ICONS } from '../../../icons/fontawesome';
|
|
13
14
|
import { Value } from '../../../utils/type.utils';
|
|
@@ -54,6 +55,7 @@ const BETHINK_ICONS = {
|
|
|
54
55
|
SLIDERS_SEARCH: SlidersSearch,
|
|
55
56
|
CLOUD_DISCONNECTED: CloudDisconnected,
|
|
56
57
|
BALLOT_CHECK_TIME: BallotCheckTime,
|
|
58
|
+
RECTANGLES_VERTICAL: RectanglesVertical,
|
|
57
59
|
} as const;
|
|
58
60
|
|
|
59
61
|
export const ICONS = {
|
|
@@ -145,6 +145,7 @@ import { faPlus } from '@fortawesome/pro-regular-svg-icons/faPlus';
|
|
|
145
145
|
import { faPresentationScreen } from '@fortawesome/pro-regular-svg-icons/faPresentationScreen';
|
|
146
146
|
import { faPrint } from '@fortawesome/pro-regular-svg-icons/faPrint';
|
|
147
147
|
import { faPuzzlePiece } from '@fortawesome/pro-regular-svg-icons/faPuzzlePiece';
|
|
148
|
+
import { faRectangle } from '@fortawesome/pro-regular-svg-icons/faRectangle';
|
|
148
149
|
import { faRectangleCode } from '@fortawesome/pro-regular-svg-icons/faRectangleCode';
|
|
149
150
|
import { faRectangleList } from '@fortawesome/pro-regular-svg-icons/faRectangleList';
|
|
150
151
|
import { faRectangleHistory } from '@fortawesome/pro-regular-svg-icons/faRectangleHistory';
|
|
@@ -464,6 +465,7 @@ export const FONTAWESOME_ICONS = {
|
|
|
464
465
|
FA_PRINT: faPrint,
|
|
465
466
|
FA_PUZZLE_PIECE: faPuzzlePiece,
|
|
466
467
|
FA_QUESTION: faQuestion,
|
|
468
|
+
FA_RECTANGLE: faRectangle,
|
|
467
469
|
FA_RECTANGLE_CODE: faRectangleCode,
|
|
468
470
|
FA_RECTANGLE_HISTORY: faRectangleHistory,
|
|
469
471
|
FA_RECTANGLE_LIST: faRectangleList,
|