@epam/statgpt-ui-components 0.2.0-rc.33 → 0.2.0-rc.35

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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@epam/statgpt-ui-components",
3
- "version": "0.2.0-rc.33",
3
+ "version": "0.2.0-rc.35",
4
4
  "license": "MIT",
5
5
  "dependencies": {
6
6
  "react-flatpickr": "^4.0.11",
7
7
  "classnames": "^2.5.1",
8
- "@epam/statgpt-shared-toolkit": "0.2.0-rc.33",
8
+ "@epam/statgpt-shared-toolkit": "0.2.0-rc.35",
9
9
  "@tabler/icons-react": "^3.34.1",
10
10
  "@floating-ui/react": "^0.27.14"
11
11
  },
@@ -55,18 +55,18 @@
55
55
  @apply underline;
56
56
  }
57
57
  }
58
+ }
58
59
 
59
- .flatpickr-input {
60
- @apply text-neutrals-1000 border-b-2 border-solid border-b-primary w-full h-[40px] py-[8px] px-[6px];
60
+ .flatpickr-input {
61
+ @apply text-neutrals-1000 border-b-2 border-solid border-b-primary w-full h-[40px] py-[8px] px-[6px];
61
62
 
62
- &:focus-visible {
63
- @apply outline-none;
64
- }
63
+ &:focus-visible {
64
+ @apply outline-none;
65
+ }
65
66
 
66
- &:hover,
67
- &:active {
68
- @apply border-neutrals-1000;
69
- }
67
+ &:hover,
68
+ &:active {
69
+ @apply border-neutrals-1000;
70
70
  }
71
71
  }
72
72