cloudmr-ux 0.0.3 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +24 -16
  2. package/dist/index.975ef6c8.js +75418 -0
  3. package/dist/index.975ef6c8.js.map +1 -0
  4. package/dist/index.css +140 -14
  5. package/dist/index.d.ts +58 -0
  6. package/dist/index.db9ed22c.css +171 -0
  7. package/dist/index.db9ed22c.css.map +1 -0
  8. package/dist/index.html +13 -0
  9. package/dist/index.js +170 -141
  10. package/dist/index.mjs +157 -0
  11. package/package.json +39 -99
  12. package/dist/index.js.map +0 -1
  13. package/dist/index.modern.js +0 -147
  14. package/dist/index.modern.js.map +0 -1
  15. package/src/.eslintrc +0 -5
  16. package/src/common/components/Cmr-components/avatar/Avatar.scss +0 -0
  17. package/src/common/components/Cmr-components/avatar/Avatar.tsx +0 -25
  18. package/src/common/components/Cmr-components/button/Button.scss +0 -0
  19. package/src/common/components/Cmr-components/button/Button.tsx +0 -14
  20. package/src/common/components/Cmr-components/checkbox/Checkbox.scss +0 -11
  21. package/src/common/components/Cmr-components/checkbox/Checkbox.tsx +0 -29
  22. package/src/common/components/Cmr-components/collapse/Collapse.scss +0 -3
  23. package/src/common/components/Cmr-components/collapse/Collapse.tsx +0 -75
  24. package/src/common/components/Cmr-components/dialogue/Confirmation.tsx +0 -48
  25. package/src/common/components/Cmr-components/dialogue/DeletionDialog.tsx +0 -61
  26. package/src/common/components/Cmr-components/dialogue/EditConfirmation.tsx +0 -72
  27. package/src/common/components/Cmr-components/double-slider/DualSlider.tsx +0 -198
  28. package/src/common/components/Cmr-components/double-slider/InvertibleDualSlider.tsx +0 -224
  29. package/src/common/components/Cmr-components/dropdown/Dropdown.scss +0 -36
  30. package/src/common/components/Cmr-components/dropdown/Dropdown.tsx +0 -83
  31. package/src/common/components/Cmr-components/gui-slider/ControlledSlider.tsx +0 -139
  32. package/src/common/components/Cmr-components/gui-slider/Slider.tsx +0 -170
  33. package/src/common/components/Cmr-components/header/Header.scss +0 -20
  34. package/src/common/components/Cmr-components/header/Header.tsx +0 -101
  35. package/src/common/components/Cmr-components/input/Input.scss +0 -0
  36. package/src/common/components/Cmr-components/input/Input.tsx +0 -39
  37. package/src/common/components/Cmr-components/input-number/InputNumber.scss +0 -0
  38. package/src/common/components/Cmr-components/input-number/InputNumber.tsx +0 -29
  39. package/src/common/components/Cmr-components/label/Label.scss +0 -13
  40. package/src/common/components/Cmr-components/label/Label.tsx +0 -20
  41. package/src/common/components/Cmr-components/option/Option.scss +0 -0
  42. package/src/common/components/Cmr-components/option/Option.tsx +0 -24
  43. package/src/common/components/Cmr-components/panel/Panel.scss +0 -0
  44. package/src/common/components/Cmr-components/panel/Panel.tsx +0 -54
  45. package/src/common/components/Cmr-components/progress/Progress.scss +0 -0
  46. package/src/common/components/Cmr-components/progress/Progress.tsx +0 -38
  47. package/src/common/components/Cmr-components/radio/Radio.scss +0 -0
  48. package/src/common/components/Cmr-components/radio/Radio.tsx +0 -23
  49. package/src/common/components/Cmr-components/radio-group/RadioGroup.scss +0 -0
  50. package/src/common/components/Cmr-components/radio-group/RadioGroup.tsx +0 -32
  51. package/src/common/components/Cmr-components/rename/edit.tsx +0 -94
  52. package/src/common/components/Cmr-components/select/Select.scss +0 -3
  53. package/src/common/components/Cmr-components/select/Select.tsx +0 -33
  54. package/src/common/components/Cmr-components/select-upload/SelectUpload.scss +0 -0
  55. package/src/common/components/Cmr-components/select-upload/SelectUpload.tsx +0 -133
  56. package/src/common/components/Cmr-components/slider/Slider.scss +0 -0
  57. package/src/common/components/Cmr-components/slider/Slider.tsx +0 -66
  58. package/src/common/components/Cmr-components/spin/Spin.scss +0 -0
  59. package/src/common/components/Cmr-components/spin/Spin.tsx +0 -31
  60. package/src/common/components/Cmr-components/tooltip/Tooltip.scss +0 -0
  61. package/src/common/components/Cmr-components/tooltip/Tooltip.tsx +0 -50
  62. package/src/common/components/Cmr-components/upload/Upload.scss +0 -5
  63. package/src/common/components/Cmr-components/upload/Upload.tsx +0 -188
  64. package/src/common/components/Cmr-components/upload/UploadWindow.tsx +0 -355
  65. package/src/index.js +0 -8
  66. package/src/index.test.js +0 -7
  67. package/src/styles.module.css +0 -9
package/dist/index.css CHANGED
@@ -1,16 +1,142 @@
1
+ /* src/CmrComponents/CmrButton/CmrButton.css */
2
+ .cmr-button {
3
+ background-color: #580F8B !important;
4
+ color: white !important;
5
+ padding-top: 0.375rem !important;
6
+ padding-bottom: 0.375rem !important;
7
+ padding-right: 0.75rem !important;
8
+ padding-left: 0.75rem !important;
9
+ border: 2px solid #580F8B !important;
10
+ border-radius: 4px !important;
11
+ text-align: center !important;
12
+ font-family: "Source Sans 3", sans-serif !important;
13
+ font-size: 14.4px !important;
14
+ line-height: 1.5 !important;
15
+ font-weight: 400 !important;
16
+ }
17
+ .cmr-button:hover {
18
+ background-color: #390063 !important;
19
+ }
20
+ .cmr-button.outlined {
21
+ background-color: transparent !important;
22
+ border: 2px solid #580F8B !important;
23
+ color: #580F8B !important;
24
+ }
25
+ .cmr-button.outlined:hover {
26
+ background-color: #580F8B !important;
27
+ color: white !important;
28
+ }
29
+ .cmr-button.Mui-disabled {
30
+ background-color: #ced4da !important;
31
+ color: #999 !important;
32
+ border: 2px solid #ced4da !important;
33
+ cursor: not-allowed !important;
34
+ }
35
+ .cmr-button.Mui-disabled:hover {
36
+ background-color: #ced4da !important;
37
+ color: #999 !important;
38
+ }
39
+
40
+ /* src/CmrComponents/CmrCheckbox/CmrCheckbox.css */
41
+ .cmr-label {
42
+ font-size: 14.4px;
43
+ }
44
+ .cmr-checkbox {
45
+ font-family: "Source Sans 3", sans-serif !important;
46
+ font-size: 1rem !important;
47
+ line-height: 1.5 !important;
48
+ font-weight: 400 !important;
49
+ }
50
+ .MuiCheckbox-root {
51
+ color: #ced4da !important;
52
+ background-color: transparent !important;
53
+ }
54
+ .Mui-checked {
55
+ color: #580F8B !important;
56
+ }
57
+ .MuiCheckbox-root:active,
58
+ .MuiCheckbox-root:focus {
59
+ background-color: transparent !important;
60
+ }
61
+ .MuiCheckbox-root.Mui-focusVisible:hover,
62
+ .MuiCheckbox-root:hover {
63
+ background-color: transparent !important;
64
+ }
1
65
 
66
+ /* src/CmrComponents/CmrInput/CmrInput.css */
67
+ .cmr-input {
68
+ padding: 0.375rem 0.75rem;
69
+ font-size: 1rem;
70
+ line-height: 1.5;
71
+ background-color: #fff;
72
+ background-clip: padding-box;
73
+ border: 1px solid #ced4da;
74
+ border-radius: 0.25rem;
75
+ }
76
+ .cmr-input:focus {
77
+ border-color: #580f8b !important;
78
+ box-shadow: 0 0 0 0.2rem rgba(88, 15, 139, 0.25) !important;
79
+ }
80
+ .cmr-input:hover {
81
+ border-color: #ced4da !important;
82
+ }
83
+ .cmr-input:focus:not(:placeholder-shown) {
84
+ border-color: #580f8b !important;
85
+ box-shadow: 0 0 0 0.2rem rgba(130, 39, 194, 0.25) !important;
86
+ }
2
87
 
