@dvrd/dvr-controls 1.0.53 → 1.0.55
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/index.ts +3 -0
- package/package.json +1 -1
- package/src/js/button/button.tsx +1 -1
- package/src/js/button/buttonController.tsx +1 -1
- package/src/js/button/closeButton.tsx +1 -1
- package/src/js/button/dvrdButton.tsx +1 -1
- package/src/js/button/outlinedButton.tsx +1 -1
- package/src/js/button/simpleButton.tsx +1 -1
- package/src/js/button/style/button.scss +1 -1
- package/src/js/button/style/closeButton.scss +1 -1
- package/src/js/button/style/dvrdButton.scss +1 -1
- package/src/js/button/style/outlinedButton.scss +1 -1
- package/src/js/button/style/simpleButton.scss +1 -1
- package/src/js/carousel/DVRCarousel.tsx +1 -1
- package/src/js/carousel/DVRCarouselController.tsx +1 -1
- package/src/js/carousel/style/DVRCarousel.scss +1 -1
- package/src/js/checkbox/checkbox.tsx +1 -1
- package/src/js/checkbox/checkboxController.tsx +1 -1
- package/src/js/checkbox/style/checkbox.scss +1 -1
- package/src/js/colorPicker/colorPicker.tsx +1 -1
- package/src/js/colorPicker/style/colorPicker.scss +1 -1
- package/src/js/date/dvrdDatePicker.tsx +1 -1
- package/src/js/date/style/dvrdDatePicker.scss +1 -1
- package/src/js/dialog/dialog.tsx +1 -1
- package/src/js/dialog/dialogController.tsx +1 -1
- package/src/js/dialog/inlineDialog.tsx +1 -1
- package/src/js/dialog/style/dialog.scss +1 -1
- package/src/js/events/withEvents.tsx +1 -1
- package/src/js/fileUpload/fileUpload.tsx +1 -1
- package/src/js/fileUpload/style/fileUpload.scss +1 -1
- package/src/js/head/DVRHead.tsx +1 -1
- package/src/js/header/DVRHeader.tsx +1 -1
- package/src/js/header/style/header.scss +1 -1
- package/src/js/header/v2/dvrdHeader.tsx +4 -0
- package/src/js/header/v2/dvrdHeaderController.tsx +4 -0
- package/src/js/icon/awesomeIcon.tsx +1 -1
- package/src/js/image/imageUpload.tsx +1 -1
- package/src/js/image/style/imageUpload.scss +1 -1
- package/src/js/info/info.tsx +1 -1
- package/src/js/info/style/info.scss +1 -1
- package/src/js/input/animated/animatedTextField.tsx +1 -1
- package/src/js/input/date/dateField.tsx +1 -1
- package/src/js/input/date/dateFieldController.tsx +1 -1
- package/src/js/input/date/datePicker/datePicker.tsx +1 -1
- package/src/js/input/date/datePicker/style/datePicker.scss +1 -1
- package/src/js/input/date/input/dateInput.tsx +1 -1
- package/src/js/input/date/style/dateField.scss +1 -1
- package/src/js/input/date/timePicker/style/timePicker.scss +1 -1
- package/src/js/input/date/timePicker/timePicker.tsx +1 -1
- package/src/js/input/editor/DVREditor.tsx +1 -1
- package/src/js/input/number/numberInput.tsx +1 -1
- package/src/js/input/password/passwordInput.tsx +1 -1
- package/src/js/input/password/passwordRules.tsx +1 -1
- package/src/js/input/password/style/passwordInput.scss +1 -1
- package/src/js/input/password/style/passwordRules.scss +1 -1
- package/src/js/input/simple/style/simpleInput.scss +1 -1
- package/src/js/input/simple/v2/simpleInputV2.tsx +1 -1
- package/src/js/input/style/input.scss +1 -1
- package/src/js/input/v2/inputController_v2.tsx +1 -1
- package/src/js/input/v2/input_v2.tsx +1 -1
- package/src/js/label/label.tsx +1 -1
- package/src/js/label/style/label.scss +1 -1
- package/src/js/link/link.tsx +1 -1
- package/src/js/link/style/link.scss +1 -1
- package/src/js/loader/loader.tsx +1 -1
- package/src/js/loader/loaderController.tsx +1 -1
- package/src/js/loader/style/loader.scss +1 -1
- package/src/js/media/media.tsx +1 -1
- package/src/js/navigation/mobileNavigation.tsx +4 -0
- package/src/js/navigation/style/mobileNavigation.scss +4 -0
- package/src/js/navigator/navigator.tsx +1 -1
- package/src/js/optionsList/dvrdOptionsList.tsx +1 -1
- package/src/js/optionsList/style/dvrdOptionsList.scss +1 -1
- package/src/js/optionsMenu/optionsMenu.tsx +1 -1
- package/src/js/optionsMenu/style/optionsMenu.scss +1 -1
- package/src/js/pdf/element/pdfElement.tsx +1 -1
- package/src/js/pdf/element/style/pdfElement.scss +1 -1
- package/src/js/pdf/history/pdfHistory.ts +1 -1
- package/src/js/pdf/image/pdfImage.tsx +1 -1
- package/src/js/pdf/image/style/pdfImage.scss +1 -1
- package/src/js/pdf/invoiceTable/pdfInvoiceTable.tsx +1 -1
- package/src/js/pdf/invoiceTable/style/pdfInvoiceTable.scss +1 -1
- package/src/js/pdf/pdfTemplateCreator.tsx +1 -1
- package/src/js/pdf/settings/buttons/iconButton.tsx +1 -1
- package/src/js/pdf/settings/buttons/style/iconButton.scss +1 -1
- package/src/js/pdf/settings/image/pdfImageSettings.tsx +1 -1
- package/src/js/pdf/settings/image/style/pdfImageSettings.scss +1 -1
- package/src/js/pdf/settings/invoiceTable/pdfInvoiceTableSettings.tsx +1 -1
- package/src/js/pdf/settings/invoiceTable/style/pdfInvoiceTableSettings.scss +1 -1
- package/src/js/pdf/settings/pdfElementSettings.tsx +1 -1
- package/src/js/pdf/settings/style/pdfElementSettings.scss +1 -1
- package/src/js/pdf/settings/text/pdfTextSettings.tsx +1 -1
- package/src/js/pdf/settings/text/style/pdfTextSettings.scss +1 -1
- package/src/js/pdf/style/pdfTemplateCreator.scss +1 -1
- package/src/js/pdf/text/pdfText.tsx +1 -1
- package/src/js/pdf/text/style/pdfText.scss +1 -1
- package/src/js/pdf/v2/pdfElement/pdfDraggableElement.tsx +1 -1
- package/src/js/pdf/v2/types/pdfTemplateTypes.ts +1 -1
- package/src/js/popup/style/withBackground.scss +1 -1
- package/src/js/popup/withBackground.tsx +1 -1
- package/src/js/radio/dvrdRadio.tsx +1 -1
- package/src/js/radio/dvrdRadioController.tsx +1 -1
- package/src/js/radio/style/dvrdRadio.scss +1 -1
- package/src/js/select/async/asyncSelect.tsx +1 -1
- package/src/js/select/async/style/asyncSelect.scss +1 -1
- package/src/js/select/dvrdGroupedSelect.tsx +220 -0
- package/src/js/select/dvrdSelect.tsx +1 -1
- package/src/js/select/dvrdSelectController.tsx +1 -1
- package/src/js/select/select.tsx +1 -1
- package/src/js/select/selectController.tsx +1 -1
- package/src/js/select/style/dvrdGroupedSelect.scss +176 -0
- package/src/js/select/style/dvrdSelect.scss +1 -1
- package/src/js/select/style/select.scss +1 -1
- package/src/js/sidebarMenu/sidebarMenu.tsx +1 -1
- package/src/js/sidebarMenu/style/sidebarMenu.scss +1 -1
- package/src/js/slider/DVRSlider.tsx +1 -1
- package/src/js/slider/style/DVRSlider.scss +1 -1
- package/src/js/snackbar/snackbar.tsx +1 -1
- package/src/js/snackbar/snackbarController.tsx +1 -1
- package/src/js/snackbar/style/snackbar.scss +1 -1
- package/src/js/switch/dvrdSwitch.tsx +1 -1
- package/src/js/switch/style/dvrdSwitch.scss +1 -1
- package/src/js/switch/style/switch.scss +1 -1
- package/src/js/switch/switch.tsx +1 -1
- package/src/js/switch/switchController.tsx +1 -1
- package/src/js/textField/dvrdInput.tsx +1 -1
- package/src/js/textField/dvrdInputController.tsx +1 -1
- package/src/js/textField/dvrdNumberInput.tsx +1 -1
- package/src/js/textField/dvrdPasswordInput.tsx +1 -1
- package/src/js/textField/style/dvrdInput.scss +1 -1
- package/src/js/textField/style/dvrdPassword.scss +1 -1
- package/src/js/topButton/style/topButton.scss +1 -1
- package/src/js/topButton/topButton.tsx +1 -1
- package/src/js/util/analyticsUtil.ts +1 -1
- package/src/js/util/colorUtil.ts +1 -1
- package/src/js/util/componentUtil.tsx +1 -1
- package/src/js/util/constants.ts +1 -1
- package/src/js/util/controlContext.tsx +1 -1
- package/src/js/util/controlUtil.ts +1 -1
- package/src/js/util/cookieUtil.ts +1 -1
- package/src/js/util/eventUtil.ts +1 -1
- package/src/js/util/googleUtil.ts +1 -1
- package/src/js/util/interfaces.ts +13 -2
- package/src/js/util/jwtUtil.ts +1 -1
- package/src/js/util/miscUtil.ts +1 -1
- package/src/js/util/pdfUtil.ts +1 -1
- package/src/js/util/requestUtil.ts +1 -1
- package/src/js/util/responsiveUtil.ts +1 -1
- package/src/js/util/validationUtil.ts +1 -1
- package/src/style/common-icons-variables.scss +1 -1
- package/src/style/common-icons.scss +1 -1
- package/src/style/common-variables.scss +1 -1
- package/src/style/display-breakpoints.scss +1 -1
- package/src/style/fonts/common-icons.svg +4 -0
- package/src/style/fonts/fontAwesome/css/all.css +2 -4
- package/src/style/fonts/fontAwesome/css/brands.css +2 -4
- package/src/style/fonts/fontAwesome/css/fontawesome.css +2 -4
- package/src/style/fonts/fontAwesome/css/regular.css +2 -4
- package/src/style/fonts/fontAwesome/css/solid.css +2 -4
- package/src/style/fonts/fontAwesome/css/svg-with-js.css +2 -4
- package/src/style/fonts/fontAwesome/css/v4-font-face.css +2 -4
- package/src/style/fonts/fontAwesome/css/v4-shims.css +2 -4
- package/src/style/fonts/fontAwesome/css/v5-font-face.css +2 -4
- package/src/style/variables.scss +1 -1
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
@import '../../../style/variables';
|
|
6
|
+
|
|
7
|
+
.dvrd-grouped-select {
|
|
8
|
+
display: grid;
|
|
9
|
+
grid-row-gap: .25rem;
|
|
10
|
+
position: relative;
|
|
11
|
+
|
|
12
|
+
.grouped-select-label {
|
|
13
|
+
color: $color-blue-text;
|
|
14
|
+
font-size: .9rem;
|
|
15
|
+
transition: color .2s ease-in-out;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
user-select: none;
|
|
18
|
+
margin-left: 1px;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.dvrd-grouped-select-content {
|
|
22
|
+
position: relative;
|
|
23
|
+
|
|
24
|
+
.grouped-select-value-container {
|
|
25
|
+
border: 1px solid #D9D9D9;
|
|
26
|
+
border-radius: 4px;
|
|
27
|
+
transition: border-color .2s ease-in-out, border-radius .2s ease-in-out;
|
|
28
|
+
display: grid;
|
|
29
|
+
grid-template-columns: 1fr fit-content(100%);
|
|
30
|
+
grid-column-gap: .5rem;
|
|
31
|
+
align-items: center;
|
|
32
|
+
padding: .75rem;
|
|
33
|
+
cursor: pointer;
|
|
34
|
+
background-color: white;
|
|
35
|
+
|
|
36
|
+
.grouped-select-placeholder, .grouped-select-value {
|
|
37
|
+
font-family: avenir-light, sans-serif;
|
|
38
|
+
user-select: none;
|
|
39
|
+
vertical-align: middle;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.grouped-select-placeholder {
|
|
43
|
+
color: $color-gray-2;
|
|
44
|
+
|
|
45
|
+
&.hidden {
|
|
46
|
+
visibility: hidden;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.grouped-select-value {
|
|
51
|
+
color: $color-blue-text;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
.chev-icon {
|
|
55
|
+
font-size: .9rem;
|
|
56
|
+
transition: transform .2s ease-in-out;
|
|
57
|
+
color: $color-gray-3;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.grouped-select-items {
|
|
62
|
+
@include backgroundShadow3($borderRadius: 0);
|
|
63
|
+
background-color: white;
|
|
64
|
+
position: absolute;
|
|
65
|
+
left: 1px;
|
|
66
|
+
width: calc(100% - 2px);
|
|
67
|
+
transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
|
|
68
|
+
visibility: hidden;
|
|
69
|
+
opacity: 0;
|
|
70
|
+
z-index: 1;
|
|
71
|
+
overflow-y: auto;
|
|
72
|
+
|
|
73
|
+
.dvrd-grouped-item {
|
|
74
|
+
.grouped-item-label {
|
|
75
|
+
padding: .5rem;
|
|
76
|
+
display: block;
|
|
77
|
+
transition: background-color .2s ease-in-out;
|
|
78
|
+
cursor: default;
|
|
79
|
+
user-select: none;
|
|
80
|
+
color: $color-blue-text;
|
|
81
|
+
|
|
82
|
+
&.selectable {
|
|
83
|
+
cursor: pointer;
|
|
84
|
+
|
|
85
|
+
&:not(&.selected):hover {
|
|
86
|
+
background-color: rgba($color-blue-1, .2);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&.selected {
|
|
91
|
+
background-color: rgba($color-blue-1, .3);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&.group-head {
|
|
95
|
+
font-weight: 500;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.dvrd-grouped-select-error {
|
|
103
|
+
color: red;
|
|
104
|
+
font-size: .9rem;
|
|
105
|
+
margin-left: 1px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&.bottom {
|
|
109
|
+
.grouped-select-items {
|
|
110
|
+
bottom: 0;
|
|
111
|
+
transform: translateY(100%);
|
|
112
|
+
border-bottom-left-radius: 4px;
|
|
113
|
+
border-bottom-right-radius: 4px;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
&.top {
|
|
118
|
+
.grouped-select-items {
|
|
119
|
+
top: 0;
|
|
120
|
+
transform: translateY(calc(-100%));
|
|
121
|
+
border-top-left-radius: 4px;
|
|
122
|
+
border-top-right-radius: 4px;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
&.open, &:hover:not(&.disabled):not(&.error) {
|
|
127
|
+
.grouped-select-value-container {
|
|
128
|
+
border-color: $color-blue-1;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
&.open {
|
|
133
|
+
.grouped-select-label {
|
|
134
|
+
color: $color-blue-1;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.grouped-select-value-container .chev-icon {
|
|
138
|
+
transform: rotateX(180deg);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.grouped-select-items {
|
|
142
|
+
visibility: visible;
|
|
143
|
+
opacity: 1;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
&.bottom {
|
|
147
|
+
.grouped-select-value-container {
|
|
148
|
+
border-bottom-left-radius: 0;
|
|
149
|
+
border-bottom-right-radius: 0;
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
&.top {
|
|
154
|
+
.grouped-select-value-container {
|
|
155
|
+
border-top-left-radius: 0;
|
|
156
|
+
border-top-right-radius: 0;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
&.error {
|
|
162
|
+
.grouped-select-label {
|
|
163
|
+
color: red;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.grouped-select-value-container {
|
|
167
|
+
border-color: red;
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
&.disabled {
|
|
172
|
+
&, * {
|
|
173
|
+
cursor: default;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
package/src/js/switch/switch.tsx
CHANGED
package/src/js/util/colorUtil.ts
CHANGED
package/src/js/util/constants.ts
CHANGED
package/src/js/util/eventUtil.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c)
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
import React, {CSSProperties, MouseEventHandler, ReactElement} from 'react';
|
|
@@ -69,6 +69,16 @@ export interface SelectItemShape {
|
|
|
69
69
|
[key: string]: any,
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
+
export interface GroupedSelectItem {
|
|
73
|
+
label: string | number | ReactElement;
|
|
74
|
+
value?: SelectValueType;
|
|
75
|
+
valueLabel?: string | number;
|
|
76
|
+
children?: Array<GroupedSelectItem>;
|
|
77
|
+
selectable?: false;
|
|
78
|
+
className?: string;
|
|
79
|
+
style?: CSSProperties;
|
|
80
|
+
}
|
|
81
|
+
|
|
72
82
|
export interface DialogConfig {
|
|
73
83
|
backgroundColor?: string;
|
|
74
84
|
textColor?: string;
|
|
@@ -236,4 +246,5 @@ export type RenderFile = {
|
|
|
236
246
|
export type Snack = {
|
|
237
247
|
text: string | React.ReactElement;
|
|
238
248
|
config?: DialogConfig;
|
|
239
|
-
}
|
|
249
|
+
}
|
|
250
|
+
export type SelectValueType = string | number;
|
package/src/js/util/jwtUtil.ts
CHANGED
package/src/js/util/miscUtil.ts
CHANGED
package/src/js/util/pdfUtil.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
<?xml version="1.0" standalone="no"?>
|
|
2
|
+
<!--
|
|
3
|
+
- Copyright (c) 2024. Dave van Rijn Development
|
|
4
|
+
-->
|
|
5
|
+
|
|
2
6
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
3
7
|
<svg xmlns="http://www.w3.org/2000/svg">
|
|
4
8
|
<metadata>Generated by IcoMoon</metadata>
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
.fa {
|
|
7
5
|
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
:root, :host {
|
|
7
5
|
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"; }
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
.fa {
|
|
7
5
|
font-family: var(--fa-style-family, "Font Awesome 6 Free");
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
:root, :host {
|
|
7
5
|
--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"; }
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
:root, :host {
|
|
7
5
|
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"; }
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
:root, :host {
|
|
7
5
|
--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Solid";
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
@font-face {
|
|
7
5
|
font-family: "FontAwesome";
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
.fa.fa-glass:before {
|
|
7
5
|
content: "\f000"; }
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
4
|
-
* Copyright 2022 Fonticons, Inc.
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2024. Dave van Rijn Development
|
|
5
3
|
*/
|
|
6
4
|
@font-face {
|
|
7
5
|
font-family: "Font Awesome 5 Brands";
|