quasar-factory-lib 0.1.8 → 0.1.9

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
@@ -98,6 +98,6 @@
98
98
  "release": "standard-version"
99
99
  },
100
100
  "type": "module",
101
- "version": "0.1.8",
101
+ "version": "0.1.9",
102
102
  "author": ""
103
103
  }
@@ -1,5 +1,5 @@
1
1
  <template>
2
- <q-card class="cardSkeleton">
2
+ <q-card class="skeleton-areas">
3
3
  <q-card-section>
4
4
  <q-skeleton type="QAvatar" />
5
5
  <q-skeleton
@@ -15,13 +15,5 @@
15
15
  }
16
16
  </script>
17
17
  <style scoped>
18
- .cardSkeleton {
19
- width: 200px;
20
- height: 200px;
21
- }
22
- @media only screen and (max-width: 600px) {
23
- .cardSkeleton {
24
- width: 100%;
25
- }
26
- }
18
+ @import url();
27
19
  </style>
@@ -0,0 +1,9 @@
1
+ .skeleton-areas {
2
+ width: 200px;
3
+ height: 200px;
4
+ }
5
+ @media only screen and (max-width: 600px) {
6
+ .skeleton-areas {
7
+ width: 100%;
8
+ }
9
+ }
package/src/css/app.css CHANGED
@@ -1,6 +1,7 @@
1
1
  @import url('../components/Table/css/table.css');
2
2
  @import url('../components/TaskNavBar/css/taskNavBar.css');
3
3
  @import url('../components/ConfirmedTask/style.css');
4
+ @import url('../components/SkeletonAreas/style.css');
4
5
  @import url('./fonts.css');
5
6
  :root {
6
7
  --main-color: #FFF8F2;
@@ -95,7 +95,7 @@ export default {
95
95
  Table,
96
96
  TableRowsCounter,
97
97
  AlertLabelsWithError,
98
- NavBarSkeleton
98
+ NavBarSkeleton,
99
99
  },
100
100
  data () {
101
101
  return {