@insymetri/styleguide 0.1.64 → 0.1.65

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.
@@ -66,14 +66,14 @@
66
66
  compact: 'h-28 rounded-control text-tiny',
67
67
  default: 'h-32 rounded-control text-small',
68
68
  comfortable: 'h-40 rounded-control text-small',
69
- mobile: 'h-48 rounded-control text-default',
69
+ mobile: 'h-48 rounded-control text-large',
70
70
  } as const
71
71
 
72
72
  const itemDensityClasses = {
73
73
  compact: 'py-4 text-tiny',
74
74
  default: 'py-6 text-small',
75
75
  comfortable: 'py-8 text-small',
76
- mobile: 'py-10 text-default',
76
+ mobile: 'py-10 text-large',
77
77
  } as const
78
78
 
79
79
  let inputValue = $state('')
@@ -36,7 +36,7 @@
36
36
  compact: 'h-28 rounded-control text-tiny',
37
37
  default: 'h-32 rounded-control text-small',
38
38
  comfortable: 'h-40 rounded-control text-small',
39
- mobile: 'h-48 rounded-control text-default',
39
+ mobile: 'h-48 rounded-control text-large',
40
40
  } as const
41
41
 
42
42
  const showError = $derived(error || !!errorMessage)
@@ -56,14 +56,14 @@
56
56
  compact: 'h-28 rounded-control text-tiny',
57
57
  default: 'h-32 rounded-control text-small',
58
58
  comfortable: 'h-40 rounded-control text-small',
59
- mobile: 'h-48 rounded-control text-default',
59
+ mobile: 'h-48 rounded-control text-large',
60
60
  } as const
61
61
 
62
62
  const itemDensityClasses = {
63
63
  compact: 'py-4 text-tiny',
64
64
  default: 'py-6 text-small',
65
65
  comfortable: 'py-8 text-small',
66
- mobile: 'py-10 text-default',
66
+ mobile: 'py-10 text-large',
67
67
  } as const
68
68
 
69
69
  let open = $state(false)
@@ -40,7 +40,7 @@
40
40
  compact: 'h-28 rounded-control text-small',
41
41
  default: 'h-32 rounded-control text-small',
42
42
  comfortable: 'h-40 rounded-control text-small',
43
- mobile: 'h-48 rounded-control text-default',
43
+ mobile: 'h-48 rounded-control text-large',
44
44
  } as const
45
45
 
46
46
  const showError = $derived(error || !!errorMessage)
@@ -46,7 +46,7 @@
46
46
  compact: 'px-8 text-tiny leading-[22px]',
47
47
  default: 'px-8 text-small leading-[26px]',
48
48
  comfortable: 'px-12 text-small leading-[32px]',
49
- mobile: 'px-8 text-small leading-[40px]',
49
+ mobile: 'px-8 text-large leading-[40px]',
50
50
  } as const
51
51
 
52
52
  const thumbInset = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.64",
3
+ "version": "0.1.65",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {