cortex-react-ui 0.1.106 → 0.1.108

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 (82) hide show
  1. package/README.md +46 -46
  2. package/lib/cjs/index.js +1 -1
  3. package/lib/cjs/index.js.map +1 -1
  4. package/lib/cjs/types/Button/Button.d.ts +11 -11
  5. package/lib/cjs/types/Button/index.d.ts +1 -1
  6. package/lib/cjs/types/DatePicker/DatePicker.d.ts +7 -7
  7. package/lib/cjs/types/DatePicker/index.d.ts +1 -1
  8. package/lib/cjs/types/Dialog/ConfirmDialog.d.ts +11 -11
  9. package/lib/cjs/types/Dialog/Dialog.d.ts +12 -12
  10. package/lib/cjs/types/Dialog/DialogActions.d.ts +7 -7
  11. package/lib/cjs/types/Dialog/DialogContent.d.ts +7 -7
  12. package/lib/cjs/types/Dialog/DialogFooter.d.ts +7 -7
  13. package/lib/cjs/types/Dialog/DialogHeader.d.ts +7 -7
  14. package/lib/cjs/types/Dialog/DialogTitle.d.ts +9 -9
  15. package/lib/cjs/types/Dialog/ErrorDialog.d.ts +10 -10
  16. package/lib/cjs/types/Dialog/index.d.ts +8 -8
  17. package/lib/cjs/types/DomContainer/DomContainer.d.ts +7 -7
  18. package/lib/cjs/types/DomContainer/index.d.ts +1 -1
  19. package/lib/cjs/types/Icons/ChevronDownIcon.d.ts +6 -6
  20. package/lib/cjs/types/Icons/ChevronRightIcon.d.ts +6 -6
  21. package/lib/cjs/types/Icons/CrossIcon.d.ts +6 -6
  22. package/lib/cjs/types/Icons/index.d.ts +3 -3
  23. package/lib/cjs/types/Input/Input.d.ts +7 -7
  24. package/lib/cjs/types/Input/index.d.ts +1 -1
  25. package/lib/cjs/types/Menu/ContextMenu.d.ts +13 -13
  26. package/lib/cjs/types/Menu/Divider.d.ts +6 -6
  27. package/lib/cjs/types/Menu/Menu.d.ts +9 -9
  28. package/lib/cjs/types/Menu/MenuGroup.d.ts +8 -8
  29. package/lib/cjs/types/Menu/MenuItem.d.ts +13 -13
  30. package/lib/cjs/types/Menu/PopupMenu.d.ts +16 -16
  31. package/lib/cjs/types/Menu/index.d.ts +6 -6
  32. package/lib/cjs/types/Popper/Popper.d.ts +36 -36
  33. package/lib/cjs/types/Popper/index.d.ts +1 -1
  34. package/lib/cjs/types/Select/Select.d.ts +6 -6
  35. package/lib/cjs/types/Select/index.d.ts +1 -1
  36. package/lib/cjs/types/Selected/Selected.d.ts +8 -0
  37. package/lib/cjs/types/Selected/index.d.ts +1 -0
  38. package/lib/cjs/types/Spinner/Spinner.d.ts +7 -7
  39. package/lib/cjs/types/Spinner/index.d.ts +1 -1
  40. package/lib/cjs/types/TagInput/TagInput.d.ts +12 -12
  41. package/lib/cjs/types/TagInput/TagItem.d.ts +9 -9
  42. package/lib/cjs/types/TagInput/TagSearchInput.d.ts +9 -9
  43. package/lib/cjs/types/TagInput/TagSuggestion.d.ts +13 -13
  44. package/lib/cjs/types/TagInput/TagSuggestionGroup.d.ts +8 -8
  45. package/lib/cjs/types/TagInput/TagSuggestionItem.d.ts +8 -8
  46. package/lib/cjs/types/TagInput/index.d.ts +1 -1
  47. package/lib/cjs/types/TagInput/types.d.ts +14 -14
  48. package/lib/cjs/types/TextField/TextField.d.ts +6 -6
  49. package/lib/cjs/types/TextField/TextFieldInput.d.ts +10 -10
  50. package/lib/cjs/types/TextField/index.d.ts +1 -1
  51. package/lib/cjs/types/ToggleButton/ToggleButton.d.ts +11 -11
  52. package/lib/cjs/types/ToggleButton/index.d.ts +1 -1
  53. package/lib/cjs/types/Tooltip/Tooltip.d.ts +12 -12
  54. package/lib/cjs/types/Tooltip/index.d.ts +1 -1
  55. package/lib/cjs/types/Transition/CSSTransition.d.ts +17 -17
  56. package/lib/cjs/types/Transition/Fade.d.ts +13 -13
  57. package/lib/cjs/types/index.d.ts +10 -10
  58. package/lib/cjs/types/utils/classNames.d.ts +1 -1
  59. package/lib/cjs/types/utils/setRef.d.ts +1 -1
  60. package/lib/cjs/types/utils/useClickOutside.d.ts +2 -2
  61. package/lib/cjs/types/utils/useElement.d.ts +2 -2
  62. package/lib/cjs/types/utils/useForkRef.d.ts +2 -2
  63. package/lib/index.d.ts +189 -189
  64. package/lib/styles/Button/index.scss +147 -147
  65. package/lib/styles/Dialog/index.scss +237 -237
  66. package/lib/styles/Icons/index.scss +9 -9
  67. package/lib/styles/Input/index.scss +69 -69
  68. package/lib/styles/Menu/index.scss +129 -129
  69. package/lib/styles/Popper/index.scss +23 -23
  70. package/lib/styles/Select/index.scss +13 -13
  71. package/lib/styles/Selected/index.scss +69 -0
  72. package/lib/styles/Spinner/index.scss +43 -43
  73. package/lib/styles/TagInput/index.scss +141 -141
  74. package/lib/styles/TextField/index.scss +22 -22
  75. package/lib/styles/ToggleButton/index.scss +60 -60
  76. package/lib/styles/Tooltip/index.scss +24 -24
  77. package/lib/styles/Transition/index.scss +15 -15
  78. package/lib/styles/global.scss +158 -158
  79. package/lib/styles/index.scss +42 -40
  80. package/lib/typings/typings/index.d.ts +30 -30
  81. package/lib/typings/typings/tagInput.d.ts +12 -12
  82. package/package.json +98 -98
