@enki-tek/fms-web-components 0.1.66 → 0.1.67

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.
@@ -35,7 +35,7 @@ const goTo = (num) => {
35
35
  >
36
36
  {#if !!first(pages) && (first(pages) || 0) > 2}
37
37
  <PaginationItem
38
- ><PaginationLink href={'javascript:{}'} on:click={() => goTo((first(pages) || 0) - 1)}
38
+ class="d-none d-sm-block"><PaginationLink href={'javascript:{}'} on:click={() => goTo((first(pages) || 0) - 1)}
39
39
  >...</PaginationLink
40
40
  ></PaginationItem
41
41
  >
@@ -47,7 +47,7 @@ const goTo = (num) => {
47
47
  {/each}
48
48
  {#if !!last(pages) && (last(pages) || 0) < pageCount - 1}
49
49
  <PaginationItem
50
- ><PaginationLink href={'javascript:{}'} on:click={() => goTo((last(pages) || 0) + 1)}
50
+ class="d-none d-sm-block"><PaginationLink href={'javascript:{}'} on:click={() => goTo((last(pages) || 0) + 1)}
51
51
  >...</PaginationLink
52
52
  ></PaginationItem
53
53
  >
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.66",
3
+ "version": "0.1.67",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",