@rebilly/instruments 2.1.0-beta.0 → 3.1.0-beta.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 (87) hide show
  1. package/dist/functions/mount/fetch-data.js +70 -56
  2. package/dist/functions/mount/fetch-data.spec.js +58 -34
  3. package/dist/functions/mount/index.js +6 -0
  4. package/dist/functions/mount/mount.spec.js +2 -4
  5. package/dist/functions/mount/setup-framepay-theme.js +95 -0
  6. package/dist/functions/mount/setup-options.js +3 -0
  7. package/dist/i18n/en.json +1 -1
  8. package/dist/i18n/index.js +1 -1
  9. package/dist/style/base/__snapshots__/theme.spec.js.snap +220 -45
  10. package/dist/style/base/default-theme.js +804 -0
  11. package/dist/style/base/index.js +48 -16
  12. package/dist/style/base/theme.js +16 -49
  13. package/dist/style/base/theme.spec.js +4 -15
  14. package/dist/style/components/address.js +3 -3
  15. package/dist/style/components/button.js +48 -22
  16. package/dist/style/components/divider.js +9 -9
  17. package/dist/style/components/forms/checkbox.js +12 -9
  18. package/dist/style/components/forms/field.js +18 -6
  19. package/dist/style/components/forms/form.js +2 -2
  20. package/dist/style/components/forms/input.js +54 -13
  21. package/dist/style/components/forms/label.js +39 -18
  22. package/dist/style/components/forms/select.js +54 -22
  23. package/dist/style/components/forms/validation.js +53 -6
  24. package/dist/style/components/icons.js +4 -4
  25. package/dist/style/components/loader.js +5 -3
  26. package/dist/style/components/methods.js +18 -15
  27. package/dist/style/components/overlay.js +5 -5
  28. package/dist/style/helpers/index.js +46 -46
  29. package/dist/style/index.js +3 -1
  30. package/dist/style/payment-instruments/payment-card.js +4 -4
  31. package/dist/style/utils/border.js +47 -0
  32. package/dist/style/utils/color-values.js +39 -3
  33. package/dist/style/utils/remove-empty-null.js +20 -0
  34. package/dist/style/vendor/framepay.js +11 -8
  35. package/dist/style/vendor/postmate.js +2 -2
  36. package/dist/style/views/confirmation.js +13 -13
  37. package/dist/style/views/method-selector.js +2 -2
  38. package/dist/style/views/modal.js +6 -6
  39. package/dist/style/views/result.js +4 -4
  40. package/dist/style/views/summary.js +23 -23
  41. package/dist/views/__snapshots__/summary.spec.js.snap +4 -40
  42. package/dist/views/common/iframe/modal-iframe.js +6 -1
  43. package/dist/views/summary.js +17 -11
  44. package/package.json +3 -1
  45. package/src/functions/mount/fetch-data.js +60 -46
  46. package/src/functions/mount/fetch-data.spec.js +67 -33
  47. package/src/functions/mount/index.js +2 -0
  48. package/src/functions/mount/mount.spec.js +3 -5
  49. package/src/functions/mount/setup-framepay-theme.js +82 -0
  50. package/src/functions/mount/setup-options.js +3 -0
  51. package/src/i18n/en.json +1 -1
  52. package/src/i18n/index.js +1 -1
  53. package/src/style/base/__snapshots__/theme.spec.js.snap +220 -45
  54. package/src/style/base/default-theme.js +777 -0
  55. package/src/style/base/index.js +48 -16
  56. package/src/style/base/theme.js +17 -47
  57. package/src/style/base/theme.spec.js +4 -16
  58. package/src/style/components/address.js +3 -3
  59. package/src/style/components/button.js +48 -24
  60. package/src/style/components/divider.js +9 -9
  61. package/src/style/components/forms/checkbox.js +11 -11
  62. package/src/style/components/forms/field.js +18 -6
  63. package/src/style/components/forms/form.js +2 -2
  64. package/src/style/components/forms/input.js +54 -13
  65. package/src/style/components/forms/label.js +39 -18
  66. package/src/style/components/forms/select.js +54 -22
  67. package/src/style/components/forms/validation.js +53 -6
  68. package/src/style/components/icons.js +4 -4
  69. package/src/style/components/loader.js +4 -5
  70. package/src/style/components/methods.js +18 -15
  71. package/src/style/components/overlay.js +5 -5
  72. package/src/style/helpers/index.js +46 -46
  73. package/src/style/index.js +2 -1
  74. package/src/style/payment-instruments/payment-card.js +4 -4
  75. package/src/style/utils/border.js +34 -0
  76. package/src/style/utils/color-values.js +27 -1
  77. package/src/style/utils/remove-empty-null.js +10 -0
  78. package/src/style/vendor/framepay.js +11 -8
  79. package/src/style/vendor/postmate.js +2 -2
  80. package/src/style/views/confirmation.js +13 -13
  81. package/src/style/views/method-selector.js +2 -2
  82. package/src/style/views/modal.js +6 -6
  83. package/src/style/views/result.js +4 -4
  84. package/src/style/views/summary.js +23 -23
  85. package/src/views/__snapshots__/summary.spec.js.snap +4 -40
  86. package/src/views/common/iframe/modal-iframe.js +7 -1
  87. package/src/views/summary.js +17 -11