3
- ._3RkVB {
4
- margin-bottom: 4px;
5
- }
6
- ._2hbQU {
7
- font-style: normal;
8
- font-weight: 500;
9
- font-size: 16px;
10
- line-height: 15px;
11
- text-align: justify;
12
- color: #707683;
13
- }
14
- ._3vu54 {
15
- margin-bottom: 4px;
16
- }
88
+ /* src/CmrComponents/CmrRadioGroup/CmrRadioGroup.css */
89
+ .MuiRadio-root {
90
+ color: #ced4da !important;
91
+ }
92
+ .Mui-checked {
93
+ color: #580F8B !important;
94
+ }
95
+ .cmr-label {
96
+ font-size: 14.4px;
97
+ font-family: "Source Sans 3", sans-serif;
98
+ }
99
+ .MuiRadio-root.Mui-focusVisible {
100
+ box-shadow: none !important;
101
+ }
102
+ .MuiRadio-root:hover {
103
+ background-color: transparent !important;
104
+ }
105
+
106
+ /* src/CmrComponents/CmrSelect/CmrSelect.css */
107
+ .dropdown-select .MuiInputLabel-root {
108
+ font-size: 14.4px !important;
109
+ }
110
+ .dropdown-select .MuiInputLabel-root.Mui-focused {
111
+ font-size: 14.4px !important;
112
+ }
113
+ .dropdown-select .MuiSelect-select {
114
+ font-size: 14.4px !important;
115
+ }
116
+ .dropdown-select .MuiSelect-select:focus {
117
+ font-size: 14.4px !important;
118
+ }
119
+ .custom-dropdown .MuiMenuItem-root {
120
+ font-size: 14.4px !important;
121
+ }
122
+ .dropdown-select .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {
123
+ border-color: #ced4da !important;
124
+ }
125
+ .dropdown-select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {
126
+ border-color: #ced4da !important;
127
+ }
128
+ .dropdown-select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
129
+ border-color: #ced4da !important;
130
+ }
131
+ .dropdown-label.Mui-focused {
132
+ color: #580f8b !important;
133
+ }
134
+ .custom-dropdown .MuiMenuItem-root:hover {
135
+ background-color: #e6d5f3 !important;
136
+ }
137
+ .custom-dropdown .MuiMenuItem-root.Mui-selected {
138
+ background-color: #e7d4f5 !important;
139
+ }
140
+ .custom-dropdown .MuiMenuItem-root.Mui-selected:hover {
141
+ background-color: #dcbfea !important;
142
+ }
@@ -0,0 +1,58 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
2
+ import { ButtonProps } from '@mui/material';
3
+ import React, { ChangeEvent } from 'react';
4
+ import { SizeType } from 'antd/lib/config-provider/SizeContext';
5
+
6
+ declare const CmrButton: (props: ButtonProps) => react_jsx_runtime.JSX.Element;
7
+
8
+ interface CmrCheckboxProps extends React.HTMLAttributes<HTMLDivElement> {
9
+ autoFocus?: boolean;
10
+ checked?: boolean;
11
+ defaultChecked?: boolean;
12
+ disabled?: boolean;
13
+ indeterminate?: boolean;
14
+ onChange?: (event: ChangeEvent<HTMLInputElement>) => void;
15
+ children?: any;
16
+ style?: any;
17
+ }
18
+ declare const CmrCheckbox: (props: CmrCheckboxProps) => react_jsx_runtime.JSX.Element;
19
+
20
+ interface CmrInputProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, 'size' | 'prefix' | 'type'> {
21
+ defaultValue?: string;
22
+ id?: string;
23
+ maxLength?: number;
24
+ size?: SizeType;
25
+ value?: string;
26
+ type?: any;
27
+ prefix?: React.ReactNode;
28
+ bordered?: boolean;
29
+ onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
30
+ onPressEnter?: (e: React.KeyboardEvent<HTMLInputElement>) => void;
31
+ }
32
+ declare const CmrInput: (props: CmrInputProps) => react_jsx_runtime.JSX.Element;
33
+
34
+ interface CmrRadioOption {
35
+ label: string;
36
+ value: string;
37
+ disabled?: boolean;
38
+ }
39
+ interface CmrRadioProps {
40
+ options: CmrRadioOption[];
41
+ groupLabel?: string;
42
+ defaultValue?: string;
43
+ onChange?: (value: string) => void;
44
+ }
45
+ declare const CmrRadioGroup: React.FC<CmrRadioProps>;
46
+
47
+ interface Option {
48
+ label: string;
49
+ value: string;
50
+ }
51
+ interface CmrSelectProps {
52
+ options: Option[];
53
+ label: string;
54
+ disabled?: boolean;
55
+ }
56
+ declare const CmrSelect: React.FC<CmrSelectProps>;
57
+
58
+ export { CmrButton, CmrCheckbox, CmrInput, CmrRadioGroup, CmrSelect };
@@ -0,0 +1,171 @@
1
+ body {
2
+ margin: 0;
3
+ padding: 0;
4
+ font-family: "Source Sans 3", sans-serif;
5
+ }
6
+
7
+ main {
8
+ padding: 35px 45px 45px;
9
+ }
10
+
11
+ nav {
12
+ background-color: #580f8b;
13
+ align-items: center;
14
+ padding: 30px;
15
+ display: flex;
16
+ }
17
+
18
+ nav .logo img {
19
+ height: 40px;
20
+ }
21
+
22
+ nav ul {
23
+ margin: 0;
24
+ padding: 0;
25
+ list-style-type: none;
26
+ display: flex;
27
+ }
28
+
29
+ nav ul li {
30
+ margin: 0 15px;
31
+ }
32
+
33
+ nav ul li a {
34
+ color: #fff;
35
+ font-size: 16px;
36
+ text-decoration: none;
37
+ }
38
+
39
+ nav ul li a:hover {
40
+ text-decoration: none;
41
+ }
42
+
43
+ .cmr-button {
44
+ color: #fff !important;
45
+ text-align: center !important;
46
+ background-color: #580f8b !important;
47
+ border: 2px solid #580f8b !important;
48
+ border-radius: 4px !important;
49
+ padding: .375rem .75rem !important;
50
+ font-family: "Source Sans 3", sans-serif !important;
51
+ font-size: 14.4px !important;
52
+ font-weight: 400 !important;
53
+ line-height: 1.5 !important;
54
+ }
55
+
56
+ .cmr-button:hover {
57
+ background-color: #390063 !important;
58
+ }
59
+
60
+ .cmr-button.outlined {
61
+ color: #580f8b !important;
62
+ background-color: #0000 !important;
63
+ border: 2px solid #580f8b !important;
64
+ }
65
+
66
+ .cmr-button.outlined:hover {
67
+ color: #fff !important;
68
+ background-color: #580f8b !important;
69
+ }
70
+
71
+ .cmr-button.Mui-disabled {
72
+ color: #999 !important;
73
+ cursor: not-allowed !important;
74
+ background-color: #ced4da !important;
75
+ border: 2px solid #ced4da !important;
76
+ }
77
+
78
+ .cmr-button.Mui-disabled:hover {
79
+ color: #999 !important;
80
+ background-color: #ced4da !important;
81
+ }
82
+
83
+ .cmr-input {
84
+ background-color: #fff;
85
+ background-clip: padding-box;
86
+ border: 1px solid #ced4da;
87
+ border-radius: .25rem;
88
+ padding: .375rem .75rem;
89
+ font-size: 1rem;
90
+ line-height: 1.5;
91
+ }
92
+
93
+ .cmr-input:focus {
94
+ border-color: #580f8b !important;
95
+ box-shadow: 0 0 0 .2rem #580f8b40 !important;
96
+ }
97
+
98
+ .cmr-input:hover {
99
+ border-color: #ced4da !important;
100
+ }
101
+
102
+ .cmr-input:focus:not(:placeholder-shown) {
103
+ border-color: #580f8b !important;
104
+ box-shadow: 0 0 0 .2rem #8227c240 !important;
105
+ }
106
+
107
+ .cmr-label {
108
+ font-size: 14.4px;
109
+ }
110
+
111
+ .cmr-checkbox {
112
+ font-family: "Source Sans 3", sans-serif !important;
113
+ font-size: 1rem !important;
114
+ font-weight: 400 !important;
115
+ line-height: 1.5 !important;
116
+ }
117
+
118
+ .MuiCheckbox-root {
119
+ color: #ced4da !important;
120
+ background-color: #0000 !important;
121
+ }
122
+
123
+ .MuiCheckbox-root:active, .MuiCheckbox-root:focus, .MuiCheckbox-root.Mui-focusVisible:hover, .MuiCheckbox-root:hover {
124
+ background-color: #0000 !important;
125
+ }
126
+
127
+ .MuiRadio-root {
128
+ color: #ced4da !important;
129
+ }
130
+
131
+ .Mui-checked {
132
+ color: #580f8b !important;
133
+ }
134
+
135
+ .cmr-label {
136
+ font-family: "Source Sans 3", sans-serif;
137
+ font-size: 14.4px;
138
+ }
139
+
140
+ .MuiRadio-root.Mui-focusVisible {
141
+ box-shadow: none !important;
142
+ }
143
+
144
+ .MuiRadio-root:hover {
145
+ background-color: #0000 !important;
146
+ }
147
+
148
+ .dropdown-select .MuiInputLabel-root, .dropdown-select .MuiInputLabel-root.Mui-focused, .dropdown-select .MuiSelect-select, .dropdown-select .MuiSelect-select:focus, .custom-dropdown .MuiMenuItem-root {
149
+ font-size: 14.4px !important;
150
+ }
151
+
152
+ .dropdown-select .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline, .dropdown-select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline, .dropdown-select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
153
+ border-color: #ced4da !important;
154
+ }
155
+
156
+ .dropdown-label.Mui-focused {
157
+ color: #580f8b !important;
158
+ }
159
+
160
+ .custom-dropdown .MuiMenuItem-root:hover {
161
+ background-color: #e6d5f3 !important;
162
+ }
163
+
164
+ .custom-dropdown .MuiMenuItem-root.Mui-selected {
165
+ background-color: #e7d4f5 !important;
166
+ }
167
+
168
+ .custom-dropdown .MuiMenuItem-root.Mui-selected:hover {
169
+ background-color: #dcbfea !important;
170
+ }
171
+ /*# sourceMappingURL=index.db9ed22c.css.map */
@@ -0,0 +1 @@
1
+ {"mappings":"ACAA;;;;;;AAMA;;;;AAQA;;;;;;;AAOA;;;;AAMA;;;;;;;AAOA;;;;AAIA;;;;;;AAMA;;;;AC5CA;;;;;;;;;;;;;AAgBA;;;;AAKA;;;;;;AAMA;;;;;AAMA;;;;;;;AAOA;;;;;ACvCA;;;;;;;;;;AAWA;;;;;AAMA;;;;AAKA;;;;;ACvBA;;;;AAGA;;;;;;;AAQA;;;;;AASA;;;;ACnBA;;;;AAKA;;;;AAKA;;;;;AAMA;;;;AAKA;;;;ACrBA;;;;AAyBA;;;;AAgBA;;;;AAMA;;;;AAKE;;;;AAKA","sources":["da6ad1d8db9ed22c","src/style.css","src/CmrComponents/CmrButton/CmrButton.css","src/CmrComponents/CmrInput/CmrInput.css","src/CmrComponents/CmrCheckbox/CmrCheckbox.css","src/CmrComponents/CmrRadioGroup/CmrRadioGroup.css","src/CmrComponents/CmrSelect/CmrSelect.css"],"sourcesContent":["@import \"837472a3daf50f62\";\n@import \"5f8f1530f7ad9cec\";\n@import \"b83f55e7d8f20284\";\n@import \"7cdc9d01088afd42\";\n@import \"eeee2edc2f78761b\";\n@import \"ca0185505c9aa616\";\n","body {\r\n margin: 0;\r\n padding: 0;\r\n font-family: \"Source Sans 3\", sans-serif;\r\n}\r\n\r\nmain {\r\n padding-top: 35px;\r\n padding-bottom: 45px;\r\n padding-left: 45px;\r\n padding-right: 45px;\r\n}\r\n\r\n/* Navigation bar styling */\r\nnav {\r\n display: flex;\r\n align-items: center;\r\n background-color: #580f8b;\r\n padding: 30px;\r\n}\r\n\r\nnav .logo img {\r\n height: 40px;\r\n /* Adjust the size as needed */\r\n}\r\n\r\n\r\nnav ul {\r\n list-style-type: none;\r\n display: flex;\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nnav ul li {\r\n margin: 0 15px;\r\n}\r\n\r\nnav ul li a {\r\n color: white;\r\n text-decoration: none;\r\n font-size: 16px;\r\n}\r\n\r\nnav ul li a:hover {\r\n text-decoration: none;\r\n}",".cmr-button {\r\n background-color: #580F8B !important;\r\n color: white !important;\r\n padding-top: 0.375rem !important;\r\n padding-bottom: 0.375rem !important;\r\n padding-right: 0.75rem !important;\r\n padding-left: 0.75rem !important;\r\n border: 2px solid #580F8B !important;\r\n border-radius: 4px !important;\r\n text-align: center !important;\r\n font-family: \"Source Sans 3\", sans-serif !important;\r\n font-size: 14.4px !important;\r\n line-height: 1.5 !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n.cmr-button:hover {\r\n background-color: #390063 !important;\r\n}\r\n\r\n/* Outline variant styles */\r\n.cmr-button.outlined {\r\n background-color: transparent !important;\r\n border: 2px solid #580F8B !important;\r\n color: #580F8B !important;\r\n}\r\n\r\n.cmr-button.outlined:hover {\r\n background-color: #580F8B !important;\r\n color: white !important;\r\n}\r\n\r\n/* Disabled variant styles */\r\n.cmr-button.Mui-disabled {\r\n background-color: #ced4da !important; /* Change background color for disabled state */\r\n color: #999 !important; /* Change text color for disabled state */\r\n border: 2px solid #ced4da !important; /* Change border color for disabled state */\r\n cursor: not-allowed !important; /* Change cursor to indicate the button is disabled */\r\n}\r\n\r\n.cmr-button.Mui-disabled:hover {\r\n background-color: #ced4da !important; /* Keep the same background color on hover for disabled button */\r\n color: #999 !important; /* Keep the same text color on hover for disabled button */\r\n}","/* Base styles for the input */\r\n.cmr-input {\r\n padding: 0.375rem 0.75rem;\r\n font-size: 1rem;\r\n line-height: 1.5;\r\n background-color: #fff;\r\n background-clip: padding-box;\r\n border: 1px solid #ced4da;\r\n border-radius: 0.25rem;\r\n}\r\n\r\n/* Focused input styles (highlighted outline color) */\r\n.cmr-input:focus {\r\n border-color: #580f8b !important; /* Custom outline color */\r\n box-shadow: 0 0 0 0.2rem rgba(88, 15, 139, 0.25) !important; /* Glow effect */\r\n}\r\n\r\n/* Hover style for the input */\r\n.cmr-input:hover {\r\n border-color: #ced4da !important;\r\n}\r\n\r\n/* Optional: style for when the input is focused and has a value (like Material UI) */\r\n.cmr-input:focus:not(:placeholder-shown) {\r\n border-color: #580f8b !important; /* Same as focus style */\r\n box-shadow: 0 0 0 0.2rem rgba(130, 39, 194, 0.25) !important; /* Same as focus style */\r\n}\r\n",".cmr-label{\r\n font-size: 14.4px;\r\n}\r\n.cmr-checkbox {\r\n font-family: \"Source Sans 3\", sans-serif !important;\r\n font-size: 1rem !important;\r\n line-height: 1.5 !important;\r\n font-weight: 400 !important;\r\n}\r\n\r\n/* Custom styles for the Checkbox */\r\n.MuiCheckbox-root {\r\n color: #ced4da !important; /* Default color (unchecked) */\r\n background-color: transparent !important; /* Ensure no background by default */\r\n}\r\n\r\n.Mui-checked {\r\n color: #580F8B !important; /* Checked state color */\r\n}\r\n\r\n.MuiCheckbox-root:active, .MuiCheckbox-root:focus {\r\n background-color: transparent !important; /* Remove active state background */\r\n}\r\n\r\n/* Optional: Change color on hover or focus */\r\n.MuiCheckbox-root.Mui-focusVisible:hover,\r\n.MuiCheckbox-root:hover {\r\n background-color: transparent !important; \r\n}","/* Default radio button color */\r\n.MuiRadio-root {\r\n color: #ced4da !important; /* Default border color (unchecked) */\r\n}\r\n\r\n/* Checked state color */\r\n.Mui-checked {\r\n color: #580F8B !important; /* Border color when checked */\r\n}\r\n\r\n/* Optional: Set the color of the label text */\r\n.cmr-label {\r\n font-size: 14.4px;\r\n font-family: \"Source Sans 3\", sans-serif;\r\n}\r\n\r\n/* Remove the circular shadow on hover/focus */\r\n.MuiRadio-root.Mui-focusVisible {\r\n box-shadow: none !important; /* Remove the shadow */\r\n}\r\n\r\n/* Custom style for the radio button on hover */\r\n.MuiRadio-root:hover {\r\n background-color: transparent !important; /* Remove hover background */\r\n}","/* Adjust font size for dropdown label when no option is selected */\r\n.dropdown-select .MuiInputLabel-root {\r\n font-size: 14.4px !important; /* Ensure the label font size is applied */\r\n}\r\n\r\n/* Adjust font size for dropdown label when focused */\r\n.dropdown-select .MuiInputLabel-root.Mui-focused {\r\n font-size: 14.4px !important;\r\n}\r\n\r\n/* Adjust font size for the selected option (dropdown value) */\r\n.dropdown-select .MuiSelect-select {\r\n font-size: 14.4px !important; /* Ensure selected option text has the correct font size */\r\n}\r\n\r\n/* Adjust font size for the selected option when focused */\r\n.dropdown-select .MuiSelect-select:focus {\r\n font-size: 14.4px !important;\r\n}\r\n\r\n/* Style for the dropdown options (MenuItem) */\r\n.custom-dropdown .MuiMenuItem-root {\r\n font-size: 14.4px !important; /* Set font size for dropdown options */\r\n}\r\n\r\n/* More specific targeting for MUI's outlined input */\r\n.dropdown-select .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline {\r\n border-color: #ced4da !important;\r\n /* Default border color */\r\n}\r\n\r\n/* Hover state */\r\n.dropdown-select .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline {\r\n border-color: #ced4da !important;\r\n}\r\n\r\n/* Focused state */\r\n.dropdown-select .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {\r\n border-color: #ced4da !important;\r\n}\r\n\r\n/* Style for the dropdown label */\r\n.dropdown-label.Mui-focused {\r\n color: #580f8b !important;\r\n /* Color when focused */\r\n}\r\n\r\n/* Highlighted (hover) state */\r\n.custom-dropdown .MuiMenuItem-root:hover {\r\n background-color: #e6d5f3 !important; /* A lighter purple for hover */\r\n }\r\n \r\n /* Selected state */\r\n .custom-dropdown .MuiMenuItem-root.Mui-selected {\r\n background-color: #e7d4f5 !important; /* The purple color for selected state */\r\n }\r\n \r\n /* Selected state when hovered */\r\n .custom-dropdown .MuiMenuItem-root.Mui-selected:hover {\r\n background-color: #dcbfea !important; /* A slightly darker purple when selected and hovered */\r\n }\r\n "],"names":[],"version":3,"file":"index.db9ed22c.css.map","sourceRoot":"/__parcel_source_root/"}
@@ -0,0 +1,13 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head><link rel="stylesheet" href="/index.db9ed22c.css">
4
+ <!-- <link rel="manifest" href="./manifest.webmanifest"> -->
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>CloudMR UX Components Page</title>
8
+ </head>
9
+ <body>
10
+ <div id="root"></div>
11
+ <script src="/index.975ef6c8.js" defer=""></script>
12
+ </body>
13
+ </html>