@@ -1,237 +1,237 @@
1
- @import "../global.scss";
2
-
3
- @mixin dialog($props: null, $options: null) {
4
- $internal-options: $default-options;
5
-
6
- $internal-props: (
7
- bgColor: #ffffff,
8
- fgColor: $color-grey-darker,
9
- closeBtnColor: $color-grey,
10
- closeBtnHoverColor: $color-blue,
11
- closeBtnDisableColor: $color-blue-grey-lighter,
12
- confirm: (
13
- headerBgColor: $color-orange-dark,
14
- headerFgColor: #ffffff,
15
- bgColor: #ffffff,
16
- fgColor: $color-grey-darker,
17
- ),
18
- error: (
19
- headerBgColor: $color-red,
20
- headerFgColor: #ffffff,
21
- bgColor: #ffffff,
22
- fgColor: $color-grey-darker,
23
- ),
24
- );
25
-
26
- $internal-props: safe-map-merge($internal-props, $props);
27
- $internal-options: safe-map-merge($internal-options, $options);
28
-
29
- .ui-dialog {
30
- position: fixed;
31
- top: 0;
32
- left: 0;
33
- right: 0;
34
- bottom: 0;
35
- z-index: 1300;
36
- display: flex;
37
- justify-content: center;
38
- align-items: center;
39
- opacity: 1;
40
- padding: $spacer;
41
- }
42
-
43
- .ui-dialog-overlay {
44
- top: 0;
45
- left: 0;
46
- right: 0;
47
- bottom: 0;
48
- z-index: -1;
49
- position: fixed;
50
- touch-action: none;
51
- background-color: rgba(0, 0, 0, 0.5);
52
- -webkit-tap-highlight-color: transparent;
53
- }
54
-
55
- .ui-dialog-container {
56
- display: flex;
57
- min-width: 400px;
58
- flex: 0 1 auto;
59
- max-height: 100%;
60
- position: relative;
61
- flex-direction: column;
62
- background: get-map-deep($internal-props, "bgColor");
63
- color: get-map-deep($internal-props, "fgColor");
64
- border-radius: 4px;
65
- box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
66
- 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
67
- animation: dialogExpand 0.15s ease-in-out;
68
- min-height: 200px;
69
- overflow: hidden;
70
- }
71
-
72
- .ui-dialog-content {
73
- position: relative;
74
- overflow: auto;
75
- max-height: 100%;
76
- max-width: 100%;
77
- height: auto;
78
- width: auto;
79
- border-bottom-left-radius: 4px;
80
- border-bottom-right-radius: 4px;
81
- flex: 1 1 auto;
82
- padding: 10px 20px 15px 20px;
83
- }
84
-
85
- .ui-dialog-title {
86
- display: flex;
87
- margin: 20px 20px 10px 20px;
88
- font-size: 20px;
89
- font-weight: bold;
90
- }
91
-
92
- .ui-dialog-actions {
93
- display: flex;
94
- align-items: center;
95
- justify-content: flex-end;
96
- padding: 8px;
97
- }
98
-
99
- .ui-dialog-header {
100
- flex: 0 0 auto;
101
- }
102
-
103
- .ui-dialog-footer {
104
- display: flex;
105
- flex: 0 0 auto;
106
- text-align: right;
107
-
108
- .btn:not(:last-child) {
109
- margin-right: 10px;
110
- }
111
- }
112
-
113
- .ui-dialog-close {
114
- font-size: 1.5rem;
115
- background: none;
116
- appearance: none;
117
- border: 0;
118
- padding: $spacer-xs;
119
- margin: 0;
120
- display: inline-flex;
121
- margin-left: auto;
122
- cursor: pointer;
123
- color: get-map-deep($internal-props, "closeBtnColor");
124
- transition: color 250ms;
125
-
126
- &:not(.ui-dialog-close-disable):hover {
127
- color: get-map-deep($internal-props, "closeBtnHoverColor");
128
- }
129
- }
130
-
131
- .ui-dialog-close-disable {
132
- color: get-map-deep($internal-props, "closeBtnDisableColor");
133
- }
134
-
135
- .ui-dialog-box {
136
- z-index: 5000;
137
-
138
- .ui-dialog-header {
139
- display: flex;
140
- flex-direction: column;
141
- align-items: center;
142
- padding: 30px 20px;
143
- }
144
-
145
- .ui-dialog-icon {
146
- width: 80px;
147
- height: 80px;
148
- }
149
-
150
- .ui-dialog-title {
151
- font-size: 1.2em;
152
- margin: 15px 0 0 0;
153
- padding: 0;
154
- }
155
-
156
- .ui-dialog-content {
157
- padding: 30px 40px;
158
- }
159
-
160
- .ui-dialog-footer {
161
- justify-content: center;
162
- padding: 10px 20px;
163
- }
164
- }
165
-
166
- .ui-dialog-size-xs {
167
- max-width: 444px;
168
- }
169
-
170
- .ui-dialog-size-sm {
171
- max-width: 600px;
172
- }
173
-
174
- .ui-dialog-size-md {
175
- max-width: 900px;
176
- }
177
-
178
- .ui-dialog-size-lg {
179
- max-width: 1200px;
180
- }
181
-
182
- .ui-dialog-size-xl {
183
- max-width: 100%;
184
- }
185
-
186
- .ui-dialog-size-fullwidth {
187
- width: 100%;
188
- }
189
-
190
- .ui-dialog-size-fullheight {
191
- height: 100%;
192
- }
193
-
194
- .ui-dialog-confirm {
195
- .ui-dialog-header {
196
- background-color: get-map-deep($internal-props, "confirm.headerBgColor");
197
- color: get-map-deep($internal-props, "confirm.headerFgColor");
198
- }
199
-
200
- .ui-dialog-icon {
201
- fill: get-map-deep($internal-props, "confirm.headerFgColor");
202
- }
203
-
204
- .ui-dialog-content {
205
- text-align: center;
206
- background: get-map-deep($internal-props, "confirm.bgColor");
207
- color: get-map-deep($internal-props, "confirm.fgColor");
208
- }
209
-
210
- .ui-dialog-action-ok {
211
- background-color: get-map-deep($internal-props, "confirm.headerBgColor");
212
- color: get-map-deep($internal-props, "confirm.headerFgColor");
213
- }
214
- }
215
-
216
- .ui-dialog-error {
217
- .ui-dialog-header {
218
- background-color: get-map-deep($internal-props, "error.headerBgColor");
219
- color: get-map-deep($internal-props, "error.headerFgColor");
220
- }
221
-
222
- .ui-dialog-icon {
223
- fill: get-map-deep($internal-props, "error.headerFgColor");
224
- }
225
-
226
- .ui-dialog-content {
227
- text-align: center;
228
- background: get-map-deep($internal-props, "error.bgColor");
229
- color: get-map-deep($internal-props, "error.fgColor");
230
- }
231
-
232
- .ui-dialog-action-ok {
233
- background-color: get-map-deep($internal-props, "error.headerBgColor");
234
- color: get-map-deep($internal-props, "error.headerFgColor");
235
- }
236
- }
237
- }
1
+ @import "../global.scss";
2
+
3
+ @mixin dialog($props: null, $options: null) {
4
+ $internal-options: $default-options;
5
+
6
+ $internal-props: (
7
+ bgColor: #ffffff,
8
+ fgColor: $color-grey-darker,
9
+ closeBtnColor: $color-grey,
10
+ closeBtnHoverColor: $color-blue,
11
+ closeBtnDisableColor: $color-blue-grey-lighter,
12
+ confirm: (
13
+ headerBgColor: $color-orange-dark,
14
+ headerFgColor: #ffffff,
15
+ bgColor: #ffffff,
16
+ fgColor: $color-grey-darker,
17
+ ),
18
+ error: (
19
+ headerBgColor: $color-red,
20
+ headerFgColor: #ffffff,
21
+ bgColor: #ffffff,
22
+ fgColor: $color-grey-darker,
23
+ ),
24
+ );
25
+
26
+ $internal-props: safe-map-merge($internal-props, $props);
27
+ $internal-options: safe-map-merge($internal-options, $options);
28
+
29
+ .ui-dialog {
30
+ position: fixed;
31
+ top: 0;
32
+ left: 0;
33
+ right: 0;
34
+ bottom: 0;
35
+ z-index: 1300;
36
+ display: flex;
37
+ justify-content: center;
38
+ align-items: center;
39
+ opacity: 1;
40
+ padding: $spacer;
41
+ }
42
+
43
+ .ui-dialog-overlay {
44
+ top: 0;
45
+ left: 0;
46
+ right: 0;
47
+ bottom: 0;
48
+ z-index: -1;
49
+ position: fixed;
50
+ touch-action: none;
51
+ background-color: rgba(0, 0, 0, 0.5);
52
+ -webkit-tap-highlight-color: transparent;
53
+ }
54
+
55
+ .ui-dialog-container {
56
+ display: flex;
57
+ min-width: 400px;
58
+ flex: 0 1 auto;
59
+ max-height: 100%;
60
+ position: relative;
61
+ flex-direction: column;
62
+ background: get-map-deep($internal-props, "bgColor");
63
+ color: get-map-deep($internal-props, "fgColor");
64
+ border-radius: 4px;
65
+ box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14),
66
+ 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
67
+ animation: dialogExpand 0.15s ease-in-out;
68
+ min-height: 200px;
69
+ overflow: hidden;
70
+ }
71
+
72
+ .ui-dialog-content {
73
+ position: relative;
74
+ overflow: auto;
75
+ max-height: 100%;
76
+ max-width: 100%;
77
+ height: auto;
78
+ width: auto;
79
+ border-bottom-left-radius: 4px;
80
+ border-bottom-right-radius: 4px;
81
+ flex: 1 1 auto;
82
+ padding: 10px 20px 15px 20px;
83
+ }
84
+
85
+ .ui-dialog-title {
86
+ display: flex;
87
+ margin: 20px 20px 10px 20px;
88
+ font-size: 20px;
89
+ font-weight: bold;
90
+ }
91
+
92
+ .ui-dialog-actions {
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: flex-end;
96
+ padding: 8px;
97
+ }
98
+
99
+ .ui-dialog-header {
100
+ flex: 0 0 auto;
101
+ }
102
+
103
+ .ui-dialog-footer {
104
+ display: flex;
105
+ flex: 0 0 auto;
106
+ text-align: right;
107
+
108
+ .btn:not(:last-child) {
109
+ margin-right: 10px;
110
+ }
111
+ }
112
+
113
+ .ui-dialog-close {
114
+ font-size: 1.5rem;
115
+ background: none;
116
+ appearance: none;
117
+ border: 0;
118
+ padding: $spacer-xs;
119
+ margin: 0;
120
+ display: inline-flex;
121
+ margin-left: auto;
122
+ cursor: pointer;
123
+ color: get-map-deep($internal-props, "closeBtnColor");
124
+ transition: color 250ms;
125
+
126
+ &:not(.ui-dialog-close-disable):hover {
127
+ color: get-map-deep($internal-props, "closeBtnHoverColor");
128
+ }
129
+ }
130
+
131
+ .ui-dialog-close-disable {
132
+ color: get-map-deep($internal-props, "closeBtnDisableColor");
133
+ }
134
+
135
+ .ui-dialog-box {
136
+ z-index: 5000;
137
+
138
+ .ui-dialog-header {
139
+ display: flex;
140
+ flex-direction: column;
141
+ align-items: center;
142
+ padding: 30px 20px;
143
+ }
144
+
145
+ .ui-dialog-icon {
146
+ width: 80px;
147
+ height: 80px;
148
+ }
149
+
150
+ .ui-dialog-title {
151
+ font-size: 1.2em;
152
+ margin: 15px 0 0 0;
153
+ padding: 0;
154
+ }
155
+
156
+ .ui-dialog-content {
157
+ padding: 30px 40px;
158
+ }
159
+
160
+ .ui-dialog-footer {
161
+ justify-content: center;
162
+ padding: 10px 20px;
163
+ }
164
+ }
165
+
166
+ .ui-dialog-size-xs {
167
+ max-width: 444px;
168
+ }
169
+
170
+ .ui-dialog-size-sm {
171
+ max-width: 600px;
172
+ }
173
+
174
+ .ui-dialog-size-md {
175
+ max-width: 900px;
176
+ }
177
+
178
+ .ui-dialog-size-lg {
179
+ max-width: 1200px;
180
+ }
181
+
182
+ .ui-dialog-size-xl {
183
+ max-width: 100%;
184
+ }
185
+
186
+ .ui-dialog-size-fullwidth {
187
+ width: 100%;
188
+ }
189
+
190
+ .ui-dialog-size-fullheight {
191
+ height: 100%;
192
+ }
193
+
194
+ .ui-dialog-confirm {
195
+ .ui-dialog-header {
196
+ background-color: get-map-deep($internal-props, "confirm.headerBgColor");
197
+ color: get-map-deep($internal-props, "confirm.headerFgColor");
198
+ }
199
+
200
+ .ui-dialog-icon {
201
+ fill: get-map-deep($internal-props, "confirm.headerFgColor");
202
+ }
203
+
204
+ .ui-dialog-content {
205
+ text-align: center;
206
+ background: get-map-deep($internal-props, "confirm.bgColor");
207
+ color: get-map-deep($internal-props, "confirm.fgColor");
208
+ }
209
+
210
+ .ui-dialog-action-ok {
211
+ background-color: get-map-deep($internal-props, "confirm.headerBgColor");
212
+ color: get-map-deep($internal-props, "confirm.headerFgColor");
213
+ }
214
+ }
215
+
216
+ .ui-dialog-error {
217
+ .ui-dialog-header {
218
+ background-color: get-map-deep($internal-props, "error.headerBgColor");
219
+ color: get-map-deep($internal-props, "error.headerFgColor");
220
+ }
221
+
222
+ .ui-dialog-icon {
223
+ fill: get-map-deep($internal-props, "error.headerFgColor");
224
+ }
225
+
226
+ .ui-dialog-content {
227
+ text-align: center;
228
+ background: get-map-deep($internal-props, "error.bgColor");
229
+ color: get-map-deep($internal-props, "error.fgColor");
230
+ }
231
+
232
+ .ui-dialog-action-ok {
233
+ background-color: get-map-deep($internal-props, "error.headerBgColor");
234
+ color: get-map-deep($internal-props, "error.headerFgColor");
235
+ }
236
+ }
237
+ }
@@ -1,9 +1,9 @@
1
- @import "../global.scss";
2
-
3
- @mixin icons($props: null, $options: null) {
4
- .ui-icon {
5
- width: 1em;
6
- height: 1em;
7
- fill: currentColor;
8
- }
9
- }
1
+ @import "../global.scss";
2
+
3
+ @mixin icons($props: null, $options: null) {
4
+ .ui-icon {
5
+ width: 1em;
6
+ height: 1em;
7
+ fill: currentColor;
8
+ }
9
+ }
@@ -1,69 +1,69 @@
1
- @import "../global.scss";
2
-
3
- @mixin input($props: null, $options: null) {
4
- $internal-options: $default-options;
5
-
6
- $internal-props: (
7
- color: blue,
8
- );
9
-
10
- $internal-props: safe-map-merge($internal-props, $props);
11
- $internal-options: safe-map-merge($internal-options, $options);
12
-
13
- .ui-input-container {
14
- display: flex;
15
- flex-direction: column;
16
- }
17
-
18
- .ui-input {
19
- position: relative;
20
- box-sizing: border-box;
21
- display: inline-flex;
22
- height: 56px;
23
- overflow: hidden;
24
- background-color: #f5f5f5;
25
- border-radius: 4 px 4 px 0 0;
26
- }
27
-
28
- .ui-input-label {
29
- position: absolute;
30
- left: 16px;
31
- top: 50%;
32
- font-size: 1rem;
33
- line-height: 1.75rem;
34
- font-weight: 400;
35
- text-transform: inherit;
36
- transform-origin: left top;
37
- transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
38
- line-height: 1.15rem;
39
- text-align: left;
40
- text-overflow: ellipsis;
41
- white-space: nowrap;
42
- cursor: text;
43
- overflow: hidden;
44
- transform: translateY(-50%);
45
- pointer-events: none;
46
- }
47
-
48
- .ui-input-label-above {
49
- transform: translateY(-106%) scale(0.75);
50
- }
51
-
52
- .ui-input-field {
53
- border: none;
54
- border-bottom: 1px solid;
55
- border-radius: 0;
56
- width: 100%;
57
- height: 100%;
58
- padding: 0 16px;
59
-
60
- &:focus {
61
- outline: none;
62
- }
63
- }
64
-
65
- .ui-input-helper-line {
66
- padding-right: 16px;
67
- padding-left: 16px;
68
- }
69
- }
1
+ @import "../global.scss";
2
+
3
+ @mixin input($props: null, $options: null) {
4
+ $internal-options: $default-options;
5
+
6
+ $internal-props: (
7
+ color: blue,
8
+ );
9
+
10
+ $internal-props: safe-map-merge($internal-props, $props);
11
+ $internal-options: safe-map-merge($internal-options, $options);
12
+
13
+ .ui-input-container {
14
+ display: flex;
15
+ flex-direction: column;
16
+ }
17
+
18
+ .ui-input {
19
+ position: relative;
20
+ box-sizing: border-box;
21
+ display: inline-flex;
22
+ height: 56px;
23
+ overflow: hidden;
24
+ background-color: #f5f5f5;
25
+ border-radius: 4 px 4 px 0 0;
26
+ }
27
+
28
+ .ui-input-label {
29
+ position: absolute;
30
+ left: 16px;
31
+ top: 50%;
32
+ font-size: 1rem;
33
+ line-height: 1.75rem;
34
+ font-weight: 400;
35
+ text-transform: inherit;
36
+ transform-origin: left top;
37
+ transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
38
+ line-height: 1.15rem;
39
+ text-align: left;
40
+ text-overflow: ellipsis;
41
+ white-space: nowrap;
42
+ cursor: text;
43
+ overflow: hidden;
44
+ transform: translateY(-50%);
45
+ pointer-events: none;
46
+ }
47
+
48
+ .ui-input-label-above {
49
+ transform: translateY(-106%) scale(0.75);
50
+ }
51
+
52
+ .ui-input-field {
53
+ border: none;
54
+ border-bottom: 1px solid;
55
+ border-radius: 0;
56
+ width: 100%;
57
+ height: 100%;
58
+ padding: 0 16px;
59
+
60
+ &:focus {
61
+ outline: none;
62
+ }
63
+ }
64
+
65
+ .ui-input-helper-line {
66
+ padding-right: 16px;
67
+ padding-left: 16px;
68
+ }
69
+ }