@makolabs/ripple 1.0.3 → 1.0.4

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.
@@ -29,37 +29,37 @@
29
29
  slots: {
30
30
  container: 'flex items-center gap-0 w-full',
31
31
  stage: 'relative transition-all duration-300',
32
- borderLayer: 'absolute inset-0 h-20 transition-all duration-300',
33
- innerLayer: 'relative h-20 flex items-center justify-center bg-white transition-all duration-300',
34
- content: 'text-center px-4',
35
- label: 'text-xs mb-1 leading-tight font-medium tracking-wide text-gray-600',
36
- count: 'text-2xl font-bold tracking-tight text-gray-900'
32
+ borderLayer: 'absolute inset-0 transition-all duration-300',
33
+ innerLayer: 'relative flex items-center justify-center bg-white transition-all duration-300',
34
+ content: 'text-center flex flex-col items-center justify-center',
35
+ label: 'font-medium text-gray-600 leading-tight break-words',
36
+ count: 'font-bold text-gray-900'
37
37
  },
38
38
  variants: {
39
39
  size: {
40
40
  sm: {
41
- stage: 'min-w-[100px]',
42
- borderLayer: 'h-16',
43
- innerLayer: 'h-16',
44
- label: 'text-xs',
45
- count: 'text-lg',
46
- content: 'px-3'
47
- },
48
- base: {
49
- stage: 'min-w-[120px]',
41
+ stage: 'min-w-[130px]',
50
42
  borderLayer: 'h-20',
51
43
  innerLayer: 'h-20',
52
- label: 'text-xs',
53
- count: 'text-2xl',
44
+ label: 'text-[11px] max-w-[100px]',
45
+ count: 'text-xl mt-0.5',
54
46
  content: 'px-4'
55
47
  },
56
- lg: {
57
- stage: 'min-w-[140px]',
48
+ base: {
49
+ stage: 'min-w-[150px]',
58
50
  borderLayer: 'h-24',
59
51
  innerLayer: 'h-24',
60
- label: 'text-sm',
61
- count: 'text-3xl',
52
+ label: 'text-xs max-w-[120px]',
53
+ count: 'text-2xl mt-1',
62
54
  content: 'px-5'
55
+ },
56
+ lg: {
57
+ stage: 'min-w-[180px]',
58
+ borderLayer: 'h-28',
59
+ innerLayer: 'h-28',
60
+ label: 'text-sm max-w-[150px]',
61
+ count: 'text-3xl mt-1',
62
+ content: 'px-6'
63
63
  }
64
64
  },
65
65
  color: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@makolabs/ripple",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Simple Svelte 5 powered component library ✨",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {