@saasmakers/ui 0.2.0 → 0.2.2

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.
@@ -14,7 +14,7 @@ defineSlots<{
14
14
 
15
15
  <template>
16
16
  <p
17
- class="select-text font-semibold leading-relaxed tracking-tight normal-case"
17
+ class="select-text leading-relaxed tracking-tight normal-case"
18
18
  :class="{
19
19
  'text-center': alignment === 'center',
20
20
  'text-left': alignment === 'left',
package/nuxt.config.ts CHANGED
@@ -49,7 +49,7 @@ export default defineNuxtConfig({
49
49
  colorMode: {
50
50
  classSuffix: '',
51
51
  fallback: 'light',
52
- preference: 'system',
52
+ preference: 'light',
53
53
  },
54
54
 
55
55
  experimental: { typedPages: true },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saasmakers/ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "description": "Reusable Nuxt UI components for SaaS Makers projects",
6
6
  "license": "MIT",