@basis-ng/styles 0.0.1-alpha.122 → 0.0.1-alpha.124

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-ng/styles",
3
- "version": "0.0.1-alpha.122",
3
+ "version": "0.0.1-alpha.124",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -17,7 +17,7 @@ b-input-group {
17
17
 
18
18
  /* Internal input adjustments when placed inside group */
19
19
  input[b-input] {
20
- @apply !outline-0 !px-0 inset-ring-0 !w-full !rounded-none bg-transparent hover:bg-transparent;
20
+ @apply !outline-0 !px-0 inset-ring-0 !w-full !rounded-none bg-transparent hover:bg-transparent shadow-none;
21
21
  }
22
22
 
23
23
  /* Focus state when any inner input is focused (and not readonly) */