maz-ui 3.10.2 → 3.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.
@@ -0,0 +1,37 @@
1
+ /* Automatically generated by './build/generate-component-list-file.js' */
2
+
3
+ export const componentList = [
4
+ 'MazAvatar',
5
+ 'MazBackdrop',
6
+ 'MazBadge',
7
+ 'MazBottomSheet',
8
+ 'MazBtn',
9
+ 'MazCard',
10
+ 'MazCarousel',
11
+ 'MazChart',
12
+ 'MazCheckbox',
13
+ 'MazDialog',
14
+ 'MazDialogPromise',
15
+ 'MazDrawer',
16
+ 'MazDropzone',
17
+ 'MazGallery',
18
+ 'MazIcon',
19
+ 'MazInput',
20
+ 'MazInputNumber',
21
+ 'MazInputPrice',
22
+ 'MazInputTags',
23
+ 'MazLazyImg',
24
+ 'MazPhoneNumberInput',
25
+ 'MazPicker',
26
+ 'MazRadioButtons',
27
+ 'MazSelect',
28
+ 'MazSlider',
29
+ 'MazSpinner',
30
+ 'MazStepper',
31
+ 'MazSwitch',
32
+ 'MazTabsBar',
33
+ 'MazTabsContent',
34
+ 'MazTabsContentItem',
35
+ 'MazTextarea',
36
+ 'MazTransitionExpand',
37
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maz-ui",
3
- "version": "3.10.2",
3
+ "version": "3.10.3",
4
4
  "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
5
5
  "author": "Louis Mazel <me@loicmazuel.com>",
6
6
  "main": "./modules/index.mjs",