dmed-voice-assistant 1.1.7 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. package/dist/components/RecognitionListItem.js +1 -1
  2. package/dist/components/StyledSelect.js +1 -1
  3. package/dist/components/fonts/Afacad/Afacad-Italic-VariableFont_wght.ttf +0 -0
  4. package/dist/components/fonts/Afacad/Afacad-VariableFont_wght.ttf +0 -0
  5. package/dist/components/fonts/Afacad/OFL.txt +93 -0
  6. package/dist/components/fonts/Afacad/README.txt +71 -0
  7. package/dist/components/fonts/Afacad/static/Afacad-Bold.ttf +0 -0
  8. package/dist/components/fonts/Afacad/static/Afacad-BoldItalic.ttf +0 -0
  9. package/dist/components/fonts/Afacad/static/Afacad-Italic.ttf +0 -0
  10. package/dist/components/fonts/Afacad/static/Afacad-Medium.ttf +0 -0
  11. package/dist/components/fonts/Afacad/static/Afacad-MediumItalic.ttf +0 -0
  12. package/dist/components/fonts/Afacad/static/Afacad-Regular.ttf +0 -0
  13. package/dist/components/fonts/Afacad/static/Afacad-SemiBold.ttf +0 -0
  14. package/dist/components/fonts/Afacad/static/Afacad-SemiBoldItalic.ttf +0 -0
  15. package/dist/components/fonts/Fira_Code/FiraCode-VariableFont_wght.ttf +0 -0
  16. package/dist/components/fonts/Fira_Code/OFL.txt +93 -0
  17. package/dist/components/fonts/Fira_Code/README.txt +67 -0
  18. package/dist/components/fonts/Fira_Code/static/FiraCode-Bold.ttf +0 -0
  19. package/dist/components/fonts/Fira_Code/static/FiraCode-Light.ttf +0 -0
  20. package/dist/components/fonts/Fira_Code/static/FiraCode-Medium.ttf +0 -0
  21. package/dist/components/fonts/Fira_Code/static/FiraCode-Regular.ttf +0 -0
  22. package/dist/components/fonts/Fira_Code/static/FiraCode-SemiBold.ttf +0 -0
  23. package/dist/components/fonts/Reddit_Sans/OFL.txt +94 -0
  24. package/dist/components/fonts/Reddit_Sans/README.txt +79 -0
  25. package/dist/components/fonts/Reddit_Sans/RedditSans-Italic-VariableFont_wght.ttf +0 -0
  26. package/dist/components/fonts/Reddit_Sans/RedditSans-VariableFont_wght.ttf +0 -0
  27. package/dist/components/fonts/Reddit_Sans/static/RedditSans-Black.ttf +0 -0
  28. package/dist/components/fonts/Reddit_Sans/static/RedditSans-BlackItalic.ttf +0 -0
  29. package/dist/components/fonts/Reddit_Sans/static/RedditSans-Bold.ttf +0 -0
  30. package/dist/components/fonts/Reddit_Sans/static/RedditSans-BoldItalic.ttf +0 -0
  31. package/dist/components/fonts/Reddit_Sans/static/RedditSans-ExtraBold.ttf +0 -0
  32. package/dist/components/fonts/Reddit_Sans/static/RedditSans-ExtraBoldItalic.ttf +0 -0
  33. package/dist/components/fonts/Reddit_Sans/static/RedditSans-ExtraLight.ttf +0 -0
  34. package/dist/components/fonts/Reddit_Sans/static/RedditSans-ExtraLightItalic.ttf +0 -0
  35. package/dist/components/fonts/Reddit_Sans/static/RedditSans-Italic.ttf +0 -0
  36. package/dist/components/fonts/Reddit_Sans/static/RedditSans-Light.ttf +0 -0
  37. package/dist/components/fonts/Reddit_Sans/static/RedditSans-LightItalic.ttf +0 -0
  38. package/dist/components/fonts/Reddit_Sans/static/RedditSans-Medium.ttf +0 -0
  39. package/dist/components/fonts/Reddit_Sans/static/RedditSans-MediumItalic.ttf +0 -0
  40. package/dist/components/fonts/Reddit_Sans/static/RedditSans-Regular.ttf +0 -0
  41. package/dist/components/fonts/Reddit_Sans/static/RedditSans-SemiBold.ttf +0 -0
  42. package/dist/components/fonts/Reddit_Sans/static/RedditSans-SemiBoldItalic.ttf +0 -0
  43. package/dist/components/fonts/Space_Grotesk/OFL.txt +93 -0
  44. package/dist/components/fonts/Space_Grotesk/README.txt +67 -0
  45. package/dist/components/fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf +0 -0
  46. package/dist/components/fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf +0 -0
  47. package/dist/components/fonts/Space_Grotesk/static/SpaceGrotesk-Light.ttf +0 -0
  48. package/dist/components/fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf +0 -0
  49. package/dist/components/fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf +0 -0
  50. package/dist/components/fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf +0 -0
  51. package/dist/components/svgs.js +1 -1
  52. package/dist/index.js +16 -20
  53. package/dist/recognition.js +1 -1
  54. package/dist/recorder.js +3 -3
  55. package/dist/style.css +91 -0
  56. package/package.json +3 -5
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
@@ -7,7 +8,6 @@ exports.default = void 0;
7
8
  var _react = _interopRequireDefault(require("react"));