@@ -3,50 +3,225 @@
3
3
  exports[`RebillyInstruments theme builds the theme object 1`] = `
4
4
  Object {
5
5
  "borderRadius": "4px",
6
- "color": Object {
7
- "background": "#ffffff",
8
- "buttonText": "#ffffff",
9
- "errorText": "#cd5c5c",
10
- "primary": "#0044d4",
11
- "text": "#0D2B3E",
12
- },
13
- "getComputed": Object {
14
- "color": Object {
15
- "mutedBorder": "rgba(13, 43, 62, 0.25)",
16
- "mutedText": "rgba(13, 43, 62, 0.6)",
17
- "primaryValues": Values {
18
- "alpha": 1,
19
- "rgb": Array [
20
- 0,
21
- 68,
22
- 212,
23
- ],
24
- "type": "base",
25
- "weight": 0,
26
- },
27
- },
28
- },
29
- "space": Object {
30
- "form": Object {
31
- "horizontalPadding": "16px",
32
- "minHeight": "44px",
33
- "padding": "8px 16px",
34
- "verticalPadding": "8px",
35
- },
36
- "l": "48px",
37
- "m": "24px",
38
- "s": "12px",
39
- "xl": "96px",
40
- "xs": "6px",
41
- "xxl": "112px",
42
- "xxs": "4px",
43
- },
44
- "typography": Object {
45
- "captionFontSize": "12px",
46
- "captionLineHeight": "12px",
47
- "fontFamily": "Avenir, Helvetica, Arial, sans-serif",
48
- "fontSize": "16px",
49
- "lineHeight": "24px",
50
- },
6
+ "buttonActiveBorder": "var(--rebilly-buttonHoverBorder)",
7
+ "buttonActiveBorderRadius": "var(--rebilly-buttonHoverBorderRadius)",
8
+ "buttonActiveBoxShadow": "var(--rebilly-buttonHoverBoxShadow)",
9
+ "buttonActiveColorBackground": "var(--rebilly-buttonHoverColorBackground)",
10
+ "buttonActiveColorText": "var(--rebilly-buttonHoverColorText)",
11
+ "buttonActiveFontFamily": "var(--rebilly-buttonHoverFontFamily)",
12
+ "buttonActiveFontLineHeight": "var(--rebilly-buttonHoverFontLineHeight)",
13
+ "buttonActiveFontSize": "var(--rebilly-buttonHoverFontSize)",
14
+ "buttonActiveFontWeight": "var(--rebilly-buttonHoverFontWeight)",
15
+ "buttonBorder": "1px solid transparent",
16
+ "buttonBorderRadius": "var(--rebilly-borderRadius)",
17
+ "buttonBoxShadow": "none",
18
+ "buttonColorBackground": "var(--rebilly-colorPrimary)",
19
+ "buttonColorText": "#FFFFFF",
20
+ "buttonFontFamily": "var(--rebilly-fontFamily)",
21
+ "buttonFontLineHeight": "1.5",
22
+ "buttonFontSize": "var(--rebilly-fontSizeBase)",
23
+ "buttonFontWeight": "var(--rebilly-fontWeightBase)",
24
+ "buttonHoverBorder": "1px solid #0036aa",
25
+ "buttonHoverBorderRadius": "var(--rebilly-buttonBorderRadius)",
26
+ "buttonHoverBoxShadow": "var(--rebilly-buttonBoxShadow)",
27
+ "buttonHoverColorBackground": "#0036aa",
28
+ "buttonHoverColorText": "var(--rebilly-buttonColorText)",
29
+ "buttonHoverFontFamily": "var(--rebilly-buttonFontFamily)",
30
+ "buttonHoverFontLineHeight": "var(--rebilly-buttonFontLineHeight)",
31
+ "buttonHoverFontSize": "var(--rebilly-buttonFontSize)",
32
+ "buttonHoverFontWeight": "var(--rebilly-buttonFontWeight)",
33
+ "colorBackground": "#FFFFFF",
34
+ "colorDanger": "#CD5C5C",
35
+ "colorMutedBorder": "rgba(13, 43, 62, 0.25)",
36
+ "colorMutedText": "rgba(13, 43, 62, 0.6)",
37
+ "colorPrimary": "#0044D4",
38
+ "colorText": "#0D2B3E",
39
+ "cssVars": "--rebilly-colorPrimary: #0044D4;
40
+ --rebilly-colorBackground: #FFFFFF;
41
+ --rebilly-colorText: #0D2B3E;
42
+ --rebilly-colorMutedText: rgba(13, 43, 62, 0.6);
43
+ --rebilly-colorMutedBorder: rgba(13, 43, 62, 0.25);
44
+ --rebilly-colorDanger: #CD5C5C;
45
+ --rebilly-fontFamily: Avenir, Helvetica, Arial, sans-serif;
46
+ --rebilly-fontSizeBase: 16px;
47
+ --rebilly-fontWeightBase: 400;
48
+ --rebilly-fontLineHeightBase: initial;
49
+ --rebilly-fontSmooth: auto;
50
+ --rebilly-borderRadius: 4px;
51
+ --rebilly-headingFontFamily: var(--rebilly-fontFamily);
52
+ --rebilly-headingFontWeight: 500;
53
+ --rebilly-headingColorText: var(--rebilly-colorText);
54
+ --rebilly-buttonColorBackground: var(--rebilly-colorPrimary);
55
+ --rebilly-buttonColorText: #FFFFFF;
56
+ --rebilly-buttonFontFamily: var(--rebilly-fontFamily);
57
+ --rebilly-buttonFontSize: var(--rebilly-fontSizeBase);
58
+ --rebilly-buttonFontLineHeight: 1.5;
59
+ --rebilly-buttonFontWeight: var(--rebilly-fontWeightBase);
60
+ --rebilly-buttonBorder: 1px solid transparent;
61
+ --rebilly-buttonBorderRadius: var(--rebilly-borderRadius);
62
+ --rebilly-buttonBoxShadow: none;
63
+ --rebilly-buttonHoverColorBackground: #0036aa;
64
+ --rebilly-buttonHoverColorText: var(--rebilly-buttonColorText);
65
+ --rebilly-buttonHoverFontFamily: var(--rebilly-buttonFontFamily);
66
+ --rebilly-buttonHoverFontSize: var(--rebilly-buttonFontSize);
67
+ --rebilly-buttonHoverFontLineHeight: var(--rebilly-buttonFontLineHeight);
68
+ --rebilly-buttonHoverFontWeight: var(--rebilly-buttonFontWeight);
69
+ --rebilly-buttonHoverBorder: 1px solid #0036aa;
70
+ --rebilly-buttonHoverBorderRadius: var(--rebilly-buttonBorderRadius);
71
+ --rebilly-buttonHoverBoxShadow: var(--rebilly-buttonBoxShadow);
72
+ --rebilly-buttonActiveColorBackground: var(--rebilly-buttonHoverColorBackground);
73
+ --rebilly-buttonActiveColorText: var(--rebilly-buttonHoverColorText);
74
+ --rebilly-buttonActiveFontFamily: var(--rebilly-buttonHoverFontFamily);
75
+ --rebilly-buttonActiveFontSize: var(--rebilly-buttonHoverFontSize);
76
+ --rebilly-buttonActiveFontLineHeight: var(--rebilly-buttonHoverFontLineHeight);
77
+ --rebilly-buttonActiveFontWeight: var(--rebilly-buttonHoverFontWeight);
78
+ --rebilly-buttonActiveBorder: var(--rebilly-buttonHoverBorder);
79
+ --rebilly-buttonActiveBorderRadius: var(--rebilly-buttonHoverBorderRadius);
80
+ --rebilly-buttonActiveBoxShadow: var(--rebilly-buttonHoverBoxShadow);
81
+ --rebilly-inputColorBackground: transparent;
82
+ --rebilly-inputColorText: var(--rebilly-colorText);
83
+ --rebilly-inputFontFamily: var(--rebilly-fontFamily);
84
+ --rebilly-inputFontSize: var(--rebilly-fontSizeBase);
85
+ --rebilly-inputFontLineHeight: 1.5;
86
+ --rebilly-inputFontWeight: var(--rebilly-fontWeightBase);
87
+ --rebilly-inputBorder: 1px solid rgba(13, 43, 62, 0.25);
88
+ --rebilly-inputBorderRadius: var(--rebilly-borderRadius);
89
+ --rebilly-inputBoxShadow: none;
90
+ --rebilly-inputHoverColorBackground: var(--rebilly-inputColorBackground);
91
+ --rebilly-inputHoverColorText: var(--rebilly-inputColorText);
92
+ --rebilly-inputHoverFontFamily: var(--rebilly-inputFontFamily);
93
+ --rebilly-inputHoverFontSize: var(--rebilly-inputFontSize);
94
+ --rebilly-inputHoverFontLineHeight: var(--rebilly-inputFontLineHeight);
95
+ --rebilly-inputHoverFontWeight: var(--rebilly-inputFontWeight);
96
+ --rebilly-inputHoverBorder: var(--rebilly-inputBorder);
97
+ --rebilly-inputHoverBorderRadius: var(--rebilly-inputBorderRadius);
98
+ --rebilly-inputHoverBoxShadow: var(--rebilly-inputBoxShadow);
99
+ --rebilly-inputFocusColorBackground: var(--rebilly-inputHoverColorBackground);
100
+ --rebilly-inputFocusColorText: var(--rebilly-inputHoverColorText);
101
+ --rebilly-inputFocusFontFamily: var(--rebilly-inputHoverFontFamily);
102
+ --rebilly-inputFocusFontSize: var(--rebilly-inputHoverFontSize);
103
+ --rebilly-inputFocusFontLineHeight: var(--rebilly-inputHoverFontLineHeight);
104
+ --rebilly-inputFocusFontWeight: var(--rebilly-inputHoverFontWeight);
105
+ --rebilly-inputFocusBorder: 1px solid #0044D4;
106
+ --rebilly-inputFocusBorderRadius: var(--rebilly-inputHoverBorderRadius);
107
+ --rebilly-inputFocusBoxShadow: 0 0 0 1px #0044D4;
108
+ --rebilly-inputPlaceholderColorText: rgba(13, 43, 62, 0.6);
109
+ --rebilly-inputPlaceholderFontFamily: var(--rebilly-inputFontFamily);
110
+ --rebilly-inputPlaceholderFontSize: var(--rebilly-inputFontSize);
111
+ --rebilly-inputPlaceholderFontLineHeight: var(--rebilly-inputFontLineHeight);
112
+ --rebilly-inputPlaceholderFontWeight: var(--rebilly-inputFontWeight);
113
+ --rebilly-inputSelectionColorText: initial;
114
+ --rebilly-inputSelectionColorBackground: highlight;
115
+ --rebilly-inputErrorColorBackground: var(--rebilly-inputColorBackground);
116
+ --rebilly-inputErrorColorText: var(--rebilly-colorDanger);
117
+ --rebilly-inputErrorFontFamily: var(--rebilly-inputFontFamily);
118
+ --rebilly-inputErrorFontSize: var(--rebilly-inputFontSize);
119
+ --rebilly-inputErrorFontLineHeight: var(--rebilly-inputFontLineHeight);
120
+ --rebilly-inputErrorFontWeight: var(--rebilly-inputFontWeight);
121
+ --rebilly-inputErrorBorder: 1px solid #CD5C5C;
122
+ --rebilly-inputErrorBorderRadius: var(--rebilly-inputBorderRadius);
123
+ --rebilly-inputErrorBoxShadow: var(--rebilly-inputBoxShadow);
124
+ --rebilly-inputErrorHoverColorBackground: var(--rebilly-inputErrorColorBackground);
125
+ --rebilly-inputErrorHoverColorText: var(--rebilly-inputErrorColorText);
126
+ --rebilly-inputErrorHoverFontFamily: var(--rebilly-inputErrorFontFamily);
127
+ --rebilly-inputErrorHoverFontSize: var(--rebilly-inputErrorFontSize);
128
+ --rebilly-inputErrorHoverFontLineHeight: var(--rebilly-inputErrorFontLineHeight);
129
+ --rebilly-inputErrorHoverFontWeight: var(--rebilly-inputErrorFontWeight);
130
+ --rebilly-inputErrorHoverBorder: var(--rebilly-inputErrorBorder);
131
+ --rebilly-inputErrorHoverBorderRadius: var(--rebilly-inputErrorBorderRadius);
132
+ --rebilly-inputErrorHoverBoxShadow: var(--rebilly-inputErrorBoxShadow);
133
+ --rebilly-inputErrorFocusColorBackground: var(--rebilly-inputErrorHoverColorBackground);
134
+ --rebilly-inputErrorFocusColorText: var(--rebilly-inputErrorHoverColorText);
135
+ --rebilly-inputErrorFocusFontFamily: var(--rebilly-inputErrorHoverFontFamily);
136
+ --rebilly-inputErrorFocusFontSize: var(--rebilly-inputErrorHoverFontSize);
137
+ --rebilly-inputErrorFocusFontLineHeight: var(--rebilly-inputErrorHoverFontLineHeight);
138
+ --rebilly-inputErrorFocusFontWeight: var(--rebilly-inputErrorHoverFontWeight);
139
+ --rebilly-inputErrorFocusBorder: var(--rebilly-inputErrorHoverBorder);
140
+ --rebilly-inputErrorFocusBorderRadius: var(--rebilly-inputErrorHoverBorderRadius);
141
+ --rebilly-inputErrorFocusBoxShadow: var(--rebilly-inputErrorHoverBoxShadow);
142
+ --rebilly-inputErrorPlaceholderColorText: rgba(205, 92, 92, 0.6);
143
+ --rebilly-inputErrorPlaceholderFontFamily: var(--rebilly-inputPlaceholderFontFamily);
144
+ --rebilly-inputErrorPlaceholderFontSize: var(--rebilly-inputPlaceholderFontSize);
145
+ --rebilly-inputErrorPlaceholderFontLineHeight: var(--rebilly-inputPlaceholderFontLineHeight);
146
+ --rebilly-inputErrorPlaceholderFontWeight: var(--rebilly-inputPlaceholderFontWeight);
147
+ --rebilly-inputErrorSelectionColorText: var(--rebilly-inputSelectionColorText);
148
+ --rebilly-inputErrorSelectionColorBackground: var(--rebilly-inputSelectionColorBackground);",
149
+ "fontFamily": "Avenir, Helvetica, Arial, sans-serif",
150
+ "fontLineHeightBase": "initial",
151
+ "fontSizeBase": "16px",
152
+ "fontSmooth": "auto",
153
+ "fontWeightBase": "400",
154
+ "headingColorText": "var(--rebilly-colorText)",
155
+ "headingFontFamily": "var(--rebilly-fontFamily)",
156
+ "headingFontWeight": "500",
157
+ "inputBorder": "1px solid rgba(13, 43, 62, 0.25)",
158
+ "inputBorderRadius": "var(--rebilly-borderRadius)",
159
+ "inputBoxShadow": "none",
160
+ "inputColorBackground": "transparent",
161
+ "inputColorText": "var(--rebilly-colorText)",
162
+ "inputErrorBorder": "1px solid #CD5C5C",
163
+ "inputErrorBorderRadius": "var(--rebilly-inputBorderRadius)",
164
+ "inputErrorBoxShadow": "var(--rebilly-inputBoxShadow)",
165
+ "inputErrorColorBackground": "var(--rebilly-inputColorBackground)",
166
+ "inputErrorColorText": "var(--rebilly-colorDanger)",
167
+ "inputErrorFocusBorder": "var(--rebilly-inputErrorHoverBorder)",
168
+ "inputErrorFocusBorderRadius": "var(--rebilly-inputErrorHoverBorderRadius)",
169
+ "inputErrorFocusBoxShadow": "var(--rebilly-inputErrorHoverBoxShadow)",
170
+ "inputErrorFocusColorBackground": "var(--rebilly-inputErrorHoverColorBackground)",
171
+ "inputErrorFocusColorText": "var(--rebilly-inputErrorHoverColorText)",
172
+ "inputErrorFocusFontFamily": "var(--rebilly-inputErrorHoverFontFamily)",
173
+ "inputErrorFocusFontLineHeight": "var(--rebilly-inputErrorHoverFontLineHeight)",
174
+ "inputErrorFocusFontSize": "var(--rebilly-inputErrorHoverFontSize)",
175
+ "inputErrorFocusFontWeight": "var(--rebilly-inputErrorHoverFontWeight)",
176
+ "inputErrorFontFamily": "var(--rebilly-inputFontFamily)",
177
+ "inputErrorFontLineHeight": "var(--rebilly-inputFontLineHeight)",
178
+ "inputErrorFontSize": "var(--rebilly-inputFontSize)",
179
+ "inputErrorFontWeight": "var(--rebilly-inputFontWeight)",
180
+ "inputErrorHoverBorder": "var(--rebilly-inputErrorBorder)",
181
+ "inputErrorHoverBorderRadius": "var(--rebilly-inputErrorBorderRadius)",
182
+ "inputErrorHoverBoxShadow": "var(--rebilly-inputErrorBoxShadow)",
183
+ "inputErrorHoverColorBackground": "var(--rebilly-inputErrorColorBackground)",
184
+ "inputErrorHoverColorText": "var(--rebilly-inputErrorColorText)",
185
+ "inputErrorHoverFontFamily": "var(--rebilly-inputErrorFontFamily)",
186
+ "inputErrorHoverFontLineHeight": "var(--rebilly-inputErrorFontLineHeight)",
187
+ "inputErrorHoverFontSize": "var(--rebilly-inputErrorFontSize)",
188
+ "inputErrorHoverFontWeight": "var(--rebilly-inputErrorFontWeight)",
189
+ "inputErrorPlaceholderColorText": "rgba(205, 92, 92, 0.6)",
190
+ "inputErrorPlaceholderFontFamily": "var(--rebilly-inputPlaceholderFontFamily)",
191
+ "inputErrorPlaceholderFontLineHeight": "var(--rebilly-inputPlaceholderFontLineHeight)",
192
+ "inputErrorPlaceholderFontSize": "var(--rebilly-inputPlaceholderFontSize)",
193
+ "inputErrorPlaceholderFontWeight": "var(--rebilly-inputPlaceholderFontWeight)",
194
+ "inputErrorSelectionColorBackground": "var(--rebilly-inputSelectionColorBackground)",
195
+ "inputErrorSelectionColorText": "var(--rebilly-inputSelectionColorText)",
196
+ "inputFocusBorder": "1px solid #0044D4",
197
+ "inputFocusBorderRadius": "var(--rebilly-inputHoverBorderRadius)",
198
+ "inputFocusBoxShadow": "0 0 0 1px #0044D4",
199
+ "inputFocusColorBackground": "var(--rebilly-inputHoverColorBackground)",
200
+ "inputFocusColorText": "var(--rebilly-inputHoverColorText)",
201
+ "inputFocusFontFamily": "var(--rebilly-inputHoverFontFamily)",
202
+ "inputFocusFontLineHeight": "var(--rebilly-inputHoverFontLineHeight)",
203
+ "inputFocusFontSize": "var(--rebilly-inputHoverFontSize)",
204
+ "inputFocusFontWeight": "var(--rebilly-inputHoverFontWeight)",
205
+ "inputFontFamily": "var(--rebilly-fontFamily)",
206
+ "inputFontLineHeight": "1.5",
207
+ "inputFontSize": "var(--rebilly-fontSizeBase)",
208
+ "inputFontWeight": "var(--rebilly-fontWeightBase)",
209
+ "inputHoverBorder": "var(--rebilly-inputBorder)",
210
+ "inputHoverBorderRadius": "var(--rebilly-inputBorderRadius)",
211
+ "inputHoverBoxShadow": "var(--rebilly-inputBoxShadow)",
212
+ "inputHoverColorBackground": "var(--rebilly-inputColorBackground)",
213
+ "inputHoverColorText": "var(--rebilly-inputColorText)",
214
+ "inputHoverFontFamily": "var(--rebilly-inputFontFamily)",
215
+ "inputHoverFontLineHeight": "var(--rebilly-inputFontLineHeight)",
216
+ "inputHoverFontSize": "var(--rebilly-inputFontSize)",
217
+ "inputHoverFontWeight": "var(--rebilly-inputFontWeight)",
218
+ "inputPlaceholderColorText": "rgba(13, 43, 62, 0.6)",
219
+ "inputPlaceholderFontFamily": "var(--rebilly-inputFontFamily)",
220
+ "inputPlaceholderFontLineHeight": "var(--rebilly-inputFontLineHeight)",
221
+ "inputPlaceholderFontSize": "var(--rebilly-inputFontSize)",
222
+ "inputPlaceholderFontWeight": "var(--rebilly-inputFontWeight)",
223
+ "inputSelectionColorBackground": "highlight",
224
+ "inputSelectionColorText": "initial",
225
+ "labels": "floating",
51
226
  }
52
227
  `;