cleek 2.11.8 → 2.11.10

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.
Files changed (29) hide show
  1. package/dist/cleek-styles/tiny-tailwind/aspect-ratio.styl +6 -6
  2. package/dist/cleek-styles/tiny-tailwind/bg-color.styl +161 -161
  3. package/dist/cleek-styles/tiny-tailwind/border-color.styl +161 -161
  4. package/dist/cleek-styles/tiny-tailwind/border.styl +63 -63
  5. package/dist/cleek-styles/tiny-tailwind/flex-direction.styl +8 -8
  6. package/dist/cleek-styles/tiny-tailwind/flex-grow.styl +10 -10
  7. package/dist/cleek-styles/tiny-tailwind/font-size.styl +24 -24
  8. package/dist/cleek-styles/tiny-tailwind/grid.styl +87 -87
  9. package/dist/cleek-styles/tiny-tailwind/height.styl +96 -96
  10. package/dist/cleek-styles/tiny-tailwind/inset.styl +328 -328
  11. package/dist/cleek-styles/tiny-tailwind/leading.styl +28 -28
  12. package/dist/cleek-styles/tiny-tailwind/object-fit.styl +20 -20
  13. package/dist/cleek-styles/tiny-tailwind/opacity.styl +30 -30
  14. package/dist/cleek-styles/tiny-tailwind/pointer-events.styl +4 -4
  15. package/dist/cleek-styles/tiny-tailwind/shadow.styl +16 -16
  16. package/dist/cleek-styles/tiny-tailwind/size-constraints.styl +127 -127
  17. package/dist/cleek-styles/tiny-tailwind/text-color.styl +159 -159
  18. package/dist/cleek-styles/tiny-tailwind/text-decoration.styl +8 -8
  19. package/dist/cleek-styles/tiny-tailwind/text-overflow.styl +38 -38
  20. package/dist/cleek-styles/tiny-tailwind/text-transform.styl +8 -8
  21. package/dist/cleek-styles/tiny-tailwind/transition.styl +55 -55
  22. package/dist/cleek-styles/tiny-tailwind/user-select.styl +8 -8
  23. package/dist/cleek-styles/tiny-tailwind/visibility.styl +4 -4
  24. package/dist/cleek-styles/tiny-tailwind/z-index.styl +14 -14
  25. package/dist/main.cjs.js +1 -1
  26. package/dist/main.css +1 -1
  27. package/dist/main.es.js +986 -984
  28. package/dist/types/components/ck-input.vue.d.ts +6 -0
  29. package/package.json +1 -1
@@ -1,20 +1,20 @@
1
- .object-contain
2
- object-fit contain
3
- .object-cover
4
- object-fit cover
5
- .object-fill
6
- object-fit fill
7
- .object-none
8
- object-fit none
9
- .object-scale-down
10
- object-fit scale-down
11
- .object-center
12
- object-position center
13
- .object-top
14
- object-position top
15
- .object-bottom
16
- object-position bottom
17
- .object-left
18
- object-position left
19
- .object-right
20
- object-position right
1
+ .object-contain
2
+ object-fit contain
3
+ .object-cover
4
+ object-fit cover
5
+ .object-fill
6
+ object-fit fill
7
+ .object-none
8
+ object-fit none
9
+ .object-scale-down
10
+ object-fit scale-down
11
+ .object-center
12
+ object-position center
13
+ .object-top
14
+ object-position top
15
+ .object-bottom
16
+ object-position bottom
17
+ .object-left
18
+ object-position left
19
+ .object-right
20
+ object-position right
@@ -1,30 +1,30 @@
1
- .opacity-0
2
- opacity 0
3
- .opacity-5
4
- opacity 0.05
5
- .opacity-10
6
- opacity 0.1
7
- .opacity-20
8
- opacity 0.2
9
- .opacity-25
10
- opacity 0.25
11
- .opacity-30
12
- opacity 0.3
13
- .opacity-40
14
- opacity 0.4
15
- .opacity-50
16
- opacity 0.5
17
- .opacity-60
18
- opacity 0.6
19
- .opacity-70
20
- opacity 0.7
21
- .opacity-75
22
- opacity 0.75
23
- .opacity-80
24
- opacity 0.8
25
- .opacity-90
26
- opacity 0.9
27
- .opacity-95
28
- opacity 0.95
29
- .opacity-100
30
- opacity 1
1
+ .opacity-0
2
+ opacity 0
3
+ .opacity-5
4
+ opacity 0.05
5
+ .opacity-10
6
+ opacity 0.1
7
+ .opacity-20
8
+ opacity 0.2
9
+ .opacity-25
10
+ opacity 0.25
11
+ .opacity-30
12
+ opacity 0.3
13
+ .opacity-40
14
+ opacity 0.4
15
+ .opacity-50
16
+ opacity 0.5
17
+ .opacity-60
18
+ opacity 0.6
19
+ .opacity-70
20
+ opacity 0.7
21
+ .opacity-75
22
+ opacity 0.75
23
+ .opacity-80
24
+ opacity 0.8
25
+ .opacity-90
26
+ opacity 0.9
27
+ .opacity-95
28
+ opacity 0.95
29
+ .opacity-100
30
+ opacity 1
@@ -1,4 +1,4 @@
1
- .pointer-events-none
2
- pointer-events none
3
- .pointer-events-auto
4
- pointer-events auto
1
+ .pointer-events-none
2
+ pointer-events none
3
+ .pointer-events-auto
4
+ pointer-events auto
@@ -1,16 +1,16 @@
1
- .shadow-none
2
- box-shadow none
3
- .shadow-sm
4
- box-shadow 0 1px 2px 0 rgb(0 0 0 / 0.05)
5
- .shadow
6
- box-shadow 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)
7
- .shadow-md
8
- box-shadow 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)
9
- .shadow-lg
10
- box-shadow 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)
11
- .shadow-xl
12
- box-shadow 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)
13
- .shadow-2xl
14
- box-shadow 0 25px 50px -12px rgb(0 0 0 / 0.25)
15
- .shadow-inner
16
- box-shadow inset 0 2px 4px 0 rgb(0 0 0 / 0.05)
1
+ .shadow-none
2
+ box-shadow none
3
+ .shadow-sm
4
+ box-shadow 0 1px 2px 0 rgb(0 0 0 / 0.05)
5
+ .shadow
6
+ box-shadow 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)
7
+ .shadow-md
8
+ box-shadow 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)
9
+ .shadow-lg
10
+ box-shadow 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1)
11
+ .shadow-xl
12
+ box-shadow 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)
13
+ .shadow-2xl
14
+ box-shadow 0 25px 50px -12px rgb(0 0 0 / 0.25)
15
+ .shadow-inner
16
+ box-shadow inset 0 2px 4px 0 rgb(0 0 0 / 0.05)
@@ -1,127 +1,127 @@
1
- // Max width
2
- .max-w-none
3
- max-width none
4
- .max-w-xs
5
- max-width 20rem
6
- .max-w-sm
7
- max-width 24rem
8
- .max-w-md
9
- max-width 28rem
10
- .max-w-lg
11
- max-width 32rem
12
- .max-w-xl
13
- max-width 36rem
14
- .max-w-2xl
15
- max-width 42rem
16
- .max-w-3xl
17
- max-width 48rem
18
- .max-w-4xl
19
- max-width 56rem
20
- .max-w-5xl
21
- max-width 64rem
22
- .max-w-6xl
23
- max-width 72rem
24
- .max-w-7xl
25
- max-width 80rem
26
- .max-w-full
27
- max-width 100%
28
- .max-w-screen
29
- max-width 100vw
30
- .max-w-prose
31
- max-width 65ch
32
- .max-w-min
33
- max-width min-content
34
- .max-w-max
35
- max-width max-content
36
- .max-w-fit
37
- max-width fit-content
38
-
39
- // Min width
40
- .min-w-0
41
- min-width 0px
42
- .min-w-full
43
- min-width 100%
44
- .min-w-min
45
- min-width min-content
46
- .min-w-max
47
- min-width max-content
48
- .min-w-fit
49
- min-width fit-content
50
-
51
- // Max height
52
- .max-h-0
53
- max-height 0px
54
- .max-h-px
55
- max-height 1px
56
- .max-h-0.5
57
- max-height 0.125rem
58
- .max-h-1
59
- max-height 0.25rem
60
- .max-h-2
61
- max-height 0.5rem
62
- .max-h-4
63
- max-height 1rem
64
- .max-h-6
65
- max-height 1.5rem
66
- .max-h-8
67
- max-height 2rem
68
- .max-h-10
69
- max-height 2.5rem
70
- .max-h-12
71
- max-height 3rem
72
- .max-h-16
73
- max-height 4rem
74
- .max-h-20
75
- max-height 5rem
76
- .max-h-24
77
- max-height 6rem
78
- .max-h-28
79
- max-height 7rem
80
- .max-h-32
81
- max-height 8rem
82
- .max-h-36
83
- max-height 9rem
84
- .max-h-40
85
- max-height 10rem
86
- .max-h-48
87
- max-height 12rem
88
- .max-h-56
89
- max-height 14rem
90
- .max-h-64
91
- max-height 16rem
92
- .max-h-72
93
- max-height 18rem
94
- .max-h-80
95
- max-height 20rem
96
- .max-h-96
97
- max-height 24rem
98
- .max-h-full
99
- max-height 100%
100
- .max-h-screen
101
- max-height 100vh
102
- .max-h-none
103
- max-height none
104
- .max-h-min
105
- max-height min-content
106
- .max-h-max
107
- max-height max-content
108
- .max-h-fit
109
- max-height fit-content
110
-
111
- // Min height
112
- .min-h-0
113
- min-height 0px
114
- .min-h-full
115
- min-height 100%
116
- .min-h-screen
117
- min-height 100vh
118
- .min-h-svh
119
- min-height 100svh
120
- .min-h-dvh
121
- min-height 100dvh
122
- .min-h-min
123
- min-height min-content
124
- .min-h-max
125
- min-height max-content
126
- .min-h-fit
127
- min-height fit-content
1
+ // Max width
2
+ .max-w-none
3
+ max-width none
4
+ .max-w-xs
5
+ max-width 20rem
6
+ .max-w-sm
7
+ max-width 24rem
8
+ .max-w-md
9
+ max-width 28rem
10
+ .max-w-lg
11
+ max-width 32rem
12
+ .max-w-xl
13
+ max-width 36rem
14
+ .max-w-2xl
15
+ max-width 42rem
16
+ .max-w-3xl
17
+ max-width 48rem
18
+ .max-w-4xl
19
+ max-width 56rem
20
+ .max-w-5xl
21
+ max-width 64rem
22
+ .max-w-6xl
23
+ max-width 72rem
24
+ .max-w-7xl
25
+ max-width 80rem
26
+ .max-w-full
27
+ max-width 100%
28
+ .max-w-screen
29
+ max-width 100vw
30
+ .max-w-prose
31
+ max-width 65ch
32
+ .max-w-min
33
+ max-width min-content
34
+ .max-w-max
35
+ max-width max-content
36
+ .max-w-fit
37
+ max-width fit-content
38
+
39
+ // Min width
40
+ .min-w-0
41
+ min-width 0px
42
+ .min-w-full
43
+ min-width 100%
44
+ .min-w-min
45
+ min-width min-content
46
+ .min-w-max
47
+ min-width max-content
48
+ .min-w-fit
49
+ min-width fit-content
50
+
51
+ // Max height
52
+ .max-h-0
53
+ max-height 0px
54
+ .max-h-px
55
+ max-height 1px
56
+ .max-h-0.5
57
+ max-height 0.125rem
58
+ .max-h-1
59
+ max-height 0.25rem
60
+ .max-h-2
61
+ max-height 0.5rem
62
+ .max-h-4
63
+ max-height 1rem
64
+ .max-h-6
65
+ max-height 1.5rem
66
+ .max-h-8
67
+ max-height 2rem
68
+ .max-h-10
69
+ max-height 2.5rem
70
+ .max-h-12
71
+ max-height 3rem
72
+ .max-h-16
73
+ max-height 4rem
74
+ .max-h-20
75
+ max-height 5rem
76
+ .max-h-24
77
+ max-height 6rem
78
+ .max-h-28
79
+ max-height 7rem
80
+ .max-h-32
81
+ max-height 8rem
82
+ .max-h-36
83
+ max-height 9rem
84
+ .max-h-40
85
+ max-height 10rem
86
+ .max-h-48
87
+ max-height 12rem
88
+ .max-h-56
89
+ max-height 14rem
90
+ .max-h-64
91
+ max-height 16rem
92
+ .max-h-72
93
+ max-height 18rem
94
+ .max-h-80
95
+ max-height 20rem
96
+ .max-h-96
97
+ max-height 24rem
98
+ .max-h-full
99
+ max-height 100%
100
+ .max-h-screen
101
+ max-height 100vh
102
+ .max-h-none
103
+ max-height none
104
+ .max-h-min
105
+ max-height min-content
106
+ .max-h-max
107
+ max-height max-content
108
+ .max-h-fit
109
+ max-height fit-content
110
+
111
+ // Min height
112
+ .min-h-0
113
+ min-height 0px
114
+ .min-h-full
115
+ min-height 100%
116
+ .min-h-screen
117
+ min-height 100vh
118
+ .min-h-svh
119
+ min-height 100svh
120
+ .min-h-dvh
121
+ min-height 100dvh
122
+ .min-h-min
123
+ min-height min-content
124
+ .min-h-max
125
+ min-height max-content
126
+ .min-h-fit
127
+ min-height fit-content