cleek 2.11.1 → 2.11.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.
Files changed (28) 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 +816 -793
  28. package/package.json +1 -1
@@ -1,159 +1,159 @@
1
- // Red
2
- .text-red-50
3
- color #fef2f2
4
- .text-red-100
5
- color #fee2e2
6
- .text-red-200
7
- color #fecaca
8
- .text-red-300
9
- color #fca5a5
10
- .text-red-400
11
- color #f87171
12
- .text-red-500
13
- color #ef4444
14
- .text-red-600
15
- color #dc2626
16
- .text-red-700
17
- color #b91c1c
18
- .text-red-800
19
- color #991b1b
20
- .text-red-900
21
- color #7f1d1d
22
-
23
- // Green
24
- .text-green-50
25
- color #f0fdf4
26
- .text-green-100
27
- color #dcfce7
28
- .text-green-200
29
- color #bbf7d0
30
- .text-green-300
31
- color #86efac
32
- .text-green-400
33
- color #4ade80
34
- .text-green-500
35
- color #22c55e
36
- .text-green-600
37
- color #16a34a
38
- .text-green-700
39
- color #15803d
40
- .text-green-800
41
- color #166534
42
- .text-green-900
43
- color #14532d
44
-
45
- // Blue
46
- .text-blue-50
47
- color #eff6ff
48
- .text-blue-100
49
- color #dbeafe
50
- .text-blue-200
51
- color #bfdbfe
52
- .text-blue-300
53
- color #93c5fd
54
- .text-blue-400
55
- color #60a5fa
56
- .text-blue-500
57
- color #3b82f6
58
- .text-blue-600
59
- color #2563eb
60
- .text-blue-700
61
- color #1d4ed8
62
- .text-blue-800
63
- color #1e40af
64
- .text-blue-900
65
- color #1e3a8a
66
-
67
- // Yellow
68
- .text-yellow-50
69
- color #fefce8
70
- .text-yellow-100
71
- color #fef9c3
72
- .text-yellow-200
73
- color #fef08a
74
- .text-yellow-300
75
- color #fde047
76
- .text-yellow-400
77
- color #facc15
78
- .text-yellow-500
79
- color #eab308
80
- .text-yellow-600
81
- color #ca8a04
82
- .text-yellow-700
83
- color #a16207
84
- .text-yellow-800
85
- color #854d0e
86
- .text-yellow-900
87
- color #713f12
88
-
89
- // Orange
90
- .text-orange-50
91
- color #fff7ed
92
- .text-orange-100
93
- color #ffedd5
94
- .text-orange-200
95
- color #fed7aa
96
- .text-orange-300
97
- color #fdba74
98
- .text-orange-400
99
- color #fb923c
100
- .text-orange-500
101
- color #f97316
102
- .text-orange-600
103
- color #ea580c
104
- .text-orange-700
105
- color #c2410c
106
- .text-orange-800
107
- color #9a3412
108
- .text-orange-900
109
- color #7c2d12
110
-
111
- // Purple
112
- .text-purple-50
113
- color #faf5ff
114
- .text-purple-100
115
- color #f3e8ff
116
- .text-purple-200
117
- color #e9d5ff
118
- .text-purple-300
119
- color #d8b4fe
120
- .text-purple-400
121
- color #c084fc
122
- .text-purple-500
123
- color #a855f7
124
- .text-purple-600
125
- color #9333ea
126
- .text-purple-700
127
- color #7e22ce
128
- .text-purple-800
129
- color #6b21a8
130
- .text-purple-900
131
- color #581c87
132
-
133
- // Gray
134
- .text-gray-50
135
- color #f9fafb
136
- .text-gray-100
137
- color #f3f4f6
138
- .text-gray-200
139
- color #e5e7eb
140
- .text-gray-300
141
- color #d1d5db
142
- .text-gray-400
143
- color #9ca3af
144
- .text-gray-500
145
- color #6b7280
146
- .text-gray-600
147
- color #4b5563
148
- .text-gray-700
149
- color #374151
150
- .text-gray-800
151
- color #1f2937
152
- .text-gray-900
153
- color #111827
154
-
155
- // White / Black
156
- .text-white
157
- color #ffffff
158
- .text-black
159
- color #000000
1
+ // Red
2
+ .text-red-50
3
+ color #fef2f2
4
+ .text-red-100
5
+ color #fee2e2
6
+ .text-red-200
7
+ color #fecaca
8
+ .text-red-300
9
+ color #fca5a5
10
+ .text-red-400
11
+ color #f87171
12
+ .text-red-500
13
+ color #ef4444
14
+ .text-red-600
15
+ color #dc2626
16
+ .text-red-700
17
+ color #b91c1c
18
+ .text-red-800
19
+ color #991b1b
20
+ .text-red-900
21
+ color #7f1d1d
22
+
23
+ // Green
24
+ .text-green-50
25
+ color #f0fdf4
26
+ .text-green-100
27
+ color #dcfce7
28
+ .text-green-200
29
+ color #bbf7d0
30
+ .text-green-300
31
+ color #86efac
32
+ .text-green-400
33
+ color #4ade80
34
+ .text-green-500
35
+ color #22c55e
36
+ .text-green-600
37
+ color #16a34a
38
+ .text-green-700
39
+ color #15803d
40
+ .text-green-800
41
+ color #166534
42
+ .text-green-900
43
+ color #14532d
44
+
45
+ // Blue
46
+ .text-blue-50
47
+ color #eff6ff
48
+ .text-blue-100
49
+ color #dbeafe
50
+ .text-blue-200
51
+ color #bfdbfe
52
+ .text-blue-300
53
+ color #93c5fd
54
+ .text-blue-400
55
+ color #60a5fa
56
+ .text-blue-500
57
+ color #3b82f6
58
+ .text-blue-600
59
+ color #2563eb
60
+ .text-blue-700
61
+ color #1d4ed8
62
+ .text-blue-800
63
+ color #1e40af
64
+ .text-blue-900
65
+ color #1e3a8a
66
+
67
+ // Yellow
68
+ .text-yellow-50
69
+ color #fefce8
70
+ .text-yellow-100
71
+ color #fef9c3
72
+ .text-yellow-200
73
+ color #fef08a
74
+ .text-yellow-300
75
+ color #fde047
76
+ .text-yellow-400
77
+ color #facc15
78
+ .text-yellow-500
79
+ color #eab308
80
+ .text-yellow-600
81
+ color #ca8a04
82
+ .text-yellow-700
83
+ color #a16207
84
+ .text-yellow-800
85
+ color #854d0e
86
+ .text-yellow-900
87
+ color #713f12
88
+
89
+ // Orange
90
+ .text-orange-50
91
+ color #fff7ed
92
+ .text-orange-100
93
+ color #ffedd5
94
+ .text-orange-200
95
+ color #fed7aa
96
+ .text-orange-300
97
+ color #fdba74
98
+ .text-orange-400
99
+ color #fb923c
100
+ .text-orange-500
101
+ color #f97316
102
+ .text-orange-600
103
+ color #ea580c
104
+ .text-orange-700
105
+ color #c2410c
106
+ .text-orange-800
107
+ color #9a3412
108
+ .text-orange-900
109
+ color #7c2d12
110
+
111
+ // Purple
112
+ .text-purple-50
113
+ color #faf5ff
114
+ .text-purple-100
115
+ color #f3e8ff
116
+ .text-purple-200
117
+ color #e9d5ff
118
+ .text-purple-300
119
+ color #d8b4fe
120
+ .text-purple-400
121
+ color #c084fc
122
+ .text-purple-500
123
+ color #a855f7
124
+ .text-purple-600
125
+ color #9333ea
126
+ .text-purple-700
127
+ color #7e22ce
128
+ .text-purple-800
129
+ color #6b21a8
130
+ .text-purple-900
131
+ color #581c87
132
+
133
+ // Gray
134
+ .text-gray-50
135
+ color #f9fafb
136
+ .text-gray-100
137
+ color #f3f4f6
138
+ .text-gray-200
139
+ color #e5e7eb
140
+ .text-gray-300
141
+ color #d1d5db
142
+ .text-gray-400
143
+ color #9ca3af
144
+ .text-gray-500
145
+ color #6b7280
146
+ .text-gray-600
147
+ color #4b5563
148
+ .text-gray-700
149
+ color #374151
150
+ .text-gray-800
151
+ color #1f2937
152
+ .text-gray-900
153
+ color #111827
154
+
155
+ // White / Black
156
+ .text-white
157
+ color #ffffff
158
+ .text-black
159
+ color #000000
@@ -1,8 +1,8 @@
1
- .underline
2
- text-decoration-line underline
3
- .overline
4
- text-decoration-line overline
5
- .line-through
6
- text-decoration-line line-through
7
- .no-underline
8
- text-decoration-line none
1
+ .underline
2
+ text-decoration-line underline
3
+ .overline
4
+ text-decoration-line overline
5
+ .line-through
6
+ text-decoration-line line-through
7
+ .no-underline
8
+ text-decoration-line none
@@ -1,38 +1,38 @@
1
- .truncate
2
- overflow hidden
3
- text-overflow ellipsis
4
- white-space nowrap
5
- .text-ellipsis
6
- text-overflow ellipsis
7
- .text-clip
8
- text-overflow clip
9
- .line-clamp-1
10
- overflow hidden
11
- display -webkit-box
12
- -webkit-box-orient vertical
13
- -webkit-line-clamp 1
14
- .line-clamp-2
15
- overflow hidden
16
- display -webkit-box
17
- -webkit-box-orient vertical
18
- -webkit-line-clamp 2
19
- .line-clamp-3
20
- overflow hidden
21
- display -webkit-box
22
- -webkit-box-orient vertical
23
- -webkit-line-clamp 3
24
- .line-clamp-4
25
- overflow hidden
26
- display -webkit-box
27
- -webkit-box-orient vertical
28
- -webkit-line-clamp 4
29
- .line-clamp-5
30
- overflow hidden
31
- display -webkit-box
32
- -webkit-box-orient vertical
33
- -webkit-line-clamp 5
34
- .line-clamp-6
35
- overflow hidden
36
- display -webkit-box
37
- -webkit-box-orient vertical
38
- -webkit-line-clamp 6
1
+ .truncate
2
+ overflow hidden
3
+ text-overflow ellipsis
4
+ white-space nowrap
5
+ .text-ellipsis
6
+ text-overflow ellipsis
7
+ .text-clip
8
+ text-overflow clip
9
+ .line-clamp-1
10
+ overflow hidden
11
+ display -webkit-box
12
+ -webkit-box-orient vertical
13
+ -webkit-line-clamp 1
14
+ .line-clamp-2
15
+ overflow hidden
16
+ display -webkit-box
17
+ -webkit-box-orient vertical
18
+ -webkit-line-clamp 2
19
+ .line-clamp-3
20
+ overflow hidden
21
+ display -webkit-box
22
+ -webkit-box-orient vertical
23
+ -webkit-line-clamp 3
24
+ .line-clamp-4
25
+ overflow hidden
26
+ display -webkit-box
27
+ -webkit-box-orient vertical
28
+ -webkit-line-clamp 4
29
+ .line-clamp-5
30
+ overflow hidden
31
+ display -webkit-box
32
+ -webkit-box-orient vertical
33
+ -webkit-line-clamp 5
34
+ .line-clamp-6
35
+ overflow hidden
36
+ display -webkit-box
37
+ -webkit-box-orient vertical
38
+ -webkit-line-clamp 6
@@ -1,8 +1,8 @@
1
- .uppercase
2
- text-transform uppercase
3
- .lowercase
4
- text-transform lowercase
5
- .capitalize
6
- text-transform capitalize
7
- .normal-case
8
- text-transform none
1
+ .uppercase
2
+ text-transform uppercase
3
+ .lowercase
4
+ text-transform lowercase
5
+ .capitalize
6
+ text-transform capitalize
7
+ .normal-case
8
+ text-transform none
@@ -1,55 +1,55 @@
1
- // Transition property
2
- .transition-none
3
- transition-property none
4
- .transition-all
5
- transition-property all
6
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
7
- transition-duration 150ms
8
- .transition
9
- transition-property color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter
10
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
11
- transition-duration 150ms
12
- .transition-colors
13
- transition-property color, background-color, border-color, text-decoration-color, fill, stroke
14
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
15
- transition-duration 150ms
16
- .transition-opacity
17
- transition-property opacity
18
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
19
- transition-duration 150ms
20
- .transition-shadow
21
- transition-property box-shadow
22
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
23
- transition-duration 150ms
24
- .transition-transform
25
- transition-property transform
26
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
27
- transition-duration 150ms
28
-
29
- // Duration
30
- .duration-75
31
- transition-duration 75ms
32
- .duration-100
33
- transition-duration 100ms
34
- .duration-150
35
- transition-duration 150ms
36
- .duration-200
37
- transition-duration 200ms
38
- .duration-300
39
- transition-duration 300ms
40
- .duration-500
41
- transition-duration 500ms
42
- .duration-700
43
- transition-duration 700ms
44
- .duration-1000
45
- transition-duration 1000ms
46
-
47
- // Easing
48
- .ease-linear
49
- transition-timing-function linear
50
- .ease-in
51
- transition-timing-function cubic-bezier(0.4, 0, 1, 1)
52
- .ease-out
53
- transition-timing-function cubic-bezier(0, 0, 0.2, 1)
54
- .ease-in-out
55
- transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
1
+ // Transition property
2
+ .transition-none
3
+ transition-property none
4
+ .transition-all
5
+ transition-property all
6
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
7
+ transition-duration 150ms
8
+ .transition
9
+ transition-property color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter
10
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
11
+ transition-duration 150ms
12
+ .transition-colors
13
+ transition-property color, background-color, border-color, text-decoration-color, fill, stroke
14
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
15
+ transition-duration 150ms
16
+ .transition-opacity
17
+ transition-property opacity
18
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
19
+ transition-duration 150ms
20
+ .transition-shadow
21
+ transition-property box-shadow
22
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
23
+ transition-duration 150ms
24
+ .transition-transform
25
+ transition-property transform
26
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
27
+ transition-duration 150ms
28
+
29
+ // Duration
30
+ .duration-75
31
+ transition-duration 75ms
32
+ .duration-100
33
+ transition-duration 100ms
34
+ .duration-150
35
+ transition-duration 150ms
36
+ .duration-200
37
+ transition-duration 200ms
38
+ .duration-300
39
+ transition-duration 300ms
40
+ .duration-500
41
+ transition-duration 500ms
42
+ .duration-700
43
+ transition-duration 700ms
44
+ .duration-1000
45
+ transition-duration 1000ms
46
+
47
+ // Easing
48
+ .ease-linear
49
+ transition-timing-function linear
50
+ .ease-in
51
+ transition-timing-function cubic-bezier(0.4, 0, 1, 1)
52
+ .ease-out
53
+ transition-timing-function cubic-bezier(0, 0, 0.2, 1)
54
+ .ease-in-out
55
+ transition-timing-function cubic-bezier(0.4, 0, 0.2, 1)
@@ -1,8 +1,8 @@
1
- .select-none
2
- user-select none
3
- .select-text
4
- user-select text
5
- .select-all
6
- user-select all
7
- .select-auto
8
- user-select auto
1
+ .select-none
2
+ user-select none
3
+ .select-text
4
+ user-select text
5
+ .select-all
6
+ user-select all
7
+ .select-auto
8
+ user-select auto
@@ -1,4 +1,4 @@
1
- .visible
2
- visibility visible
3
- .invisible
4
- visibility hidden
1
+ .visible
2
+ visibility visible
3
+ .invisible
4
+ visibility hidden
@@ -1,14 +1,14 @@
1
- .z-0
2
- z-index 0
3
- .z-10
4
- z-index 10
5
- .z-20
6
- z-index 20
7
- .z-30
8
- z-index 30
9
- .z-40
10
- z-index 40
11
- .z-50
12
- z-index 50
13
- .z-auto
14
- z-index auto
1
+ .z-0
2
+ z-index 0
3
+ .z-10
4
+ z-index 10
5
+ .z-20
6
+ z-index 20
7
+ .z-30
8
+ z-index 30
9
+ .z-40
10
+ z-index 40
11
+ .z-50
12
+ z-index 50
13
+ .z-auto
14
+ z-index auto