@everlywell/ui-kit 1.11.1 → 1.11.2

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.
@@ -31,7 +31,7 @@ declare const _default: {
31
31
  };
32
32
  };
33
33
  };
34
- 'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label,input.has-value + label, textarea.has-value ~ label, select.has-value + label': {
34
+ 'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label': {
35
35
  transform: string[];
36
36
  fontSize: string;
37
37
  top: string[];
@@ -62,11 +62,9 @@ declare const _default: {
62
62
  input: {
63
63
  pt: number;
64
64
  h: string[];
65
- '&:not(:focus)': {
66
- '::placeholder': {
67
- color: string;
68
- visibility: string;
69
- };
65
+ _placeholder: {
66
+ color: string;
67
+ visibility: string;
70
68
  };
71
69
  };
72
70
  select: {
@@ -600,7 +600,7 @@ export declare const theme: {
600
600
  };
601
601
  };
602
602
  };
603
- 'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label,input.has-value + label, textarea.has-value ~ label, select.has-value + label': {
603
+ 'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label': {
604
604
  transform: string[];
605
605
  fontSize: string;
606
606
  top: string[];
@@ -631,11 +631,9 @@ export declare const theme: {
631
631
  input: {
632
632
  pt: number;
633
633
  h: string[];
634
- '&:not(:focus)': {
635
- '::placeholder': {
636
- color: string;
637
- visibility: string;
638
- };
634
+ _placeholder: {
635
+ color: string;
636
+ visibility: string;
639
637
  };
640
638
  };
641
639
  select: {
@@ -2574,7 +2572,7 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
2574
2572
  };
2575
2573
  };
2576
2574
  };
2577
- 'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label,input.has-value + label, textarea.has-value ~ label, select.has-value + label': {
2575
+ 'input:not(:placeholder-shown) + label, .chakra-input__group:has(input:not(:placeholder-shown)) + label, .chakra-select__wrapper:not(:has(option[value=""]:checked)) + label, textarea:not(:placeholder-shown) ~ label': {
2578
2576
  transform: string[];
2579
2577
  fontSize: string;
2580
2578
  top: string[];
@@ -2605,11 +2603,9 @@ export declare const useTheme: () => import("@chakra-ui/styled-system").WithCSSV
2605
2603
  input: {
2606
2604
  pt: number;
2607
2605
  h: string[];
2608
- '&:not(:focus)': {
2609
- '::placeholder': {
2610
- color: string;
2611
- visibility: string;
2612
- };
2606
+ _placeholder: {
2607
+ color: string;
2608
+ visibility: string;
2613
2609
  };
2614
2610
  };
2615
2611
  select: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everlywell/ui-kit",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {