edvoyui-component-library-test-flight 0.0.177 → 0.0.178

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.
@@ -1,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/slideover/EUISlideover.vue?vue&type=script&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/slideover/EUISlideover.vue?vue&type=style&index=0&scoped=d575311b&lang.scss";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/slideover/EUISlideover.vue?vue&type=style&index=0&scoped=23459b37&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUISlideover.vue.d.ts.map
@@ -1,5 +1,5 @@
1
1
  export * from "/Volumes/work/repos/edvoy-ui-v2/src/components/tabs/EUITabs.vue?vue&type=script&setup=true&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/tabs/EUITabs.vue?vue&type=style&index=0&scoped=fac4b91a&lang.css";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/tabs/EUITabs.vue?vue&type=style&index=0&scoped=ce073413&lang.css";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUITabs.vue.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "edvoyui-component-library-test-flight",
3
3
  "private": false,
4
- "version": "0.0.177",
4
+ "version": "0.0.178",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
@@ -11,9 +11,9 @@
11
11
  size="md"
12
12
  color="white"
13
13
  :class="[
14
- '!px-5 !text-sm leading-6 focus:outline-none !font-medium',
14
+ '!px-5 !text-sm leading-6 focus:!outline-0 !font-medium',
15
15
  isSelected(item)
16
- ? '!bg-violet-100 !text-violet-600'
16
+ ? '!bg-violet-100 !text-violet-500'
17
17
  : '!bg-gray-100 !text-gray-600 hover:!text-gray-800',
18
18
  ]"
19
19
  rounded
@@ -60,7 +60,7 @@
60
60
  </template>
61
61
  <div
62
62
  v-else
63
- class="flex-1 p-4 max-h-[calc(100vh-3rem)] overflow-y-auto slideover-body"
63
+ class="flex-1 p-4 max-h-[calc(100vh-3rem)] overflow-y-auto scrollbar--thin slideover-body"
64
64
  >
65
65
  <slot></slot>
66
66
  </div>
@@ -42,7 +42,7 @@
42
42
  />
43
43
  <span
44
44
  :class="[
45
- 'w-full py-1 text-xs tracking-wide z-10 flex items-center justify-start gap-2',
45
+ 'w-full py-1 tracking-wide z-10 flex items-center justify-start gap-2',
46
46
  activeTabIndex === tabindex
47
47
  ? ' font-semibold'
48
48
  : ' text-gray-600 font-medium hover:text-gray-600 bg-transparent z-0 transition-colors duration-300 ease-in origin-center',