8
9
  var _material = require("@mui/material");
9
10
  var _jsxRuntime = require("react/jsx-runtime");
10
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
11
11
  const RecognitionListItem = _ref => {
12
12
  let {
13
13
  data
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.default = void 0;
7
8
  var _react = _interopRequireDefault(require("react"));
8
9
  var _material = require("@mui/material");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
10
  const StyledSelect = (0, _material.styled)(_material.Select)(_ref => {
11
11
  let {
12
12
  theme
@@ -0,0 +1,93 @@
1
+ Copyright 2023 The Afacad Project Authors (https://github.com/Dicotype/Afacad)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,71 @@
1
+ Afacad Variable Font
2
+ ====================
3
+
4
+ This download contains Afacad as both variable fonts and static fonts.
5
+
6
+ Afacad is a variable font with this axis:
7
+ wght
8
+
9
+ This means all the styles are contained in these files:
10
+ Afacad-VariableFont_wght.ttf
11
+ Afacad-Italic-VariableFont_wght.ttf
12
+
13
+ If your app fully supports variable fonts, you can now pick intermediate styles
14
+ that aren’t available as static fonts. Not all apps support variable fonts, and
15
+ in those cases you can use the static font files for Afacad:
16
+ static/Afacad-Regular.ttf
17
+ static/Afacad-Medium.ttf
18
+ static/Afacad-SemiBold.ttf
19
+ static/Afacad-Bold.ttf
20
+ static/Afacad-Italic.ttf
21
+ static/Afacad-MediumItalic.ttf
22
+ static/Afacad-SemiBoldItalic.ttf
23
+ static/Afacad-BoldItalic.ttf
24
+
25
+ Get started
26
+ -----------
27
+
28
+ 1. Install the font files you want to use
29
+
30
+ 2. Use your app's font picker to view the font family and all the
31
+ available styles
32
+
33
+ Learn more about variable fonts
34
+ -------------------------------
35
+
36
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
37
+ https://variablefonts.typenetwork.com
38
+ https://medium.com/variable-fonts
39
+
40
+ In desktop apps
41
+
42
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
43
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
44
+
45
+ Online
46
+
47
+ https://developers.google.com/fonts/docs/getting_started
48
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
49
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
50
+
51
+ Installing fonts
52
+
53
+ MacOS: https://support.apple.com/en-us/HT201749
54
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
55
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
56
+
57
+ Android Apps
58
+
59
+ https://developers.google.com/fonts/docs/android
60
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
61
+
62
+ License
63
+ -------
64
+ Please read the full license text (OFL.txt) to understand the permissions,
65
+ restrictions and requirements for usage, redistribution, and modification.
66
+
67
+ You can use them in your products & projects – print or digital,
68
+ commercial or otherwise.
69
+
70
+ This isn't legal advice, please consider consulting a lawyer and see the full
71
+ license for all details.
@@ -0,0 +1,93 @@
1
+ Copyright 2014-2020 The Fira Code Project Authors (https://github.com/tonsky/FiraCode)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,67 @@
1
+ Fira Code Variable Font
2
+ =======================
3
+
4
+ This download contains Fira Code as both a variable font and static fonts.
5
+
6
+ Fira Code is a variable font with this axis:
7
+ wght
8
+
9
+ This means all the styles are contained in a single file:
10
+ FiraCode-VariableFont_wght.ttf
11
+
12
+ If your app fully supports variable fonts, you can now pick intermediate styles
13
+ that aren’t available as static fonts. Not all apps support variable fonts, and
14
+ in those cases you can use the static font files for Fira Code:
15
+ static/FiraCode-Light.ttf
16
+ static/FiraCode-Regular.ttf
17
+ static/FiraCode-Medium.ttf
18
+ static/FiraCode-SemiBold.ttf
19
+ static/FiraCode-Bold.ttf
20
+
21
+ Get started
22
+ -----------
23
+
24
+ 1. Install the font files you want to use
25
+
26
+ 2. Use your app's font picker to view the font family and all the
27
+ available styles
28
+
29
+ Learn more about variable fonts
30
+ -------------------------------
31
+
32
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
33
+ https://variablefonts.typenetwork.com
34
+ https://medium.com/variable-fonts
35
+
36
+ In desktop apps
37
+
38
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
39
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
40
+
41
+ Online
42
+
43
+ https://developers.google.com/fonts/docs/getting_started
44
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
45
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
46
+
47
+ Installing fonts
48
+
49
+ MacOS: https://support.apple.com/en-us/HT201749
50
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
51
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
52
+
53
+ Android Apps
54
+
55
+ https://developers.google.com/fonts/docs/android
56
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
57
+
58
+ License
59
+ -------
60
+ Please read the full license text (OFL.txt) to understand the permissions,
61
+ restrictions and requirements for usage, redistribution, and modification.
62
+
63
+ You can use them in your products & projects – print or digital,
64
+ commercial or otherwise.
65
+
66
+ This isn't legal advice, please consider consulting a lawyer and see the full
67
+ license for all details.
@@ -0,0 +1,94 @@
1
+ Reddit Sans
2
+ Copyright © 2020-23, Reddit, Inc. (https://github.com/reddit/redditsans)
3
+
4
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
5
+ This license is copied below, and is also available with a FAQ at:
6
+ https://openfontlicense.org
7
+
8
+
9
+ -----------------------------------------------------------
10
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
11
+ -----------------------------------------------------------
12
+
13
+ PREAMBLE
14
+ The goals of the Open Font License (OFL) are to stimulate worldwide
15
+ development of collaborative font projects, to support the font creation
16
+ efforts of academic and linguistic communities, and to provide a free and
17
+ open framework in which fonts may be shared and improved in partnership
18
+ with others.
19
+
20
+ The OFL allows the licensed fonts to be used, studied, modified and
21
+ redistributed freely as long as they are not sold by themselves. The
22
+ fonts, including any derivative works, can be bundled, embedded,
23
+ redistributed and/or sold with any software provided that any reserved
24
+ names are not used by derivative works. The fonts and derivatives,
25
+ however, cannot be released under any other type of license. The
26
+ requirement for fonts to remain under this license does not apply
27
+ to any document created using the fonts or their derivatives.
28
+
29
+ DEFINITIONS
30
+ "Font Software" refers to the set of files released by the Copyright
31
+ Holder(s) under this license and clearly marked as such. This may
32
+ include source files, build scripts and documentation.
33
+
34
+ "Reserved Font Name" refers to any names specified as such after the
35
+ copyright statement(s).
36
+
37
+ "Original Version" refers to the collection of Font Software components as
38
+ distributed by the Copyright Holder(s).
39
+
40
+ "Modified Version" refers to any derivative made by adding to, deleting,
41
+ or substituting -- in part or in whole -- any of the components of the
42
+ Original Version, by changing formats or by porting the Font Software to a
43
+ new environment.
44
+
45
+ "Author" refers to any designer, engineer, programmer, technical
46
+ writer or other person who contributed to the Font Software.
47
+
48
+ PERMISSION & CONDITIONS
49
+ Permission is hereby granted, free of charge, to any person obtaining
50
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
51
+ redistribute, and sell modified and unmodified copies of the Font
52
+ Software, subject to the following conditions:
53
+
54
+ 1) Neither the Font Software nor any of its individual components,
55
+ in Original or Modified Versions, may be sold by itself.
56
+
57
+ 2) Original or Modified Versions of the Font Software may be bundled,
58
+ redistributed and/or sold with any software, provided that each copy
59
+ contains the above copyright notice and this license. These can be
60
+ included either as stand-alone text files, human-readable headers or
61
+ in the appropriate machine-readable metadata fields within text or
62
+ binary files as long as those fields can be easily viewed by the user.
63
+
64
+ 3) No Modified Version of the Font Software may use the Reserved Font
65
+ Name(s) unless explicit written permission is granted by the corresponding
66
+ Copyright Holder. This restriction only applies to the primary font name as
67
+ presented to the users.
68
+
69
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
70
+ Software shall not be used to promote, endorse or advertise any
71
+ Modified Version, except to acknowledge the contribution(s) of the
72
+ Copyright Holder(s) and the Author(s) or with their explicit written
73
+ permission.
74
+
75
+ 5) The Font Software, modified or unmodified, in part or in whole,
76
+ must be distributed entirely under this license, and must not be
77
+ distributed under any other license. The requirement for fonts to
78
+ remain under this license does not apply to any document created
79
+ using the Font Software.
80
+
81
+ TERMINATION
82
+ This license becomes null and void if any of the above conditions are
83
+ not met.
84
+
85
+ DISCLAIMER
86
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
87
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
88
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
89
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
90
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
91
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
92
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
93
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
94
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,79 @@
1
+ Reddit Sans Variable Font
2
+ =========================
3
+
4
+ This download contains Reddit Sans as both variable fonts and static fonts.
5
+
6
+ Reddit Sans is a variable font with this axis:
7
+ wght
8
+
9
+ This means all the styles are contained in these files:
10
+ RedditSans-VariableFont_wght.ttf
11
+ RedditSans-Italic-VariableFont_wght.ttf
12
+
13
+ If your app fully supports variable fonts, you can now pick intermediate styles
14
+ that aren’t available as static fonts. Not all apps support variable fonts, and
15
+ in those cases you can use the static font files for Reddit Sans:
16
+ static/RedditSans-ExtraLight.ttf
17
+ static/RedditSans-Light.ttf
18
+ static/RedditSans-Regular.ttf
19
+ static/RedditSans-Medium.ttf
20
+ static/RedditSans-SemiBold.ttf
21
+ static/RedditSans-Bold.ttf
22
+ static/RedditSans-ExtraBold.ttf
23
+ static/RedditSans-Black.ttf
24
+ static/RedditSans-ExtraLightItalic.ttf
25
+ static/RedditSans-LightItalic.ttf
26
+ static/RedditSans-Italic.ttf
27
+ static/RedditSans-MediumItalic.ttf
28
+ static/RedditSans-SemiBoldItalic.ttf
29
+ static/RedditSans-BoldItalic.ttf
30
+ static/RedditSans-ExtraBoldItalic.ttf
31
+ static/RedditSans-BlackItalic.ttf
32
+
33
+ Get started
34
+ -----------
35
+
36
+ 1. Install the font files you want to use
37
+
38
+ 2. Use your app's font picker to view the font family and all the
39
+ available styles
40
+
41
+ Learn more about variable fonts
42
+ -------------------------------
43
+
44
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
45
+ https://variablefonts.typenetwork.com
46
+ https://medium.com/variable-fonts
47
+
48
+ In desktop apps
49
+
50
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
51
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
52
+
53
+ Online
54
+
55
+ https://developers.google.com/fonts/docs/getting_started
56
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
57
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
58
+
59
+ Installing fonts
60
+
61
+ MacOS: https://support.apple.com/en-us/HT201749
62
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
63
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
64
+
65
+ Android Apps
66
+
67
+ https://developers.google.com/fonts/docs/android
68
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
69
+
70
+ License
71
+ -------
72
+ Please read the full license text (OFL.txt) to understand the permissions,
73
+ restrictions and requirements for usage, redistribution, and modification.
74
+
75
+ You can use them in your products & projects – print or digital,
76
+ commercial or otherwise.
77
+
78
+ This isn't legal advice, please consider consulting a lawyer and see the full
79
+ license for all details.
@@ -0,0 +1,93 @@
1
+ Copyright 2020 The Space Grotesk Project Authors (https://github.com/floriankarsten/space-grotesk)
2
+
3
+ This Font Software is licensed under the SIL Open Font License, Version 1.1.
4
+ This license is copied below, and is also available with a FAQ at:
5
+ https://openfontlicense.org
6
+
7
+
8
+ -----------------------------------------------------------
9
+ SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
10
+ -----------------------------------------------------------
11
+
12
+ PREAMBLE
13
+ The goals of the Open Font License (OFL) are to stimulate worldwide
14
+ development of collaborative font projects, to support the font creation
15
+ efforts of academic and linguistic communities, and to provide a free and
16
+ open framework in which fonts may be shared and improved in partnership
17
+ with others.
18
+
19
+ The OFL allows the licensed fonts to be used, studied, modified and
20
+ redistributed freely as long as they are not sold by themselves. The
21
+ fonts, including any derivative works, can be bundled, embedded,
22
+ redistributed and/or sold with any software provided that any reserved
23
+ names are not used by derivative works. The fonts and derivatives,
24
+ however, cannot be released under any other type of license. The
25
+ requirement for fonts to remain under this license does not apply
26
+ to any document created using the fonts or their derivatives.
27
+
28
+ DEFINITIONS
29
+ "Font Software" refers to the set of files released by the Copyright
30
+ Holder(s) under this license and clearly marked as such. This may
31
+ include source files, build scripts and documentation.
32
+
33
+ "Reserved Font Name" refers to any names specified as such after the
34
+ copyright statement(s).
35
+
36
+ "Original Version" refers to the collection of Font Software components as
37
+ distributed by the Copyright Holder(s).
38
+
39
+ "Modified Version" refers to any derivative made by adding to, deleting,
40
+ or substituting -- in part or in whole -- any of the components of the
41
+ Original Version, by changing formats or by porting the Font Software to a
42
+ new environment.
43
+
44
+ "Author" refers to any designer, engineer, programmer, technical
45
+ writer or other person who contributed to the Font Software.
46
+
47
+ PERMISSION & CONDITIONS
48
+ Permission is hereby granted, free of charge, to any person obtaining
49
+ a copy of the Font Software, to use, study, copy, merge, embed, modify,
50
+ redistribute, and sell modified and unmodified copies of the Font
51
+ Software, subject to the following conditions:
52
+
53
+ 1) Neither the Font Software nor any of its individual components,
54
+ in Original or Modified Versions, may be sold by itself.
55
+
56
+ 2) Original or Modified Versions of the Font Software may be bundled,
57
+ redistributed and/or sold with any software, provided that each copy
58
+ contains the above copyright notice and this license. These can be
59
+ included either as stand-alone text files, human-readable headers or
60
+ in the appropriate machine-readable metadata fields within text or
61
+ binary files as long as those fields can be easily viewed by the user.
62
+
63
+ 3) No Modified Version of the Font Software may use the Reserved Font
64
+ Name(s) unless explicit written permission is granted by the corresponding
65
+ Copyright Holder. This restriction only applies to the primary font name as
66
+ presented to the users.
67
+
68
+ 4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
69
+ Software shall not be used to promote, endorse or advertise any
70
+ Modified Version, except to acknowledge the contribution(s) of the
71
+ Copyright Holder(s) and the Author(s) or with their explicit written
72
+ permission.
73
+
74
+ 5) The Font Software, modified or unmodified, in part or in whole,
75
+ must be distributed entirely under this license, and must not be
76
+ distributed under any other license. The requirement for fonts to
77
+ remain under this license does not apply to any document created
78
+ using the Font Software.
79
+
80
+ TERMINATION
81
+ This license becomes null and void if any of the above conditions are
82
+ not met.
83
+
84
+ DISCLAIMER
85
+ THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
86
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
87
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
88
+ OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
89
+ COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
90
+ INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
91
+ DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
92
+ FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
93
+ OTHER DEALINGS IN THE FONT SOFTWARE.
@@ -0,0 +1,67 @@
1
+ Space Grotesk Variable Font
2
+ ===========================
3
+
4
+ This download contains Space Grotesk as both a variable font and static fonts.
5
+
6
+ Space Grotesk is a variable font with this axis:
7
+ wght
8
+
9
+ This means all the styles are contained in a single file:
10
+ SpaceGrotesk-VariableFont_wght.ttf
11
+
12
+ If your app fully supports variable fonts, you can now pick intermediate styles
13
+ that aren’t available as static fonts. Not all apps support variable fonts, and
14
+ in those cases you can use the static font files for Space Grotesk:
15
+ static/SpaceGrotesk-Light.ttf
16
+ static/SpaceGrotesk-Regular.ttf
17
+ static/SpaceGrotesk-Medium.ttf
18
+ static/SpaceGrotesk-SemiBold.ttf
19
+ static/SpaceGrotesk-Bold.ttf
20
+
21
+ Get started
22
+ -----------
23
+
24
+ 1. Install the font files you want to use
25
+
26
+ 2. Use your app's font picker to view the font family and all the
27
+ available styles
28
+
29
+ Learn more about variable fonts
30
+ -------------------------------
31
+
32
+ https://developers.google.com/web/fundamentals/design-and-ux/typography/variable-fonts
33
+ https://variablefonts.typenetwork.com
34
+ https://medium.com/variable-fonts
35
+
36
+ In desktop apps
37
+
38
+ https://theblog.adobe.com/can-variable-fonts-illustrator-cc
39
+ https://helpx.adobe.com/nz/photoshop/using/fonts.html#variable_fonts
40
+
41
+ Online
42
+
43
+ https://developers.google.com/fonts/docs/getting_started
44
+ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Fonts/Variable_Fonts_Guide
45
+ https://developer.microsoft.com/en-us/microsoft-edge/testdrive/demos/variable-fonts
46
+
47
+ Installing fonts
48
+
49
+ MacOS: https://support.apple.com/en-us/HT201749
50
+ Linux: https://www.google.com/search?q=how+to+install+a+font+on+gnu%2Blinux
51
+ Windows: https://support.microsoft.com/en-us/help/314960/how-to-install-or-remove-a-font-in-windows
52
+
53
+ Android Apps
54
+
55
+ https://developers.google.com/fonts/docs/android
56
+ https://developer.android.com/guide/topics/ui/look-and-feel/downloadable-fonts
57
+
58
+ License
59
+ -------
60
+ Please read the full license text (OFL.txt) to understand the permissions,
61
+ restrictions and requirements for usage, redistribution, and modification.
62
+
63
+ You can use them in your products & projects – print or digital,
64
+ commercial or otherwise.
65
+
66
+ This isn't legal advice, please consider consulting a lawyer and see the full
67
+ license for all details.
@@ -1,12 +1,12 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
6
7
  exports.ThreeDotsIcon = exports.StopIcon = exports.StartIcon = exports.SmallStartIcon = exports.SmallPauseIcon = exports.SmallCloseIcon = exports.SettingIcon = exports.RocketIcon = exports.RedirectIcon = exports.RedStopIcon = exports.RecognitionIcon = exports.PauseIcon = exports.MicIcon = exports.LanguageIcon = exports.HistoryIcon = exports.EditIcon = exports.DeleteIcon = exports.DarkSettingIcon = exports.CommandIcon = exports.CloseIcon = exports.BoxIcon = exports.BookIcon = exports.BigStartIcon = void 0;
7
8
  var _react = _interopRequireDefault(require("react"));
8
9
  var _jsxRuntime = require("react/jsx-runtime");
9
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
10
10
  const MicIcon = _ref => {
11
11
  let {
12
12
  fill = "#EAE5DC"
package/dist/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
@@ -9,12 +10,10 @@ var _recorder = _interopRequireDefault(require("./recorder"));
9
10
  var _recognition = _interopRequireDefault(require("./recognition"));
10
11
  var _LocalizationProvider = require("@mui/x-date-pickers/LocalizationProvider");
11
12
  var _AdapterDayjs = require("@mui/x-date-pickers/AdapterDayjs");
12
- var _material = require("@mui/material");
13
+ require("./style.css");
13
14
  var _jsxRuntime = require("react/jsx-runtime");
14
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
15
15
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
16
16
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
17
- const theme = (0, _material.createTheme)();
18
17
  const VoiceAssistant = _ref => {
19
18
  let {
20
19
  recordListValue = [],
@@ -26,23 +25,20 @@ const VoiceAssistant = _ref => {
26
25
  } = _ref;
27
26
  const [mode, setMode] = (0, _react.useState)("recorder");
28
27
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(_jsxRuntime.Fragment, {
29
- children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.ThemeProvider, {
30
- theme: theme,
31
- children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_material.CssBaseline, {}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_LocalizationProvider.LocalizationProvider, {
32
- dateAdapter: _AdapterDayjs.AdapterDayjs,
33
- children: [mode === 'recorder' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_recorder.default, {
34
- mode: mode,
35
- setMode: setMode,
36
- recordHistoryList: recordListValue,
37
- onNewRecordEvent: onNewRecordEvent,
38
- onRecordDataChange: onRecordDataChange
39
- }), mode === 'recognition' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_recognition.default, {
40
- mode: mode,
41
- setMode: setMode,
42
- recognitionHistoryList: recognitionListValue,
43
- onNewRecognitionEvent: onNewRecognitionEvent,
44
- onRecognitionDataChange: onRecognitionDataChange
45
- })]
28
+ children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_LocalizationProvider.LocalizationProvider, {
29
+ dateAdapter: _AdapterDayjs.AdapterDayjs,
30
+ children: [mode === 'recorder' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_recorder.default, {
31
+ mode: mode,
32
+ setMode: setMode,
33
+ recordHistoryList: recordListValue,
34
+ onNewRecordEvent: onNewRecordEvent,
35
+ onRecordDataChange: onRecordDataChange
36
+ }), mode === 'recognition' && /*#__PURE__*/(0, _jsxRuntime.jsx)(_recognition.default, {
37
+ mode: mode,
38
+ setMode: setMode,
39
+ recognitionHistoryList: recognitionListValue,
40
+ onNewRecognitionEvent: onNewRecognitionEvent,
41
+ onRecognitionDataChange: onRecognitionDataChange
46
42
  })]
47
43
  })
48
44
  });
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
@@ -9,7 +10,6 @@ var _material = require("@mui/material");
9
10
  var _svgs = require("./components/svgs");
10
11
  var _RecognitionListItem = _interopRequireDefault(require("./components/RecognitionListItem"));
11
12
  var _jsxRuntime = require("react/jsx-runtime");
12
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
13
13
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
14
14
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
15
15
  const StyledSelect = (0, _material.styled)(_material.Select)(_ref => {
package/dist/recorder.js CHANGED
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
 
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
3
4
  Object.defineProperty(exports, "__esModule", {
4
5
  value: true
5
6
  });
@@ -12,7 +13,6 @@ var _StyledSelect = _interopRequireDefault(require("./components/StyledSelect"))
12
13
  var _RecordListItem = _interopRequireDefault(require("./components/RecordListItem"));
13
14
  var _recorderJs = _interopRequireDefault(require("recorder-js"));
14
15
  var _jsxRuntime = require("react/jsx-runtime");
15
- function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
16
16
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  const apiUrl = 'https://api.origintechx.dev/qa/v1/diagnose/voice';
@@ -299,7 +299,7 @@ const RecorderBox = _ref => {
299
299
  sx: {
300
300
  fontFamily: "Space Grotesk !important"
301
301
  },
302
- children: "01.08.2024"
302
+ children: new Intl.DateTimeFormat('de-DE').format(new Date())
303
303
  })]
304
304
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Box, {
305
305
  className: "flex justify-between p-[9px]",
@@ -359,7 +359,7 @@ const RecorderBox = _ref => {
359
359
  })]
360
360
  }), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_Grid.default, {
361
361
  size: 6,
362
- className: `w-full ${isVoiceMode ? 'pr-[10px]' : ''}`,
362
+ className: `${isVoiceMode ? 'pr-[10px]' : ''}`,
363
363
  children: [isVoiceMode && /*#__PURE__*/(0, _jsxRuntime.jsxs)(_jsxRuntime.Fragment, {
364
364
  children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_material.Box, {
365
365
  className: "flex space-x-1 w-full",
package/dist/style.css ADDED
@@ -0,0 +1,91 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ @layer base {
6
+ /* Add any custom styles here */
7
+ }
8
+
9
+ @font-face {
10
+ font-family: 'Reddit Sans';
11
+ src: url('./components/fonts/Reddit_Sans/RedditSans-VariableFont_wght.ttf') format('woff');
12
+ font-weight: normal;
13
+ font-style: normal;
14
+ }
15
+
16
+ @font-face {
17
+ font-family: 'Space Grotesk';
18
+ src: url('./components/fonts/Space_Grotesk/SpaceGrotesk-VariableFont_wght.ttf') format('woff');
19
+ font-weight: normal;
20
+ font-style: normal;
21
+ }
22
+
23
+ @font-face {
24
+ font-family: 'Afacad';
25
+ src: url('./components/fonts/Afacad/Afacad-VariableFont_wght.ttf') format('woff');
26
+ font-weight: normal;
27
+ font-style: normal;
28
+ }
29
+
30
+ @font-face {
31
+ font-family: 'Fira Sans';
32
+ src: url('./components/fonts/Fira_Code/FiraCode-VariableFont_wght.ttf') format('woff');
33
+ font-weight: normal;
34
+ font-style: normal;
35
+ }
36
+
37
+ body {
38
+ margin: 0;
39
+ font-family: 'Reddit Sans';
40
+ -webkit-font-smoothing: antialiased;
41
+ -moz-osx-font-smoothing: grayscale;
42
+ }
43
+
44
+ body p,
45
+ body span {
46
+ font-family: 'Reddit Sans' !important;
47
+ }
48
+
49
+ code {
50
+ font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
51
+ monospace;
52
+ }
53
+
54
+ .scrollableBox {
55
+ overflow-y: auto; /* Enables vertical scroll */
56
+ scrollbar-width: thin; /* For Firefox */
57
+ scrollbar-color: #565656 transparent; /* For Firefox (thumb, track) */
58
+ }
59
+
60
+ /* Webkit Browsers (Chrome, Safari, Edge) */
61
+ .scrollableBox::-webkit-scrollbar {
62
+ width: 8px; /* Set width of the scrollbar */
63
+ height: 8px; /* Set height for horizontal scrollbar (if needed) */
64
+ }
65
+
66
+ .scrollableBox::-webkit-scrollbar-track {
67
+ background: #565656; /* Light color for the track */
68
+ border-radius: 10px; /* Rounded corners for the track */
69
+ }
70
+
71
+ .scrollableBox::-webkit-scrollbar-thumb {
72
+ background: #565656; /* Light gray for the thumb */
73
+ border-radius: 10px; /* Rounded corners for the thumb */
74
+ }
75
+
76
+ .scrollableBox::-webkit-scrollbar-thumb:hover {
77
+ background: #565656; /* Darker thumb when hovered */
78
+ }
79
+
80
+ /* Hide scrollbar when not scrolling */
81
+ .scrollableBox {
82
+ transition: scrollbar 0.3s ease; /* Smooth transition for scrollbar visibility */
83
+ }
84
+
85
+ .scrollableBox::-webkit-scrollbar {
86
+ opacity: 0;
87
+ }
88
+
89
+ .scrollableBox:hover::-webkit-scrollbar {
90
+ opacity: 1; /* Show the scrollbar when hovered */
91
+ }
package/package.json CHANGED
@@ -1,18 +1,16 @@
1
1
  {
2
2
  "name": "dmed-voice-assistant",
3
- "version": "1.1.7",
3
+ "version": "1.2.0",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
8
- "peerDependencies": {
8
+ "dependencies": {
9
9
  "react": "^18.3.1",
10
10
  "react-dom": "^18.3.1",
11
11
  "@mui/material": "^6.3.0",
12
12
  "@emotion/react": "^11.14.0",
13
- "@emotion/styled": "^11.14.0"
14
- },
15
- "dependencies": {
13
+ "@emotion/styled": "^11.14.0",
16
14
  "@mui/x-date-pickers": "^7.23.1",
17
15
  "@testing-library/jest-dom": "^5.17.0",
18
16
  "@testing-library/react": "^13.4.0",