analytica-frontend-lib 1.1.55 → 1.1.56

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/dist/index.css CHANGED
@@ -18655,6 +18655,25 @@
18655
18655
  --shadow-soft-shadow-4: 0px 0px 40px rgba(38, 38, 38, 0.2);
18656
18656
  }
18657
18657
  }
18658
+ textarea {
18659
+ outline: none !important;
18660
+ }
18661
+ textarea:not(:focus) {
18662
+ border-width: 1px !important;
18663
+ border-color: var(--color-border-300) !important;
18664
+ }
18665
+ textarea:focus {
18666
+ border-width: 2px !important;
18667
+ border-color: var(--color-primary-950) !important;
18668
+ }
18669
+ div textarea:not(:focus) {
18670
+ border-width: 1px !important;
18671
+ border-color: var(--color-border-300) !important;
18672
+ }
18673
+ div textarea:focus {
18674
+ border-width: 2px !important;
18675
+ border-color: var(--color-primary-950) !important;
18676
+ }
18658
18677
  @property --tw-translate-x { syntax: "*"; inherits: false; initial-value: 0; }
18659
18678
  @property --tw-translate-y { syntax: "*"; inherits: false; initial-value: 0; }
18660
18679
  @property --tw-translate-z { syntax: "*"; inherits: false; initial-value: 0; }