@rebilly/instruments 3.1.0-beta.0 → 3.1.4-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 (165) hide show
  1. package/dist/index.js +88 -107
  2. package/dist/index.min.js +88 -0
  3. package/package.json +17 -6
  4. package/rollup.config.js +84 -0
  5. package/src/functions/mount/fetch-data.js +13 -1
  6. package/src/functions/mount/index.js +6 -42
  7. package/src/functions/mount/setup-framepay-theme.js +2 -2
  8. package/src/functions/mount/setup-options.js +3 -0
  9. package/src/functions/mount/setup-user-flow.js +49 -0
  10. package/src/functions/purchase.js +1 -1
  11. package/src/functions/setup.js +1 -1
  12. package/src/functions/show.spec.js +1 -1
  13. package/src/i18n/en.json +3 -0
  14. package/src/index.js +1 -61
  15. package/src/instance.js +65 -0
  16. package/src/{index.spec.js → instance.spec.js} +2 -1
  17. package/src/loader/index.js +21 -1
  18. package/src/storefront/models/ready-to-pay-model.js +13 -2
  19. package/src/storefront/plans.js +8 -4
  20. package/src/storefront/plans.spec.js +8 -2
  21. package/src/storefront/products.js +8 -4
  22. package/src/storefront/products.spec.js +8 -2
  23. package/src/storefront/ready-to-pay.js +5 -4
  24. package/src/style/components/button.js +1 -0
  25. package/src/style/components/loader.js +2 -1
  26. package/src/style/payment-instruments/payment-card.js +2 -1
  27. package/src/style/utils/remove-empty-null.js +9 -9
  28. package/src/style/vendor/postmate.js +13 -0
  29. package/src/style/views/confirmation.js +2 -1
  30. package/src/views/common/iframe/base-iframe.js +2 -0
  31. package/src/views/common/iframe/event-listeners.js +10 -0
  32. package/src/views/common/iframe/method-iframe.js +3 -1
  33. package/src/views/confirmation.js +1 -0
  34. package/src/views/method-selector/express-methods/{google-pay.js → index.js} +3 -2
  35. package/src/views/method-selector/mount-express-methods.js +6 -18
  36. package/src/views/result.js +1 -0
  37. package/tests/mocks/rebilly-instruments-mock.js +2 -2
  38. package/dist/events/base-event.js +0 -66
  39. package/dist/events/events.spec.js +0 -18
  40. package/dist/events/index.js +0 -22
  41. package/dist/functions/destroy.js +0 -34
  42. package/dist/functions/destroy.spec.js +0 -69
  43. package/dist/functions/mount/fetch-data.js +0 -187
  44. package/dist/functions/mount/fetch-data.spec.js +0 -189
  45. package/dist/functions/mount/index.js +0 -218
  46. package/dist/functions/mount/mount.spec.js +0 -64
  47. package/dist/functions/mount/setup-element.js +0 -40
  48. package/dist/functions/mount/setup-framepay-theme.js +0 -95
  49. package/dist/functions/mount/setup-framepay.js +0 -46
  50. package/dist/functions/mount/setup-i18n.js +0 -33
  51. package/dist/functions/mount/setup-options.js +0 -99
  52. package/dist/functions/mount/setup-options.spec.js +0 -66
  53. package/dist/functions/mount/setup-storefront.js +0 -34
  54. package/dist/functions/mount/setup-styles.js +0 -43
  55. package/dist/functions/on.js +0 -40
  56. package/dist/functions/on.spec.js +0 -55
  57. package/dist/functions/purchase.js +0 -158
  58. package/dist/functions/purchase.spec.js +0 -74
  59. package/dist/functions/setup.js +0 -85
  60. package/dist/functions/setup.spec.js +0 -87
  61. package/dist/functions/show.js +0 -55
  62. package/dist/functions/show.spec.js +0 -61
  63. package/dist/functions/update.js +0 -74
  64. package/dist/functions/update.spec.js +0 -86
  65. package/dist/i18n/en.json +0 -22
  66. package/dist/i18n/es.json +0 -22
  67. package/dist/i18n/i18n.spec.js +0 -22
  68. package/dist/i18n/index.js +0 -72
  69. package/dist/index.spec.js +0 -35
  70. package/dist/loader/index.js +0 -94
  71. package/dist/loader/loader.spec.js +0 -69
  72. package/dist/storefront/index.js +0 -73
  73. package/dist/storefront/invoices.js +0 -27
  74. package/dist/storefront/models/base-model.js +0 -18
  75. package/dist/storefront/models/invoice-model.js +0 -14
  76. package/dist/storefront/models/plan-model.js +0 -14
  77. package/dist/storefront/models/product-model.js +0 -14
  78. package/dist/storefront/models/ready-to-pay-model.js +0 -46
  79. package/dist/storefront/models/summary-model.js +0 -79
  80. package/dist/storefront/models/transaction-model.js +0 -31
  81. package/dist/storefront/payment-instruments.js +0 -47
  82. package/dist/storefront/payment-instruments.spec.js +0 -55
  83. package/dist/storefront/plans.js +0 -37
  84. package/dist/storefront/plans.spec.js +0 -64
  85. package/dist/storefront/products.js +0 -40
  86. package/dist/storefront/products.spec.js +0 -65
  87. package/dist/storefront/purchase.js +0 -43
  88. package/dist/storefront/purchase.spec.js +0 -48
  89. package/dist/storefront/ready-to-pay.js +0 -58
  90. package/dist/storefront/ready-to-pay.spec.js +0 -69
  91. package/dist/storefront/storefront.spec.js +0 -15
  92. package/dist/storefront/summary.js +0 -55
  93. package/dist/storefront/summary.spec.js +0 -124
  94. package/dist/storefront/transactions.js +0 -27
  95. package/dist/style/base/__snapshots__/theme.spec.js.snap +0 -227
  96. package/dist/style/base/default-theme.js +0 -804
  97. package/dist/style/base/index.js +0 -104
  98. package/dist/style/base/theme.js +0 -41
  99. package/dist/style/base/theme.spec.js +0 -19
  100. package/dist/style/browserslist.js +0 -8
  101. package/dist/style/components/address.js +0 -64
  102. package/dist/style/components/button.js +0 -87
  103. package/dist/style/components/divider.js +0 -48
  104. package/dist/style/components/forms/checkbox.js +0 -86
  105. package/dist/style/components/forms/field.js +0 -65
  106. package/dist/style/components/forms/form.js +0 -28
  107. package/dist/style/components/forms/input.js +0 -86
  108. package/dist/style/components/forms/label.js +0 -64
  109. package/dist/style/components/forms/select.js +0 -95
  110. package/dist/style/components/forms/validation.js +0 -81
  111. package/dist/style/components/icons.js +0 -22
  112. package/dist/style/components/index.js +0 -57
  113. package/dist/style/components/loader.js +0 -50
  114. package/dist/style/components/methods.js +0 -108
  115. package/dist/style/components/overlay.js +0 -33
  116. package/dist/style/helpers/index.js +0 -59
  117. package/dist/style/index.js +0 -50
  118. package/dist/style/payment-instruments/content.js +0 -17
  119. package/dist/style/payment-instruments/index.js +0 -20
  120. package/dist/style/payment-instruments/payment-card.js +0 -35
  121. package/dist/style/utils/border.js +0 -47
  122. package/dist/style/utils/color-values.js +0 -58
  123. package/dist/style/utils/remove-empty-null.js +0 -20
  124. package/dist/style/vendor/framepay.js +0 -37
  125. package/dist/style/vendor/postmate.js +0 -17
  126. package/dist/style/views/confirmation.js +0 -85
  127. package/dist/style/views/index.js +0 -29
  128. package/dist/style/views/method-selector.js +0 -20
  129. package/dist/style/views/modal.js +0 -93
  130. package/dist/style/views/result.js +0 -61
  131. package/dist/style/views/summary.js +0 -127
  132. package/dist/utils/add-dom-element.js +0 -26
  133. package/dist/utils/format-currency.js +0 -15
  134. package/dist/utils/has-valid-css-selector.js +0 -11
  135. package/dist/utils/index.js +0 -55
  136. package/dist/utils/is-dom-element.js +0 -10
  137. package/dist/utils/process-property-as-dom-element.js +0 -38
  138. package/dist/utils/sleep.js +0 -10
  139. package/dist/views/__snapshots__/summary.spec.js.snap +0 -246
  140. package/dist/views/common/iframe/base-iframe.js +0 -59
  141. package/dist/views/common/iframe/event-listeners.js +0 -50
  142. package/dist/views/common/iframe/index.js +0 -19
  143. package/dist/views/common/iframe/method-iframe.js +0 -33
  144. package/dist/views/common/iframe/modal-iframe.js +0 -84
  145. package/dist/views/common/iframe/view-iframe.js +0 -31
  146. package/dist/views/common/render-utilities.js +0 -11
  147. package/dist/views/confirmation.js +0 -92
  148. package/dist/views/method-selector/__snapshots__/method-selector.spec.js.snap +0 -3
  149. package/dist/views/method-selector/express-methods/apple-pay.js +0 -92
  150. package/dist/views/method-selector/express-methods/google-pay.js +0 -31
  151. package/dist/views/method-selector/express-methods/paypal.js +0 -19
  152. package/dist/views/method-selector/generate-digital-wallet.js +0 -68
  153. package/dist/views/method-selector/generate-digital-wallet.spec.js +0 -135
  154. package/dist/views/method-selector/get-method-data.js +0 -25
  155. package/dist/views/method-selector/get-payment-methods.js +0 -66
  156. package/dist/views/method-selector/get-payment-methods.spec.js +0 -46
  157. package/dist/views/method-selector/index.js +0 -122
  158. package/dist/views/method-selector/method-selector.spec.js +0 -124
  159. package/dist/views/method-selector/mount-express-methods.js +0 -69
  160. package/dist/views/method-selector/mount-methods.js +0 -74
  161. package/dist/views/modal.js +0 -88
  162. package/dist/views/result.js +0 -40
  163. package/dist/views/summary.js +0 -215
  164. package/dist/views/summary.spec.js +0 -134
  165. package/src/views/method-selector/express-methods/paypal.js +0 -7
@@ -1,227 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`RebillyInstruments theme builds the theme object 1`] = `
4
- Object {
5
- "borderRadius": "4px",
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",
226
- }
227
- `;