@kaizen/tailwind 0.6.4 → 0.6.6
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.
- package/package.json +4 -5
- package/CHANGELOG.md +0 -250
- package/LICENSE +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaizen/tailwind",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Kaizen Tailwind presets",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn clean && yarn prepublish",
|
|
@@ -28,16 +28,15 @@
|
|
|
28
28
|
"private": false,
|
|
29
29
|
"license": "MIT",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@kaizen/design-tokens": "^10.3.
|
|
31
|
+
"@kaizen/design-tokens": "^10.3.6",
|
|
32
32
|
"classnames": "^2.3.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@kaizen/draft-divider": "^2.2.8",
|
|
36
36
|
"rimraf": "^4.4.1",
|
|
37
|
-
"tailwindcss": "^3.3.
|
|
37
|
+
"tailwindcss": "^3.3.2"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"react": "^16.14.0 || ^17.0.0 || ^18.0.0"
|
|
41
|
-
}
|
|
42
|
-
"gitHead": "c2cff8bea1de811e5e0422e3ac3590a27b606b1e"
|
|
41
|
+
}
|
|
43
42
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,250 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.6.4](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.6.3...@kaizen/tailwind@0.6.4) (2023-03-31)
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
## [0.6.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.6.2...@kaizen/tailwind@0.6.3) (2023-03-29)
|
|
15
|
-
|
|
16
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## [0.6.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.6.1...@kaizen/tailwind@0.6.2) (2023-03-29)
|
|
23
|
-
|
|
24
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
## [0.6.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.6.0...@kaizen/tailwind@0.6.1) (2023-03-23)
|
|
31
|
-
|
|
32
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# [0.6.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.5.2...@kaizen/tailwind@0.6.0) (2023-03-21)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
### Bug Fixes
|
|
42
|
-
|
|
43
|
-
* **tailwind:** remove w- from borderWidth utilities ([#3367](https://github.com/cultureamp/kaizen-design-system/issues/3367)) ([782b0ff](https://github.com/cultureamp/kaizen-design-system/commit/782b0ff4f4132c6e267b2a2127d0210267573dbd))
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
### BREAKING CHANGES
|
|
47
|
-
|
|
48
|
-
* **tailwind:** Any border width utilities will need to be renamed without the `w-`. These include:
|
|
49
|
-
border-w-? border-x-w-? border-y-w-? border-t-w-? border-b-w-? border-r-w-? border-l-w-?
|
|
50
|
-
|
|
51
|
-
* docs(tailwind): adds card to border-width stories, explaining that other prefixes are available
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## [0.5.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.5.1...@kaizen/tailwind@0.5.2) (2023-03-14)
|
|
58
|
-
|
|
59
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## [0.5.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.5.0...@kaizen/tailwind@0.5.1) (2023-02-21)
|
|
66
|
-
|
|
67
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
# [0.5.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.4.2...@kaizen/tailwind@0.5.0) (2023-02-20)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Features
|
|
77
|
-
|
|
78
|
-
* Backport new pixel-based spacing tokens to design tokens ([#3279](https://github.com/cultureamp/kaizen-design-system/issues/3279)) ([a13da27](https://github.com/cultureamp/kaizen-design-system/commit/a13da271af79daafa93a144109b60d00c9f6111a))
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
## [0.4.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.4.1...@kaizen/tailwind@0.4.2) (2023-02-17)
|
|
85
|
-
|
|
86
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## [0.4.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.4.0...@kaizen/tailwind@0.4.1) (2023-02-17)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
# [0.4.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.3.4...@kaizen/tailwind@0.4.0) (2023-02-14)
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
### Features
|
|
104
|
-
|
|
105
|
-
* **tailwind:** Add spacing token for 6px/.375 rem ([#3269](https://github.com/cultureamp/kaizen-design-system/issues/3269)) ([7020545](https://github.com/cultureamp/kaizen-design-system/commit/7020545a294bb072ca151e08ef8d1c628b32b4dd))
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
## [0.3.4](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.3.3...@kaizen/tailwind@0.3.4) (2023-02-13)
|
|
112
|
-
|
|
113
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
## [0.3.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.3.2...@kaizen/tailwind@0.3.3) (2023-02-12)
|
|
120
|
-
|
|
121
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
## [0.3.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.3.1...@kaizen/tailwind@0.3.2) (2023-01-31)
|
|
128
|
-
|
|
129
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
## [0.3.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.3.0...@kaizen/tailwind@0.3.1) (2023-01-31)
|
|
136
|
-
|
|
137
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
# [0.3.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.7...@kaizen/tailwind@0.3.0) (2023-01-30)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Features
|
|
147
|
-
|
|
148
|
-
* (tailwind) Add prettier package ([#3175](https://github.com/cultureamp/kaizen-design-system/issues/3175)) ([077b1b3](https://github.com/cultureamp/kaizen-design-system/commit/077b1b3ed69f7490859aa54597bcafe9ac8440c5))
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
## [0.2.7](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.6...@kaizen/tailwind@0.2.7) (2023-01-18)
|
|
155
|
-
|
|
156
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## [0.2.6](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.5...@kaizen/tailwind@0.2.6) (2023-01-18)
|
|
163
|
-
|
|
164
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## [0.2.5](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.4...@kaizen/tailwind@0.2.5) (2023-01-18)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
## [0.2.4](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.3...@kaizen/tailwind@0.2.4) (2023-01-05)
|
|
179
|
-
|
|
180
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [0.2.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.2...@kaizen/tailwind@0.2.3) (2023-01-04)
|
|
187
|
-
|
|
188
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
## [0.2.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.1...@kaizen/tailwind@0.2.2) (2023-01-04)
|
|
195
|
-
|
|
196
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
## [0.2.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.2.0...@kaizen/tailwind@0.2.1) (2023-01-04)
|
|
203
|
-
|
|
204
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
# [0.2.0](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.1.3...@kaizen/tailwind@0.2.0) (2022-12-15)
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
### Features
|
|
214
|
-
|
|
215
|
-
* update tokens presets ([#3165](https://github.com/cultureamp/kaizen-design-system/issues/3165)) ([ac963ef](https://github.com/cultureamp/kaizen-design-system/commit/ac963ef6bf5c30c345fc7f0911089b2ed4b15a49))
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## [0.1.3](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.1.2...@kaizen/tailwind@0.1.3) (2022-12-15)
|
|
222
|
-
|
|
223
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
## [0.1.2](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.1.1...@kaizen/tailwind@0.1.2) (2022-12-09)
|
|
230
|
-
|
|
231
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
## [0.1.1](https://github.com/cultureamp/kaizen-design-system/compare/@kaizen/tailwind@0.1.0...@kaizen/tailwind@0.1.1) (2022-12-08)
|
|
238
|
-
|
|
239
|
-
**Note:** Version bump only for package @kaizen/tailwind
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
# 0.1.0 (2022-12-06)
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Features
|
|
249
|
-
|
|
250
|
-
* add tailwind beta release ([#3136](https://github.com/cultureamp/kaizen-design-system/issues/3136)) ([cacff22](https://github.com/cultureamp/kaizen-design-system/commit/cacff220e18ebdc6c2e24f28d5e363ad0ae3bc31)), closes [#3116](https://github.com/cultureamp/kaizen-design-system/issues/3116) [#3121](https://github.com/cultureamp/kaizen-design-system/issues/3121)
|
package/LICENSE
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2019 Culture Amp Pty Ltd
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
11
|
-
|
|
12
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13
|
-
copies or substantial portions of the Software.
|
|
14
|
-
|
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|