@basis-ng/styles 0.0.1-alpha.110 → 0.0.1-alpha.111

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.110",
3
+ "version": "0.0.1-alpha.111",
4
4
  "description": "CSS foundation for @basis-ng/primitives components",
5
5
  "main": "src/index.css",
6
6
  "exports": {
@@ -2,7 +2,7 @@ b-select {
2
2
  @apply flex gap-1;
3
3
 
4
4
  button[b-select-trigger] {
5
- @apply shadow-xs transition-colors duration-150 flex items-center justify-center gap-x-2 disabled:opacity-50 disabled:cursor-not-allowed;
5
+ @apply transition-colors duration-150 flex items-center justify-center gap-x-2 disabled:opacity-50 disabled:cursor-not-allowed;
6
6
  @apply bg-transparent inset-ring-1 inset-ring-secondary hover:bg-primary/5 flex-1;
7
7
  @apply dark:inset-ring-secondary-dark dark:hover:bg-primary-dark/5;
8
8