@redseed/redseed-ui-vue3 2.10.2 → 2.10.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.10.2",
3
+ "version": "2.10.3",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -2,7 +2,7 @@
2
2
  import { ref, computed } from 'vue'
3
3
  import Empty from '../Empty/Empty.vue'
4
4
  import Pagination from '../Pagination/Pagination.vue'
5
- import { useResponsiveWidth } from '../../helpers/responsiveWidth'
5
+ import { useResponsiveWidth } from '../../helpers/ResponsiveWidth'
6
6
 
7
7
  const props = defineProps({
8
8
  controlApplied: {
@@ -5,7 +5,7 @@ import ButtonSecondary from '../Button/ButtonSecondary.vue'
5
5
  import ButtonTertiary from '../Button/ButtonTertiary.vue'
6
6
  import BodyText from '../BodyText/BodyText.vue'
7
7
  import { ExclamationCircleIcon } from '@heroicons/vue/24/outline'
8
- import { useResponsiveWidth } from '../../helpers/responsiveWidth'
8
+ import { useResponsiveWidth } from '../../helpers/ResponsiveWidth'
9
9
 
10
10
  const emit = defineEmits(['clickPrimaryAction', 'clickSecondaryAction', 'clickTertiaryAction'])
11
11
 
@@ -4,7 +4,7 @@ import FormFieldSearch from '../FormField/FormFieldSearch.vue'
4
4
  import FormFieldSelect from '../FormField/FormFieldSelect.vue'
5
5
  import Sorting from '../Sorting/Sorting.vue'
6
6
  import Pagination from '../Pagination/Pagination.vue'
7
- import { useResponsiveWidth } from '../../helpers/responsiveWidth'
7
+ import { useResponsiveWidth } from '../../helpers/ResponsiveWidth'
8
8
 
9
9
  const props = defineProps({
10
10
  searchable: {
@@ -2,7 +2,7 @@
2
2
  import { ref, computed, useSlots } from 'vue'
3
3
  import { UserIcon } from '@heroicons/vue/24/solid'
4
4
  import ButtonTertiary from '../Button/ButtonTertiary.vue'
5
- import { useResponsiveWidth } from '../../helpers/responsiveWidth'
5
+ import { useResponsiveWidth } from '../../helpers/ResponsiveWidth'
6
6
 
7
7
  const props = defineProps({
8
8
  avatar: {