@tecsinapse/cortex-core 0.3.0-beta.2 → 0.3.0-beta.3

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.
@@ -15,7 +15,7 @@ const selectVariants = tailwindVariants.tv({
15
15
  dropdown: "flex flex-col gap-y-mili text-base max-h-[30vh] w-full bg-white mt-0 rounded-mili overflow-y-scroll py-mili transition-all duration-300 origin-top-left absolute list-none z-30 shadow-lg",
16
16
  button: "flex w-full justify-between items-center bg-white relative min-h-[44px] h-auto flex px-centi py-1.5 text-base font-bold items-center bg-transparent border border-secondary-light rounded-mili",
17
17
  groupedTitle: "font-bold text-secondary-medium",
18
- containerGrouped: "mx-centi"
18
+ containerGrouped: "mx-centi list-none"
19
19
  },
20
20
  variants: {
21
21
  open: {
@@ -13,7 +13,7 @@ const selectVariants = tv({
13
13
  dropdown: "flex flex-col gap-y-mili text-base max-h-[30vh] w-full bg-white mt-0 rounded-mili overflow-y-scroll py-mili transition-all duration-300 origin-top-left absolute list-none z-30 shadow-lg",
14
14
  button: "flex w-full justify-between items-center bg-white relative min-h-[44px] h-auto flex px-centi py-1.5 text-base font-bold items-center bg-transparent border border-secondary-light rounded-mili",
15
15
  groupedTitle: "font-bold text-secondary-medium",
16
- containerGrouped: "mx-centi"
16
+ containerGrouped: "mx-centi list-none"
17
17
  },
18
18
  variants: {
19
19
  open: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tecsinapse/cortex-core",
3
- "version": "0.3.0-beta.2",
3
+ "version": "0.3.0-beta.3",
4
4
  "license": "MIT",
5
5
  "description": "Core library for tailwindcss based design",
6
6
  "main": "dist/esm/index.js",
@@ -31,5 +31,5 @@
31
31
  "peerDependencies": {
32
32
  "tailwindcss": ">=3.3.0"
33
33
  },
34
- "gitHead": "9ccd419d58b0fef7fe57e2911e6c39f4f9c1d0ce"
34
+ "gitHead": "8ff64f9da1142a0512bbbddee0d4b5d1c09cf014"
35
35
  }