ketekny-ui-kit 1.0.116 → 1.0.117

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,7 +1,7 @@
1
1
  {
2
2
  "name": "ketekny-ui-kit",
3
3
  "type": "module",
4
- "version": "1.0.116",
4
+ "version": "1.0.117",
5
5
  "description": "A Vue 3 UI component library with Tailwind CSS styling",
6
6
  "main": "index.js",
7
7
  "files": [
@@ -58,9 +58,10 @@
58
58
  :label="mobileSidebarOpen ? 'Hide sidebar' : 'Show sidebar'"
59
59
  :icon="mobileSidebarOpen ? 'PanelLeftClose' : 'PanelLeftOpen'"
60
60
  variant="soft"
61
+ size="large"
61
62
  :icon-only="!mobileSidebarOpen"
62
63
  :aria-label="mobileSidebarOpen ? null : 'Show sidebar'"
63
- :class="mobileSidebarOpen ? '' : 'rounded-full shadow-lg shadow-slate-900/15'"
64
+ :class="mobileSidebarOpen ? '' : 'rounded-full text-slate-900 shadow-lg shadow-slate-900/15'"
64
65
  @click="toggleMobileSidebar"
65
66
  />
66
67
  </div>
@@ -43,8 +43,8 @@
43
43
  type="button"
44
44
  class="fixed bottom-0 left-0 z-50 inline-flex size-14 items-center justify-center rounded-tr-2xl transition-colors lg:hidden"
45
45
  :class="theme === 'light'
46
- ? 'border border-slate-200 bg-white text-slate-700 shadow-lg shadow-slate-900/10 hover:bg-slate-100'
47
- : 'bg-sidebar text-white shadow-lg shadow-black/25 hover:bg-sidebar-accent'"
46
+ ? 'border border-rose-200 bg-rose-100 text-rose-900 shadow-lg shadow-slate-900/10 hover:bg-rose-200'
47
+ : ' bg-[#e63933] text-white shadow-lg shadow-black/25'"
48
48
  aria-label="Open menu"
49
49
  @click="toggleMenu">
50
50
  <Menu class="size-6" :stroke-width="2.25" />