@commander-services/cmd-dropdown-portal 1.9.0 → 1.9.1

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/styles.css +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commander-services/cmd-dropdown-portal",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "A cmd dropdown portal component",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -42,7 +42,7 @@
42
42
  "vitest": "^3.2.2"
43
43
  },
44
44
  "dependencies": {
45
- "@commander-services/cmd-hooks": "1.3.0"
45
+ "@commander-services/cmd-hooks": "1.3.1"
46
46
  },
47
47
  "scripts": {
48
48
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
package/src/styles.css CHANGED
@@ -1,18 +1,9 @@
1
- /* @import 'tailwindcss'; */
2
1
 
3
2
  @theme {
4
3
  --font-*: initial;
5
4
  --font-poppins: Poppins, sans-serif;
6
5
  }
7
6
 
8
- /*
9
- The default border color has changed to `currentColor` in Tailwind CSS v4,
10
- so we've added these compatibility styles to make sure everything still
11
- looks the same as it did with Tailwind CSS v3.
12
-
13
- If we ever want to remove these styles, we need to add an explicit border
14
- color utility to any element that depends on these defaults.
15
- */
16
7
  @layer base {
17
8
  *,
18
9
  ::after,