edvoyui-component-library-test-flight 0.0.33 → 0.0.34

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/table/EUITable.vue?vue&type=script&setup=true&lang.ts";
2
- import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUITable.vue?vue&type=style&index=0&scoped=c13405e0&lang.scss";
2
+ import "/Volumes/work/repos/edvoy-ui-v2/src/components/table/EUITable.vue?vue&type=style&index=0&scoped=6e3553a0&lang.scss";
3
3
  declare const _default: any;
4
4
  export default _default;
5
5
  //# sourceMappingURL=EUITable.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.33",
4
+ "version": "0.0.34",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist/",
@@ -1,12 +1,10 @@
1
1
  <template>
2
2
  <div>
3
- <template v-if="loading">
4
- <div :class="['overflow-hidden relative z-0 isolate bg-white backdrop-blur border border-gray-200 rounded-xl transition-colors duration-150 ease-in-out', tableHeight ? tableHeight : 'h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]']">
5
- <div class="absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0">
6
- <EUICircleLoader />
7
- </div>
8
- </div>
9
- </template>
3
+ <div v-if="loading" :class="['overflow-hidden relative z-0 isolate bg-white backdrop-blur border border-gray-200 rounded-xl transition-colors duration-150 ease-in-out', tableHeight ? tableHeight : 'h-[calc(100svh-9rem)] max-h-[calc(100svh-9rem)]']">
4
+ <div class="absolute flex items-center z-[calc(infinity)] w-full h-auto pointer-events-none inset-0">
5
+ <EUICircleLoader />
6
+ </div>
7
+ </div>
10
8
  <div v-else class="relative w-full mx-auto overflow-hidden">
11
9
  <div
12
10
  id="student-table"