@versini/ui-dropdown 1.4.2 → 2.0.0

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/dist/index.js +2 -2
  2. package/package.json +2 -3
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- @versini/ui-dropdown v1.4.2
2
+ @versini/ui-dropdown v2.0.0
3
3
  © 2026 gizmette.com
4
4
  */
5
5
 
@@ -36,7 +36,7 @@ const getDisplayName = (element)=>{
36
36
 
37
37
 
38
38
 
39
- const CONTENT_CLASS = "z-100 rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2 prose prose-dark";
39
+ const CONTENT_CLASS = "z-100 rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2 plume plume-dark";
40
40
  const SUB_CONTENT_CLASS = "z-[60] rounded-md bg-surface-light shadow-sm shadow-border-dark outline-hidden p-3 sm:p-2 mx-3";
41
41
  const SUB_TRIGGER_CLASS = clsx("flex items-center flex-row justify-between", "w-full", "m-0 first:mt-0 mt-2 sm:mt-1 px-2 py-1", "rounded-md border border-transparent", "text-left text-base select-none cursor-pointer", "outline-hidden focus:border focus:border-border-medium focus:bg-surface-lighter focus:underline", "disabled:cursor-not-allowed disabled:text-copy-medium", "data-highlighted:bg-surface-lighter data-highlighted:border-border-medium data-highlighted:underline", "data-[state=open]:bg-surface-lighter");
42
42
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-dropdown",
3
- "version": "1.4.2",
3
+ "version": "2.0.0",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -42,7 +42,6 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@radix-ui/react-dropdown-menu": "2.1.16",
45
- "@tailwindcss/typography": "0.5.19",
46
45
  "@versini/ui-icons": "4.18.1",
47
46
  "clsx": "2.1.1",
48
47
  "tailwindcss": "4.1.18"
@@ -50,5 +49,5 @@
50
49
  "sideEffects": [
51
50
  "**/*.css"
52
51
  ],
53
- "gitHead": "d743dea39aac165fe575ab0734b0bff5f66e67b3"
52
+ "gitHead": "ace8376be408d1f21ced7ba7a3259891476690e4"
54
53
  }