@rebilly/instruments 3.0.0-beta.0 → 3.0.1-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.
@@ -79,7 +79,7 @@ Object {
79
79
  --rebilly-inputPlaceholderFontLineHeight: var(--rebilly-inputFontLineHeight);
80
80
  --rebilly-inputPlaceholderFontWeight: var(--rebilly-inputFontWeight);
81
81
  --rebilly-inputSelectionColorText: initial;
82
- --rebilly-inputSelectionColorBackground: initial;
82
+ --rebilly-inputSelectionColorBackground: highlight;
83
83
  --rebilly-inputErrorColorBackground: var(--rebilly-inputColorBackground);
84
84
  --rebilly-inputErrorColorText: var(--rebilly-colorDanger);
85
85
  --rebilly-inputErrorFontFamily: var(--rebilly-inputFontFamily);
@@ -188,7 +188,7 @@ Object {
188
188
  "inputPlaceholderFontLineHeight": "var(--rebilly-inputFontLineHeight)",
189
189
  "inputPlaceholderFontSize": "var(--rebilly-inputFontSize)",
190
190
  "inputPlaceholderFontWeight": "var(--rebilly-inputFontWeight)",
191
- "inputSelectionColorBackground": "initial",
191
+ "inputSelectionColorBackground": "highlight",
192
192
  "inputSelectionColorText": "initial",
193
193
  "labels": "floating",
194
194
  }
@@ -409,7 +409,7 @@ const properties = {
409
409
  inputSelectionColorBackground: {
410
410
  fallback: {
411
411
  type: 'static',
412
- value: 'initial'
412
+ value: 'highlight'
413
413
  }
414
414
  },
415
415
 
@@ -49,11 +49,6 @@ const label = () => `
49
49
  transform: translateY(-175%) scale(0.875);
50
50
  }
51
51
 
52
- .is-floating .rebilly-instruments-form-field-select + .rebilly-instruments-form-field-label {
53
- font-size: var(--rebilly-fontSizeBase);
54
- opacity: 0.5;
55
- }
56
-
57
52
  .is-floating .rebilly-instruments-form-field-input:focus + .rebilly-instruments-form-field-label,
58
53
  .is-floating .rebilly-instruments-form-field-select:focus + .rebilly-instruments-form-field-label,
59
54
  .is-floating .rebilly-instruments-form-field-label.is-active {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/instruments",
3
- "version": "3.0.0-beta.0",
3
+ "version": "3.0.1-beta.0",
4
4
  "author": "Rebilly",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",
@@ -79,7 +79,7 @@ Object {
79
79
  --rebilly-inputPlaceholderFontLineHeight: var(--rebilly-inputFontLineHeight);
80
80
  --rebilly-inputPlaceholderFontWeight: var(--rebilly-inputFontWeight);
81
81
  --rebilly-inputSelectionColorText: initial;
82
- --rebilly-inputSelectionColorBackground: initial;
82
+ --rebilly-inputSelectionColorBackground: highlight;
83
83
  --rebilly-inputErrorColorBackground: var(--rebilly-inputColorBackground);
84
84
  --rebilly-inputErrorColorText: var(--rebilly-colorDanger);
85
85
  --rebilly-inputErrorFontFamily: var(--rebilly-inputFontFamily);
@@ -188,7 +188,7 @@ Object {
188
188
  "inputPlaceholderFontLineHeight": "var(--rebilly-inputFontLineHeight)",
189
189
  "inputPlaceholderFontSize": "var(--rebilly-inputFontSize)",
190
190
  "inputPlaceholderFontWeight": "var(--rebilly-inputFontWeight)",
191
- "inputSelectionColorBackground": "initial",
191
+ "inputSelectionColorBackground": "highlight",
192
192
  "inputSelectionColorText": "initial",
193
193
  "labels": "floating",
194
194
  }
@@ -397,7 +397,7 @@ const properties = {
397
397
  inputSelectionColorBackground: {
398
398
  fallback: {
399
399
  type: 'static',
400
- value: 'initial',
400
+ value: 'highlight',
401
401
  }
402
402
  },
403
403
 
@@ -42,11 +42,6 @@ export const label = () => `
42
42
  transform: translateY(-175%) scale(0.875);
43
43
  }
44
44
 
45
- .is-floating .rebilly-instruments-form-field-select + .rebilly-instruments-form-field-label {
46
- font-size: var(--rebilly-fontSizeBase);
47
- opacity: 0.5;
48
- }
49
-
50
45
  .is-floating .rebilly-instruments-form-field-input:focus + .rebilly-instruments-form-field-label,
51
46
  .is-floating .rebilly-instruments-form-field-select:focus + .rebilly-instruments-form-field-label,
52
47
  .is-floating .rebilly-instruments-form-field-label.is-active {