@dvrd/dvr-controls 1.0.52 → 1.0.54

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.
Files changed (164) hide show
  1. package/index.ts +2 -0
  2. package/package.json +1 -1
  3. package/src/js/button/button.tsx +1 -1
  4. package/src/js/button/buttonController.tsx +1 -1
  5. package/src/js/button/closeButton.tsx +1 -1
  6. package/src/js/button/dvrdButton.tsx +1 -1
  7. package/src/js/button/outlinedButton.tsx +1 -1
  8. package/src/js/button/simpleButton.tsx +1 -1
  9. package/src/js/button/style/button.scss +1 -1
  10. package/src/js/button/style/closeButton.scss +1 -1
  11. package/src/js/button/style/dvrdButton.scss +1 -1
  12. package/src/js/button/style/outlinedButton.scss +1 -1
  13. package/src/js/button/style/simpleButton.scss +1 -1
  14. package/src/js/carousel/DVRCarousel.tsx +1 -1
  15. package/src/js/carousel/DVRCarouselController.tsx +1 -1
  16. package/src/js/carousel/style/DVRCarousel.scss +1 -1
  17. package/src/js/checkbox/checkbox.tsx +1 -1
  18. package/src/js/checkbox/checkboxController.tsx +1 -1
  19. package/src/js/checkbox/style/checkbox.scss +1 -1
  20. package/src/js/colorPicker/colorPicker.tsx +1 -1
  21. package/src/js/colorPicker/style/colorPicker.scss +1 -1
  22. package/src/js/date/dvrdDatePicker.tsx +1 -1
  23. package/src/js/date/style/dvrdDatePicker.scss +1 -1
  24. package/src/js/dialog/dialog.tsx +1 -1
  25. package/src/js/dialog/dialogController.tsx +1 -1
  26. package/src/js/dialog/inlineDialog.tsx +1 -1
  27. package/src/js/dialog/style/dialog.scss +1 -1
  28. package/src/js/events/withEvents.tsx +1 -1
  29. package/src/js/fileUpload/fileUpload.tsx +1 -1
  30. package/src/js/fileUpload/style/fileUpload.scss +1 -1
  31. package/src/js/head/DVRHead.tsx +1 -1
  32. package/src/js/header/DVRHeader.tsx +1 -1
  33. package/src/js/header/style/header.scss +1 -1
  34. package/src/js/header/v2/dvrdHeader.tsx +4 -0
  35. package/src/js/header/v2/dvrdHeaderController.tsx +4 -0
  36. package/src/js/icon/awesomeIcon.tsx +1 -1
  37. package/src/js/image/imageUpload.tsx +1 -1
  38. package/src/js/image/style/imageUpload.scss +1 -1
  39. package/src/js/info/info.tsx +1 -1
  40. package/src/js/info/style/info.scss +1 -1
  41. package/src/js/input/animated/animatedTextField.tsx +1 -1
  42. package/src/js/input/date/dateField.tsx +1 -1
  43. package/src/js/input/date/dateFieldController.tsx +1 -1
  44. package/src/js/input/date/datePicker/datePicker.tsx +1 -1
  45. package/src/js/input/date/datePicker/style/datePicker.scss +1 -1
  46. package/src/js/input/date/input/dateInput.tsx +1 -1
  47. package/src/js/input/date/style/dateField.scss +1 -1
  48. package/src/js/input/date/timePicker/style/timePicker.scss +1 -1
  49. package/src/js/input/date/timePicker/timePicker.tsx +1 -1
  50. package/src/js/input/editor/DVREditor.tsx +1 -1
  51. package/src/js/input/number/numberInput.tsx +1 -1
  52. package/src/js/input/password/passwordInput.tsx +1 -1
  53. package/src/js/input/password/passwordRules.tsx +1 -1
  54. package/src/js/input/password/style/passwordInput.scss +1 -1
  55. package/src/js/input/password/style/passwordRules.scss +1 -1
  56. package/src/js/input/simple/style/simpleInput.scss +1 -1
  57. package/src/js/input/simple/v2/simpleInputV2.tsx +1 -1
  58. package/src/js/input/style/input.scss +1 -1
  59. package/src/js/input/v2/inputController_v2.tsx +1 -1
  60. package/src/js/input/v2/input_v2.tsx +1 -1
  61. package/src/js/label/label.tsx +1 -1
  62. package/src/js/label/style/label.scss +1 -1
  63. package/src/js/link/link.tsx +1 -1
  64. package/src/js/link/style/link.scss +1 -1
  65. package/src/js/loader/loader.tsx +1 -1
  66. package/src/js/loader/loaderController.tsx +1 -1
  67. package/src/js/loader/style/loader.scss +1 -1
  68. package/src/js/media/media.tsx +1 -1
  69. package/src/js/navigation/mobileNavigation.tsx +4 -0
  70. package/src/js/navigation/style/mobileNavigation.scss +4 -0
  71. package/src/js/navigator/navigator.tsx +1 -1
  72. package/src/js/optionsList/dvrdOptionsList.tsx +1 -1
  73. package/src/js/optionsList/style/dvrdOptionsList.scss +1 -1
  74. package/src/js/optionsMenu/optionsMenu.tsx +1 -1
  75. package/src/js/optionsMenu/style/optionsMenu.scss +1 -1
  76. package/src/js/pdf/element/pdfElement.tsx +1 -1
  77. package/src/js/pdf/element/style/pdfElement.scss +1 -1
  78. package/src/js/pdf/history/pdfHistory.ts +1 -1
  79. package/src/js/pdf/image/pdfImage.tsx +1 -1
  80. package/src/js/pdf/image/style/pdfImage.scss +1 -1
  81. package/src/js/pdf/invoiceTable/pdfInvoiceTable.tsx +1 -1
  82. package/src/js/pdf/invoiceTable/style/pdfInvoiceTable.scss +1 -1
  83. package/src/js/pdf/pdfTemplateCreator.tsx +1 -1
  84. package/src/js/pdf/settings/buttons/iconButton.tsx +1 -1
  85. package/src/js/pdf/settings/buttons/style/iconButton.scss +1 -1
  86. package/src/js/pdf/settings/image/pdfImageSettings.tsx +1 -1
  87. package/src/js/pdf/settings/image/style/pdfImageSettings.scss +1 -1
  88. package/src/js/pdf/settings/invoiceTable/pdfInvoiceTableSettings.tsx +1 -1
  89. package/src/js/pdf/settings/invoiceTable/style/pdfInvoiceTableSettings.scss +1 -1
  90. package/src/js/pdf/settings/pdfElementSettings.tsx +1 -1
  91. package/src/js/pdf/settings/style/pdfElementSettings.scss +1 -1
  92. package/src/js/pdf/settings/text/pdfTextSettings.tsx +1 -1
  93. package/src/js/pdf/settings/text/style/pdfTextSettings.scss +1 -1
  94. package/src/js/pdf/style/pdfTemplateCreator.scss +1 -1
  95. package/src/js/pdf/text/pdfText.tsx +1 -1
  96. package/src/js/pdf/text/style/pdfText.scss +1 -1
  97. package/src/js/pdf/v2/pdfElement/pdfDraggableElement.tsx +1 -1
  98. package/src/js/pdf/v2/types/pdfTemplateTypes.ts +1 -1
  99. package/src/js/popup/style/withBackground.scss +1 -1
  100. package/src/js/popup/withBackground.tsx +1 -1
  101. package/src/js/radio/dvrdRadio.tsx +1 -1
  102. package/src/js/radio/dvrdRadioController.tsx +1 -1
  103. package/src/js/radio/style/dvrdRadio.scss +1 -1
  104. package/src/js/select/async/asyncSelect.tsx +1 -1
  105. package/src/js/select/async/style/asyncSelect.scss +1 -1
  106. package/src/js/select/dvrdGroupedSelect.tsx +220 -0
  107. package/src/js/select/dvrdSelect.tsx +1 -1
  108. package/src/js/select/dvrdSelectController.tsx +1 -1
  109. package/src/js/select/select.tsx +1 -1
  110. package/src/js/select/selectController.tsx +1 -1
  111. package/src/js/select/style/dvrdGroupedSelect.scss +176 -0
  112. package/src/js/select/style/dvrdSelect.scss +1 -1
  113. package/src/js/select/style/select.scss +1 -1
  114. package/src/js/sidebarMenu/sidebarMenu.tsx +1 -1
  115. package/src/js/sidebarMenu/style/sidebarMenu.scss +1 -1
  116. package/src/js/slider/DVRSlider.tsx +1 -1
  117. package/src/js/slider/style/DVRSlider.scss +1 -1
  118. package/src/js/snackbar/snackbar.tsx +1 -1
  119. package/src/js/snackbar/snackbarController.tsx +1 -1
  120. package/src/js/snackbar/style/snackbar.scss +1 -1
  121. package/src/js/switch/dvrdSwitch.tsx +1 -1
  122. package/src/js/switch/style/dvrdSwitch.scss +1 -1
  123. package/src/js/switch/style/switch.scss +1 -1
  124. package/src/js/switch/switch.tsx +1 -1
  125. package/src/js/switch/switchController.tsx +1 -1
  126. package/src/js/textField/dvrdInput.tsx +1 -1
  127. package/src/js/textField/dvrdInputController.tsx +1 -1
  128. package/src/js/textField/dvrdNumberInput.tsx +1 -1
  129. package/src/js/textField/dvrdPasswordInput.tsx +1 -1
  130. package/src/js/textField/style/dvrdInput.scss +1 -1
  131. package/src/js/textField/style/dvrdPassword.scss +1 -1
  132. package/src/js/topButton/style/topButton.scss +1 -1
  133. package/src/js/topButton/topButton.tsx +1 -1
  134. package/src/js/util/analyticsUtil.ts +1 -1
  135. package/src/js/util/colorUtil.ts +1 -1
  136. package/src/js/util/componentUtil.tsx +1 -1
  137. package/src/js/util/constants.ts +1 -1
  138. package/src/js/util/controlContext.tsx +1 -1
  139. package/src/js/util/controlUtil.ts +1 -1
  140. package/src/js/util/cookieUtil.ts +1 -1
  141. package/src/js/util/eventUtil.ts +1 -1
  142. package/src/js/util/googleUtil.ts +1 -1
  143. package/src/js/util/interfaces.ts +13 -2
  144. package/src/js/util/jwtUtil.ts +1 -1
  145. package/src/js/util/miscUtil.ts +1 -1
  146. package/src/js/util/pdfUtil.ts +1 -1
  147. package/src/js/util/requestUtil.ts +3 -2
  148. package/src/js/util/responsiveUtil.ts +1 -1
  149. package/src/js/util/validationUtil.ts +1 -1
  150. package/src/style/common-icons-variables.scss +1 -1
  151. package/src/style/common-icons.scss +1 -1
  152. package/src/style/common-variables.scss +1 -1
  153. package/src/style/display-breakpoints.scss +1 -1
  154. package/src/style/fonts/common-icons.svg +4 -0
  155. package/src/style/fonts/fontAwesome/css/all.css +2 -4
  156. package/src/style/fonts/fontAwesome/css/brands.css +2 -4
  157. package/src/style/fonts/fontAwesome/css/fontawesome.css +2 -4
  158. package/src/style/fonts/fontAwesome/css/regular.css +2 -4
  159. package/src/style/fonts/fontAwesome/css/solid.css +2 -4
  160. package/src/style/fonts/fontAwesome/css/svg-with-js.css +2 -4
  161. package/src/style/fonts/fontAwesome/css/v4-font-face.css +2 -4
  162. package/src/style/fonts/fontAwesome/css/v4-shims.css +2 -4
  163. package/src/style/fonts/fontAwesome/css/v5-font-face.css +2 -4
  164. package/src/style/variables.scss +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
  import './style/sidebarMenu.scss';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
  import './style/DVRSlider.scss';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import './style/snackbar.scss';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React from 'react';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
  import './style/dvrdSwitch.scss';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import './style/switch.scss';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React from 'react';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
  import './style/dvrdInput.scss';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React, {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React, {FocusEventHandler, InputHTMLAttributes, KeyboardEventHandler, PureComponent} from 'react';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
  import './style/dvrdPassword.scss';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import '../../../style/variables';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
  import './style/topButton.scss';
5
5
 
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import {getMode} from "./miscUtil";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import {ColorSet} from "./interfaces";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React, {useEffect, useRef} from "react";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  /*
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React, {Context, PropsWithChildren, useEffect} from 'react';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React from 'react';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import Cookies, {CookieAttributes} from "js-cookie";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import React from 'react';
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
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;
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import Cookies, {CookieAttributes} from "js-cookie";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import {IndexedObject} from "./interfaces";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import {DefaultPDFElementParams, IndexedObject, PdfFont, PDFTextVariables, SelectItemShape} from "./interfaces";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import {OutgoingHttpHeaders} from "http";
@@ -78,11 +78,12 @@ export function sendFetch(config: FetchOptions): AbortController | null {
78
78
  method,
79
79
  body: config.stringifyData === false ? data : JSON.stringify(data, bigIntParser),
80
80
  cache: 'no-store',
81
+ credentials: config.credentials,
82
+ mode: 'cors',
81
83
  };
82
84
  const abortController = getAbortController();
83
85
  if (abortController) options.signal = abortController.signal;
84
86
 
85
- options['mode'] = 'cors';
86
87
  fetch(baseUrl + url, options).then((response: Response) => {
87
88
  _handleResponse(response, config);
88
89
  }).catch((reason: any) => {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  import {Breakpoint} from "./interfaces";
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  export const validateEmail = (email: string, allowMultiple?: boolean): boolean =>
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  $icomoon-font-path: "./fonts" !default;
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import "common-icons-variables";
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  /**
@@ -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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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
- * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
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";
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Copyright (c) 2021. Dave van Rijn Development
2
+ * Copyright (c) 2024. Dave van Rijn Development
3
3
  */
4
4
 
5
5
  @import 'common-variables';