@clayui/css 3.106.0 → 3.106.1
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/CHANGELOG.md +2792 -0
- package/lib/css/atlas.css +1 -1
- package/lib/css/atlas.css.map +1 -1
- package/lib/css/base.css +1 -1
- package/lib/css/base.css.map +1 -1
- package/lib/css/bootstrap.css.map +1 -1
- package/lib/css/cadmin.css +2 -2
- package/lib/css/cadmin.css.map +1 -1
- package/lib/images/icons/icons.svg +1 -1
- package/package.json +2 -2
- package/src/scss/_license-text.scss +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2792 @@
|
|
|
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
|
+
## [3.106.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.106.0...v3.106.1) (2023-10-26)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @clayui/css
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **@clayui/css:** [href] CSS selector shouldn't target `<use href=""/>` element in svg ([02a2d19](https://github.com/liferay/clay/commit/02a2d190aed91991fcf94c973bc63abb9b04e678))
|
|
20
|
+
* **@clayui/css:** Atlas range input map should use newer key value pattern to match better with the css selector ([eebde0f](https://github.com/liferay/clay/commit/eebde0f73cdda7849af5fccdadd079538f4e79f5))
|
|
21
|
+
* **@clayui/css:** Cadmin nav-tabs remove deprecated styles ([c2ce6dc](https://github.com/liferay/clay/commit/c2ce6dc8798043ee0e81e4821d3495e20bb91686))
|
|
22
|
+
* **@clayui/css:** Checkbox and Radio text should be vertically aligned at the start ([5ed8cb0](https://github.com/liferay/clay/commit/5ed8cb0e9e090aad61ea6b6f4dfa50c419a5dfab))
|
|
23
|
+
* **@clayui/css:** Mixins clay-range-input-variant should accept new key value pattern for clay-range-thumb ([5b9199b](https://github.com/liferay/clay/commit/5b9199b1c7b288941a3c982b7e348c17208b0469))
|
|
24
|
+
* **@clayui/css:** SVG Icons bookmarks and bookmarks-full should be centered ([46b51d7](https://github.com/liferay/clay/commit/46b51d7043db35e30f5ccec0c751602a6be29206))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Features
|
|
28
|
+
|
|
29
|
+
* **@clayui/css:** Mixins `clay-sidebar-variant` adds more sub-components ([efe43c3](https://github.com/liferay/clay/commit/efe43c39b4a4574881d215998b4d81aed96d2ea9))
|
|
30
|
+
* **@clayui/css:** Sidebar adds sidebar-sm ([dbc35d3](https://github.com/liferay/clay/commit/dbc35d3878bd0af109b73d893bc3ee0809d08a09))
|
|
31
|
+
* **@clayui/css:** Tables adds table-nested-rows ([5bcc318](https://github.com/liferay/clay/commit/5bcc3189512e8dd8f231a17b8825945ef60060ac))
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Reverts
|
|
35
|
+
|
|
36
|
+
* Revert "fix(@clayui/css): Checkbox and Radio text should be vertically aligned at the start when breaking to new line" ([4d87dc3](https://github.com/liferay/clay/commit/4d87dc30d9fca63d8a0d4633cef9cd5c2ae5dac9))
|
|
37
|
+
* Revert "fix(@clayui/css): Checkbox and radio text should be vertically aligned when breaking to a new line" ([d73c22c](https://github.com/liferay/clay/commit/d73c22c888dbf09de21a8e478faf2c854d484412))
|
|
38
|
+
* Revert "fix(@clayui/css): Checkbox and Radio with badge breaks to new line" ([01a4411](https://github.com/liferay/clay/commit/01a44115d1cdf73353b98355bf959a452c57fdb7))
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
# [3.105.0](https://github.com/liferay/clay/compare/v3.104.0...v3.105.0) (2023-09-15)
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
### Bug Fixes
|
|
48
|
+
|
|
49
|
+
* **@clayui/css:** Range show clay-range-thumb instead of input range thumb for range with progress ([b5ca9d5](https://github.com/liferay/clay/commit/b5ca9d5c7e8469a165241e64d19565869300066e))
|
|
50
|
+
* **@clayui/css:** Renames form-control-container to input-group-item-focusable ([54b0677](https://github.com/liferay/clay/commit/54b0677bf6eff26c2ab551120ed43a9b0a717100))
|
|
51
|
+
* **@clayui/css:** Use component-focus-box-shadow for anchor tags ([3aaa6a2](https://github.com/liferay/clay/commit/3aaa6a23f94cdf3531c8fc06b607a8c1b98b6427))
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
### Features
|
|
55
|
+
|
|
56
|
+
* **@clayui/css:** add new `key` icon ([c2c6851](https://github.com/liferay/clay/commit/c2c68511d765556d6a40fd78889aeaa238c29eea))
|
|
57
|
+
* **@clayui/css:** Adds focus-within ([deeaa3e](https://github.com/liferay/clay/commit/deeaa3ecf863e1fee42c486c7617b2c2d7c4fd6c))
|
|
58
|
+
* **@clayui/css:** Cadmin Clay Color adds hue and alpha range inputs ([b9b9db9](https://github.com/liferay/clay/commit/b9b9db94284c3bd3b91948163eecdd32ae214a0d))
|
|
59
|
+
* **@clayui/css:** Clay Color adds hue and alpha range inputs ([31b74e0](https://github.com/liferay/clay/commit/31b74e01d9fa96cb64e9c67332356d2f741e0f56))
|
|
60
|
+
* **@clayui/css:** Mixins adds clay-range-variant ([350f154](https://github.com/liferay/clay/commit/350f1544a7ae0c7a08319ad3b37f4e01f169ab8b))
|
|
61
|
+
* **@clayui/css:** Mixins clay-form-control-variant adds focus-within ([f359e03](https://github.com/liferay/clay/commit/f359e03dcf72be8e9341662af898c1e5a9924c80))
|
|
62
|
+
* **@clayui/css:** Mixins clay-input-group-item-variant adds focus-within ([ccc74fe](https://github.com/liferay/clay/commit/ccc74fe5f23bab139a83ad42c135b917b472c00e))
|
|
63
|
+
* **@clayui/css:** update `bookmarks` icon and add `bookmarks-full` icon ([db3ff38](https://github.com/liferay/clay/commit/db3ff3899ea974d8b526d66423465542ec51d8f2))
|
|
64
|
+
* **@clayui/css:** update `download`, `import-list`, `import`, `upload-multiple` and `upload` icons ([c8640fd](https://github.com/liferay/clay/commit/c8640fd56d601ab455317bf42f3f8322df490808))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
# [3.104.0](https://github.com/liferay/clay/compare/v3.103.1...v3.104.0) (2023-08-25)
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
### Bug Fixes
|
|
74
|
+
|
|
75
|
+
* **@clayui/breadcrumb:** updates colors to active state with link and expand button ([0313029](https://github.com/liferay/clay/commit/0313029dfe39c7689315919d9c3f36fdea8b97f9))
|
|
76
|
+
* **@clayui/breadcrumb:** use `breadcrumb-toggle` instead of `breadcrumb-item-expand` ([a94ba61](https://github.com/liferay/clay/commit/a94ba614e9742ea83767d93573fc75608871c95f))
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
### Features
|
|
80
|
+
|
|
81
|
+
* **@clayui/css:** add `clay-generate-media-breakpoints` mixin to `clay-select-variant` ([dbd5aac](https://github.com/liferay/clay/commit/dbd5aacaec56a45179bc4ad3422752bca9570c5d))
|
|
82
|
+
* **@clayui/css:** adds new size small to DatePicker ([bdbebeb](https://github.com/liferay/clay/commit/bdbebeba40bbd8c696881130a706f85212c99980))
|
|
83
|
+
* **@clayui/css:** Adds param where you can specify the mixin to use for clay-generate-media-breakpoints ([bc1e2d7](https://github.com/liferay/clay/commit/bc1e2d7756a315230777dc7d752e8aa1210a67d4))
|
|
84
|
+
* **@clayui/css:** Cadmin Date Picker update to use newer media query pattern in variables ([90d3d72](https://github.com/liferay/clay/commit/90d3d72a5f24d276db018aa3553d93ca00a20455))
|
|
85
|
+
* **@clayui/css:** Date Picker update to use newer media query pattern in variables ([25cc0c2](https://github.com/liferay/clay/commit/25cc0c239335cb21e102c7d1023f622b3f5a2e31))
|
|
86
|
+
* **@clayui/css:** modifies DatePicker size to new default of 352px ([6ace393](https://github.com/liferay/clay/commit/6ace393fd30661ff8c0632f9d9ea2c7926be3c06))
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
## [3.103.1](https://github.com/liferay/clay/compare/v3.103.0...v3.103.1) (2023-08-15)
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### Bug Fixes
|
|
96
|
+
|
|
97
|
+
* **@clayui/css:** log() errors on dart-sass 1.65.1, use error instead ([eafa6f1](https://github.com/liferay/clay/commit/eafa6f109f235251f942d801cd6760c2a6eacef4))
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
# [3.102.0](https://github.com/liferay/clay/compare/v3.101.1...v3.102.0) (2023-08-01)
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Features
|
|
107
|
+
|
|
108
|
+
* **@clayui/css:** Modals should grow to fit content ([6df4597](https://github.com/liferay/clay/commit/6df459759639f8f68950a6227759f276d2752d4a))
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
# [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
### Bug Fixes
|
|
118
|
+
|
|
119
|
+
* **@clayui/css:** Cadmin Modal is outputing wrong selector for .modal-open .modal ([a2f2787](https://github.com/liferay/clay/commit/a2f2787957506ed46068195f9a4bf25ed3d6b121))
|
|
120
|
+
* **@clayui/css:** Cadmin slideout should use overflow visible for resize bar to show ([48f2a14](https://github.com/liferay/clay/commit/48f2a14d161b130f8016d675a7127c9f8ba6371d))
|
|
121
|
+
* **@clayui/css:** Modal Height Full should overflow when content is too tall ([729c8e3](https://github.com/liferay/clay/commit/729c8e3dca922c6143fd8e11a5045d38e84fc1a1))
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
### Features
|
|
125
|
+
|
|
126
|
+
* **@clayui/css:** Adds :focus-visible support ([ba1f68b](https://github.com/liferay/clay/commit/ba1f68bacbab69a4796c9d19caead6c410503f66))
|
|
127
|
+
* **@clayui/css:** Form mixins use focus-visible ([1da9164](https://github.com/liferay/clay/commit/1da9164f34432dd5ba9e12191712300408a1516b))
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
# [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
### Bug Fixes
|
|
137
|
+
|
|
138
|
+
* **@clayui/css:** Adds btn-beta-dark and badge-beta-dark and updates background colors ([13733df](https://github.com/liferay/clay/commit/13733dfe7a0a3306274aa1b99b14f6087345c249))
|
|
139
|
+
* **@clayui/css:** Remove fixed height and width to follow SVG guidelines ([893396b](https://github.com/liferay/clay/commit/893396bd7ad00b20946af0783e21139858d57894))
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
# [3.99.0](https://github.com/liferay/clay/compare/v3.98.0...v3.99.0) (2023-06-28)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
### Bug Fixes
|
|
149
|
+
|
|
150
|
+
* **@clayui/css:** Utilities forgot to add !important to some bg utils ([c164484](https://github.com/liferay/clay/commit/c164484abc0aeb4928c9f7b057f1d46ed42d8f95))
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
### Features
|
|
154
|
+
|
|
155
|
+
* **@clayui/css:** Utilities adds more text and bg color utilities ([5230949](https://github.com/liferay/clay/commit/5230949577407b21c96011eda3acfea4c2c3f1e7))
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
# [3.98.0](https://github.com/liferay/clay/compare/v3.97.2...v3.98.0) (2023-06-20)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
### Bug Fixes
|
|
165
|
+
|
|
166
|
+
* **@clayui/css:** Cadmin c-prefers-* should qualify the cadmin class ([a8b1d7b](https://github.com/liferay/clay/commit/a8b1d7be2f7055bea5430c0783b573f281c7a0b9))
|
|
167
|
+
* **@clayui/css:** Mixins clay-css and transition should output the correct c-prefers-* selector for cadmin ([b81e2a3](https://github.com/liferay/clay/commit/b81e2a3ab1d029ec7a7dbe8fd6fa1b084281bb52))
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
### Features
|
|
171
|
+
|
|
172
|
+
* **@clayui/css:** customize Picker style in DatePicker ([26064de](https://github.com/liferay/clay/commit/26064debdd3b6cde034130f7cbf6ee360ce67c5e))
|
|
173
|
+
* **@clayui/css:** Dropdown Menu adds dropdown-item-scroll styles ([08e3ab9](https://github.com/liferay/clay/commit/08e3ab9d276739a83d450a0cf0e04b86f32e3579))
|
|
174
|
+
* **@clayui/css:** dropdown-menu-select inline-scroller should be taller ([320c166](https://github.com/liferay/clay/commit/320c166ff26de63b45f6dba09874a0b545d482ea))
|
|
175
|
+
* **@clayui/css:** Mixins clay-dropdown-menu-variant adds dropdown-item-scroll ([f4ae8f1](https://github.com/liferay/clay/commit/f4ae8f12b13470d3d026a97de7467b705add2da4))
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
# [3.97.0](https://github.com/liferay/clay/compare/v3.96.1...v3.97.0) (2023-06-13)
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
### Bug Fixes
|
|
185
|
+
|
|
186
|
+
* **@clayui/css:** Cadmin btn-sm icons should be 16px x 16px ([ca05132](https://github.com/liferay/clay/commit/ca05132d1b37e451c212906eee7a22428e6cfebd))
|
|
187
|
+
* **@clayui/css:** Menubar removes negative margins in mobile and sync up Cadmin styles with Atlas ([a490fe6](https://github.com/liferay/clay/commit/a490fe661f572b4049273dd4251f98bb9fbf2904))
|
|
188
|
+
* **@clayui/css:** Menubar update hover and active borders ([297a214](https://github.com/liferay/clay/commit/297a214a34f57ff558fea7c69b0b89ee058e8916))
|
|
189
|
+
* **@clayui/css:** Mixins clay-css output truncated text override .c-prefers-expanded-text selectors ([8dfeafd](https://github.com/liferay/clay/commit/8dfeafddb3d726ee7cee722fa2893c844667d645))
|
|
190
|
+
* **@clayui/css:** Mixins clay-link add more options to customize in show state ([2c83bfd](https://github.com/liferay/clay/commit/2c83bfd06d0e6af36ea518580fad099c1e8ee21e))
|
|
191
|
+
* **@clayui/css:** Mixins text-truncate should use clay-css mixin to output .c-prefers-expanded-text selectors ([d0d7fdd](https://github.com/liferay/clay/commit/d0d7fdd5f01edd6f3740aad8ffc39e9280ddf811))
|
|
192
|
+
* **@clayui/css:** More complex input-groups should accommodate inset focus styles ([3061ded](https://github.com/liferay/clay/commit/3061ded11e39ac15b8c75b7f514eb0c91f253b63))
|
|
193
|
+
* **@clayui/css:** Pagination update hover and active borders ([abdce0e](https://github.com/liferay/clay/commit/abdce0e2fa2258d51327c0781c43ebbbd16eb9bc))
|
|
194
|
+
* **@clayui/css:** Remove dependence on _nav variables in _icons.scss ([bf8cb83](https://github.com/liferay/clay/commit/bf8cb83ef81309478cc1776736bf8cd0cc6e8aa1))
|
|
195
|
+
* **@clayui/css:** Transitions should work for .input-group-item.focus ([d3acc25](https://github.com/liferay/clay/commit/d3acc259c71b02b50a93a3d527ed3be4afb3902e))
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
### Features
|
|
199
|
+
|
|
200
|
+
* **@clayui/css:** Adds global classes to configure accessibility ([232e15a](https://github.com/liferay/clay/commit/232e15ad8700d89ec9c004653a5a188bcbe25fa9))
|
|
201
|
+
* **@clayui/css:** SVG Icon adds accessibility.svg ([f2e5ff5](https://github.com/liferay/clay/commit/f2e5ff506288f86e236274fb46dd6f65fb4a33da))
|
|
202
|
+
* **@clayui/css:** SVG Icons adds stars.svg ([dafbfbd](https://github.com/liferay/clay/commit/dafbfbd0d8c5244cbcc7f6a844504128304c2db1))
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
## [3.95.2](https://github.com/liferay/clay/compare/v3.95.0...v3.95.2) (2023-05-17)
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
### Bug Fixes
|
|
212
|
+
|
|
213
|
+
* **@clayui/css:** fix syntax error ([04b90d9](https://github.com/liferay/clay/commit/04b90d936ccad90778031dee2d74df5b0ab38bbb))
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
# [3.95.0](https://github.com/liferay/clay/compare/v3.94.0...v3.95.0) (2023-05-15)
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
### Bug Fixes
|
|
223
|
+
|
|
224
|
+
* **@clayui/css:** Atlas Buttons undo `.btn:active:focus` box-shadow from base theme ([258c60f](https://github.com/liferay/clay/commit/258c60f53629c2e08451cef0f81ecfa08e0451f7))
|
|
225
|
+
* **@clayui/css:** Cadmin Buttons undo `.btn:active:focus` box-shadow ([4cc6c3e](https://github.com/liferay/clay/commit/4cc6c3ee65eab05d545b758b7a10e49e9256b236))
|
|
226
|
+
* **@clayui/css:** Cadmin Menubar update to new hover, focus, active styles ([f4e5d9e](https://github.com/liferay/clay/commit/f4e5d9ef0decb95e4cecdcd6197da2900c9dad21))
|
|
227
|
+
* **@clayui/css:** Cadmin Modals converts some components to clay Sass map pattern ([3053c19](https://github.com/liferay/clay/commit/3053c19d0a3ae3c41b87275e63866426a8709887))
|
|
228
|
+
* **@clayui/css:** Cadmin only generate Sass placeholders for specific key names ([f8f5fff](https://github.com/liferay/clay/commit/f8f5fff03948c1d04156630b767179ec0091a299))
|
|
229
|
+
* **@clayui/css:** Cadmin update Pagination to new hover active styles ([be8e82c](https://github.com/liferay/clay/commit/be8e82cbceb7ff41d23f1b1136d1614ab423cf1b))
|
|
230
|
+
* **@clayui/css:** Forms c-unset/clay-unset shouldn't output anything for $form-control-select-palette ([dc601b0](https://github.com/liferay/clay/commit/dc601b0b1423cbd20a1a15de9c136786bec679f4))
|
|
231
|
+
* **@clayui/css:** Mixins clay-link adds customization for active and disabled focus states ([8d4e1ba](https://github.com/liferay/clay/commit/8d4e1ba9d13d24cec3cdd14d8f40fb62c9885767))
|
|
232
|
+
* **@clayui/css:** Mixins clay-map-to-css should accept child combinator (>) ([12e938f](https://github.com/liferay/clay/commit/12e938fd785621b27c4ffb132fb61a625dfc0452))
|
|
233
|
+
* **@clayui/css:** Mixins clay-map-to-css should accept parent selector & ([d1462d7](https://github.com/liferay/clay/commit/d1462d7a62c6d009ad3597bd4233b1e196806774))
|
|
234
|
+
* **@clayui/css:** Mixins clay-modal-variant should use clay-map-to-css where applicable ([4cab2ab](https://github.com/liferay/clay/commit/4cab2ab1b235454e684f079a68b08f7766ce3b90))
|
|
235
|
+
* **@clayui/css:** Mixins clay-nav-nested should apply to .btn as well ([a541843](https://github.com/liferay/clay/commit/a5418430bc18fb779e756eb94e2f1df5c1a0b305))
|
|
236
|
+
* **@clayui/css:** Modals .modal-body should use the value from $modal ([18d922a](https://github.com/liferay/clay/commit/18d922a0a73435546a04877bba73f9c07a335655))
|
|
237
|
+
* **@clayui/css:** Modals converts some components to clay Sass map pattern ([d2ee903](https://github.com/liferay/clay/commit/d2ee903c4678214abf5bbc80d1b35893fb331bce))
|
|
238
|
+
* **@clayui/css:** Modals update modal-palette loop to prepend `.modal-` only to specific keys ([a796dc4](https://github.com/liferay/clay/commit/a796dc47576febfa76e864a91a3e71c5835fd6df))
|
|
239
|
+
* **@clayui/css:** Navs nav-nested reduce the number of nested navs to 7 by default ([429876a](https://github.com/liferay/clay/commit/429876a833a6d3ad546311019030a61cd40431f6))
|
|
240
|
+
* **@clayui/css:** Only generate Sass placeholders for specific key names ([25bd58c](https://github.com/liferay/clay/commit/25bd58cdab4f1a73697ebc8d662046446adc4015))
|
|
241
|
+
* **@clayui/css:** Pagination maps `.page-item.active .page-link` to `active-class` instead of `active` ([5e77a99](https://github.com/liferay/clay/commit/5e77a999828eb4fe5a271e4fe620d2473eb4f675))
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
# [3.94.0](https://github.com/liferay/clay/compare/v3.93.0...v3.94.0) (2023-05-03)
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
### Bug Fixes
|
|
251
|
+
|
|
252
|
+
* **@clayui/css:** Atlas Custom Forms `$custom-control-indicator-checked-*` variables should be grouped ([8854b6c](https://github.com/liferay/clay/commit/8854b6c384ed09fea3bbd598a91e04b5b3ffaf0a))
|
|
253
|
+
* **@clayui/css:** Atlas Menubar update active and hover state to improve contrast ([9886c7a](https://github.com/liferay/clay/commit/9886c7a799f68b2d9a20346a6bd567ddf27079b6))
|
|
254
|
+
* **@clayui/css:** Atlas Pagination active state should be semi bold and hover shouldn't shift content ([667ea8e](https://github.com/liferay/clay/commit/667ea8e2e4b6ff4e0dfbdcd25babe95717e58350))
|
|
255
|
+
* **@clayui/css:** Atlas Pagination and Menubar hover state should have semi bold font ([9bbab24](https://github.com/liferay/clay/commit/9bbab24abd3e68bf4856c98ef9217c293dfb2d8d))
|
|
256
|
+
* **@clayui/css:** c-prefers-reduced-motion utilities should work with prefers-reduce-motion media query ([7191e1b](https://github.com/liferay/clay/commit/7191e1b18947da553567d8ef5782c55850f96feb))
|
|
257
|
+
* **@clayui/css:** Cadmin output the correct selector for c-prefers-reduced-motion ([9ff6965](https://github.com/liferay/clay/commit/9ff69654c07f71fd9ed1fe500369aa549244f408))
|
|
258
|
+
* **@clayui/css:** Pagination update active and hover state to improve contrast ([283d30b](https://github.com/liferay/clay/commit/283d30b89b955aafac76ff46758472bb34a0d500))
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
### Features
|
|
262
|
+
|
|
263
|
+
* **@clayui/css:** Utilities adds display classes based on c-prefers-reduced-motion ([817987e](https://github.com/liferay/clay/commit/817987e9d0b6a48166ccb22511f69e7d9e40bfe0))
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
# [3.93.0](https://github.com/liferay/clay/compare/v3.92.0...v3.93.0) (2023-04-19)
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
### Bug Fixes
|
|
273
|
+
|
|
274
|
+
* **@clayui/css:** c-prefers-reduced-motion should completely remove transitions and animations ([ad58f8e](https://github.com/liferay/clay/commit/ad58f8e5b8fd976644ccf892641b2c6a5c0855c2))
|
|
275
|
+
* **@clayui/css:** Exclude variant styles from being output when using c-unset ([59f5716](https://github.com/liferay/clay/commit/59f571657a73edd54141004e402cdf803079c891))
|
|
276
|
+
* **@clayui/css:** Global Functions adds clay-is-map-unset ([5c6d168](https://github.com/liferay/clay/commit/5c6d1682ed5c03d4bf10fb0a77dc0bdbee5790c4))
|
|
277
|
+
* **@clayui/css:** Mixins clay-button-variant adds ability to style :link and :visited pseudo classes ([639ef02](https://github.com/liferay/clay/commit/639ef026db59a678748450aed768ca62be0a625f))
|
|
278
|
+
* **@clayui/css:** Mixins clay-css should remove animations with c-prefers-reduced-motion ([e042a3c](https://github.com/liferay/clay/commit/e042a3cded1bd9832adb998fe76618d65e73ee05))
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
### Features
|
|
282
|
+
|
|
283
|
+
* **@clayui/css:** Global Functions adds clay-insert-after ([e462c59](https://github.com/liferay/clay/commit/e462c5984cf1e0625b326011e9a12aa52f33d8fa))
|
|
284
|
+
* **@clayui/css:** Sheets adds sheet-row for aligning content flush ([9897c65](https://github.com/liferay/clay/commit/9897c650de5baa5dca448c61e570927ff778cc8d))
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
# [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
### Bug Fixes
|
|
294
|
+
|
|
295
|
+
* **@clayui/css:** Buttons btn-xs adjust inline-item position ([cd78784](https://github.com/liferay/clay/commit/cd78784384fa7dd4021e4af7d8119088130beb08))
|
|
296
|
+
* **@clayui/css:** Cadmin and Clay update focus outline colors for accessibility ([372af84](https://github.com/liferay/clay/commit/372af84932f277d1a8ee0a0f0cdf3a99c9e7279c))
|
|
297
|
+
* **@clayui/css:** Nav Tabs adds nav-tabs-light and adjust borders ([68f8bec](https://github.com/liferay/clay/commit/68f8bec3a596d0818933772fed8db86b4160a667))
|
|
298
|
+
* **@clayui/css:** Popover arrow has 1px gap in Safari ([caaf7f7](https://github.com/liferay/clay/commit/caaf7f7439ae39f093545deda61de24c9c7a1c8e))
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
### Features
|
|
302
|
+
|
|
303
|
+
* **@clayui/css:** Cadmin and Clay adds btn-beta and badge-beta variants ([e09566a](https://github.com/liferay/clay/commit/e09566a14d3374440ba41ced1b17139a12fbfd17))
|
|
304
|
+
* **@clayui/css:** Multi Step Nav adds error state ([9d5846e](https://github.com/liferay/clay/commit/9d5846e6af4133e6815e3dbf66483fcc93111814))
|
|
305
|
+
* **@clayui/css:** Utilities adds c-prefers-reduced-motion ([89deb26](https://github.com/liferay/clay/commit/89deb2689c10556a4bbe8bb3297a6fb819176b47))
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
# [3.91.0](https://github.com/liferay/clay/compare/v3.90.0...v3.91.0) (2023-03-24)
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
### Bug Fixes
|
|
315
|
+
|
|
316
|
+
* **@clayui/css:** Navigation Bar focus outline should be rounded ([a9dfdc0](https://github.com/liferay/clay/commit/a9dfdc037fa832ffd84839bdb4dd4d7f4c640282))
|
|
317
|
+
* **@clayui/css:** Removes nav-underline from Clay and Cadmin ([642c479](https://github.com/liferay/clay/commit/642c47964a48a1337220fd011ebcf4c5246455e0))
|
|
318
|
+
* **@clayui/css:** Resizer shouldn't select text when dragging ([e2842c0](https://github.com/liferay/clay/commit/e2842c0cb455804de3a97d093c5a90df72f2c49f))
|
|
319
|
+
* **@clayui/css:** Treeview btn should inherit component's color ([4e733f9](https://github.com/liferay/clay/commit/4e733f9fcb6b8f853f2150ba2bb2cce10f6e5c42))
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
### Features
|
|
323
|
+
|
|
324
|
+
* **@clayui/css:** Atlas and Cadmin update nav-tabs styles ([2e7aae2](https://github.com/liferay/clay/commit/2e7aae2665b467d28f79c79a01060c0aca4edb00))
|
|
325
|
+
* **@clayui/css:** Cadmin and Clay adds c-horizontal-resizer component ([9dec76c](https://github.com/liferay/clay/commit/9dec76c72f3e0e71ddc0ae59f310ab404bee697b))
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
### BREAKING CHANGES
|
|
329
|
+
|
|
330
|
+
* **@clayui/css:** The class `.nav-underline` was removed
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
# [3.90.0](https://github.com/liferay/clay/compare/v3.89.0...v3.90.0) (2023-03-15)
|
|
337
|
+
|
|
338
|
+
|
|
339
|
+
### Bug Fixes
|
|
340
|
+
|
|
341
|
+
* **@clayui/css:** Cadmin Pagination active state should have more contrast ([a09539a](https://github.com/liferay/clay/commit/a09539ad61c408fd9abd63790fc0c1308f232537))
|
|
342
|
+
* **@clayui/css:** Clay and Cadmin Menubar make collapsed nav 100% wide ([ef3d431](https://github.com/liferay/clay/commit/ef3d431c223f4bfef1daf9539369bbb43176b646))
|
|
343
|
+
* **@clayui/css:** Mixins Breakpoints don't output any styles if the breakpoint is `c-unset` ([a8a02e2](https://github.com/liferay/clay/commit/a8a02e226a19b65fc4750e929fcca7364e8eeaa3))
|
|
344
|
+
* **@clayui/css:** Mixins Menubar update to use media query pattern ([c6d9c16](https://github.com/liferay/clay/commit/c6d9c168742cf2b4411f919ba4376fbd6a75ffdf))
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
### Features
|
|
348
|
+
|
|
349
|
+
* **@clayui/css:** add new `angle-double` icons ([04e8bb0](https://github.com/liferay/clay/commit/04e8bb08b7b733cac9e280b240f4109da8163df9))
|
|
350
|
+
* **@clayui/css:** add new `field-area` icon ([a0382b2](https://github.com/liferay/clay/commit/a0382b2a6984c8bad3347cfad57480c9323bc2b1))
|
|
351
|
+
* **@clayui/css:** add new `km-KH` icon ([9b2c70e](https://github.com/liferay/clay/commit/9b2c70ed7bb1222e9ed18a0f0bd376f8e5511946))
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
# [3.89.0](https://github.com/liferay/clay/compare/v3.88.0...v3.89.0) (2023-03-01)
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
### Bug Fixes
|
|
361
|
+
|
|
362
|
+
* **@clayui/css:** Buttons increase font-weight of text in btn-monospaced ([0e92f96](https://github.com/liferay/clay/commit/0e92f96cdb5732cc0008e75d107f96d73d416cda))
|
|
363
|
+
* **@clayui/css:** Links change spacing between text and icon back to 8px ([3309eb9](https://github.com/liferay/clay/commit/3309eb95bff3b31964cdfbd303460b77419b586a))
|
|
364
|
+
* **@clayui/css:** nav-underline and navigation-bar-light should use primary-l0 for active highlight ([fdeb072](https://github.com/liferay/clay/commit/fdeb07208a7f4cf21ac2916587cb91d5c7d1be2c))
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
### Features
|
|
368
|
+
|
|
369
|
+
* **@clayui/css:** Global Functions adds clay-map-merge ([901f288](https://github.com/liferay/clay/commit/901f28895166e201b1d322729630328a4173a879))
|
|
370
|
+
* **@clayui/css:** Globals adds `$c-root` map for outputting custom properties ([8afe1b6](https://github.com/liferay/clay/commit/8afe1b6dfdec119d258e0721cbae3cf3766e3751))
|
|
371
|
+
* **@clayui/css:** Globals adds `$clay-root` map for outputting custom properties ([49f05c7](https://github.com/liferay/clay/commit/49f05c725ad24f5fc6470083a1d66dd8e3a23827))
|
|
372
|
+
* **@clayui/css:** Globals adds $primary-l0 ([d76fb5c](https://github.com/liferay/clay/commit/d76fb5cc6f866056bab9229e2bace3aaee0ee8d1))
|
|
373
|
+
* **@clayui/css:** Moves c-root to the end of variables file ([ea82657](https://github.com/liferay/clay/commit/ea8265774603ebfd7852c78c92652ac46208d8fe))
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
# [3.88.0](https://github.com/liferay/clay/compare/v3.87.2...v3.88.0) (2023-02-14)
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
* **@clayui/css:** Adjust list-group-text and subtext to match Lexicon specs ([193d92a](https://github.com/liferay/clay/commit/193d92af01be86e4995813106f560d4fe317e6e7))
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
## [3.87.2](https://github.com/liferay/clay/compare/v3.87.1...v3.87.2) (2023-02-08)
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
### Bug Fixes
|
|
394
|
+
|
|
395
|
+
* **@clayui/css:** use `clay-saturate` instead of `saturate` ([c3cc7ba](https://github.com/liferay/clay/commit/c3cc7ba5cca479250adc15c114e87670a45b5654))
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
## [3.87.1](https://github.com/liferay/clay/compare/v3.87.0...v3.87.1) (2023-02-08)
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
### Bug Fixes
|
|
405
|
+
|
|
406
|
+
* **@clayui/css:** fix build error when `$secondary` variable is a CSS variable ([10da9f2](https://github.com/liferay/clay/commit/10da9f27846284f18be9cbd919498efb09762d07))
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
# [3.87.0](https://github.com/liferay/clay/compare/v3.86.1...v3.87.0) (2023-02-08)
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
### Bug Fixes
|
|
416
|
+
|
|
417
|
+
* **@clayui/css:** Atlas Dropdown items should be 32px tall ([237f8fd](https://github.com/liferay/clay/commit/237f8fd744d4f8c5fa259c20e2837500301e6f31))
|
|
418
|
+
* **@clayui/css:** Buttons btn-secondary should have darker border for better contrast ([336bdc3](https://github.com/liferay/clay/commit/336bdc3c290e1ec2c2994618ddbca93669a0eab9))
|
|
419
|
+
* **@clayui/css:** Cadmin declare font size for btn-monospaced size variants ([2e85acd](https://github.com/liferay/clay/commit/2e85acde4b9a8521c77d94054994a53dc3c457a2))
|
|
420
|
+
* **@clayui/css:** Cadmin text-# utilities should use px values ([a47aa7e](https://github.com/liferay/clay/commit/a47aa7e506c460db81727dca5e3b4ae03a50f850))
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
## [3.86.1](https://github.com/liferay/clay/compare/v3.86.0...v3.86.1) (2023-02-02)
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
### Bug Fixes
|
|
430
|
+
|
|
431
|
+
* **@clayui/css:** Cadmin Alert update alert-secondary to match new Lexicon colors ([8eab38d](https://github.com/liferay/clay/commit/8eab38d8728b1c70dbd9f25f8ca4305a712c2723))
|
|
432
|
+
* **@clayui/css:** List Group removes default color on `.list-group` ([f314a43](https://github.com/liferay/clay/commit/f314a43f36ed8e42a515a530973004979c149b59))
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
|
|
437
|
+
|
|
438
|
+
# [3.86.0](https://github.com/liferay/clay/compare/v3.85.0...v3.86.0) (2023-01-31)
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
### Bug Fixes
|
|
442
|
+
|
|
443
|
+
* **@clayui/css:** Empty State add bigger margin-bottom on image ([e19f587](https://github.com/liferay/clay/commit/e19f587da161c40a376228706f81c11086057f0c))
|
|
444
|
+
* **@clayui/css:** Readd text-underline and add text-none ([5f7f691](https://github.com/liferay/clay/commit/5f7f691ff69b93ead8204eed674fbd43664cc105))
|
|
445
|
+
* **@clayui/css:** Text decoration utility selector typo ([8970d78](https://github.com/liferay/clay/commit/8970d78574ac9a75897646b93603e768049eca0d))
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
# [3.85.0](https://github.com/liferay/clay/compare/v3.84.0...v3.85.0) (2023-01-23)
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
### Bug Fixes
|
|
455
|
+
|
|
456
|
+
* **@clayui/css:** Atlas Alert update secondary colors ([9d85766](https://github.com/liferay/clay/commit/9d857661ba8e554be63eb8b071b91dd2800f66d3))
|
|
457
|
+
* **@clayui/css:** Atlas Pagination active state should have more contrast ([7e26618](https://github.com/liferay/clay/commit/7e266186b762aa2bf7f89bccca32f33ae9c84125))
|
|
458
|
+
* **@clayui/css:** Cadmin Navigation Bar nav-link should inherit font size ([b30e861](https://github.com/liferay/clay/commit/b30e8616970d741d60b669191db3e9a02953c675))
|
|
459
|
+
* **@clayui/css:** Custom Checkbox and Radio border-color should have better contrast ([77bdad4](https://github.com/liferay/clay/commit/77bdad4e4852a8ded6d1ce3346af9dd7d9aaf037))
|
|
460
|
+
* **@clayui/css:** Mixins clay-select-variant adds hover states ([f6bb985](https://github.com/liferay/clay/commit/f6bb985e21db606f10586e734bdda2cb8240c3cf))
|
|
461
|
+
* **@clayui/css:** Navigation Bar nav-link should inherit font size from parent ([a359c32](https://github.com/liferay/clay/commit/a359c3235a275ee001e1b9e9ff0eb9114095c12d))
|
|
462
|
+
* **@clayui/css:** Navigation Bar remove default btn border from .btn.nav-link ([6468728](https://github.com/liferay/clay/commit/64687286c5b7caf138c2a011790698b248c56c71))
|
|
463
|
+
* **@clayui/css:** Pagination adds cursor pointer to link for tags without href ([c988ce7](https://github.com/liferay/clay/commit/c988ce7ea16e39b78cb8038981b08995b45a3b6e))
|
|
464
|
+
* **@clayui/css:** Select box selected state should have darker background-color ([1890825](https://github.com/liferay/clay/commit/1890825e1385c0083c76a163d50e77d9949b3b78))
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
### Features
|
|
468
|
+
|
|
469
|
+
* **@clayui/css:** Cadmin adds c-link ([f0b4d3a](https://github.com/liferay/clay/commit/f0b4d3ace756c9a362e8f0af91493232740dbc1f))
|
|
470
|
+
* **@clayui/css:** Links adds c-link to be used with utility classes ([156446b](https://github.com/liferay/clay/commit/156446b998d669345502b2fe49157f6a4906d6bd))
|
|
471
|
+
* **@clayui/css:** Mixins clay-link adds ability to create variants ([60e9662](https://github.com/liferay/clay/commit/60e966265304dc12b39b5748ceb50ea477f2b91b))
|
|
472
|
+
* **@clayui/css:** Utilities adds text-decoration-underline ([9b4873d](https://github.com/liferay/clay/commit/9b4873dd287fc1c2bf7dba693b7402f9fff5d62c))
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
# [3.84.0](https://github.com/liferay/clay/compare/v3.83.1...v3.84.0) (2022-12-23)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
### Bug Fixes
|
|
482
|
+
|
|
483
|
+
* **@clayui/css:** Sidebar should be able to overwrite focus styles on sidenav-start and sidenav-end ([2edc530](https://github.com/liferay/clay/commit/2edc53053cc0a8169039f40e6c5831667ad7cbdd))
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
### Features
|
|
487
|
+
|
|
488
|
+
* **@clayui/multi-select:** moves the visual focus from the gridcell to the label ([5686d66](https://github.com/liferay/clay/commit/5686d664b6d5544eb81967dded725ac8c058af1b))
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
## [3.83.1](https://github.com/liferay/clay/compare/v3.83.0...v3.83.1) (2022-12-20)
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
### Bug Fixes
|
|
498
|
+
|
|
499
|
+
* **@clayui/css:** Mixins clay-select-variant `$option` should be scoped to the selector ([4f08997](https://github.com/liferay/clay/commit/4f08997965343b5592a7b5ecf91444424fa54b2b))
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
# [3.83.0](https://github.com/liferay/clay/compare/v3.82.0...v3.83.0) (2022-12-20)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
### Bug Fixes
|
|
509
|
+
|
|
510
|
+
* **@clayui/css:** Bootstrap spinners are broken ([9fabd50](https://github.com/liferay/clay/commit/9fabd5012c37d42c96fd882d2eb19e2d15ec4113))
|
|
511
|
+
* **@clayui/css:** Forms button.form-control-select should be left aligned ([63a140f](https://github.com/liferay/clay/commit/63a140f482aac5bfa8bae5cf703340913aa7304b))
|
|
512
|
+
* **@clayui/css:** Mixins clay-dropdown-item-variant adds .hover and .focus ([92221ef](https://github.com/liferay/clay/commit/92221ef3e5bb23ccb7bf57837dbcfdd78ce23fb7))
|
|
513
|
+
* **@clayui/css:** Mixins form-control-variant and clay-select-variant should output .hover ([3823eef](https://github.com/liferay/clay/commit/3823eef969b53b96ea9171fc4128ec857af253a8))
|
|
514
|
+
* **@clayui/css:** Sidebar adds focus state ([89443e5](https://github.com/liferay/clay/commit/89443e56a279e4db016726885aedb446feca130c))
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
### Features
|
|
518
|
+
|
|
519
|
+
* **@clayui/css:** add display `contents` utility ([e92be6a](https://github.com/liferay/clay/commit/e92be6a86763eb054edea89c50265b37149fd79b))
|
|
520
|
+
* **@clayui/css:** Cadmin Forms adds form-control-select-secondary ([c66ef0f](https://github.com/liferay/clay/commit/c66ef0fdcd33f1b30377d3ff25c3e4d8b887f3f4))
|
|
521
|
+
* **@clayui/css:** Dropdown adds dropdown-menu-select variant ([13680ed](https://github.com/liferay/clay/commit/13680edfd39880d4014f7d74c98e2753028d9632))
|
|
522
|
+
* **@clayui/css:** Forms adds form-control-select-secondary ([8ab290e](https://github.com/liferay/clay/commit/8ab290efe28ce4d8fc634c46d7a7fd53a6efc958))
|
|
523
|
+
* **@clayui/css:** Mixins clay-dropdown-menu-variant adds ability to style more sub components ([1527b71](https://github.com/liferay/clay/commit/1527b71a6cdb84926a65d1580614d2db09f56bc1))
|
|
524
|
+
* **@clayui/css:** Mixins clay-form-control-variant adds active state ([92c1b0a](https://github.com/liferay/clay/commit/92c1b0aa2bfbaec25137ed7c1bdf35e436d0c909))
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
# [3.82.0](https://github.com/liferay/clay/compare/v3.81.0...v3.82.0) (2022-12-07)
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
### Bug Fixes
|
|
534
|
+
|
|
535
|
+
* **@clayui/css:** Cadmin normalize Sass map keys to be closer to the selector name ([66dbd7a](https://github.com/liferay/clay/commit/66dbd7ab604a754f60801197f10a60202b7787a4))
|
|
536
|
+
* **@clayui/css:** Mixins clay-css adds gap and row-gap to properties ([ba0447c](https://github.com/liferay/clay/commit/ba0447c44ad5d13b6b367f06874209c74e3dcee2))
|
|
537
|
+
* **@clayui/css:** Mixins clay-modal-variant keys should be closer to the selector name ([60439a6](https://github.com/liferay/clay/commit/60439a6ea237b4cc5c73570f5f5f15e39dfe2911))
|
|
538
|
+
* **@clayui/css:** Mixins clay-tbar-variant fix typo in `.tbar-divider-after` selector ([651c34a](https://github.com/liferay/clay/commit/651c34a1ff8cce6f467984deb1e042eadd0f4caa))
|
|
539
|
+
* **@clayui/css:** Mixins keys should be closer to the selector name ([8ad67a5](https://github.com/liferay/clay/commit/8ad67a5ca3d8b222de6643f777e6d70e46e8b4b2))
|
|
540
|
+
* **@clayui/css:** Normalize Sass map keys to be closer to the selector name ([3af7cde](https://github.com/liferay/clay/commit/3af7cdeb52b822079100ae9cc8324f182ba17d7e))
|
|
541
|
+
* **@clayui/css:** Progress Bar variant keys should be closer to the selector name ([68aea6c](https://github.com/liferay/clay/commit/68aea6c09afc4e81d369693890fd3490e573a844))
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
### Features
|
|
545
|
+
|
|
546
|
+
* **@clayui/css:** Cadmin Utilities adds 5 levels of gap utilities ([2ebeb50](https://github.com/liferay/clay/commit/2ebeb507cc933ac3a0600bf150541e697612ebd2))
|
|
547
|
+
* **@clayui/css:** Utilities adds 5 levels of gap utilities ([c095efd](https://github.com/liferay/clay/commit/c095efd483d9bd37d6ed4a870f4ad1b5aedab767))
|
|
548
|
+
* removes duplication of implementation of accessibility features for menu using Overlay component ([9d60eb9](https://github.com/liferay/clay/commit/9d60eb9670cb5dc9fc18e02e3a97f139f1db4cfd))
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
# [3.81.0](https://github.com/liferay/clay/compare/v3.80.1...v3.81.0) (2022-11-30)
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
### Bug Fixes
|
|
558
|
+
|
|
559
|
+
* **@clayui/css:** Cadmin replace improper clay-container with clay-css mixins ([841dc91](https://github.com/liferay/clay/commit/841dc91b3a60fcc1f42ccaf4e4835e0343bcedf4))
|
|
560
|
+
* **@clayui/css:** Replace improper clay-container with clay-css mixins ([1ddf44b](https://github.com/liferay/clay/commit/1ddf44b91076ccbec9bc4d86eb6a0cc317d6fd1f))
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
### Features
|
|
564
|
+
|
|
565
|
+
* **@clayui/css:** Modularize most Clay CSS components ([e39673a](https://github.com/liferay/clay/commit/e39673aad55fe2e6a23c7f8e9d2265d27211512c))
|
|
566
|
+
|
|
567
|
+
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
|
|
571
|
+
# [3.78.0](https://github.com/liferay/clay/compare/v3.77.0...v3.78.0) (2022-10-25)
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
### Bug Fixes
|
|
575
|
+
|
|
576
|
+
* **@clayui/css:** Cadmin Management and Navigation Bar only output media queries for md breakpoint ([617d696](https://github.com/liferay/clay/commit/617d696b2a6efe5739671e103e849dc6ac2777db))
|
|
577
|
+
* **@clayui/css:** Mixin clay-navbar-expand-variant shouldn't style `.btn-unstyled` ([04615be](https://github.com/liferay/clay/commit/04615be71d48342bb2d4048e1cdc59f5201d2370))
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
### Features
|
|
581
|
+
|
|
582
|
+
* **@clayui/css:** Mixins `clay-navbar-size` don't output media-query styles ([7ddcb52](https://github.com/liferay/clay/commit/7ddcb52498d865c4e6003c47a7c91e19dba782a6))
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
# [3.76.0](https://github.com/liferay/clay/compare/v3.75.3...v3.76.0) (2022-10-11)
|
|
589
|
+
|
|
590
|
+
|
|
591
|
+
### Bug Fixes
|
|
592
|
+
|
|
593
|
+
* **@clayui/css:** Cadmin convert properties that use button focus, disabled, and transition variables ([2115b66](https://github.com/liferay/clay/commit/2115b66ed8ee09ea3ee1339c8606d09230719d3c))
|
|
594
|
+
* **@clayui/css:** Cadmin Links `.component-action` and `.link-outline` should have focus shadow ([d646ef1](https://github.com/liferay/clay/commit/d646ef15e2ff5d18f7c440df14699a3a0c20e769))
|
|
595
|
+
* **@clayui/css:** Global Functions speed up `map-deep-get` ([51123e9](https://github.com/liferay/clay/commit/51123e967940ee2563470258ed87662411cdf306))
|
|
596
|
+
* **@clayui/css:** Links `.component-action` and `.link-outline` should have focus shadow ([4cd0681](https://github.com/liferay/clay/commit/4cd0681303b0322258d42faaa20717a53999a83f))
|
|
597
|
+
* **@clayui/css:** Mixins check if parameter is map to avoid Sass error ([0441281](https://github.com/liferay/clay/commit/0441281a84763f14e53bd5d24f1cd2fa8a5464bf))
|
|
598
|
+
|
|
599
|
+
|
|
600
|
+
### Features
|
|
601
|
+
|
|
602
|
+
* **@clayui/css:** Cadmin Globals adds transition and disabled opacity component variables for easier reuse ([107d19a](https://github.com/liferay/clay/commit/107d19a7f268913247cbf80cdefa70080532637e))
|
|
603
|
+
* **@clayui/css:** Decouple button variables from other components ([f0f357d](https://github.com/liferay/clay/commit/f0f357d83024f45baa7e3a5e05a75e127996c25b))
|
|
604
|
+
* **@clayui/css:** Globals adds transition and disabled opacity component variables for easier reuse ([33e7cef](https://github.com/liferay/clay/commit/33e7cef87593dc9ff243515071b4f4d32c83c3ed))
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
|
|
609
|
+
|
|
610
|
+
# [3.75.0](https://github.com/liferay/clay/compare/v3.74.0...v3.75.0) (2022-09-28)
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
### Features
|
|
614
|
+
|
|
615
|
+
* **@clayui/css:** Functions `map-deep-merge` shouldn't merge maps if `merge: false` ([2e68bfe](https://github.com/liferay/clay/commit/2e68bfe6833421c999fbd8ee2b596ae697e13756))
|
|
616
|
+
* **@clayui/css:** SVG Icons updates mobile icons ([13c4e21](https://github.com/liferay/clay/commit/13c4e211f59be74d9ffb19fc7a95ddcaf4abe6d9))
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
# [3.74.0](https://github.com/liferay/clay/compare/v3.73.0...v3.74.0) (2022-09-19)
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
### Bug Fixes
|
|
626
|
+
|
|
627
|
+
* **@clayui/css:** Atlas Unchecked Disabled Custom Checkbox should have border color secondary-l3 ([23e09ae](https://github.com/liferay/clay/commit/23e09aed83af656abe61bc5bad841b06b09b8d53))
|
|
628
|
+
* **@clayui/css:** Cadmin Tables removes table row variants, these are unused in admin ([a12d65c](https://github.com/liferay/clay/commit/a12d65c40044dc5a2f4c1de81561f9ee8ee8ebaa))
|
|
629
|
+
* **@clayui/css:** Tables table row variants should style the background ([45024a2](https://github.com/liferay/clay/commit/45024a2a8499c97c3561ce0ab5005c5c006c1479))
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
### Features
|
|
633
|
+
|
|
634
|
+
* **@clayui/css:** Base, Atlas, Cadmin Custom Checkbox adds readonly disabled styles ([39c6ad0](https://github.com/liferay/clay/commit/39c6ad0a5acefe5c337c0fd3d531ca33bc03f903))
|
|
635
|
+
* **@clayui/css:** Cadmin Custom Checkbox adds readonly styles ([3ec6b85](https://github.com/liferay/clay/commit/3ec6b85cffc57a64c3ea36c091fb01e46517e109))
|
|
636
|
+
* **@clayui/css:** Custom Checkbox adds readonly styles ([e7481e7](https://github.com/liferay/clay/commit/e7481e79c9907723664b23dd8a9d8f6a17b6144f))
|
|
637
|
+
* **@clayui/css:** Mixins `clay-custom-control-input-variant` adds option to configure readonly ([302bd13](https://github.com/liferay/clay/commit/302bd132f0b77637985f9a0ff92175c1b5e2d45d))
|
|
638
|
+
* **@clayui/css:** Mixins `clay-custom-control-input-variant` adds option to configure readonly disabled ([2e80a2d](https://github.com/liferay/clay/commit/2e80a2dc15b6161e34933215a8ffd1cb22d35058))
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
# [3.73.0](https://github.com/liferay/clay/compare/v3.72.0...v3.73.0) (2022-09-13)
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
### Bug Fixes
|
|
648
|
+
|
|
649
|
+
* **@clayui/css:** Cadmin Buttons use transparent border for solid buttons ([8357269](https://github.com/liferay/clay/commit/83572697500a621f18b1e4a1adc9fc78a922d9d9))
|
|
650
|
+
* **@clayui/css:** Functions `clay-get-fallback()` should return custom property if no fallback value ([242216a](https://github.com/liferay/clay/commit/242216ae188a2d59db950e00dd0daa27d05d57c1))
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
### Features
|
|
654
|
+
|
|
655
|
+
* **@clayui/css:** Buttons adds a 24px tall button, `btn-xs` ([fadeb3a](https://github.com/liferay/clay/commit/fadeb3ad559ea5c82892c2ca88e8f5a7ae752dd4))
|
|
656
|
+
* **@clayui/css:** Cadmin Buttons adds a 24px tall button, `btn-xs` ([06f56f6](https://github.com/liferay/clay/commit/06f56f609d98c9847e71019ced9ae7ec93b62d55))
|
|
657
|
+
* **@clayui/css:** SVG Icons adds Argentina, Mexico, and Columbia flags ([8d5a33c](https://github.com/liferay/clay/commit/8d5a33c5690286d1fdb4f4831172f969eea4d69b))
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
|
|
662
|
+
|
|
663
|
+
## [3.70.1](https://github.com/liferay/clay/compare/v3.70.0...v3.70.1) (2022-08-24)
|
|
664
|
+
|
|
665
|
+
**Note:** Version bump only for package @clayui/css
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
# [3.70.0](https://github.com/liferay/clay/compare/v3.69.0...v3.70.0) (2022-08-23)
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
### Bug Fixes
|
|
675
|
+
|
|
676
|
+
* **@clayui/css:** Buttons palette maps should output the selector `.btn` when using the key `btn` ([306dfa4](https://github.com/liferay/clay/commit/306dfa4b41805a8edcb477c11d4d5833cd2b1af1))
|
|
677
|
+
* **@clayui/css:** Menubar (Vertical Nav) update hover, focus, active colors to match Lexicon ([5a74890](https://github.com/liferay/clay/commit/5a7489085eaca4aad6ef07ea22671195f6192c94))
|
|
678
|
+
* **@clayui/css:** Mixins `clay-button-variant` add option to pass styles to `:focus:hover` ([b3a766d](https://github.com/liferay/clay/commit/b3a766db561c1f4d4f095c144d3a5056a6f2dfd0))
|
|
679
|
+
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
# [3.69.0](https://github.com/liferay/clay/compare/v3.68.0...v3.69.0) (2022-08-16)
|
|
685
|
+
|
|
686
|
+
|
|
687
|
+
### Bug Fixes
|
|
688
|
+
|
|
689
|
+
* **@clayui/css:** Buttons `$btn-palette` and `$btn-outline-palette` should support keys prefixed with `btn-` ([3de823e](https://github.com/liferay/clay/commit/3de823e70a02b1f3d916220add4566e946824163))
|
|
690
|
+
* **@clayui/css:** Cadmin Buttons btn-monospaced icons should be centered ([7042cf0](https://github.com/liferay/clay/commit/7042cf0fecd92d6360e71b39d8a855fcf934ca6c))
|
|
691
|
+
* **@clayui/css:** Mixins `clay-css` should accept `c-unset` as a value to reset a property ([a4fb956](https://github.com/liferay/clay/commit/a4fb95672fdfd7eae1538b3be40786aa60b9626f))
|
|
692
|
+
* **@clayui/css:** Use `c-unset` instead of `$c-unset` to reset property values ([09fbde1](https://github.com/liferay/clay/commit/09fbde1a6a9d9cb6346cc5ab350940c31afe38e5))
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
# [3.68.0](https://github.com/liferay/clay/compare/v3.67.0...v3.68.0) (2022-08-01)
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
### Bug Fixes
|
|
702
|
+
|
|
703
|
+
* **@clayui/css:** Atlas and Cadmin dropdown-item should have 16px left and right padding ([77cd63b](https://github.com/liferay/clay/commit/77cd63b738da9fac1eff52ab930a9aacbfc8cf6e))
|
|
704
|
+
* **@clayui/css:** Cadmin `<label>` element should have `position: static` ([f11bac0](https://github.com/liferay/clay/commit/f11bac0ad8c79e779b185131936185d97710f0a2))
|
|
705
|
+
* **@clayui/css:** Cadmin use calc() instead of Sass math so we can handle mixed units better ([253cf28](https://github.com/liferay/clay/commit/253cf28fb7a6ed3d64deadc664267ed5a092c152))
|
|
706
|
+
* **@clayui/css:** Dropdown use calc() instead of Sass math to calculate padding for dropdown-item-indicator ([fd8cad0](https://github.com/liferay/clay/commit/fd8cad0dfaa6a38a393f75768250b0a9415dee5f))
|
|
707
|
+
* **@clayui/css:** Use calc() instead of Sass math so we can handle mixed units better ([4e4bd51](https://github.com/liferay/clay/commit/4e4bd512973b58ed811644f317fca39ff1718fb1))
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
## [3.65.2](https://github.com/liferay/clay/compare/v3.65.1...v3.65.2) (2022-07-19)
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
### Bug Fixes
|
|
717
|
+
|
|
718
|
+
* **@clayui.css:** Removes uses of unnecessary setter functions ([67646f1](https://github.com/liferay/clay/commit/67646f1aedc96657c8ac381ba74d34ee6071fccb))
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
## [3.65.1](https://github.com/liferay/clay/compare/v3.65.0...v3.65.1) (2022-07-11)
|
|
725
|
+
|
|
726
|
+
**Note:** Version bump only for package @clayui/css
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
# [3.65.0](https://github.com/liferay/clay/compare/v3.64.0...v3.65.0) (2022-07-11)
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
### Bug Fixes
|
|
736
|
+
|
|
737
|
+
* **@clayui/alert:** Simplifying ([cac8e75](https://github.com/liferay/clay/commit/cac8e75fdea31a16b09835b02a88eb2610ce5feb))
|
|
738
|
+
* **@clayui/alert:** Unset flex property for feedback variant ([0450de5](https://github.com/liferay/clay/commit/0450de5459e33da9957983b481d0fb0016f5f4ea))
|
|
739
|
+
* **@clayui/alert:** Use default line height for alert icon ([31a2911](https://github.com/liferay/clay/commit/31a2911f1331b04f93d6d1a987cce5c1a7dbdfbe))
|
|
740
|
+
* **@clayui/css:** (cadmin) fix indicator alignment in alert ([029865a](https://github.com/liferay/clay/commit/029865a5af7303cb981c4f9ff55a4c965370ad69))
|
|
741
|
+
* **@clayui/css:** Add option to generate placeholders separately in component variant maps ([b638999](https://github.com/liferay/clay/commit/b6389997ffc04c494a63e1a512417429261d66b5))
|
|
742
|
+
* **@clayui/css:** Alert Indicator SF and adjust alignment in base theme ([6d7efa3](https://github.com/liferay/clay/commit/6d7efa37fbc6a74c2a731eb8f26907c98ea9139d))
|
|
743
|
+
* **@clayui/css:** Cadmin add option to generate placeholders separately in component variant maps ([30612d9](https://github.com/liferay/clay/commit/30612d9a54eff023b153754d0254fa012ff95754))
|
|
744
|
+
* **@clayui/css:** Form Validation disables validation icons ([f0b2daf](https://github.com/liferay/clay/commit/f0b2daf0f33d1cca989bbc67e8e807b3900dab66))
|
|
745
|
+
* **@clayui/css:** Utilities update inline-scroller focus ring ([50e3800](https://github.com/liferay/clay/commit/50e380031b083993b3e74d6569bb1ee20e2df462))
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
### Features
|
|
749
|
+
|
|
750
|
+
* **@clayui/css:** Mixins `clay-css` adds option to output a Sass `[@extend](https://github.com/extend)` with the `extend` key ([eb6206b](https://github.com/liferay/clay/commit/eb6206bef95012513c2077ad1015ce8ddc9321d8))
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
# [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
### Bug Fixes
|
|
760
|
+
|
|
761
|
+
* **@clayui/css:** Cadmin Multi Select form text should have the same spacing as it's form-control counter part ([3728ff9](https://github.com/liferay/clay/commit/3728ff95bc491254a0b81751e2e388b15b5576a7))
|
|
762
|
+
* **@clayui/css:** Multi Select form text should have the same spacing as it's form-control counter part ([80d1ebd](https://github.com/liferay/clay/commit/80d1ebd438a216130c951b92be23504f054cd112))
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
### Features
|
|
766
|
+
|
|
767
|
+
* **@clayui/css:** (cadmin) add support class to remove hover from treeview link ([53bd134](https://github.com/liferay/clay/commit/53bd1347b7b5b89f9934875487fdfcc511c995f7))
|
|
768
|
+
* **@clayui/css:** add new `hierarchy` icon ([b66c092](https://github.com/liferay/clay/commit/b66c092665ae6d06bb4f59e2bbf8526c74847b80))
|
|
769
|
+
* **@clayui/css:** add support class to remove hover from treeview link ([a41c831](https://github.com/liferay/clay/commit/a41c83122690a1fb229fb3e89f8e65c9d89498b5))
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
|
|
773
|
+
|
|
774
|
+
|
|
775
|
+
# [3.63.0](https://github.com/liferay/clay/compare/v3.62.0...v3.63.0) (2022-06-27)
|
|
776
|
+
|
|
777
|
+
|
|
778
|
+
### Bug Fixes
|
|
779
|
+
|
|
780
|
+
* **@clayui/css:** fix syntax error in conditional declaration ([3d19936](https://github.com/liferay/clay/commit/3d199365de3eed8decf2b48301abbde89dc308a9))
|
|
781
|
+
* **@clayui/css:** Grid compare the breakpoint positions instead of the `$cadmin-container-max-widths` values ([1e0782c](https://github.com/liferay/clay/commit/1e0782c475aea4b837d1dea952fcb1026889934b))
|
|
782
|
+
* **@clayui/css:** Grid compare the breakpoint positions instead of the `$container-max-widths` values ([89aaeee](https://github.com/liferay/clay/commit/89aaeee54c42b2a4a4236cafa3fa83e47941b164))
|
|
783
|
+
* **@clayui/css:** Loaders and Cadmin Loaders don't generate placeholders for `$loading-animation-palette` ([d762f00](https://github.com/liferay/clay/commit/d762f0064fb46b7b43b0adc308b92002ddf470f4))
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
### Features
|
|
787
|
+
|
|
788
|
+
* **@clayui/css:** SVG Icons adds no-bot.svg ([94b69f0](https://github.com/liferay/clay/commit/94b69f0d46c330a2a078bdb17e04020fcab3d737))
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
# [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
### Bug Fixes
|
|
798
|
+
|
|
799
|
+
* **@clayui/css:** Cadmin Clay Multi Select should have small size ([e256838](https://github.com/liferay/clay/commit/e256838046b41f885ab0b7f70afd4b58582d8314))
|
|
800
|
+
* **@clayui/css:** Cadmin Reference Mark vertical alignment when it is used directly on the icon ([f530f47](https://github.com/liferay/clay/commit/f530f478133ac9548e94ebcf499ec4dc064bd202))
|
|
801
|
+
* **@clayui/css:** Clay Multi Select should have small size ([818621f](https://github.com/liferay/clay/commit/818621fa0a5abf68abfcc2af8b07bd4b9d6eec04))
|
|
802
|
+
* **@clayui/css:** Global Functions add fallback value for $cadmin variables ([a12777a](https://github.com/liferay/clay/commit/a12777a399d619cd205a7f73caabe02eec70798b)), closes [#4925](https://github.com/liferay/clay/issues/4925)
|
|
803
|
+
* **@clayui/css:** Mixins `clay-button-variant` directly use `clay-unset-placeholder` to clear `[@extend](https://github.com/extend)` ([dcd3999](https://github.com/liferay/clay/commit/dcd39997a5f63ba476d0a66e9089c447e546a35e))
|
|
804
|
+
* **@clayui/css:** Reference Mark vertical alignment when it is used directly on the icon ([e014a8c](https://github.com/liferay/clay/commit/e014a8c6e49fcb90916a3b3a412e30ae02636054))
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
### Features
|
|
808
|
+
|
|
809
|
+
* **@clayui/css:** Global Functions provide default grid breakpoints map for breakpoint functions ([66ad9e1](https://github.com/liferay/clay/commit/66ad9e19d9b966c0058385e76b2b61f64e025af0))
|
|
810
|
+
* **@clayui/css:** Mixins clay-form-control-variant adds more configuration items ([6689c99](https://github.com/liferay/clay/commit/6689c996609585c6ae2e93791cfbbee5edbf4a37))
|
|
811
|
+
* **@clayui/css:** Mixins clay-input-group-item-variant moved .label to clay-form-control-variant ([2a22cf3](https://github.com/liferay/clay/commit/2a22cf3ee22b6c1ef0bc6684f731c3ace5090ef8))
|
|
812
|
+
* **@clayui/css:** Mixins provide a default value if cadmin variables don't exist ([11e026b](https://github.com/liferay/clay/commit/11e026bf34ad9db4a166a7b2fd7ae671c285afc3))
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
### Reverts
|
|
816
|
+
|
|
817
|
+
* Revert "feat(@clayui/css): Global Functions `math-sign` adds warning message if type isn't supported" ([8026ce5](https://github.com/liferay/clay/commit/8026ce5940aca8fe3d71b859a0d3e84b8b2841f7))
|
|
818
|
+
|
|
819
|
+
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
# [3.61.0](https://github.com/liferay/clay/compare/v3.60.1...v3.61.0) (2022-06-13)
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
### Bug Fixes
|
|
827
|
+
|
|
828
|
+
* **@clayui/css:** .sidebar-light box shadows should be positioned correctly ([d41e77a](https://github.com/liferay/clay/commit/d41e77a33022a521e0917bc93a9244908909efe9))
|
|
829
|
+
* **@clayui/css:** Cadmin Sidebar adds sidebar-dark-l2 variant ([c79e226](https://github.com/liferay/clay/commit/c79e226b8718825e5a7be676c9672cd51bac0a55))
|
|
830
|
+
* **@clayui/css:** fix error of loading indicator create scroll when the parent is over cadmin ([9d562fe](https://github.com/liferay/clay/commit/9d562fe88aaaaecca10ec84a949304247ea18d84))
|
|
831
|
+
* **@clayui/css:** Global Variables remove math function parenthesis from $spacers ([d2ea301](https://github.com/liferay/clay/commit/d2ea3015ea536b4f67529d4d0268c5562d1ae6c0))
|
|
832
|
+
* **@clayui/css:** Mixins clay-sidebar-variant updates ([eb714f3](https://github.com/liferay/clay/commit/eb714f3e1d77fb2558b7500008008cc87bdac7c5))
|
|
833
|
+
* **@clayui/css:** Mixins clay-sticker-variant and clay-panel-variant check if parameter is type map ([a694e0c](https://github.com/liferay/clay/commit/a694e0cacab8ee0cf08591d373e466234ddfed5c))
|
|
834
|
+
* **@clayui/css:** Sidebar adds sidebar-dark-l2 variant ([f559946](https://github.com/liferay/clay/commit/f559946895322b70d7959868ebd21bafca697a40))
|
|
835
|
+
|
|
836
|
+
|
|
837
|
+
### Features
|
|
838
|
+
|
|
839
|
+
* **@clayui/css:** Global Functions `math-sign` adds warning message if type isn't supported ([5ce2840](https://github.com/liferay/clay/commit/5ce284068ae212360f7d0551409b55372e6d4aab))
|
|
840
|
+
* **@clayui/css:** Global Functions adds `clay-parent()` and `clay-insert-before()` ([23a767d](https://github.com/liferay/clay/commit/23a767d983004a4cb126ecd7cf6684ce1408c377))
|
|
841
|
+
* **@clayui/css:** Mixins clay-alert-variant adds custom-selector key ([da99c94](https://github.com/liferay/clay/commit/da99c943f153f249a51507f6e225f0cda85a76c4))
|
|
842
|
+
* **@clayui/css:** Mixins clay-sidebar-variant adds option to customize sidenav-end and sidenav-start ([d6c7939](https://github.com/liferay/clay/commit/d6c79398f173451285b2750e0ea8a6d7eb7b2762))
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
## [3.60.1](https://github.com/liferay/clay/compare/v3.60.0...v3.60.1) (2022-06-08)
|
|
849
|
+
|
|
850
|
+
|
|
851
|
+
### Bug Fixes
|
|
852
|
+
|
|
853
|
+
* **@clayui/css:** Loading Animation move animation to pseudo elements ([e9fb6a7](https://github.com/liferay/clay/commit/e9fb6a7f5932b36f0c836a64c748d8ce88a0ee1d))
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
# [3.60.0](https://github.com/liferay/clay/compare/v3.59.0...v3.60.0) (2022-06-06)
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
### Bug Fixes
|
|
863
|
+
|
|
864
|
+
* **@clayui/css:** Buttons removes extensions `loading-animation` variants ([c9d73ed](https://github.com/liferay/clay/commit/c9d73edd317bd317e175ea63fb3f229b7c1b10bd))
|
|
865
|
+
* **@clayui/css:** c-slideout should use display: flex on tbar-stacked for show/transition ([0a95c59](https://github.com/liferay/clay/commit/0a95c592cbaaf604221a804d585507c33909045a))
|
|
866
|
+
* **@clayui/css:** Cadmin Buttons removes extensions `loading-animation` variants ([ed9e0dd](https://github.com/liferay/clay/commit/ed9e0dd84d14f5e7a4f308458bdc1be4284a25c4))
|
|
867
|
+
* **@clayui/css:** Cadmin Utilities unset `font-size` on `.inline-item .loading-animation` ([57b4602](https://github.com/liferay/clay/commit/57b4602eb8e901e2292f34438900eb63f6a4c114))
|
|
868
|
+
* **@clayui/css:** Mixins clay-slideout-variant remove setter functions ([e21665d](https://github.com/liferay/clay/commit/e21665de62a7efa1649fcfdd988472d2b7047935))
|
|
869
|
+
* **@clayui/css:** Updates content property values to conform to what is allowed by OAW Tracker ([77dd43a](https://github.com/liferay/clay/commit/77dd43a3ae68233914d406c5613da64cd6e1f77b))
|
|
870
|
+
* **@clayui/css:** Utilities unset `font-size` on `.inline-item .loading-animation` ([f1106e3](https://github.com/liferay/clay/commit/f1106e376a0287572b41439187e1f304b9f9a4e5))
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
### Features
|
|
874
|
+
|
|
875
|
+
* **@clayui/css:** Cadmin Loaders updates dotted styles to be circle thing with gradient and add `loading-animation-squares` ([82f7a0f](https://github.com/liferay/clay/commit/82f7a0fe9e467074a1d8aad446cc20c8d20ad539))
|
|
876
|
+
* **@clayui/css:** Global `clay-css` mixin accept more properties ([e1e8dc8](https://github.com/liferay/clay/commit/e1e8dc8d68a4dd3118b099914f6e82f4eef2e698))
|
|
877
|
+
* **@clayui/css:** Loaders updates dotted styles to be circle thing with gradient and add `loading-animation-squares` ([aae79ad](https://github.com/liferay/clay/commit/aae79adaabf68938c83c9ef3e170232ab49478f1))
|
|
878
|
+
* **@clayui/css:** Mixins Loaders adds `clay-spinner-variant` ([1865a1d](https://github.com/liferay/clay/commit/1865a1d818f6b3e182037d21c363c27691dc390b))
|
|
879
|
+
|
|
880
|
+
|
|
881
|
+
### BREAKING CHANGES
|
|
882
|
+
|
|
883
|
+
* **@clayui/css:** `loading-animation` received a breaking style update. See https://clayui.com/docs/components/loading-indicator/markup.html on how to revert back to the dotted style.
|
|
884
|
+
* **@clayui/css:** `loading-animation` received a breaking style update. See https://clayui.com/docs/components/loading-indicator/markup.html on how to revert back to the dotted style.
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
# [3.59.0](https://github.com/liferay/clay/compare/v3.58.1...v3.59.0) (2022-05-30)
|
|
891
|
+
|
|
892
|
+
**Note:** Version bump only for package @clayui/css
|
|
893
|
+
|
|
894
|
+
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
# [3.58.0](https://github.com/liferay/clay/compare/v3.57.0...v3.58.0) (2022-05-23)
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
### Bug Fixes
|
|
902
|
+
|
|
903
|
+
* **@clayui/css:** Cadmin tables should use clay mixin pattern ([619bd1c](https://github.com/liferay/clay/commit/619bd1c0b8b3594db36c7ff06a717bfff1084682))
|
|
904
|
+
* **@clayui/css:** Cadmin tables use newer keys in maps ([ab387d3](https://github.com/liferay/clay/commit/ab387d318dfe01a0b6675e719a1bde1cff0e91e9))
|
|
905
|
+
* **@clayui/css:** Cadmin Treeview `btn` should be 24px tall and adds `show-quick-actions-on-hover` ([e31e0b6](https://github.com/liferay/clay/commit/e31e0b61dd68758a57064ca9cbfb8b3ce2d15ae9))
|
|
906
|
+
* **@clayui/css:** Tables group table maps better and fix double border on table-list ([833bcb4](https://github.com/liferay/clay/commit/833bcb41d12b5788ca9d4968fe5c1ddb83baa563))
|
|
907
|
+
* **@clayui/css:** Tables should use clay mixin pattern ([28281e3](https://github.com/liferay/clay/commit/28281e32a4743b882def29aa7b0521af96c9502f))
|
|
908
|
+
* **@clayui/css:** Treeview `btn` should be 24px tall and adds show-quick-actions-on-hover ([65b41b6](https://github.com/liferay/clay/commit/65b41b61f4de8b6160cca1818d6f5130867c59f6))
|
|
909
|
+
* **@clayui/css:** Treeview and Cadmin Treeview vertically center items in treeview-link ([2cc9aa2](https://github.com/liferay/clay/commit/2cc9aa28b6619821797631abd849d0dc5c90cde5))
|
|
910
|
+
* **@clayui/css:** Treeview removes component-action show on hover in favor of show-quick-actions-on-hover ([ed87780](https://github.com/liferay/clay/commit/ed8778029ff3af6ab86aea9deb553ec30cdf4f51))
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
### Features
|
|
914
|
+
|
|
915
|
+
* **@clayui/css:** Adds icons folder-lock and folder-lock-line ([d010847](https://github.com/liferay/clay/commit/d010847247fdf45c58ebd8989bcd66f7e1c870d7))
|
|
916
|
+
* **@clayui/css:** Mixins add clay-table-variant ([653f985](https://github.com/liferay/clay/commit/653f985057131baff5c8dc2fd84f78f1e6b4d1aa))
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
# [3.57.0](https://github.com/liferay/clay/compare/v3.56.0...v3.57.0) (2022-05-16)
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
### Bug Fixes
|
|
926
|
+
|
|
927
|
+
* **@clayui/css:** Treeview and Cadmin Treeview update font size of icons ([1f3d599](https://github.com/liferay/clay/commit/1f3d5997fc83b9a3fe3838241f7e24c7ffecf0b9))
|
|
928
|
+
* **@clayui/multi-step-nav:** fix color of steps according to lexicon ([c674346](https://github.com/liferay/clay/commit/c67434603abbb3ecdc64527270a223ff495c97d1))
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
### Features
|
|
932
|
+
|
|
933
|
+
* **@clayui/css:** add new `ca-ES-valencia` icon ([74c98d4](https://github.com/liferay/clay/commit/74c98d42f6783bb9e6724bbc2f8f46a37293cdd8))
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
# [3.56.0](https://github.com/liferay/clay/compare/v3.55.0...v3.56.0) (2022-05-09)
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
### Bug Fixes
|
|
943
|
+
|
|
944
|
+
* **@clayui/css:** _license-text.scss should update when running yarn compile ([42cddec](https://github.com/liferay/clay/commit/42cddec935b1cc2cb438eba3bc4a21e372c07748))
|
|
945
|
+
* **@clayui/css:** Alerts deprecate `$alert-*-level` variables ([4e04372](https://github.com/liferay/clay/commit/4e043721de6b311f07c1ebd0d4226d2fbc473be6))
|
|
946
|
+
* **@clayui/css:** Breadcrumbs convert to Clay mixin pattern ([dc309fb](https://github.com/liferay/clay/commit/dc309fb031409b0dfc7fe810ef25ac2a20b3c149))
|
|
947
|
+
* **@clayui/css:** Cadmin breadcrumbs convert to Clay mixin pattern ([9c5b555](https://github.com/liferay/clay/commit/9c5b55507433ea6f66e2f102157b8de739366461))
|
|
948
|
+
* **@clayui/css:** Functions add the parameter $fallback to clay color functions ([73260e9](https://github.com/liferay/clay/commit/73260e9e4c2882e4431a31ad9fe5b27425e11ae2))
|
|
949
|
+
* **@clayui/css:** Range `clay-range-input` convert to use newer keys ([0666c44](https://github.com/liferay/clay/commit/0666c441d2f9bfb8afaba1d72156341d8ca6ea7b))
|
|
950
|
+
* **@clayui/css:** Sidebar long text with no white space should break to new line in component-title and subtitle ([795684e](https://github.com/liferay/clay/commit/795684ea703a1c246d23f9f6ec4a8c1a6dc142ba))
|
|
951
|
+
* **@clayui/css:** Tables deprecate `$table-*-level` variables ([b64bdb5](https://github.com/liferay/clay/commit/b64bdb52a0d2748084298e3018c930a0c71388fc))
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
### Features
|
|
955
|
+
|
|
956
|
+
* **@clayui/css:** Mixins clay-range-input-variant updates ([2de97c4](https://github.com/liferay/clay/commit/2de97c45b13ed8b9462126ec4ba788535c430052))
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
# [3.55.0](https://github.com/liferay/clay/compare/v3.54.0...v3.55.0) (2022-05-02)
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
### Bug Fixes
|
|
966
|
+
|
|
967
|
+
* **@clayui/css:** Adds unit values to border-radius and border-width 0 values ([c39cb2e](https://github.com/liferay/clay/commit/c39cb2e0666457f57e181bb9567c309847e75503))
|
|
968
|
+
* **@clayui/css:** Atlas .btn.active:focus should have outline ([0162df4](https://github.com/liferay/clay/commit/0162df4ec3c7b81247065ec8e160cfee316b0d92))
|
|
969
|
+
* **@clayui/css:** Atlas remove extra `$code-color` variable ([5b4d621](https://github.com/liferay/clay/commit/5b4d62118038ea4ff38c65485eb9207353581f6e))
|
|
970
|
+
* **@clayui/css:** Mixins clay-button-variant should be able to style .active:focus ([9862e79](https://github.com/liferay/clay/commit/9862e79a76ae7fe558b2b857c03cd680d074b35f))
|
|
971
|
+
* **@clayui/css:** Replace `$spacer * 0.5` with fixed values, it plays better with calc() ([121abde](https://github.com/liferay/clay/commit/121abdeef5784d4ebab2d7aa0bffb7f17b4f7ec0))
|
|
972
|
+
* **@clayui/css:** Source format the way we write multiple box-shadows ([61f8f02](https://github.com/liferay/clay/commit/61f8f02f73144b3accc2759c4578ae7a4e5e495d))
|
|
973
|
+
* **@clayui/css:** Tables use calc() to make fatter border widths in thead and tbody ([e9cc407](https://github.com/liferay/clay/commit/e9cc4077f62b371bb0a6cb83314898442910d735))
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
# [3.54.0](https://github.com/liferay/clay/compare/v3.53.0...v3.54.0) (2022-04-25)
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
### Features
|
|
983
|
+
|
|
984
|
+
* **@clayui/css:** Add new `diagonal-line` icon ([50f896f](https://github.com/liferay/clay/commit/50f896f10c05a696b6cf53e083d0b017b29dad68))
|
|
985
|
+
* **@clayui/css:** regen `_lx-icons-generated.scss` file ([4444838](https://github.com/liferay/clay/commit/444483860914d22d03e9c6eb01518f3f409fba7e))
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
|
|
991
|
+
# [3.53.0](https://github.com/liferay/clay/compare/v3.52.0...v3.53.0) (2022-04-12)
|
|
992
|
+
|
|
993
|
+
|
|
994
|
+
### Bug Fixes
|
|
995
|
+
|
|
996
|
+
* **@clayui/css:** Forms input sizes should be generated using the Clay Mixin pattern ([ad9792e](https://github.com/liferay/clay/commit/ad9792e58400b9e2da87f7aa48cfb39f2a1e5256))
|
|
997
|
+
* **@clayui/css:** Management Bar Primary we are passing unsupported property names in the disabled state ([73bff8c](https://github.com/liferay/clay/commit/73bff8cae8b63b82be1af107dc7d3dd1e310def3)), closes [#4792](https://github.com/liferay/clay/issues/4792)
|
|
998
|
+
* **@clayui/css:** Mixins `clay-generate-media-breakpoints` not outputting media queries ([2e415b9](https://github.com/liferay/clay/commit/2e415b995b122ec7753a61328254ca7226a799f7))
|
|
999
|
+
* **@clayui/css:** Mixins clay-close should check if parameter is a map ([01c437d](https://github.com/liferay/clay/commit/01c437de6695b2e38bcaedfac6bf2bf9261ebc7b))
|
|
1000
|
+
* **@clayui/css:** Popovers adds popover-secondary ([2358ddf](https://github.com/liferay/clay/commit/2358ddf61a3bbf335b30413606be820a50d78fec))
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
### Features
|
|
1004
|
+
|
|
1005
|
+
* **@clayui/css:** Add new `opacity`, `border-width` and `border-style` icons ([a22c388](https://github.com/liferay/clay/commit/a22c3884172a63e711602a483437abccce2425ba))
|
|
1006
|
+
* **@clayui/css:** adds new classes to remove header border and wider for popover ([576789b](https://github.com/liferay/clay/commit/576789b0888155f3f3eb44892a8f79321dc7da86))
|
|
1007
|
+
* **@clayui/css:** Cadmin Popover adds popover-secondary ([0e42484](https://github.com/liferay/clay/commit/0e424848a0649f417c4f412aaff0519d9b9376a9))
|
|
1008
|
+
* **@clayui/css:** generate `_lx-icons-generated.scss` file ([cf346da](https://github.com/liferay/clay/commit/cf346da4557f2806e7f5c7b5ed5ee45771989b5c))
|
|
1009
|
+
* **@clayui/css:** Mixins `clay-form-control-variant` should generate media query styles ([4bb42f7](https://github.com/liferay/clay/commit/4bb42f7f943ed25e291125e7dcd8945259c87078))
|
|
1010
|
+
* **@clayui/popover:** replace `wider` prop with `size` and change css class name ([4d4b5fb](https://github.com/liferay/clay/commit/4d4b5fbaac38aa63669876b087d3c2cb6d7f99de))
|
|
1011
|
+
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
|
|
1016
|
+
# [3.52.0](https://github.com/liferay/clay/compare/v3.51.0...v3.52.0) (2022-04-04)
|
|
1017
|
+
|
|
1018
|
+
|
|
1019
|
+
### Bug Fixes
|
|
1020
|
+
|
|
1021
|
+
* **@clayui/navigation-bar:** add truncate text OOTB to ClayNavigationBar.Item ([b8a53a2](https://github.com/liferay/clay/commit/b8a53a20d81e10fa065997d740fc000f58334a0c))
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
|
|
1025
|
+
|
|
1026
|
+
|
|
1027
|
+
# [3.51.0](https://github.com/liferay/clay/compare/v3.50.0...v3.51.0) (2022-03-28)
|
|
1028
|
+
|
|
1029
|
+
|
|
1030
|
+
### Bug Fixes
|
|
1031
|
+
|
|
1032
|
+
* **@clayui/css:** Dropdown removes `pointer-events: none` from `.dropdown-item.active` ([e36ba48](https://github.com/liferay/clay/commit/e36ba4833290fa41affe3091d27766e0250d8b58))
|
|
1033
|
+
* **@clayui/css:** Map new `$font-scale`s to `$font-size-*` variables ([41edc3b](https://github.com/liferay/clay/commit/41edc3b7f176650b6f37f397cf1d9eb05c2f0c18))
|
|
1034
|
+
* **@clayui/css:** Mixin `clay-navbar-variant` get `focus, color` instead of `focus-color` ([606f8ee](https://github.com/liferay/clay/commit/606f8ee431f06a9df3d554096c0927180c6d7522))
|
|
1035
|
+
* **@clayui/css:** Mixin clay-nav-nested use css calc() to calculate left padding ([b1e6d1e](https://github.com/liferay/clay/commit/b1e6d1e554039428436a395f166b338e534ea96b))
|
|
1036
|
+
* **@clayui/css:** Removes duplicate mixins _assert-ascending and _assert-starts-at-zero ([23c72d6](https://github.com/liferay/clay/commit/23c72d64f0bdf6721611ad37527b3beeca38aeda))
|
|
1037
|
+
* **@clayui/css:** SVG Icons update shopping-cart.svg to new design ([8044608](https://github.com/liferay/clay/commit/804460816b4608903c33555057957b978d868342))
|
|
1038
|
+
* **@clayui/css:** Table removes `border-width: 0` from `.table-responsive > .table-bordered` ([7ddedba](https://github.com/liferay/clay/commit/7ddedba5da821d4c7e26ee3ec57af6fdff0956e7))
|
|
1039
|
+
* **@clayui/css:** Utilities Close use newer keys in Sass map ([9d8c40e](https://github.com/liferay/clay/commit/9d8c40ec949ae3199be62a00663a173b6fd70d50))
|
|
1040
|
+
* **@clayui/css:** Utilities update `.text-*` values to be generated by the `$font-scale` map ([938a801](https://github.com/liferay/clay/commit/938a801ce0640ab9c8991f1dce61b3e8d01874d8))
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
### Features
|
|
1044
|
+
|
|
1045
|
+
* **@clayui/css:** Generate _lx-icons-generated.scss ([deeccbb](https://github.com/liferay/clay/commit/deeccbbd43a348b49d23cd07ff0a91576e6d3299))
|
|
1046
|
+
* **@clayui/css:** Globals adds `$font-scale` map for setting a Design System's progression of font sizes ([7e7107d](https://github.com/liferay/clay/commit/7e7107d628a8311987fe9d664d07826c082f5355))
|
|
1047
|
+
* **@clayui/css:** Mixins `clay-navbar-size` should use `calc` instead of Sass arithmetic ([9728edb](https://github.com/liferay/clay/commit/9728edb2bcc0adea58d48ebad1e7cb995ad2a480))
|
|
1048
|
+
* **@clayui/css:** SVG Icons adds cookie and Commerce icons ([fb49037](https://github.com/liferay/clay/commit/fb490378d66e4ef2a7d7e27cdcd519d7a28095ba))
|
|
1049
|
+
* **@clayui/css:** Use `calc` instead of Sass arithmetic for scaling font sizes ([1e1b734](https://github.com/liferay/clay/commit/1e1b7343dc33a74a8ad35b170adcab93a39d1e83))
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
# [3.50.0](https://github.com/liferay/clay/compare/v3.49.0...v3.50.0) (2022-03-21)
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
### Bug Fixes
|
|
1059
|
+
|
|
1060
|
+
* **@clayui.com:** add a sass function to fix table border-radius issue ([8fe4b05](https://github.com/liferay/clay/commit/8fe4b05ca7e86bbc07215cb0cfde5d56af9e690e))
|
|
1061
|
+
* **@clayui.com:** requested chages for PR ([ad5f1c2](https://github.com/liferay/clay/commit/ad5f1c286ecb8f6ad9dcea1bfc1f3d1311d035d2))
|
|
1062
|
+
* **@clayui/css:** Functions `clay-border-radius-inner` simplification and error checking ([9c1d5f4](https://github.com/liferay/clay/commit/9c1d5f41100e9afdfddfe60c93c42b5e327355cb))
|
|
1063
|
+
* **@clayui/css:** Table List move inner border-radius styles to Sass variables ([47922c7](https://github.com/liferay/clay/commit/47922c791f82d51e94c639aef7f362877eb1c182))
|
|
1064
|
+
|
|
1065
|
+
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
# [3.49.0](https://github.com/liferay/clay/compare/v3.48.0...v3.49.0) (2022-03-15)
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
### Bug Fixes
|
|
1073
|
+
|
|
1074
|
+
* **@clayui/css:** Forms .form-control-tag-group .label (Multiselect) remove references to deprecated keys ([39b360f](https://github.com/liferay/clay/commit/39b360f122ab0fb9a95435fac436b57b1ca6d85a)), closes [#4712](https://github.com/liferay/clay/issues/4712)
|
|
1075
|
+
|
|
1076
|
+
|
|
1077
|
+
|
|
1078
|
+
|
|
1079
|
+
|
|
1080
|
+
# [3.48.0](https://github.com/liferay/clay/compare/v3.47.0...v3.48.0) (2022-03-07)
|
|
1081
|
+
|
|
1082
|
+
|
|
1083
|
+
### Bug Fixes
|
|
1084
|
+
|
|
1085
|
+
* **@clayui/css:** Stickers fix typo `sticker-bottomr-right` to `sticker-bottom-right` ([93177c7](https://github.com/liferay/clay/commit/93177c76387bda84bc0be6a9e77fe55334449574)), closes [#4703](https://github.com/liferay/clay/issues/4703)
|
|
1086
|
+
* **@clayui/css:** Updates `content` property values to conform to what is allowed by OAW Tracker ([9028d38](https://github.com/liferay/clay/commit/9028d38f42a322cca91bc2c9e5f7c8bc0364d34b))
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
### Features
|
|
1090
|
+
|
|
1091
|
+
* **@clayui/css:** Adds placeholder comments that can be replaced with Sass [@use](https://github.com/use) rules ([58c014b](https://github.com/liferay/clay/commit/58c014ba593958714b480553fcc19c4fe300e42f)), closes [#4713](https://github.com/liferay/clay/issues/4713)
|
|
1092
|
+
* **@clayui/css:** Dropdown provide more customization for `.dropdown-menu .alert` ([2640ef8](https://github.com/liferay/clay/commit/2640ef8c7b598e152e12738169b0a11728f00781))
|
|
1093
|
+
* **@clayui/css:** Mixins `clay-alert-variant` adds customization for `:first-child` and `:last-child` ([d8d8b6a](https://github.com/liferay/clay/commit/d8d8b6a5157f8e2f467c0467e8aae9a49834a7c4))
|
|
1094
|
+
* **@clayui/css:** Mixins `clay-dropdown-menu-variant` adds customization for `.alert` and `.alert-fluid` ([e5ce8cc](https://github.com/liferay/clay/commit/e5ce8ccfd4055c9db97654aea35adec252316961))
|
|
1095
|
+
|
|
1096
|
+
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
# [3.47.0](https://github.com/liferay/clay/compare/v3.46.0...v3.47.0) (2022-02-23)
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
### Bug Fixes
|
|
1104
|
+
|
|
1105
|
+
* **@clayui/css:** Cadmin Treeview adds disabled styles to `treeview-link` ([d9a3dc3](https://github.com/liferay/clay/commit/d9a3dc30dec94276087f2468e96782e0ec9ad36e))
|
|
1106
|
+
* **@clayui/css:** fix formatting ([07f3b6b](https://github.com/liferay/clay/commit/07f3b6b1abc9515a256bfff58df006098a9737f4))
|
|
1107
|
+
* **@clayui/css:** Treeview adds disabled styles to `treeview-link` ([ca11c9a](https://github.com/liferay/clay/commit/ca11c9ac2e0a96e6598ad32f65587a1a6300ec22))
|
|
1108
|
+
* **@clayui/empty-state:** Update SCSS variables of small empty-state ([8f64846](https://github.com/liferay/clay/commit/8f64846a6a455b790d08f00e8b29383567a7d967))
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
### Features
|
|
1112
|
+
|
|
1113
|
+
* **@clayui/css:** Cadmin Cards convert base classes to Clay mixin pattern ([00a8de7](https://github.com/liferay/clay/commit/00a8de75759b98292d43dd27af78444be4a3b557))
|
|
1114
|
+
* **@clayui/css:** Cadmin update `clay-text-typography` maps to use the `href` key ([13240cf](https://github.com/liferay/clay/commit/13240cfdcb7915cf617dc30536480b04438f1d56))
|
|
1115
|
+
* **@clayui/css:** Cards convert base classes to Clay mixin pattern ([6f65e74](https://github.com/liferay/clay/commit/6f65e746ebfe37d6b12526e6c5c42bd336714ed0))
|
|
1116
|
+
* **@clayui/css:** Mixin Links `clay-text-typography` use `href` for styling links ([1a428df](https://github.com/liferay/clay/commit/1a428dfe5a0a4317fdde4166ef2ceee5645afefb))
|
|
1117
|
+
* **@clayui/css:** Mixins adds more options to `clay-card-variant` and `clay-card-section-variant` ([545830d](https://github.com/liferay/clay/commit/545830d674d3c50b140db8b40c5a983e8af46660))
|
|
1118
|
+
* **@clayui/css:** Update `clay-text-typography` maps to use the `href` key ([9c99628](https://github.com/liferay/clay/commit/9c996280fbafafead92f0c02024df44e81a56a87))
|
|
1119
|
+
* **clayui/empty-state:** Include Small property in empty state component ([a073233](https://github.com/liferay/clay/commit/a0732338454dfeccab4a0961392d218a2109891f))
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
|
|
1124
|
+
|
|
1125
|
+
# [3.46.0](https://github.com/liferay/clay/compare/v3.45.1...v3.46.0) (2022-02-09)
|
|
1126
|
+
|
|
1127
|
+
|
|
1128
|
+
### Bug Fixes
|
|
1129
|
+
|
|
1130
|
+
* **@clayui/css:** Buttons fix alignment of icons in flex items ([72993f2](https://github.com/liferay/clay/commit/72993f20c77b33e7985464fc4b710a9afc4d3c03))
|
|
1131
|
+
* **@clayui/css:** Mixins `clay-button-variant` customize `.btn .inline-item .lexicon-icon` ([baf9e10](https://github.com/liferay/clay/commit/baf9e1026efc7eb1c422b19c75a359c09669b21c))
|
|
1132
|
+
|
|
1133
|
+
|
|
1134
|
+
### Features
|
|
1135
|
+
|
|
1136
|
+
* **@clayui/css:** Aspect Ratio adds `aspect-ratio-8-to-3` (37.5%) ([7b7f9c2](https://github.com/liferay/clay/commit/7b7f9c2f7b49ed1a72cdf41b2d160e69a14ab83b))
|
|
1137
|
+
* **@clayui/css:** Cadmin Aspect Ratio adds `aspect-ratio-8-to-3` (37.5%) ([5705ad5](https://github.com/liferay/clay/commit/5705ad5a16f6185ce9573000fe7cb741e01e7a35))
|
|
1138
|
+
* **@clayui/css:** Cadmin Type convert `.display-*` components to `clay-css` mixin pattern ([3de7a63](https://github.com/liferay/clay/commit/3de7a6345835e43050cde76ed0b8eeb4b04c4a71))
|
|
1139
|
+
* **@clayui/css:** Cadmin Type convert h1-h6 to clay-css mixin pattern ([332f1fa](https://github.com/liferay/clay/commit/332f1faedf9ab5f1ca4337fd7a15be2ad44a5bf1))
|
|
1140
|
+
* **@clayui/css:** Cadmin Utilities adds `text-1` through `text-11` for font-sizes ([80e1097](https://github.com/liferay/clay/commit/80e109719293f27d12eb6d5ece2a28a7eaf99993))
|
|
1141
|
+
* **@clayui/css:** Mixins Grid adds `clay-generate-media-breakpoints` ([c18ebd2](https://github.com/liferay/clay/commit/c18ebd2c78bbce463687edb03c0d4f651b0e03d6))
|
|
1142
|
+
* **@clayui/css:** SVG Icons adds export ([0e67571](https://github.com/liferay/clay/commit/0e67571dd6af05cc9fa2fd703e041b6606ec0a1f))
|
|
1143
|
+
* **@clayui/css:** Type convert `.display-*` components to `clay-css` mixin pattern ([e201fcc](https://github.com/liferay/clay/commit/e201fcc2ebec60880190d5f288a1c6e16d554e33))
|
|
1144
|
+
* **@clayui/css:** Type convert h1-h6 to clay-css mixin pattern ([19dcfc3](https://github.com/liferay/clay/commit/19dcfc3e1c73c2d61c49d361f18310b79970da1d))
|
|
1145
|
+
* **@clayui/css:** Utilities adds `text-1` through `text-11` for font-sizes ([4ce046c](https://github.com/liferay/clay/commit/4ce046c7c3b2b06523105afce664a563f69bc069))
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
# [3.45.0](https://github.com/liferay/clay/compare/v3.44.2...v3.45.0) (2022-02-01)
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
### Bug Fixes
|
|
1155
|
+
|
|
1156
|
+
* **@clayui/css:** Cadmin Links removes unnecessary `setter()` from `.component-icon` ([130e708](https://github.com/liferay/clay/commit/130e70801b306488d49aba033ee7267052dae4b1))
|
|
1157
|
+
* **@clayui/css:** Cadmin reset `nav-link` pseudo elements ([7038224](https://github.com/liferay/clay/commit/70382242428a0634fa24f4afa2639d2d3fbf8e1d))
|
|
1158
|
+
* **@clayui/css:** Cadmin reset Custom Checkbox and Radio pseudo elements ([dbbbb02](https://github.com/liferay/clay/commit/dbbbb024dbd38807631041d0b48a74efe74a657b))
|
|
1159
|
+
* **@clayui/css:** Cadmin Treeview removes `setter()`, no longer necessary ([1d4d4a9](https://github.com/liferay/clay/commit/1d4d4a94ee76c14877a36ad72a1085d6de04f205))
|
|
1160
|
+
* **@clayui/css:** Cadmin Treeview use `box-shadow` instead of border to indicate drop zone ([58ca599](https://github.com/liferay/clay/commit/58ca5999ca573288dd42e7d1350d9ae42f4f6fd2))
|
|
1161
|
+
* **@clayui/css:** Forms `label` inside `form-control` should use `min-height` ([108d442](https://github.com/liferay/clay/commit/108d442ea15cd98ade17df20b44583dc41dc9543))
|
|
1162
|
+
* **@clayui/css:** Forms use mixin `clay-label-variant` instead of deprecated `clay-label-size` ([a0c15fc](https://github.com/liferay/clay/commit/a0c15fc5fc69bf58fa067956e0db760a2952e6f0))
|
|
1163
|
+
* **@clayui/css:** Treeview renames the key `link` to `treeview-link` ([8378346](https://github.com/liferay/clay/commit/8378346bb63c341cb7558fd69b6a3c68567d35cc))
|
|
1164
|
+
* **@clayui/css:** Treeview replaces `.treeview-item.disabled` with `.treeview-item-dragging` ([a9f88d0](https://github.com/liferay/clay/commit/a9f88d0253a222d3bc79ea077375e22e1919df3a))
|
|
1165
|
+
* **@clayui/css:** Treeview use `box-shadow` instead of border to indicate drop zone ([fb93ca7](https://github.com/liferay/clay/commit/fb93ca7d369f41633d9c2f6d40e684a7e16dcb88))
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
### Features
|
|
1169
|
+
|
|
1170
|
+
* **@clayui/css:** Adds treeview component ([776f4bb](https://github.com/liferay/clay/commit/776f4bbb7ecc5ef8d19e44fc315d07b4ff203efc))
|
|
1171
|
+
* **@clayui/css:** Links adds `component-text` and `component-icon` ([5188985](https://github.com/liferay/clay/commit/51889857b1b8ee4b920dcf8b8de779832dba2875))
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
|
|
1177
|
+
## [3.44.2](https://github.com/liferay/clay/compare/v3.44.1...v3.44.2) (2022-01-12)
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
### Bug Fixes
|
|
1181
|
+
|
|
1182
|
+
* **@clayui/css:** Cadmin Nav adds `background-color` to `.active` pseudo element ([865b037](https://github.com/liferay/clay/commit/865b037338d3f10c28823c076aa3f93a525dbf5e)), closes [#4562](https://github.com/liferay/clay/issues/4562)
|
|
1183
|
+
* **@clayui/css:** Mixins `clay-button-variant` removes unnecessary `setter()`'s ([3709d7f](https://github.com/liferay/clay/commit/3709d7fae89656e9fa3db2acc3ba0b539cbb8c2b)), closes [#4550](https://github.com/liferay/clay/issues/4550)
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
## [3.44.1](https://github.com/liferay/clay/compare/v3.44.0...v3.44.1) (2022-01-11)
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
### Bug Fixes
|
|
1193
|
+
|
|
1194
|
+
* **@clayui/css:** Mixins `clay-card-variant` allow styling before and after psuedo elements ([69f1d38](https://github.com/liferay/clay/commit/69f1d38a8d626c11e68bc82569698e7caa9e164b)), closes [#4554](https://github.com/liferay/clay/issues/4554)
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
# [3.44.0](https://github.com/liferay/clay/compare/v3.43.1...v3.44.0) (2022-01-10)
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
### Bug Fixes
|
|
1204
|
+
|
|
1205
|
+
* **@clayui/css:** Cadmin Input Groups `input-group-sm` missing mixin declaration ([d7027be](https://github.com/liferay/clay/commit/d7027be048b1cbc21795bf961ea4e53ac2395f53)), closes [#4537](https://github.com/liferay/clay/issues/4537)
|
|
1206
|
+
* **@clayui/css:** Cards `form-check-card` remove duplicate hover state style ([17ea640](https://github.com/liferay/clay/commit/17ea640507edd0789366d418c730a6f8c5e7f02d))
|
|
1207
|
+
* **@clayui/css:** Mixins Cards check if parameter is map to avoid must be a map error ([2174587](https://github.com/liferay/clay/commit/21745877e04375b22bcccc069c9e9825b05fe9ed))
|
|
1208
|
+
* **@clayui/css:** Mixins Custom Forms remove `setter()`, no longer needed ([4cb30ce](https://github.com/liferay/clay/commit/4cb30ce52bcc3e04daa6be32056bb4dc89100059))
|
|
1209
|
+
|
|
1210
|
+
|
|
1211
|
+
### Features
|
|
1212
|
+
|
|
1213
|
+
* **@clayui/css:** Cadmin Nav adds `nav-divider` and `nav-divider-end` ([66ba6ce](https://github.com/liferay/clay/commit/66ba6ced48e5e30b6635eb0c19c7d7c631166a63))
|
|
1214
|
+
* **@clayui/css:** Cards `form-check-card` checkbox/radio input should be hidden unless position utilities are used ([3120797](https://github.com/liferay/clay/commit/31207976cd1bffb0c4b2309d47a2121232902f38)), closes [#4544](https://github.com/liferay/clay/issues/4544)
|
|
1215
|
+
* **@clayui/css:** Cards `form-check-card` convert to Clay mixin pattern ([5b4424b](https://github.com/liferay/clay/commit/5b4424b38eb9f5e6e18ecfb7eb4e1231eb26ba78))
|
|
1216
|
+
* **@clayui/css:** Mixin `clay-card-variant` make `form-check-card` and `form-check-input` customizable ([c6a3a6f](https://github.com/liferay/clay/commit/c6a3a6f2c8b00c930b4a0c0b3ab5990cc743933d))
|
|
1217
|
+
* **@clayui/css:** Mixins `clay-custom-control-input-variant` add option to customize card ([87682d2](https://github.com/liferay/clay/commit/87682d2c9f2392896f27bbd1a36433e9c96918a3))
|
|
1218
|
+
* **@clayui/css:** Mixins `clay-navbar-variant` adds option to customize `nav-divider` and `nav-divider-end` ([e58c23e](https://github.com/liferay/clay/commit/e58c23e8465daf1b46235d3e7e228658b13326e9))
|
|
1219
|
+
* **@clayui/css:** Mixins Card adds `clay-form-check-card-variant` ([a834502](https://github.com/liferay/clay/commit/a8345029dac2ffdcdf9e59ea77d22224aa27f5dc))
|
|
1220
|
+
* **@clayui/css:** Nav adds `nav-divider` and `nav-divider-end` ([600a379](https://github.com/liferay/clay/commit/600a379eebea42761ff36ae1e0b52f804465b854))
|
|
1221
|
+
* **@clayui/css:** SVG Icons adds date-time ([4bf8d4c](https://github.com/liferay/clay/commit/4bf8d4cf7125f99b7948728cb873ed565115b30b))
|
|
1222
|
+
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
# [3.43.0](https://github.com/liferay/clay/compare/v3.42.0...v3.43.0) (2021-12-29)
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
### Bug Fixes
|
|
1231
|
+
|
|
1232
|
+
* **@clayui/css:** Alerts set `white-space: normal` ([2cc5b51](https://github.com/liferay/clay/commit/2cc5b51cb5d7d599a31422ba3fbabefa1961409f))
|
|
1233
|
+
* **@clayui/css:** Atlas Buttons some disabled button-outline variants have white text on hover ([fb9c4fe](https://github.com/liferay/clay/commit/fb9c4fe90eeac731040b17b67a495db5d6126604))
|
|
1234
|
+
* **@clayui/css:** Cadmin Alerts set `white-space: normal` ([bca3c47](https://github.com/liferay/clay/commit/bca3c4756fe955f64ebd782e148e576fc2b3feaf))
|
|
1235
|
+
* **@clayui/css:** Cadmin convert a few places where we are still using slash as division ([beaf881](https://github.com/liferay/clay/commit/beaf88176faa61d255bc3b5f85f241289c13b2d3))
|
|
1236
|
+
* **@clayui/css:** Mixin `clay-label-variant` check if parameter is map to avoid not a map error ([2153059](https://github.com/liferay/clay/commit/2153059fd85641fc8a68b522a9f4c6c2a8101833))
|
|
1237
|
+
* **@clayui/css:** Mixins `clay-dropdown-item-variant` split up `&.autofit-row` and `.autofit-row` ([a314710](https://github.com/liferay/clay/commit/a314710648299206b6b1b36d55a83eb673dcfa51))
|
|
1238
|
+
* **@clayui/css:** Mixins `clay-dropdown-menu-variant` allow customizing `.dropdown-item` ([45cb0e5](https://github.com/liferay/clay/commit/45cb0e55ded31ef6bac7051daafb2195acbffd7d))
|
|
1239
|
+
* **@clayui/css:** Mixins `clay-nav-variant` don't set to empty map ([22f183d](https://github.com/liferay/clay/commit/22f183db56be3806fc7e8aaeae0fa1ff81bbcac4))
|
|
1240
|
+
|
|
1241
|
+
|
|
1242
|
+
### Features
|
|
1243
|
+
|
|
1244
|
+
* **@clayui/css::** Mixin update `clay-nav-variant` to output selectors related to nav ([743d75a](https://github.com/liferay/clay/commit/743d75a87ba9c4bfc9d00e5d7f4ee13d5da73700))
|
|
1245
|
+
* **@clayui/css:** Buttons allow a variety of button variants via `$btn-palette` / `$btn-outline-palette` ([3d46a41](https://github.com/liferay/clay/commit/3d46a41cdff663ff044c722f8a14c94ddeaff307))
|
|
1246
|
+
* **@clayui/css:** Buttons allow setting a variety of button sizes via `$btn-sizes` and `$btn-monospaced-sizes` ([a29764a](https://github.com/liferay/clay/commit/a29764a1e9bfe71636fae0c6741f8ec1500466ed))
|
|
1247
|
+
* **@clayui/css:** Cadmin Dropdown adds `dropdown-menu-width-shrink` ([1d86dfa](https://github.com/liferay/clay/commit/1d86dfa0a4ae2259d0df3913e642c4c42c394a04))
|
|
1248
|
+
* **@clayui/css:** Cadmin Input Group convert to Clay mixin pattern ([4d1592b](https://github.com/liferay/clay/commit/4d1592b4c4e953b337ee20f95bb51f7079f1b668))
|
|
1249
|
+
* **@clayui/css:** Cadmin Nav convert to using `clay-css` mixin pattern ([d79e115](https://github.com/liferay/clay/commit/d79e115b3f9042349934142d5a1861ea10898d3b))
|
|
1250
|
+
* **@clayui/css:** Dropdown adds `dropdown-menu-width-shrink` ([b5f9a8d](https://github.com/liferay/clay/commit/b5f9a8d6e6cd7a40967eebbdaf3c68180fb8c290))
|
|
1251
|
+
* **@clayui/css:** Input Group convert to Clay mixin pattern ([98d8319](https://github.com/liferay/clay/commit/98d8319d37d79a48de79ecae5db65484e84ab8f6))
|
|
1252
|
+
* **@clayui/css:** Mixin `clay-form-control-variant` adds `input-group-inset-item` ([391e5d9](https://github.com/liferay/clay/commit/391e5d99a9787d6c458582eefefdf3245a454ad5))
|
|
1253
|
+
* **@clayui/css:** Mixin adds `clay-input-group-variant`, `clay-input-group-item-variant` ([6e02e60](https://github.com/liferay/clay/commit/6e02e60f30ccc4a1dad82e9679030167746bdb8b))
|
|
1254
|
+
* **@clayui/css:** Nav convert to using `clay-css` mixin pattern ([03881e7](https://github.com/liferay/clay/commit/03881e76636698adfb9807bd896bbaf26263f1ab))
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
|
|
1260
|
+
# [3.42.0](https://github.com/liferay/clay/compare/v3.41.0...v3.42.0) (2021-12-15)
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
### Bug Fixes
|
|
1264
|
+
|
|
1265
|
+
* **@clayui/css:** Atlas Pagination focus shadow should match Lexicon's ([1f677e2](https://github.com/liferay/clay/commit/1f677e2566162aa7f6618dcdd03cf2beea98e8e3))
|
|
1266
|
+
* **@clayui/css:** Button Group `.dropdown-toggle-split` should use calc to calculate padding ([8d88a2d](https://github.com/liferay/clay/commit/8d88a2d913cbb4b71cfd1db2121c69b91ce51291)), closes [#4499](https://github.com/liferay/clay/issues/4499)
|
|
1267
|
+
* **@clayui/css:** Cadmin convert maps being passed into `clay-navbar-variant` to use new keys ([8aa1044](https://github.com/liferay/clay/commit/8aa104429e988dfd26d4a8c982e9612d5ec775e5))
|
|
1268
|
+
* **@clayui/css:** Cadmin Navbar Component Variants only output media query (md) styles used in DXP ([2477c7e](https://github.com/liferay/clay/commit/2477c7e2f00d7312b09f34b7285794e45063740f))
|
|
1269
|
+
* **@clayui/css:** Cadmin Pagination update map keys to use newer keys ([9beabca](https://github.com/liferay/clay/commit/9beabcaf3b80c66f0d733b3e5e521baef5029022))
|
|
1270
|
+
* **@clayui/css:** Convert maps being passed into `clay-navbar-variant` to use new keys ([4f4ba86](https://github.com/liferay/clay/commit/4f4ba86b9e52832f3f0fc7bae03e52373ea01b3d))
|
|
1271
|
+
* **@clayui/css:** Declares `border-color` and `border-style` for Management Bar and Navigation Bar base ([e67c284](https://github.com/liferay/clay/commit/e67c284da1be8c973f8dd61dc2d5aeb3c5b882b9))
|
|
1272
|
+
* **@clayui/css:** Mixin `clay-button-variant` unbundles `.show` from `.active` ([73227a0](https://github.com/liferay/clay/commit/73227a04e1eede6c8a6af36ec35674366480e98a))
|
|
1273
|
+
* **@clayui/css:** Mixin `clay-toggle-switch-bar-variant` adds `.button-icon-off` selector ([6d3e8fe](https://github.com/liferay/clay/commit/6d3e8fe316745272674df665e62ff64d7836bdee)), closes [#4486](https://github.com/liferay/clay/issues/4486)
|
|
1274
|
+
* **@clayui/css:** Mixins _links.scss check if parameter is type map before processing ([385fd6b](https://github.com/liferay/clay/commit/385fd6bc8c31a2f781b547ad5f46baf138654093))
|
|
1275
|
+
* **@clayui/css:** Mixins `clay-link` and `clay-close` Removes the `.show > &` selector ([9b523cf](https://github.com/liferay/clay/commit/9b523cfb010eda51b87dcdaf2ca79547cf4b2d03))
|
|
1276
|
+
* **@clayui/css:** Mixins `clay-navbar-variant` convert to `clay-css` mixin pattern ([59b722b](https://github.com/liferay/clay/commit/59b722b264ed286457a9cbb7570e859f900b632d))
|
|
1277
|
+
* **@clayui/css:** Mixins `clay-navbar-variant` don't output properties if param is empty map ([e6230e7](https://github.com/liferay/clay/commit/e6230e7fefd6925b3f1a1006c347ee193fbdadd6))
|
|
1278
|
+
* **@clayui/css:** Mixins check if parameter is map to avoid must be a map error ([a128597](https://github.com/liferay/clay/commit/a12859733069ae5be9acac6a1a21db1aaf0b374c))
|
|
1279
|
+
* **@clayui/css:** Multi Step Nav use calc to calculate sizing for CSS variable compatibility ([96dde7e](https://github.com/liferay/clay/commit/96dde7efd773d8ea06455bb59fa71ee66eebe8d4)), closes [#4498](https://github.com/liferay/clay/issues/4498)
|
|
1280
|
+
* **@clayui/css:** Navbar Component Variants only output media query (md) styles used in DXP ([7435d7d](https://github.com/liferay/clay/commit/7435d7d9df9de832fbf0ec7d671d2c5336a2665b))
|
|
1281
|
+
* **@clayui/css:** replace filter icon ([8231dae](https://github.com/liferay/clay/commit/8231daec61ec59df1ca25f3fcd56320ef582d214)), closes [#4490](https://github.com/liferay/clay/issues/4490)
|
|
1282
|
+
* **@clayui/css:** Toggle Switch increase specificity of `simple-toggle-switch` ([8f86cd6](https://github.com/liferay/clay/commit/8f86cd662d2d25be6166edaebccf14f4841d2b7b)), closes [#4484](https://github.com/liferay/clay/issues/4484)
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
### Features
|
|
1286
|
+
|
|
1287
|
+
* **@clayui/css:** Cadmin Pagination convert to use clay mixins ([56947b5](https://github.com/liferay/clay/commit/56947b5d3c224de94a6c0a58141bc6f584e73837))
|
|
1288
|
+
* **@clayui/css:** Cadmin Popovers generate styles using `clay-css` mixin ([d40ef1f](https://github.com/liferay/clay/commit/d40ef1f149d4c3cfdcc17f193f6ecebbd56ecd99))
|
|
1289
|
+
* **@clayui/css:** Cadmin Tooltip generate styles using `clay-tooltip-variant` mixin ([df4011e](https://github.com/liferay/clay/commit/df4011e986ab82722d1bf660d4f285bfa8beee7c))
|
|
1290
|
+
* **@clayui/css:** Mixins `clay-button-variant` adds option to style `::before` and `::after` ([4003b59](https://github.com/liferay/clay/commit/4003b5921848105c32e1fdb379b3caee388cd070))
|
|
1291
|
+
* **@clayui/css:** Mixins `clay-navbar-variant` should be able to output `clay-navbar-size` selectors ([ffaee2a](https://github.com/liferay/clay/commit/ffaee2ad2dca18b042faedbaffb88bd93b138d2a))
|
|
1292
|
+
* **@clayui/css:** Mixins adds `clay-pagination-items-per-page-variant` and `clay-pagination-variant` ([84fff62](https://github.com/liferay/clay/commit/84fff623bf2e8d58d370a9dfdbf9e4c0a101af82))
|
|
1293
|
+
* **@clayui/css:** Mixins adds `clay-popover-variant` ([9dc84b1](https://github.com/liferay/clay/commit/9dc84b1ec6b10d81b12cdcd7960915441b0b37ae))
|
|
1294
|
+
* **@clayui/css:** Mixins adds `clay-tooltip-variant` ([5bb6319](https://github.com/liferay/clay/commit/5bb631962c8217d4d208f0371991a2e64a9e5953))
|
|
1295
|
+
* **@clayui/css:** Pagination convert to use clay mixins ([188ed54](https://github.com/liferay/clay/commit/188ed5460ac9279a34835729a7224b0ebe819faf))
|
|
1296
|
+
* **@clayui/css:** Popovers generate styles using `clay-css` mixin ([6a5c2f6](https://github.com/liferay/clay/commit/6a5c2f6f8b30e9f9a69bcd278a4cd1f39cd6c0cb))
|
|
1297
|
+
* **@clayui/css:** Tooltip generate styles using `clay-tooltip-variant` mixin ([20f89e5](https://github.com/liferay/clay/commit/20f89e5030bad35296064e04fd6d4cedcbb97573))
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
### BREAKING CHANGES
|
|
1301
|
+
|
|
1302
|
+
* **@clayui/css:** We previously output `navbar-expand-{sm|md|lg|xl}` for the variants of:
|
|
1303
|
+
|
|
1304
|
+
- Application Bar
|
|
1305
|
+
- Management Bar
|
|
1306
|
+
- Navigation Bar
|
|
1307
|
+
- Sidebar Navigation Bar
|
|
1308
|
+
|
|
1309
|
+
We only output those that are needed namely, `navbar-expand-md`. If you relied upon other breakpoints you will need to declare them in the respective Sass map or set:
|
|
1310
|
+
|
|
1311
|
+
```
|
|
1312
|
+
$application-bar-base: (
|
|
1313
|
+
media-breakpoint-down: $c-unset,
|
|
1314
|
+
media-breakpoint-up: $c-unset,
|
|
1315
|
+
);
|
|
1316
|
+
```
|
|
1317
|
+
|
|
1318
|
+
to revert back to the old way.
|
|
1319
|
+
* **@clayui/css:** The mixin `clay-navbar-variant` output `border-color: transparent` and `border-style: solid` by default. This has been removed to reduce unnecessary CSS. You will need to declare them in your Sass map if you relied upon it.
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
|
|
1323
|
+
|
|
1324
|
+
|
|
1325
|
+
# [3.41.0](https://github.com/liferay/clay/compare/v3.40.1...v3.41.0) (2021-12-02)
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
### Bug Fixes
|
|
1329
|
+
|
|
1330
|
+
* **@clayui/css:** Atlas `select.form-control` size and multiple styles should match Lexicon ([b357b31](https://github.com/liferay/clay/commit/b357b313609b4057bd5c8fc185c40603b1f63314))
|
|
1331
|
+
* **@clayui/css:** Cadmin `select.form-control` size and multiple styles should match Lexicon ([7e73f27](https://github.com/liferay/clay/commit/7e73f27ed87b8fc271e5382951b5d965dc9de70f))
|
|
1332
|
+
* **@clayui/css:** Mixin `clay-link` nested `disabled:(active: ())` should output styles ([4492f57](https://github.com/liferay/clay/commit/4492f570c898c7d91e47b98d5ce60579d9890683))
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
### Features
|
|
1336
|
+
|
|
1337
|
+
* **@clayui/css:** _reboot convert `a` tag to use `clay-link` mixin ([47d6130](https://github.com/liferay/clay/commit/47d61303b92242a2bf9046591bcd5d233439698f))
|
|
1338
|
+
* **@clayui/css:** Cadmin _reboot convert `a` tag to use `clay-link` mixin ([45536f4](https://github.com/liferay/clay/commit/45536f479c16d11c83ece58bac213e05af3c862c))
|
|
1339
|
+
* **@clayui/css:** Cadmin Form Validation use `clay-form-validation-variant` to generate states ([91bbc2a](https://github.com/liferay/clay/commit/91bbc2a5b66f1f1b037667b22c3783f915c39514))
|
|
1340
|
+
* **@clayui/css:** Cadmin Toggle Switch convert to use new mixins ([f95b701](https://github.com/liferay/clay/commit/f95b701d921cc54279777f3cb1a732bf42791178))
|
|
1341
|
+
* **@clayui/css:** Form Validation use `clay-form-validation-variant` to generate states ([3efaea8](https://github.com/liferay/clay/commit/3efaea84dcda8cf935762865c351d55b46a73b59))
|
|
1342
|
+
* **@clayui/css:** Mixins `clay-css` adds more text decoration properties ([ef06c5b](https://github.com/liferay/clay/commit/ef06c5be63daed03eafb0ec5f558d1e82e85976a)), closes [#4447](https://github.com/liferay/clay/issues/4447)
|
|
1343
|
+
* **@clayui/css:** Mixins `clay-link` add option to style ::before and ::after ([330931e](https://github.com/liferay/clay/commit/330931e42081b8fac6d4674620521c7a1f8b9d0d))
|
|
1344
|
+
* **@clayui/css:** Mixins `clay-link` adds customization for `:link` and `:visited` ([8a45963](https://github.com/liferay/clay/commit/8a45963a36752f34f9a9ad1b48f1325557d87481))
|
|
1345
|
+
* **@clayui/css:** Mixins `clay-select-variant` adds more configuration options ([983de0f](https://github.com/liferay/clay/commit/983de0f0be71f9e696b1458a9126455cebf39e30))
|
|
1346
|
+
* **@clayui/css:** Mixins Forms `clay-form-validation-variant` adds more selectors ([99a311b](https://github.com/liferay/clay/commit/99a311bd6da14ba278cc0da0dbcd8d865fe7a08b))
|
|
1347
|
+
* **@clayui/css:** Mixins Forms adds `clay-form-validation-variant` ([22e2d02](https://github.com/liferay/clay/commit/22e2d02823344ecd72fefa4b19bbc3e1ec1fe601))
|
|
1348
|
+
* **@clayui/css:** Mixins Toggle Switch adds a few variant mixins for generating selectors ([e45125e](https://github.com/liferay/clay/commit/e45125e363646d57f33338a2aae2c060c6763623))
|
|
1349
|
+
* **@clayui/css:** Toggle Switch convert to use new mixins ([687a18b](https://github.com/liferay/clay/commit/687a18bdee2a165fcf1bb4b3ad081693a0865553))
|
|
1350
|
+
|
|
1351
|
+
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
## [3.40.1](https://github.com/liferay/clay/compare/v3.40.0...v3.40.1) (2021-11-17)
|
|
1356
|
+
|
|
1357
|
+
|
|
1358
|
+
### Bug Fixes
|
|
1359
|
+
|
|
1360
|
+
* **@clayui/css:** revert change to rename variable files ([f951d25](https://github.com/liferay/clay/commit/f951d25bc51cc6e7a509d67692a22a3f2b22eaff))
|
|
1361
|
+
|
|
1362
|
+
|
|
1363
|
+
|
|
1364
|
+
|
|
1365
|
+
|
|
1366
|
+
# [3.40.0](https://github.com/liferay/clay/compare/v3.39.0...v3.40.0) (2021-11-17)
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
### Bug Fixes
|
|
1370
|
+
|
|
1371
|
+
* **@clayui/css:** `atlas-variables.scss` and `base-variables.scss` should be Sass partials. The CSS equivalent shouldn't be created since these files are only meant to be consumed by `.scss` files. ([5aaa87e](https://github.com/liferay/clay/commit/5aaa87ef21345877e8c287698e431832ccf43f94))
|
|
1372
|
+
* **@clayui/css:** C Kbd and Cadmin C Kbd allow passing in properties to `.c-kbd-group > .c-kbd`, `.c-kbd-group-sm > .c-kbd`, and `.c-kbd-group-lg > .c-kbd` from their respective Sass map variables ([5a9ad67](https://github.com/liferay/clay/commit/5a9ad676078dcafc6407e8ac10342b4a69d30873)), closes [#4367](https://github.com/liferay/clay/issues/4367)
|
|
1373
|
+
* **@clayui/css:** Cadmin Cards use the mixin `clay-card-variant` instead of deprecated mixins to generate styles for `.card-type-asset`, `.image-card`, `.user-card `, `.card-type-directory` ([7a8b6f7](https://github.com/liferay/clay/commit/7a8b6f72e9ca88997fd0164739d6f023b7a2eb96))
|
|
1374
|
+
* **@clayui/css:** Cadmin Input Group move `.btn` and `.form-control` z-index styles to `input-group-prepend` and `input-group-append`. Input Groups input disappears when focused inside a modal with iframe. ([07f17ce](https://github.com/liferay/clay/commit/07f17ce8d34747452a999d70de98a801555caff2))
|
|
1375
|
+
* **@clayui/css:** Cards use the mixin `clay-card-variant` instead of deprecated mixins to generate styles for `.card-type-asset`, `.image-card`, `.user-card `, `.card-type-directory` ([e244162](https://github.com/liferay/clay/commit/e24416210197c9ce793996bb68bddfda1880eb1c))
|
|
1376
|
+
* **@clayui/css:** Icons make them more configurable via `$lexicon-icon`, `$lexicon-icon-sm`, `$lexicon-icon-lg`, `$lexicon-icon-xl` Sass maps ([efe1b80](https://github.com/liferay/clay/commit/efe1b80c5e78886f7eb7b0d938ab84a434311c55))
|
|
1377
|
+
* **@clayui/css:** Input Group move `.btn` and `.form-control` z-index styles to `input-group-prepend` and `input-group-append`. Input Groups input disappears when focused inside a modal with iframe. ([64bd8c8](https://github.com/liferay/clay/commit/64bd8c8b6337087191cd715dffcc2295670c3e51))
|
|
1378
|
+
* **@clayui/css:** Labels and Cadmin Labels Sass maps that are used for `clay-label-variant` hover and focus keys should be nested in `href`. The values are output for the selectors `.label[href]`, `.label[type]`, and `.label[tabindex]`. ([c9e6442](https://github.com/liferay/clay/commit/c9e644207d7ab5704b89ac206fa21a3482007664)), closes [#4383](https://github.com/liferay/clay/issues/4383)
|
|
1379
|
+
* **@clayui/css:** Mixins `clay-card-variant` adds option to output styles for: ([c3e4149](https://github.com/liferay/clay/commit/c3e4149de2a22af688f1bc67510873dafb39f6b5))
|
|
1380
|
+
* **@clayui/css:** Mixins `clay-card-variant` adds options to configure `&.hover`, `&.focus`, and `&:disabled, &.disabled` ([16affad](https://github.com/liferay/clay/commit/16affad472d889d5055b2d8b15060e101adc4a00))
|
|
1381
|
+
* **@clayui/css:** Mixins `clay-card-variant` inlines the `setter`'s that aren't providing any mapping from old keys to new keys ([f0627a8](https://github.com/liferay/clay/commit/f0627a8854de1a65b5b794d018ae58b82b07276e))
|
|
1382
|
+
* **@clayui/css:** Mixins `clay-card-variant` moves the selector `&.card, .card` ([b2f0f19](https://github.com/liferay/clay/commit/b2f0f19c2db55c32661684a09cffe3f391825cc5))
|
|
1383
|
+
* **@clayui/css:** Mixins `clay-card-variant` should be able to output selectors for `clay-card-type-asset-variant`, but removes the default values generated in `clay-card-type-asset-variant` so it doesn't pollute the final CSS with unused rule-sets. ([7bb6050](https://github.com/liferay/clay/commit/7bb6050031cbf8579b6d3153523641610d2cdf55))
|
|
1384
|
+
* **@clayui/css:** Mixins `clay-card-variant` should be able to output selectors for `clay-card-type-asset`, but removes the default values generated in `clay-card-type-asset` so it doesn't pollute the final CSS with unused rule-sets. ([0a3bba0](https://github.com/liferay/clay/commit/0a3bba02f9cad24cc6d166e1020f6aa60d57a0a9))
|
|
1385
|
+
* **@clayui/css:** Mixins `clay-css` should generate `will-change` property ([b176c5b](https://github.com/liferay/clay/commit/b176c5b89556d78a1fa65ae280b345e65460bc9a))
|
|
1386
|
+
* **@clayui/css:** Mixins `clay-dropdown-item-variant` adds option to output styles for `::before` and `::after` pseudo elements for default, hover, focus, active, .active, and disabled states ([8369276](https://github.com/liferay/clay/commit/83692765eb66d156b877ca2a803babf6f96e9ec5)), closes [#4403](https://github.com/liferay/clay/issues/4403)
|
|
1387
|
+
* **@clayui/css:** Mixins `clay-label-variant` target [tabindex] instead of [tabindex="0"] so styles still apply when an element is disabled with negative tabindex ([734470e](https://github.com/liferay/clay/commit/734470ebfc567db067560e6fac5bd79835281f55))
|
|
1388
|
+
* **@clayui/css:** Mixins `clay-link` changes `[@at-root](https://github.com/at-root) { button#{&} { :focus {} } }` to `&[type]:focus` this causes issues for compound selectors. It will generate `button.a .compound-selector` instead of `.a button.compound-selector`. This fix targets the `type` attribute which should be on every button element. ([5ca9e6d](https://github.com/liferay/clay/commit/5ca9e6d0a8d0763f6d1d1ae1f66213f769655694))
|
|
1389
|
+
* **@clayui/css:** Update map keys that are used in `clay-link` to use newer property names and nesting ([d6a25df](https://github.com/liferay/clay/commit/d6a25df57c441f28b19185abf9baba0d3d8823b2))
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
### Features
|
|
1393
|
+
|
|
1394
|
+
* **@clayui/css:** Alerts convert `.alert-fluid` to use `clay-alert-variant` mixin ([15f9355](https://github.com/liferay/clay/commit/15f935538eb75324ac455df124dfd5f36f322ad4))
|
|
1395
|
+
* **@clayui/css:** Cadmin Alerts convert `.alert-fluid` to use `clay-alert-variant` mixin ([3f3f34e](https://github.com/liferay/clay/commit/3f3f34e4b27addc567ea1056bb1436b5712190ac))
|
|
1396
|
+
* **@clayui/css:** Cadmin Dropdowns add Sass map `$cadmin-dropdown-menu` and generate styles for `.dropdown-menu` using `clay-dropdown-menu-variant` ([bbc031a](https://github.com/liferay/clay/commit/bbc031a66f82bba331950491dea5fd20fea44db6))
|
|
1397
|
+
* **@clayui/css:** Cadmin Dropdowns convert `.dropdown-toggle`, `.dropdown-subheader`, `.dropdown-caption`, `.dropdown-item-text`, `.dropdown-section`, `.dropdown-divider`, `.dropdown-action`, and dropdown-menu positional utilities to use Sass maps instead of variables ([1f11eba](https://github.com/liferay/clay/commit/1f11ebaf69613410041ea93571a186929dd64419))
|
|
1398
|
+
* **@clayui/css:** Dropdowns add `$dropdown-menu` Sass map and generate properties using it ([a0d2382](https://github.com/liferay/clay/commit/a0d23828be00c2a050407058b3199f75449a6b6c))
|
|
1399
|
+
* **@clayui/css:** Dropdowns convert `.dropdown-toggle`, `.dropdown-subheader`, `.dropdown-caption`, `.dropdown-item-text`, `.dropdown-section`, `.dropdown-divider`, `.dropdown-action`, and dropdown-menu positional utilities to use Sass maps instead of variables ([0cb1ce7](https://github.com/liferay/clay/commit/0cb1ce74bf95697b6448287488675e77e0d5c828))
|
|
1400
|
+
* **@clayui/css:** Forms adds `.form-fieldset` and `.form-legend` to provide alternative fieldset and legend styles without overriding all `fieldset` and `legend` elements ([3fc7449](https://github.com/liferay/clay/commit/3fc7449e2a2ff17aad828c0a5f0d823147739e5b))
|
|
1401
|
+
* **@clayui/css:** Mixins `clay-alert-variant` adds option to pass in styles to `&.alert-dismissible`, `&.alert-dismissible .container-fluid`, `.alert-indicator .lexicon-icon`, and `.container-fluid` ([807c612](https://github.com/liferay/clay/commit/807c612b29d00e1a4307da499ebd63a5b054598f))
|
|
1402
|
+
* **@clayui/css:** Mixins `clay-css` if parameter is not type map don't do anything ([b994e78](https://github.com/liferay/clay/commit/b994e783814b68f98db184b2d42100f37419053e))
|
|
1403
|
+
* **@clayui/css:** Mixins `clay-dropdown-menu-variant` add customizing `&::before`, `&::after`, and `&.show` ([57903de](https://github.com/liferay/clay/commit/57903deedc8f15ef22c6f813ffa697f790e6c0a6))
|
|
1404
|
+
* **@clayui/css:** Mixins `clay-link` and `clay-button-variant` adds option to customize `inline-item`, `inline-item-before`, `inline-item-middle` and `inline-item-after` in default, hover, focus, active, active-class, and disabled states. ([84fb0d0](https://github.com/liferay/clay/commit/84fb0d07ee6cf19cec663d0e7926ff629eec5655)), closes [#4413](https://github.com/liferay/clay/issues/4413)
|
|
1405
|
+
* **@clayui/css:** Reboot put `fieldset` and `legend` styles in Sass maps `$fieldset` and `$legend` ([92e8254](https://github.com/liferay/clay/commit/92e8254a7c0a2a5c88d93e7fb9d6cd209bab5f03))
|
|
1406
|
+
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
# [3.39.0](https://github.com/liferay/clay/compare/v3.38.0...v3.39.0) (2021-10-29)
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
### Bug Fixes
|
|
1415
|
+
|
|
1416
|
+
* **@clayui/css:** Adds division polyfill `clay-div` a function that uses `/` as a division operation if the function `div()` does not exist ([87aec12](https://github.com/liferay/clay/commit/87aec12bf9d5f64f8f3c69cfcb8dd20873bab59d))
|
|
1417
|
+
* **@clayui/css:** Cadmin Dropdowns updates `$dropdown-item-base` keys to newer nested keys pattern and remove duplicate `$dropdown-item-base` ([6fc1833](https://github.com/liferay/clay/commit/6fc18336832ba4f0a5827b4daa993d499bde5e13))
|
|
1418
|
+
* **@clayui/css:** Convert forward slash as division `/ 2` to ` * 0.5` as work around for `dart-sass` deprecation message ([aa74003](https://github.com/liferay/clay/commit/aa74003bd3c711b093fe1d05cf16a7332e762ceb))
|
|
1419
|
+
* **@clayui/css:** Convert forward slash as division `/` to multiplication as work around for `dart-sass` deprecation message ([f9948ec](https://github.com/liferay/clay/commit/f9948ec6ed21fddee13f50ff0d383196f90cd530))
|
|
1420
|
+
* **@clayui/css:** Dropdown and Cadmin Dropdown removes `dropdown-menu::after` padding hack for Firefox. This is no longer an issue. ([54a0b08](https://github.com/liferay/clay/commit/54a0b08a24baa6690176dcf863902d9c2048217c))
|
|
1421
|
+
* **@clayui/css:** Dropdowns updates `$dropdown-item-base` keys to newer nested keys pattern ([502ea21](https://github.com/liferay/clay/commit/502ea21227bff2e1e6d6e96ed0e959ff537ad6ca))
|
|
1422
|
+
* **@clayui/css:** Mixins `clay-dropdown-item-variant` update to accept newer nested keys pattern and deprecate keys: ([bcc0e89](https://github.com/liferay/clay/commit/bcc0e8936acf21049bfb9c04f5a63f61c4a49d56))
|
|
1423
|
+
* **@clayui/css:** Mixins `clay-dropdown-menu-variant` removes `dropdown-menu::after` padding hack for Firefox ([a7e2c18](https://github.com/liferay/clay/commit/a7e2c186b9a1d363fbe27fd26bdcf68ebfbd358f))
|
|
1424
|
+
* **@clayui/css:** Use `calc()` for calculating widths and sizes instead of Sass division `/` and don't use Sass percentage function ([1b2e127](https://github.com/liferay/clay/commit/1b2e127ef4dbefe676c7a5ea221e3182c6d2d578))
|
|
1425
|
+
* **@clayui/css:** use correct icon names for flags in spritesheet ([4127aec](https://github.com/liferay/clay/commit/4127aec31bcc41f5b5c84a95e3cc8f692239be3c))
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
### Features
|
|
1429
|
+
|
|
1430
|
+
* **@clayui/css:** Add `heading`, `maps`, `order-ascending` and `order-descending` SVG icons and update `geolocation` SVG icon ([319f37f](https://github.com/liferay/clay/commit/319f37f07669e66cee6461d8ab6738f79832c3f5))
|
|
1431
|
+
* **@clayui/css:** Cadmin Custom Forms `custom-control`, `custom-checkbox`, and `custom-radio` convert to using Sass map pattern ([c8826b2](https://github.com/liferay/clay/commit/c8826b261555035d846d593aad8f1cf4cdc1c1e5))
|
|
1432
|
+
* **@clayui/css:** Cadmin Labels convert to using new Sass map pattern ([50a1708](https://github.com/liferay/clay/commit/50a17081ece5724e149f643fa8d96331f89eeda6))
|
|
1433
|
+
* **@clayui/css:** Cadmin Stickers adds `$cadmin-sticker-sizes` Sass map to generate sticker sizes and use Sass placeholders for sticker sizes for easier extends ([2630c54](https://github.com/liferay/clay/commit/2630c541f40d6f30838b0f59cc1b73ae7830448c))
|
|
1434
|
+
* **@clayui/css:** Custom Forms `custom-control`, `custom-checkbox`, and `custom-radio` convert to using Sass map pattern ([d60970d](https://github.com/liferay/clay/commit/d60970d4a122987892ed90f88ee0abed6d50ce8d))
|
|
1435
|
+
* **@clayui/css:** Labels convert to using new Sass map pattern ([1de502f](https://github.com/liferay/clay/commit/1de502fe58ad98c15ed54769812275e6e2ae1695))
|
|
1436
|
+
* **@clayui/css:** Mixins `clay-sticker-variant` expand mixin to include most use cases in Clay and make it compatible with deprecated `clay-sticker-size` mixin ([3e703ed](https://github.com/liferay/clay/commit/3e703ed72995339202671effeb971ad263d88354))
|
|
1437
|
+
* **@clayui/css:** Mixins Custom Forms adds `clay-custom-control-input-variant` and `clay-custom-control-variant` mixins ([3060c0b](https://github.com/liferay/clay/commit/3060c0b1af1b53578469d9e6bfca6083802aa199))
|
|
1438
|
+
* **@clayui/css:** Mixins update `clay-label-variant` to provide selectors that are generated by `clay-label-size` (deprecated) and conver to using new Sass map key pattern while still supporting older key names ([c0c9a1c](https://github.com/liferay/clay/commit/c0c9a1c97f0ada99f05f99a86d5382f32b265a20))
|
|
1439
|
+
* **@clayui/css:** Stickers adds `$sticker-sizes` Sass map to generate sticker sizes and use Sass placeholders for sticker sizes for easier extends ([2da3013](https://github.com/liferay/clay/commit/2da30136082b7521e7ce2e07b60671c607acb6f3))
|
|
1440
|
+
* **@clayui/css:** Stickers convert sticker components to use `clay-sticker-variant` and `clay-css` mixins for more customizability ([f8adb74](https://github.com/liferay/clay/commit/f8adb74347c9fba9e5d90a3ea41ea3de69206479))
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
# [3.38.0](https://github.com/liferay/clay/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
### Bug Fixes
|
|
1450
|
+
|
|
1451
|
+
* **@clayui/css:** Alert convert components to use `clay-css` mixin pattern ([adbc3ed](https://github.com/liferay/clay/commit/adbc3ed9abd47e15ad0165411feba034dbbe9214))
|
|
1452
|
+
* **@clayui/css:** Alerts allow customizing `.btn-group` inside `.alert-inline` and increase space between alert-inline buttons and close (48px) ([1fb3075](https://github.com/liferay/clay/commit/1fb3075147ea96012e732a51c825826434e6e350))
|
|
1453
|
+
* **@clayui/css:** Alerts and Cadmin Alerts tweak position of `.alert-inline .alert-indicator` so it's more centered with the text ([6991050](https://github.com/liferay/clay/commit/6991050db719c8a301747b146c3c14575e30d46c))
|
|
1454
|
+
* **@clayui/css:** Atlas / Base variables and components use Clay Color functions instead of Sass color functions for better CSS Custom Property support ([bd72797](https://github.com/liferay/clay/commit/bd72797c6059500587fe2959b3ff44df2a266c76))
|
|
1455
|
+
* **@clayui/css:** Atlas Alerts and Cadmin Alerts spacing between `alert-indicator` and text should be 8px ([abb1ad9](https://github.com/liferay/clay/commit/abb1ad97128b29a1d77fe660323b65803206796c))
|
|
1456
|
+
* **@clayui/css:** Atlas Alerts use `$alert-indicator-font-size` instead of `$alert-font-size` when calculating spacing for the `.alert-indicator` ([10809da](https://github.com/liferay/clay/commit/10809dae86c2e68fb6b7c9fe60209efdc6336916))
|
|
1457
|
+
* **@clayui/css:** Badge updates `$badge-close` Sass map to use newer keys for hover and focus ([485862c](https://github.com/liferay/clay/commit/485862cb62c0d5ba42d1706ef1020bf5fd1f6743))
|
|
1458
|
+
* **@clayui/css:** Border utilities `border-color` is the wrong value. Table Row Variants scoped `$border-color` variable was overwriting global `$border-color` variable ([834209a](https://github.com/liferay/clay/commit/834209a7b0a64805aa134d15127db5a8f3105a68))
|
|
1459
|
+
* **@clayui/css:** Cadmin Alert convert components to use `clay-css` mixin pattern ([915c748](https://github.com/liferay/clay/commit/915c748788d0ff4c6ffbdbc8b75e07a910a4412e))
|
|
1460
|
+
* **@clayui/css:** Cadmin Alerts allow customizing `.btn-group` inside `.alert-inline` and increase space between alert-inline buttons and close (48px) ([f6c7a02](https://github.com/liferay/clay/commit/f6c7a02ff79f351ad98586d3c17f9f903e17b755))
|
|
1461
|
+
* **@clayui/css:** Cadmin Modals `modal-body` should have border-top to create separation when components are inserted between `modal-header` and `modal-body` ([b5b33c0](https://github.com/liferay/clay/commit/b5b33c03918c1ac34556403caa657fcac169208a))
|
|
1462
|
+
* **@clayui/css:** Cadmin variables and components use Clay Color functions instead of Sass color functions for better CSS Custom Property support ([2c77b7b](https://github.com/liferay/clay/commit/2c77b7b7054fd18ebc5ffe01fadf8820cd2242fe))
|
|
1463
|
+
* **@clayui/css:** cleanup build script ([60be3dd](https://github.com/liferay/clay/commit/60be3ddd225dcc76500319555eef938e99835044))
|
|
1464
|
+
* **@clayui/css:** Global Color Functions adds aliases for Sass color functions `clay-darken`, `clay-lighten`, `clay-adjust-hue`, `clay-desaturate`, `clay-saturate`, `clay-mix`, `clay-blue`, `clay-green`, `clay-red`. It converts CSS Custom Property fallback values to the correct type before running them through the Sass functions. ([189e281](https://github.com/liferay/clay/commit/189e281a9a1329ca4efabfa79e8df9c05a5e6eaa))
|
|
1465
|
+
* **@clayui/css:** Global Functions `math-sign` uses deprecated `[@elseif](https://github.com/elseif)` syntax, changed to `[@else](https://github.com/else) if` ([bd22a48](https://github.com/liferay/clay/commit/bd22a48bd54bd6c3bdf25493c81bf47d8fd46bbc)), closes [#4353](https://github.com/liferay/clay/issues/4353)
|
|
1466
|
+
* **@clayui/css:** Global Functions use Clay Color Functions that support CSS Custom Properties with fallback value ([e7b1abf](https://github.com/liferay/clay/commit/e7b1abf2e49b208e3b24667431351a8faf2f15ca))
|
|
1467
|
+
* **@clayui/css:** Mixins use Clay Color Functions instead of Sass color functions ([baaddfc](https://github.com/liferay/clay/commit/baaddfc2e3c253b4bfd256a9b5afbc0e4a08c0ab))
|
|
1468
|
+
* **@clayui/css:** Modals `modal-body` should have border-top to create separation when components are inserted between `modal-header` and `modal-body` ([b3f648e](https://github.com/liferay/clay/commit/b3f648e9f873112bb7525440726304e8503f628d))
|
|
1469
|
+
* **@clayui/css:** Modals `modal-header` increase z-index so it appears on top of `modal-body`. `modal-header` border gets hidden by `modal-body` border due to last commit. ([fd3ae71](https://github.com/liferay/clay/commit/fd3ae71089b7cc18f1381a886cecfceee9deac06))
|
|
1470
|
+
* **@clayui/css:** remove `node-sass` and add new build file ([80f6ec2](https://github.com/liferay/clay/commit/80f6ec2457b290865f5cf0c58f3dedb2bf822085))
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
### Features
|
|
1474
|
+
|
|
1475
|
+
* **@clayui/css:** Alerts and Cadmin Alerts use Sass placeholders for alert variants for cleaner extends ([2c34258](https://github.com/liferay/clay/commit/2c3425892d7a78a345be145160ca4db7ad83eb07))
|
|
1476
|
+
* **@clayui/css:** Badge converts `.badge`, `.badge-pill`, and badge variants to use `clay-badge-variant` mixin ([8c9d4eb](https://github.com/liferay/clay/commit/8c9d4ebc7702573841ffb313d64228a644029a21))
|
|
1477
|
+
* **@clayui/css:** Cadmin Badge converts `.badge` and badge variants to use `clay-badge-variant` mixin ([a2b04b2](https://github.com/liferay/clay/commit/a2b04b2172b789175c1b64909ae6e055e112f462))
|
|
1478
|
+
* **@clayui/css:** Globals and Cadmin Globals adds `$enable-clay-color-functions-process-fallback` and `$cadmin-enable-clay-color-functions-process-fallback` variables. This forces Clay color functions to return the CSS Custom Property instead of processing the fallback color and returning a hex value. ([15a6bc1](https://github.com/liferay/clay/commit/15a6bc180881422a87176a69974213ffb23f8b3e))
|
|
1479
|
+
* **@clayui/css:** Mixins `clay-alert-variant` adds option to configure `.alert-indicator` ([0c9f913](https://github.com/liferay/clay/commit/0c9f913257935962fab0334521d1d871e264259b))
|
|
1480
|
+
* **@clayui/css:** Mixins `clay-alert-variant` adds option to pass in styles to `.alert-indicator + .lead` ([ff5146b](https://github.com/liferay/clay/commit/ff5146b1f2a9bbee249a2ba696a0833c8706eb71))
|
|
1481
|
+
* **@clayui/css:** Mixins adds `clay-badge-variant` ([dc52ed1](https://github.com/liferay/clay/commit/dc52ed18cfa6034b0219cd9f0c2c0ed6932ea18a))
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
# [3.37.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.36.0...v3.37.0) (2021-10-06)
|
|
1488
|
+
|
|
1489
|
+
|
|
1490
|
+
### Bug Fixes
|
|
1491
|
+
|
|
1492
|
+
* **@clayui/css:** Alert update `$alert-*-btn` variant Sass maps to use newer keys ([ecdd38a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ecdd38a))
|
|
1493
|
+
* **@clayui/css:** Alerts allow better customization of alert variant components, use `clay-alert-variant` mixin to generate alert variant styles ([9be70d7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9be70d7))
|
|
1494
|
+
* **@clayui/css:** Alerts and Cadmin Alerts `alert-inline` should have more space between text and top / bottom borders ([29c4764](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/29c4764))
|
|
1495
|
+
* **@clayui/css:** Atlas Alert changed back `$alert-font-size` to `0.875rem` and change `$alert-indicator-font-size` to `1rem` ([21d33ed](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/21d33ed))
|
|
1496
|
+
* **@clayui/css:** Atlas and Cadmin Stickers swap background and foreground colors for `sticker-light` and `sticker-dark` ([adcd19f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/adcd19f))
|
|
1497
|
+
* **@clayui/css:** Cadmin Alert update `$alert-*-btn` variant Sass maps to use newer keys and update `$cadmin-alert-palette` to use `$alert-*` variant Sass maps ([6a4a100](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6a4a100))
|
|
1498
|
+
* **@clayui/css:** Cadmin Alerts allow better customization of alert variant components, use `clay-alert-variant` mixin to generate alert variant styles ([3410faf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3410faf))
|
|
1499
|
+
* **@clayui/css:** Cadmin Cards and Panels remove decision making if statements from border-radius and border-width. They were used to save a few bytes of CSS, not worth. ([677e804](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/677e804))
|
|
1500
|
+
* **@clayui/css:** Cadmin Form Validation adds missing styles for `.form-feedback-group`, `.form-feedback-item`,`.form-feedback-indicator`, and `.form-text` ([db26016](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/db26016)), closes [#4298](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4298)
|
|
1501
|
+
* **@clayui/css:** Cadmin Forms `fieldset[disabled] .form-control` should use values from the `$cadmin-input` Sass map and move rule-set closer to the `.form-control` rule-set ([0504ff2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0504ff2))
|
|
1502
|
+
* **@clayui/css:** Cadmin Forms `label.disabled` should use properties declared in `$cadmin-input-label` map and move the `label.disabled` rule-set closer to the `label` rule-set ([d00b97b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d00b97b))
|
|
1503
|
+
* **@clayui/css:** Cards and Panels remove decision making if statements from border-radius and border-width. They were used to save a few bytes of CSS, not worth. ([be44a21](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/be44a21))
|
|
1504
|
+
* **@clayui/css:** Carousel, Custom Forms convert variables using Bootstrap's `url("data:image/svg+xml,<svg></svg>")` to use `clay-svg-url` ([c1cd8a2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c1cd8a2))
|
|
1505
|
+
* **@clayui/css:** Form Validation use `clay-form-control-variant` to style Danger, Warning, Success readonly inputs instead of `clay-button-variant` ([23ed8cb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/23ed8cb))
|
|
1506
|
+
* **@clayui/css:** Forms `fieldset[disabled] .form-control` should use values from the `$input` Sass map and move rule-set closer to the `.form-control` rule-set ([9ffc635](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9ffc635))
|
|
1507
|
+
* **@clayui/css:** Forms `label.disabled` should use properties declared in `$input-label` map and move the `label.disabled` rule-set closer to the `label` rule-set ([0ea7c72](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0ea7c72))
|
|
1508
|
+
* **@clayui/css:** Global Functions `math-sign` should return a negative calc value if a CSS custom property is passed in ([e824c5d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e824c5d))
|
|
1509
|
+
* **@clayui/css:** Global Functions deprecate Bootstrap's `escape-svg` function ([e8ffa5d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e8ffa5d))
|
|
1510
|
+
* **@clayui/css:** Global Variables deprecate Bootstrap 4 `$enable-hover-media-query`, `$caret-width`, `$caret-vertical-align`, `$caret-spacing`, `$emphasized-link-hover-darken-percentage` ([54d39f9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/54d39f9))
|
|
1511
|
+
* **@clayui/css:** Global Variables deprecate Bootstrap's `$escaped-characters` variable ([9b93ca0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9b93ca0))
|
|
1512
|
+
* **@clayui/css:** Inverse Sass variable values should use the `math-sign` function ([835a62a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/835a62a))
|
|
1513
|
+
* **@clayui/css:** Mixins Alerts adds `clay-alert-variant` mixin and deprecate Bootstrap's `alert-variant` mixin ([a3f1722](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a3f1722))
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
### Features
|
|
1517
|
+
|
|
1518
|
+
* **@clayui/css:** adds new classes `treeview-dropping-bottom`, `treeview-dropping-inside` and `treeview-dropping-top` ([f0b4c5e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f0b4c5e))
|
|
1519
|
+
* **@clayui/css:** Alerts adds components `.alert-inline`, `alert-autofit-stacked`, `alert-autofit-stacked-sm-down`, `alert-autofit-stacked-xs-down`, `alert-indicator-start` ([7738e78](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7738e78))
|
|
1520
|
+
* **@clayui/css:** Cadmin Alerts adds components `.alert-inline`, `alert-autofit-stacked`, `alert-autofit-stacked-sm-down`, `alert-autofit-stacked-xs-down`, `alert-indicator-start` ([b60b0c7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b60b0c7))
|
|
1521
|
+
* **@clayui/css:** Cadmin Form Validation adds `$cadmin-input-danger`, `$cadmin-input-warning`, `$cadmin-input-success`, `$cadmin-input-danger-select`, `$cadmin-input-warning-select`, `$cadmin-input-success-select` Sass maps with `clay-form-control-variant` and `clay-select-variant` for more customization options ([df1e426](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/df1e426))
|
|
1522
|
+
* **@clayui/css:** Form Validation adds `$input-danger`, `$input-warning`, `$input-success`, `$input-danger-select`, `$input-warning-select`, `$input-success-select` Sass maps with `clay-form-control-variant` and `clay-select-variant` for more customization options ([c23c8f5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c23c8f5))
|
|
1523
|
+
|
|
1524
|
+
|
|
1525
|
+
### BREAKING CHANGES
|
|
1526
|
+
|
|
1527
|
+
* **@clayui/css:** `sticker-light` now has a light font color and `sticker-dark` has a dark font color. All instances of `sticker-light` should be updated to use `sticker-dark` and all instances of `sticker-dark` should be updated to use `sticker-light`. If you do not want to make this change in your markup, you can revert back to the original styles with:
|
|
1528
|
+
|
|
1529
|
+
```
|
|
1530
|
+
$sticker-light-bg: $dark !default;
|
|
1531
|
+
$sticker-light-color: $white !default;
|
|
1532
|
+
|
|
1533
|
+
$sticker-dark-bg: $dark !default;
|
|
1534
|
+
$sticker-dark-color: $white !default;
|
|
1535
|
+
```
|
|
1536
|
+
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
# [3.36.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.35.3...v3.36.0) (2021-09-23)
|
|
1542
|
+
|
|
1543
|
+
|
|
1544
|
+
### Bug Fixes
|
|
1545
|
+
|
|
1546
|
+
* **@clayui/css:** Atlas Global Variables define all global variables for easier copy and paste for those extending Clay CSS. This should help reduce undefined variable errors when reusing globals. ([acb598e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/acb598e))
|
|
1547
|
+
* **@clayui/css:** Atlas removes Sassdoc comments. All documentation that gets generated should go in Base ([89dc333](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/89dc333)), closes [#4275](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4275)
|
|
1548
|
+
* **@clayui/css:** Base Theme Global variables move settings toward the top of the file. ([b1b309d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b1b309d))
|
|
1549
|
+
* **@clayui/css:** Buttons and Cadmin Buttons `.btn-monospaced` icons are off center by a pixel, use `display: inline-flex` to center and remove padding. If you need items to display inline in `.btn-monospaced` wrap them in a `span` tag. ([ece0b5b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ece0b5b))
|
|
1550
|
+
* **@clayui/css:** Buttons create Sass placeholders for Clay CSS btn-* classes to allow theme devs to [@extend](https://github.com/extend) their button classes from it ([f7e50f0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f7e50f0)), closes [#4248](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4248)
|
|
1551
|
+
* **@clayui/css:** Global Functions `clay-enable-transitions` should return `$transitions` instead of `$transition` ([ca2d59a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ca2d59a))
|
|
1552
|
+
* **@clayui/css:** Global Functions `clay-enable-transitions` the variable `$enable-transitions` isn't available in Cadmin, use `$enable` instead ([bd4e1c5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bd4e1c5))
|
|
1553
|
+
* **@clayui/css:** Mixins `clay-button-variant` adds option to style `:disabled:focus`, mostly for removing focus shadow on disabled `.btn` ([bb942f9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bb942f9))
|
|
1554
|
+
* **@clayui/css:** Mixins `clay-button-variant` c-inner should work if mobile sizes are enabled ([a0a005c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a0a005c))
|
|
1555
|
+
* **@clayui/css:** Mixins `clay-button-variant` remove outputting `a.btn, button.btn { cursor: pointer; }` we can pass it in directly to `.btn` ([d5a1942](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d5a1942))
|
|
1556
|
+
* **@clayui/css:** Mixins form-control-variant update hover, focus, disabled to accept nested placeholder maps ([05a85ca](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/05a85ca))
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
### Features
|
|
1560
|
+
|
|
1561
|
+
* **@clayui/css:** Buttons convert `.btn-lg` and `.btn-sm` to use `clay-button-variant` mixin ([f6b3e95](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f6b3e95))
|
|
1562
|
+
* **@clayui/css:** Buttons convert `.btn-unstyled`, `.btn-monospaced`, `.btn-monospaced-lg`, `.btn-monospaced-sm`, `.btn-outline-borderless` to use `clay-button-variant` mixin ([4c16ce5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4c16ce5))
|
|
1563
|
+
* **@clayui/css:** Buttons convert `.btn` to use `clay-button-variant` mixin ([617befc](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/617befc))
|
|
1564
|
+
* **@clayui/css:** Cadmin Buttons convert `.btn`, `.btn-lg`, `.btn-sm`, `.btn-monospaced`, `.btn-monospaced-sm`, `.btn-monospaced-lg`, `.btn-unstyled`, and `.btn-outline-borderless` to use `clay-button-variant` mixin ([8481f19](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8481f19))
|
|
1565
|
+
* **@clayui/css:** Cadmin Forms convert label and .form-control to use clay-css mixin ([4226e59](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4226e59))
|
|
1566
|
+
* **@clayui/css:** Forms convert label and .form-control to use clay-css mixin ([6a8b9f0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6a8b9f0))
|
|
1567
|
+
* **@clayui/css:** Global Functions adds `starts-with($str1, $str2)`. A function that determines whether the string `$str1` begins with the characters of the specified string `$str2`. ([6ddef3e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6ddef3e))
|
|
1568
|
+
* **@clayui/css:** Mixins `clay-css` if transition has a value other than `null` or `none`, it should output a prefers-reduced-motion media query ([95b5c08](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/95b5c08))
|
|
1569
|
+
* **@clayui/css:** Mixins `clay-css` should output any CSS Custom Properties passed into it. ([a78ddfa](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a78ddfa)), closes [#4252](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4252)
|
|
1570
|
+
* **@clayui/css:** Move .hide from liferay-portal to clay-css ([0e25435](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0e25435))
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
## [3.35.3](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.35.2...v3.35.3) (2021-09-09)
|
|
1577
|
+
|
|
1578
|
+
|
|
1579
|
+
### Bug Fixes
|
|
1580
|
+
|
|
1581
|
+
* **@clayui/css:** Forms use fixed value for $input-height-inner, $input-height-inner-half, $input-height-inner-quarter to reduce Sass errors with CSS custom properties in $input-line-height and $input-padding-y ([2fa8ca3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2fa8ca3)), closes [#4247](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4247)
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
## [3.35.2](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.35.1...v3.35.2) (2021-08-30)
|
|
1588
|
+
|
|
1589
|
+
**Note:** Version bump only for package @clayui/css
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
## [3.35.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.35.0...v3.35.1) (2021-08-30)
|
|
1596
|
+
|
|
1597
|
+
**Note:** Version bump only for package @clayui/css
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
# [3.35.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.34.0...v3.35.0) (2021-08-30)
|
|
1604
|
+
|
|
1605
|
+
**Note:** Version bump only for package @clayui/css
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
# [3.34.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.33.1...v3.34.0) (2021-08-25)
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
### Bug Fixes
|
|
1615
|
+
|
|
1616
|
+
* **@clayui/css:** Atlas Form readonly input with validation should use the background-color of the base readonly input ([f5580ac](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f5580ac))
|
|
1617
|
+
* **@clayui/css:** Cadmin adds Timelines component, used in Asset Publisher Configuration Modals ([f7b473a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f7b473a))
|
|
1618
|
+
* **@clayui/css:** Cadmin Modals allow adding cadmin directly to modal-header, modal-body, and modal-footer elements ([038f5be](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/038f5be))
|
|
1619
|
+
* **@clayui/css:** Cadmin toggle-switch-check-bar should be 48px wide in larger screens ([5dee0f0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5dee0f0))
|
|
1620
|
+
* **@clayui/css:** Cards deprecate Bootstrap 4 components `.card-header-tabs`, `.card-header-pills`, `.card-img-*`, `.card-deck`, `.card-group`, `.card-columns`, `.accordion`. Enable them again by setting `$enable-bs4-deprecate: true;`. ([4a05474](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4a05474))
|
|
1621
|
+
* **@clayui/css:** Custom Forms deprecate Bootstrap 4 components `.custom-switch`, `.custom-select`, `.custom-select-lg`, `.custom-select-sm`, `.custom-file`, `.custom-range` ([bc2c5f5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bc2c5f5))
|
|
1622
|
+
* **@clayui/css:** Custom Forms remove duplicates of custom-control-indicator-checked-border-color and dropdown-font-size ([f0e3212](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f0e3212))
|
|
1623
|
+
* **@clayui/css:** Deprecate Bootstrap 4 component Jumbotron. Enable again by setting `$enable-bs4-deprecate: true;`. ([32d3fd1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/32d3fd1))
|
|
1624
|
+
* **@clayui/css:** Deprecate the Bootstrap 4 Carousel component. Enable them again by setting `$enable-bs4-deprecate: true;`. ([7026c40](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7026c40))
|
|
1625
|
+
* **@clayui/css:** Form deprecate Bootstrap 4 components `.col-form-label`, `.col-form-label-lg`, `.col-form-label-sm`, `.form-row`, `.form-inline`. Enable them again by setting `$enable-bs4-deprecate: true;`. ([08da40a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/08da40a))
|
|
1626
|
+
* **@clayui/css:** Form Validation deprecate Bootstrap 4 HTML5 Form Validation components `.was-validated`, `.invalid-feedback`, `.valid-feedback`, `.#{$state}-feedback`, `.#{$state}-tooltip` ([ed0e374](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ed0e374))
|
|
1627
|
+
* **@clayui/css:** Globals adds `$enable-bs4-deprecated` setting to enable Bootstrap 4 components that we have deprecated ([7e9ac0d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7e9ac0d))
|
|
1628
|
+
* **@clayui/css:** Globals set `$enable-bs4-deprecated: true !default;`. You can disable the deprecated Bootstrap 4 components by setting `$enable-bs4-deprecated: false !default;`. This will prevent the deprecated component CSS from being output. ([01f3ba6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/01f3ba6))
|
|
1629
|
+
* **@clayui/css:** Mixins Timelines ignore timeline variables and use cadmin variables when compiling Cadmin Timelines ([2eebd4a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2eebd4a))
|
|
1630
|
+
* **@clayui/css:** Nav deprecate Bootstrap 4 component `.nav-pills`. Enable again by setting `$enable-bs4-deprecate: true;`. ([d2c9027](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d2c9027))
|
|
1631
|
+
* **@clayui/css:** Removes unused variables: ([32b1c4c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/32b1c4c))
|
|
1632
|
+
* **@clayui/css:** Spinners deprecate Bootstrap 4 component. Enable again by setting `$enable-bs4-deprecate: true;`. ([3f8fe71](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3f8fe71))
|
|
1633
|
+
* **@clayui/css:** Table remove unused components `.table-drag`, `.table-dragging`, `.table-clone` and remove maps `$table-drag`, `$table-dragging`, `$table-clone` ([e6adb42](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e6adb42))
|
|
1634
|
+
* **@clayui/css:** Toasts deprecate Bootstrap 4 component. Enable again by setting `$enable-bs4-deprecate: true;`. ([02845eb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/02845eb))
|
|
1635
|
+
* **@clayui/css:** Wrap *-theme-colors map keys in single quotes. Key names that match CSS colors makes Sass throw this warning without quotes: ([2a1fb6a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2a1fb6a)), closes [#4219](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4219)
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
## [3.33.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.33.0...v3.33.1) (2021-08-12)
|
|
1642
|
+
|
|
1643
|
+
|
|
1644
|
+
### Bug Fixes
|
|
1645
|
+
|
|
1646
|
+
* **@clayui/css:** Globals move `$bg-theme-colors`, `$bg-gradient-theme-colors`, `$border-theme-colors`, `$text-theme-colors` maps to where they are used in Utilities ([07f4c9d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/07f4c9d)), closes [#4214](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4214)
|
|
1647
|
+
* **@clayui/css:** Use fallback value for `$body-bg` when using variable inside a Sass color function. Sass color functions do not accept CSS custom property as a value. ([ae0dff6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ae0dff6))
|
|
1648
|
+
* **@clayui/css:** Utilities Functional Important generate `.border-white` with `$border-theme-colors` map ([40131be](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/40131be)), closes [#4214](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4214)
|
|
1649
|
+
|
|
1650
|
+
|
|
1651
|
+
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
# [3.33.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.32.1...v3.33.0) (2021-08-11)
|
|
1655
|
+
|
|
1656
|
+
|
|
1657
|
+
### Bug Fixes
|
|
1658
|
+
|
|
1659
|
+
* **@clayui/css:** Cadmin Modal .modal.show should have display: block ([5876b9f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5876b9f)), closes [#4203](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4203)
|
|
1660
|
+
* **@clayui/css:** Cadmin removes unused variables `$cadmin-body-moz-osx-font-smoothing`, `$cadmin-body-webkit-font-smoothing`, `$cadmin-body-text-align`. We don't provide a CSS reset in Cadmin. ([c3af64e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c3af64e))
|
|
1661
|
+
* **@clayui/css:** Forms .form-control-select with long text shouldn't break to new line and should have overflow ellipsis, similar behavior to select.form-control ([44804d8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/44804d8)), closes [#4206](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4206)
|
|
1662
|
+
* **@clayui/css:** Forms remove Bootstrap's confusing way of setting an inset box-shadow on an input. This causes flickering on .btn.form-control-select on click. If you want a regular box-shadow and an inset box-shadow on an input define them both inside the $input-box-shadow variable. Example below: ([83d56d1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/83d56d1)), closes [#4206](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4206)
|
|
1663
|
+
* **@clayui/css:** Functions adds `_type-conversion-functions.scss` for converting colors of type string to type color. Sass doesn't provide a way to do this https://github.com/sass/sass/issues/3006. ([68be792](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/68be792)), closes [#4180](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4180)
|
|
1664
|
+
* **@clayui/css:** Global Functions `clay-get-fallback` convert color string to type color ([68fd699](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/68fd699))
|
|
1665
|
+
* **@clayui/css:** Removes the use of `$theme-colors` Sass map to generate utility properties (e.g., `bg-primary`, `text-primary`, `list-group-item-primary`, `table-primary`) and allow configuring separately. The new way also supports CSS variables. Adds new maps: ([78fb2d2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/78fb2d2))
|
|
1666
|
+
|
|
1667
|
+
|
|
1668
|
+
### Features
|
|
1669
|
+
|
|
1670
|
+
* **@clayui/css:** Reboot `body` element should use clay-css mixin for generating properties ([c0b456e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c0b456e)), closes [#4194](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4194)
|
|
1671
|
+
|
|
1672
|
+
|
|
1673
|
+
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
## [3.32.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.32.0...v3.32.1) (2021-07-30)
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
### Bug Fixes
|
|
1680
|
+
|
|
1681
|
+
* **@clayui/css:** Cadmin Treeview scope `component-action`, `component-expander`, `component-icon`, `component-text` so styles don't bleed into other components ([1ce70bd](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1ce70bd)), closes [#4198](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4198)
|
|
1682
|
+
|
|
1683
|
+
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
# [3.32.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.31.0...v3.32.0) (2021-07-28)
|
|
1688
|
+
|
|
1689
|
+
|
|
1690
|
+
### Bug Fixes
|
|
1691
|
+
|
|
1692
|
+
* **@clayui/css:** Cadmin Links adds `component-text` and `component-icon`, generic names for reuse in other components ([ae49f03](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ae49f03))
|
|
1693
|
+
* **@clayui/css:** Cadmin Treeview new component ([ea1568e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ea1568e))
|
|
1694
|
+
* **@clayui/css:** Forms `form-group-sm div.form-control` should be 32px tall and grow to fix content inside, similar to a textarea element ([eb987a1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/eb987a1)), closes [#4164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4164)
|
|
1695
|
+
* **@clayui/css:** Grid generating `container-max-width-*` classes should work with Custom Properties ([b12dbf5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b12dbf5))
|
|
1696
|
+
* **@clayui/css:** Mixins update `clay-loading-animation-variant` to use `clay-css` pattern ([4280c6f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4280c6f)), closes [#3987](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3987)
|
|
1697
|
+
* **@clayui/css:** Mixins update `sheet-footer-btn-block` to use `clay-css` pattern ([5523b67](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5523b67)), closes [#3987](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3987)
|
|
1698
|
+
* **@clayui/css:** Sheet `$sheet-lg-max-width` should use fixed number instead of generating based on a `$container-max-widths` value ([5968bd5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5968bd5))
|
|
1699
|
+
* **@clayui/css:** Utilities remove duplicate rounded utilities ([6687624](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6687624))
|
|
1700
|
+
|
|
1701
|
+
|
|
1702
|
+
### Features
|
|
1703
|
+
|
|
1704
|
+
* **@clayui/css:** $container-max-widths Sass map should accept CSS Custom Properties ([3a8ffe2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3a8ffe2))
|
|
1705
|
+
* **@clayui/css:** Buttons use nested property names in variables to stay as close as possible to the way our CSS is written ([89e3360](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/89e3360)), closes [#4176](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4176)
|
|
1706
|
+
* **@clayui/css:** Functions adds `map-deep-get` for getting values of deeply nested Sass map items ([2b80302](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2b80302))
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
|
|
1711
|
+
|
|
1712
|
+
# [3.31.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.30.0...v3.31.0) (2021-06-30)
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
### Bug Fixes
|
|
1716
|
+
|
|
1717
|
+
* **@clayui/css:** Links convert variables to use nested Sass map pattern ([1a9d654](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1a9d654))
|
|
1718
|
+
* **@clayui/css:** Mixin Links don't use nested setters. The setter function takes an Argslist now, we can pass any number of Sass maps with one function call ([dfa1ea2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dfa1ea2))
|
|
1719
|
+
* **@clayui/css:** Removes nested `setter` functions, only need to call it once. See https://github.com/liferay/clay/issues/4076. ([e2db591](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e2db591))
|
|
1720
|
+
|
|
1721
|
+
|
|
1722
|
+
### Features
|
|
1723
|
+
|
|
1724
|
+
* **@clayui/css:** Add `square-hole-multi` SVG icon ([205046c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/205046c))
|
|
1725
|
+
* **@clayui/css:** SVG Icons adds search-experiences.svg ([39ae51d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/39ae51d))
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
|
|
1731
|
+
# [3.30.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.29.0...v3.30.0) (2021-06-16)
|
|
1732
|
+
|
|
1733
|
+
|
|
1734
|
+
### Bug Fixes
|
|
1735
|
+
|
|
1736
|
+
* **@clayui/css:** Mixins `clay-panel-variant` updates mixin to use nested maps pattern ([ea0c66a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ea0c66a))
|
|
1737
|
+
* **@clayui/css:** Modal and Cadmin Modal make `.modal-body.inline-scroller` `max-height: 320px` ([815d6d4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/815d6d4)), closes [#4113](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4113)
|
|
1738
|
+
* **@clayui/css:** Panel adjust spacing for `panel-unstyled` to prevent visual jump on close. ([9dec5b6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9dec5b6))
|
|
1739
|
+
* **@clayui/css:** Panel and Cadmin Panel update variables that use `clay-panel-variant` mixin to use newest keys, The old keys still work and will win over new keys. ([ea4bffb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ea4bffb))
|
|
1740
|
+
* **@clayui/css:** Reboot and Cadmin Reboot removes negative tabindex rule that removes default focus outline due to keyboard navigation accessibility issues. `tabindex="-1"` can still be focused programmatically. ([9e52cfb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9e52cfb)), closes [#4124](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4124)
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
# [3.29.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.28.0...v3.29.0) (2021-05-28)
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
### Bug Fixes
|
|
1750
|
+
|
|
1751
|
+
* **@clayui/css:** Global Functions update `setter` to accept more than 2 variables (e.g., `setter($var1, $var2, $var3, $var4, $var5)`) ([2a923f0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2a923f0)), closes [#4076](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4076)
|
|
1752
|
+
* **@clayui/css:** Mixins `clay-aspect-ratio-item-variant` and `clay-aspect-ratio-variant` convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. ([d4680a9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d4680a9)), closes [#4085](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4085)
|
|
1753
|
+
* **@clayui/css:** Mixins Card convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. ([a2e6d34](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a2e6d34)), closes [#4088](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4088)
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
### Features
|
|
1757
|
+
|
|
1758
|
+
* **@clayui/css:** Adds the `block` SVG icon ([96dabe4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/96dabe4))
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
|
|
1764
|
+
# [3.28.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.27.0...v3.28.0) (2021-05-19)
|
|
1765
|
+
|
|
1766
|
+
|
|
1767
|
+
### Bug Fixes
|
|
1768
|
+
|
|
1769
|
+
* **@clayui/css:** Cadmin Alert adds `.cadmin.alert-container` selector ([a104844](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a104844))
|
|
1770
|
+
* **@clayui/css:** Cadmin Badges remove unused components `inline-item` and `badge-pill` ([46868c7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/46868c7))
|
|
1771
|
+
* **@clayui/css:** Cadmin Button Groups remove unused components `dropdown-toggle-split` and `btn-group-toggle` ([3fef3d5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3fef3d5))
|
|
1772
|
+
* **@clayui/css:** Cadmin Cards remove unused components `card-header-tabs`, `card-header-pills`, `card-deck`, `card-group`, `card-columns`, `accordion` ([06bdb00](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/06bdb00))
|
|
1773
|
+
* **@clayui/css:** Cadmin Dropdown remove unused component dropdown in navbar ([e062006](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e062006))
|
|
1774
|
+
* **@clayui/css:** Cadmin Form Validation remove unused components HTML 5 form validation ([8cb7a19](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8cb7a19))
|
|
1775
|
+
* **@clayui/css:** Cadmin Forms remove unused components `col-form-label`, `col-form-label-lg`, `col-form-label-sm`, `form-row`, `form-inline` ([81e1f4f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/81e1f4f))
|
|
1776
|
+
* **@clayui/css:** Cadmin Icons remove unused components `lexicon-icon-sm`, `lexicon-icon-lg`, `lexicon-icon-xl` ([f0ee8fc](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f0ee8fc))
|
|
1777
|
+
* **@clayui/css:** Cadmin Input Group remove styles related to `custom-select`, `custom-file` ([cdf23e7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cdf23e7))
|
|
1778
|
+
* **@clayui/css:** Cadmin Labels remove deprecated component `inline-item` ([9ed5291](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9ed5291))
|
|
1779
|
+
* **@clayui/css:** Cadmin List Group remove unused component `list-group-horizontal` ([0b7f427](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0b7f427))
|
|
1780
|
+
* **@clayui/css:** Cadmin merge Atlas variables with Cadmin base variables, we don't need two themes here ([0eb6d29](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0eb6d29))
|
|
1781
|
+
* **@clayui/css:** Cadmin Modals remove unused component `modal-dialog-scrollable` ([130dc5c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/130dc5c))
|
|
1782
|
+
* **@clayui/css:** Cadmin move _reboot out of scoping selector, attribution text is causing empty selector to be output ([ad36b85](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ad36b85))
|
|
1783
|
+
* **@clayui/css:** Cadmin Navs remove unused component `nav-pills` ([d27a7a1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d27a7a1))
|
|
1784
|
+
* **@clayui/css:** Cadmin port changes to Clay CSS that were made before Cadmin got merged: [#3998](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3998), [#4002](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4002), [#4040](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4040), [#4055](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4055), [#4056](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4056), [#4060](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4060) ([240bbc4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/240bbc4)), closes [#4064](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4064)
|
|
1785
|
+
* **@clayui/css:** Cadmin re-add widths for menubar and SF. Not sure what happened. ([9142345](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9142345))
|
|
1786
|
+
* **@clayui/css:** Cadmin remove unused components `custom-switch`, `custom-select`, `custom-file`, `custom-range` ([fc447e2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/fc447e2))
|
|
1787
|
+
* **@clayui/css:** Cadmin removes Atlas variables ([4af356f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4af356f))
|
|
1788
|
+
* **@clayui/css:** Cadmin removes components _root, _carousel, _jumbotron, _spinners, _toasts, _media, _application-bar, _drilldown, and _timelines. They are not used for Admin controls. ([9ddeaed](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9ddeaed))
|
|
1789
|
+
* **@clayui/css:** Cadmin removes Sass docs comments ([62e5541](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/62e5541))
|
|
1790
|
+
* **@clayui/css:** Cadmin removes variables related to unused components ([7ec35dc](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7ec35dc))
|
|
1791
|
+
* **@clayui/css:** Cadmin Side Navigation remove unused component `container-fluid-1280` ([41d8b50](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/41d8b50))
|
|
1792
|
+
* **@clayui/css:** Cadmin theme use selector `.cadmin.component` for components that render inside react portals. It's too difficult to put `cadmin` on the parent element. ([640a662](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/640a662))
|
|
1793
|
+
* **@clayui/css:** Cadmin update Sass maps that use `clay-select-variant` to use new keys ([c782615](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c782615))
|
|
1794
|
+
* **@clayui/css:** Cadmin Utilities display utilities should also have `.cadmin.d-{display}` ([4bb7a0a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4bb7a0a))
|
|
1795
|
+
* **@clayui/css:** Input Groups add `btn-monospaced` support for buttons inside `input-group-inset-item` ([0d31b54](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0d31b54)), closes [#4049](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4049)
|
|
1796
|
+
* **@clayui/css:** Labels convert variables to use new Sass map keys ([dcfc7c3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dcfc7c3))
|
|
1797
|
+
* **@clayui/css:** Management Bar Search button should be properly aligned in mobile view ([1c3f583](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1c3f583))
|
|
1798
|
+
* **@clayui/css:** Mixins `border-radius` shouldn't output the default radius if a null parameter is passed ([42241df](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/42241df)), closes [#4066](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4066)
|
|
1799
|
+
* **@clayui/css:** Mixins `clay-label-size` and `clay-label-variant` convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. ([2123fdf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2123fdf)), closes [#4069](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4069)
|
|
1800
|
+
* **@clayui/css:** Mixins `clay-nav-variant` convert to use new (easier to remember) Sass map keys. The old keys will still work and win over new keys. ([3fa114a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3fa114a)), closes [#4071](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4071)
|
|
1801
|
+
* **@clayui/css:** Mixins `clay-select-variant` update to use `clay-css` pattern, also deprecated keys should win over new keys ([65ad45e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/65ad45e))
|
|
1802
|
+
* **@clayui/css:** Mixins border-radius should use custom value first ([5d30ab2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5d30ab2))
|
|
1803
|
+
* **@clayui/css:** Restore default padding-left on ul, ol, dl that are undone by cadmin ([1db5db7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1db5db7))
|
|
1804
|
+
* **@clayui/css:** Subnav Tbar labels should have $font-weight-normal by default ([e1e36a6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e1e36a6))
|
|
1805
|
+
* **@clayui/css:** Toggle Switch should be 48px wide ([6735e54](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6735e54))
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
### Features
|
|
1809
|
+
|
|
1810
|
+
* **@clayui/css:** Add `form-extensions` SVG icon ([3061a9a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3061a9a))
|
|
1811
|
+
* **@clayui/css:** Add SVG icons `chatbot` and `signature` ([7966c62](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7966c62))
|
|
1812
|
+
* **@clayui/css:** Cadmin theme convert rem values to px ([2e33149](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2e33149))
|
|
1813
|
+
* **@clayui/css:** Created scoped version of Clay CSS for admin style isolation and prefix variables with `$cadmin-` ([f1ae440](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f1ae440))
|
|
1814
|
+
* **@clayui/css:** Functions and Mixins update to accept Clay CSS variables, Cadmin variables, or custom where applicable ([b1eb431](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b1eb431))
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
# [3.27.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.26.0...v3.27.0) (2021-05-05)
|
|
1821
|
+
|
|
1822
|
+
|
|
1823
|
+
### Bug Fixes
|
|
1824
|
+
|
|
1825
|
+
* **@clayui/css:** Date Picker previous-month-date and next-month-date active should be lighter ([51a24f3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/51a24f3))
|
|
1826
|
+
* **@clayui/css:** Menubar convert old Sass map keys to key names so older keys used by previous versions will win ([9a1a73a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9a1a73a))
|
|
1827
|
+
* **@clayui/css:** Menubar update `$menubar-vertical-expand-md` and `$menubar-vertical-expand-lg` to use new keys. Older keys will still win over new keys to preserve backward compatibility. ([12b9636](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/12b9636))
|
|
1828
|
+
* **@clayui/css:** Mixins `clay-form-control-variant` old keys should win over new keys ([8986a81](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8986a81)), closes [#3987](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3987)
|
|
1829
|
+
* **@clayui/css:** Mixins `clay-menubar-vertical-expand` use `clay-css` mixin pattern ([6a9ba26](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6a9ba26))
|
|
1830
|
+
* **@clayui/css:** Mixins `clay-menubar-vertical-variant` moves default styles to variables. The mixin should only output styles if values are given. ([703b76e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/703b76e))
|
|
1831
|
+
* **@clayui/css:** Progress Bar sets a `min-width` on `progress-group-addon` to prevent resizing progress bar when numbers are changed to icons ([63e63c0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/63e63c0)), closes [#4024](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4024)
|
|
1832
|
+
* **@clayui/css:** Sass maps passed into `clay-form-control-variant` mixin should use new keys. This allows variable theme overwrites using deprecated keys to still win. ([f3be2d6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f3be2d6)), closes [#3987](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3987)
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
### Features
|
|
1836
|
+
|
|
1837
|
+
* **@clayui/css:** SVG Icons add rotate ([0fec9ce](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0fec9ce))
|
|
1838
|
+
* **@clayui/css:** SVG Icons adds `order-list-down` and `order-list-up` ([f80f8a0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f80f8a0)), closes [#4021](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/4021)
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
# [3.26.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.4...v3.26.0) (2021-04-21)
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
### Features
|
|
1848
|
+
|
|
1849
|
+
* **@clayui/css:** Alerts adds `alert-feedback` modifier ([51b57e6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/51b57e6)), closes [#3968](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3968)
|
|
1850
|
+
* **@clayui/css:** Date Picker adds Date Range styles ([a385e6a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a385e6a))
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
## [3.25.3](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.2...v3.25.3) (2021-03-24)
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
### Bug Fixes
|
|
1860
|
+
|
|
1861
|
+
* **@clayui/css:** Atlas Menubar (Vertical Navigation) link active state should be more visible ([5a94cfd](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5a94cfd))
|
|
1862
|
+
* **@clayui/css:** Menubar toggler with c-inner cuts off caret icon ([1932782](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1932782))
|
|
1863
|
+
* **@clayui/css:** Mixins `clay-link` adds option to style `&.show, &[aria-expanded='true']` separately from `active-class` so we can style panel toggles ([8a1a148](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8a1a148))
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
## [3.25.2](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.1...v3.25.2) (2021-03-10)
|
|
1870
|
+
|
|
1871
|
+
|
|
1872
|
+
### Bug Fixes
|
|
1873
|
+
|
|
1874
|
+
* **@clayui/css:** Dual List Box `form-control-inset` is too narrow caused by [#3972](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3972) ([637e65b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/637e65b)), closes [#3976](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3976)
|
|
1875
|
+
* **@clayui/css:** Forms `.col-form-label-*` should use `$input-border-bottom-width` or `$input-border-top-width` to avoid invalid property value ([ade3649](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ade3649)), closes [#3946](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3946)
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
## [3.25.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.25.0...v3.25.1) (2021-03-05)
|
|
1882
|
+
|
|
1883
|
+
|
|
1884
|
+
### Bug Fixes
|
|
1885
|
+
|
|
1886
|
+
* **@clayui/css:** Atlas Custom Checkbox use hr icon for indeterminate indicator ([a894c5b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a894c5bd1fe500894d55bfd656efde142ba81db6))
|
|
1887
|
+
* **@clayui/css:** Forms `form-control-tag-group component-action` should be height 100% ([4b4b140](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4b4b140b87019d9fa4c00186219090524dce1fcd))
|
|
1888
|
+
* **@clayui/css:** SVG Icons updates `hr` icon per Lexicon ([949944c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/949944ccaac1b21091628b15cedd3b7ea96287af))
|
|
1889
|
+
|
|
1890
|
+
|
|
1891
|
+
|
|
1892
|
+
|
|
1893
|
+
|
|
1894
|
+
# [3.25.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.24.1...v3.25.0) (2021-02-23)
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
### Bug Fixes
|
|
1898
|
+
|
|
1899
|
+
* **@clayui/css:** Global Functions moves generated SVG icons Sass map to separate file `_lx-icons-generated.scss` ([7ffc523](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7ffc523))
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
|
|
1905
|
+
## [3.24.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.24.0...@clayui/css@3.24.1) (2021-02-11)
|
|
1906
|
+
|
|
1907
|
+
|
|
1908
|
+
### Bug Fixes
|
|
1909
|
+
|
|
1910
|
+
* **@clayui/css:** Atlas Alert close font-size should be 16px ([245eac5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/245eac5)), closes [#3877](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3877)
|
|
1911
|
+
* **@clayui/css:** Atlas Clay Color change close button icon to be 16px ([2309d7a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2309d7a)), closes [#3878](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3878)
|
|
1912
|
+
* **@clayui/css:** Atlas Select Element IE11 should hide default icon and use caret-double-l instead ([6623ff7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6623ff7)), closes [#3922](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3922)
|
|
1913
|
+
* **@clayui/css:** Clay Color adjust spacing to be the same as Lexicon specs. See https://docs.google.com/document/d/1IUGl5VOWh6lqRa1baRoshVcytc8XbqVMkk30vRW4SM8/edit#heading=h.o2fss76woci2 ([704d25d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/704d25d))
|
|
1914
|
+
|
|
1915
|
+
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
|
|
1919
|
+
# [3.24.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.23.0...@clayui/css@3.24.0) (2021-01-27)
|
|
1920
|
+
|
|
1921
|
+
|
|
1922
|
+
### Bug Fixes
|
|
1923
|
+
|
|
1924
|
+
* **@clayui/css:** Absorb Bootstrap 4 variables into Clay CSS ([d4be0ec](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d4be0ec))
|
|
1925
|
+
* **@clayui/css:** Atlas `color-yiq` function not useable in Atlas variables due to `$yiq-contrasted-threshold` undefined ([2035a8b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2035a8b)), closes [#3708](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3708)
|
|
1926
|
+
* **@clayui/css:** Atlas Toggle Switch change checked state button icon color to primary ([de9ca0b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/de9ca0b)), closes [#3872](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3872)
|
|
1927
|
+
* **@clayui/css:** List Group adds missing disabled styles for list-group-item ([bdc3acf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bdc3acf))
|
|
1928
|
+
* **@clayui/css:** Removes Bootstrap 4 variable overwrites, still keeping this file to prevent Sass import errors from custom imports ([1232870](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1232870))
|
|
1929
|
+
* **@clayui/css:** Removes imports for Bootstrap 4 variables and variable overwrites ([bd0f614](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bd0f614))
|
|
1930
|
+
* **@clayui/css:** Tables set background-color on thead, tbody, tfoot for Table and Table List. This is for a Chrome 87 bug. ([3b0badb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3b0badb)), closes [#3847](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3847)
|
|
1931
|
+
|
|
1932
|
+
|
|
1933
|
+
### Features
|
|
1934
|
+
|
|
1935
|
+
* **@clayui/css:** Atlas Toggle Switch make it 40px by 24px in desktop views ([50c5c6d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/50c5c6d)), closes [#3835](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3835)
|
|
1936
|
+
* **@clayui/css:** SVG Icons adds cursor.svg ([afbb1f0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/afbb1f0))
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
|
|
1942
|
+
# [3.23.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.22.1...@clayui/css@3.23.0) (2021-01-13)
|
|
1943
|
+
|
|
1944
|
+
|
|
1945
|
+
### Bug Fixes
|
|
1946
|
+
|
|
1947
|
+
* **@clayui/css:** Breadcrumbs match sizes to Lexicon specs ([0d471aa](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0d471aa))
|
|
1948
|
+
* **@clayui/css:** Buttons shouldn't inherit `text-transform` from its parent ([a66dcba](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a66dcba))
|
|
1949
|
+
* **@clayui/css:** Component Title used in Sheet should work ([c338b71](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c338b71))
|
|
1950
|
+
* **@clayui/css:** Label use times-small icon and close button should be 16px by 16px ([c2270a9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c2270a9))
|
|
1951
|
+
* **@clayui/css:** run format ([19ee791](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/19ee791))
|
|
1952
|
+
* **@clayui/css:** SVG Icons adds relationship.svg ([6253c68](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6253c68)), closes [#3873](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3873)
|
|
1953
|
+
|
|
1954
|
+
|
|
1955
|
+
### Features
|
|
1956
|
+
|
|
1957
|
+
* **@clayui/css:** Sheet adds variants `.sheet-multiple-form` and `.sheet-dataset-content` ([cf4a4d1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cf4a4d1))
|
|
1958
|
+
* **@clayui/css:** SVG Icons adds google-drive ([3752c14](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3752c14)), closes [#3869](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3869)
|
|
1959
|
+
* **@clayui/css:** Utilities adds `.autofit-padded-no-gutters-sm` and placeholder `%autofit-padded-no-gutters-sm` for smaller (4px) gutters between columns ([f0cc8f4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f0cc8f4))
|
|
1960
|
+
|
|
1961
|
+
|
|
1962
|
+
|
|
1963
|
+
|
|
1964
|
+
|
|
1965
|
+
## [3.22.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.22.0...@clayui/css@3.22.1) (2020-12-29)
|
|
1966
|
+
|
|
1967
|
+
|
|
1968
|
+
### Bug Fixes
|
|
1969
|
+
|
|
1970
|
+
* **@clayui/css:** Atlas Theme change body background-color to #fff to match Classic and Admin themes ([04f0a02](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/04f0a02))
|
|
1971
|
+
* **@clayui/css:** Management Bar set a min-height so swapping out contents via js doesn't resize the bar ([9a484d5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9a484d5))
|
|
1972
|
+
* **@clayui/css:** Mixins clay-navbar-size adds option to configure min-height and min-height-mobile ([4236b13](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4236b13))
|
|
1973
|
+
* **@clayui/css:** Navigation Bar Light should have 1px gray bottom border ([625e629](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/625e629))
|
|
1974
|
+
* **@clayui/css:** SVG Icons adds `rectangle.svg` and `rectangle-split.svg` ([bb2556b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bb2556b))
|
|
1975
|
+
|
|
1976
|
+
|
|
1977
|
+
### Reverts
|
|
1978
|
+
|
|
1979
|
+
* **@clayui.css): "feat(@clayui/css:** SVG Icons adds full-view.svg and split-view.svg" ([4bea06b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4bea06b))
|
|
1980
|
+
|
|
1981
|
+
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
|
|
1985
|
+
# [3.22.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.20.0...@clayui/css@3.22.0) (2020-12-16)
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
### Bug Fixes
|
|
1989
|
+
|
|
1990
|
+
* **@clayui/css:** Mixin `clay-css` adds `-webkit-overflow-scrolling` and `fill` properties ([a18d2a6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a18d2a6)), closes [#3771](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3771)
|
|
1991
|
+
* **@clayui/css:** Mixins clay-link active-class should also style `&[aria-expanded='true']` and `&.show` so we can style collapse plugin open state ([a559fd3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a559fd3)), closes [#3767](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3767)
|
|
1992
|
+
* **@clayui/css:** SVG Icons adds dropdown.svg ([892d3ae](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/892d3ae))
|
|
1993
|
+
* **@clayui/css:** Tables don't require the class `table-autofit` for `table-cell-expand`, `table-cell-expand-small`, `table-cell-expand-smaller`, and `table-cell-expand-smallest` to work. Also adds `table-cell-contract`. ([6f7f2bf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6f7f2bf)), closes [#3818](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3818)
|
|
1994
|
+
* **@clayui/css:** Tables moves caption styles from _reboot.scss to _tables.scss and change default to `caption-side: top` ([168abf4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/168abf4)), closes [#272833](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/272833)
|
|
1995
|
+
|
|
1996
|
+
|
|
1997
|
+
### Features
|
|
1998
|
+
|
|
1999
|
+
* **@clayui/css:** Mixins `clay-button-variant` allow styling `.active` separately from `:active` with `active-class` ([d2370d3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d2370d3)), closes [#3797](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3797)
|
|
2000
|
+
* **@clayui/css:** SVG Icons adds arrow-right-full.svg ([631e2d0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/631e2d0))
|
|
2001
|
+
* **@clayui/css:** SVG Icons adds automatic-translate.svg ([03eba11](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/03eba11))
|
|
2002
|
+
* **@clayui/css:** SVG Icons adds fieldset.svg ([1900c8d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1900c8d)), closes [#3828](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3828)
|
|
2003
|
+
* **@clayui/css:** SVG Icons adds full-view.svg and split-view.svg ([bbd6ede](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bbd6ede))
|
|
2004
|
+
* **@clayui/css:** SVG Icons adds icon for React ([8e09e97](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8e09e97))
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
|
|
2008
|
+
|
|
2009
|
+
|
|
2010
|
+
# [3.21.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.20.0...@clayui/css@3.21.0) (2020-12-02)
|
|
2011
|
+
|
|
2012
|
+
|
|
2013
|
+
### Bug Fixes
|
|
2014
|
+
|
|
2015
|
+
* **@clayui/css:** Tables don't require the class `table-autofit` for `table-cell-expand`, `table-cell-expand-small`, `table-cell-expand-smaller`, and `table-cell-expand-smallest` to work. Also adds `table-cell-contract`. ([6f7f2bf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6f7f2bf)), closes [#3818](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3818)
|
|
2016
|
+
* **@clayui/css:** Tables moves caption styles from _reboot.scss to _tables.scss and change default to `caption-side: top` ([168abf4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/168abf4)), closes [#272833](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/272833)
|
|
2017
|
+
|
|
2018
|
+
|
|
2019
|
+
### Features
|
|
2020
|
+
|
|
2021
|
+
* **@clayui/css:** SVG Icons adds automatic-translate.svg ([03eba11](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/03eba11))
|
|
2022
|
+
* **@clayui/css:** SVG Icons adds icon for React ([8e09e97](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8e09e97))
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
# [3.20.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.19.0...@clayui/css@3.20.0) (2020-11-16)
|
|
2029
|
+
|
|
2030
|
+
|
|
2031
|
+
### Bug Fixes
|
|
2032
|
+
|
|
2033
|
+
* **@clayui/css:** Time Picker `clay-time-edit` use `display: flex` and don't rely on white-space for spacing ([e4ab83d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e4ab83d)), closes [#3783](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3783)
|
|
2034
|
+
|
|
2035
|
+
|
|
2036
|
+
### Features
|
|
2037
|
+
|
|
2038
|
+
* **@clayui/css:** Absorb Bootstrap 4 mixins into Clay CSS ([27032c4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/27032c4))
|
|
2039
|
+
* **@clayui/css:** Dropdown adds `.dropdown-menu-width-full`, `.dropdown-menu-width-sm`, `dropdown-menu-height-auto` modifier classes for larger dropdown menus with the Clay Drop Down plugin ([bab438c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bab438c)), closes [#3790](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3790)
|
|
2040
|
+
* **@clayui/css:** Removes Bootstrap 4 mixins and functions imports ([cba11d0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cba11d0))
|
|
2041
|
+
|
|
2042
|
+
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
|
|
2046
|
+
# [3.19.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.18.2...@clayui/css@3.19.0) (2020-10-22)
|
|
2047
|
+
|
|
2048
|
+
|
|
2049
|
+
### Bug Fixes
|
|
2050
|
+
|
|
2051
|
+
* **@clayui/css:** `drilldown-item-indicator-text-*` click area should be larger ([bc53c65](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bc53c65)), closes [#3579](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3579)
|
|
2052
|
+
* **@clayui/css:** Atlas fix custom radio button image, inline radio misaligned in Chrome ([ef1fc95](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ef1fc95))
|
|
2053
|
+
|
|
2054
|
+
|
|
2055
|
+
### Features
|
|
2056
|
+
|
|
2057
|
+
* **@clayui/css:** SVG Icons adds shield-check ([5c1760c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5c1760c)), closes [#3755](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3755)
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
|
|
2062
|
+
|
|
2063
|
+
## [3.18.2](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.18.1...@clayui/css@3.18.2) (2020-10-01)
|
|
2064
|
+
|
|
2065
|
+
|
|
2066
|
+
### Bug Fixes
|
|
2067
|
+
|
|
2068
|
+
* **@clayui.com:** Atlas Buttons `.btn-outline-secondary` should have color [#6](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/6)b6c7e, caused by [#3149](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3149) ([7418263](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7418263)), closes [#6b6c7](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/6b6c7)
|
|
2069
|
+
* **@clayui/css:** Atlas Custom Radio don't use % for icon background-size. Chrome has trouble rendering it when whitespace is removed. ([5375e63](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5375e63)), closes [#3722](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3722)
|
|
2070
|
+
* **@clayui/css:** Btn Group `.btn-monospaced.btn-sm` doesn't work inside `.btn-group-vertical` and same for `.btn-monospaced.btn-lg` ([750b061](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/750b061))
|
|
2071
|
+
* **@clayui/css:** SVG Icons `display`, `display-content`, `product-menu-open`, `product-menu-closed`, and `hidden` updates anchor points, weights, and minor alignment issues ([2a01b38](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2a01b38))
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
|
|
2076
|
+
|
|
2077
|
+
## [3.18.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.18.0...@clayui/css@3.18.1) (2020-08-28)
|
|
2078
|
+
|
|
2079
|
+
|
|
2080
|
+
### Bug Fixes
|
|
2081
|
+
|
|
2082
|
+
* **@clayui/css:** add font weight semibold ([f85a519](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f85a519))
|
|
2083
|
+
* **@clayui/css:** Table Responsive re-add `margin-bottom` that was removed in [#3149](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3149) ([cef6b0f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cef6b0f))
|
|
2084
|
+
|
|
2085
|
+
|
|
2086
|
+
|
|
2087
|
+
|
|
2088
|
+
|
|
2089
|
+
# [3.18.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.17.1...@clayui/css@3.18.0) (2020-08-26)
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
### Features
|
|
2093
|
+
|
|
2094
|
+
* **@clayui/toolbar:** Add clayui/form to deps, Add low-level components to Toolbar ([719b71f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/719b71f))
|
|
2095
|
+
|
|
2096
|
+
|
|
2097
|
+
|
|
2098
|
+
|
|
2099
|
+
|
|
2100
|
+
## [3.17.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.17.0...@clayui/css@3.17.1) (2020-08-21)
|
|
2101
|
+
|
|
2102
|
+
|
|
2103
|
+
### Bug Fixes
|
|
2104
|
+
|
|
2105
|
+
* **@clayui/css:** Table List use `border-collapse` and `border-width` instead of `box-shadow` hack for rounded corners ([82ecbda](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/82ecbda))
|
|
2106
|
+
|
|
2107
|
+
|
|
2108
|
+
|
|
2109
|
+
|
|
2110
|
+
|
|
2111
|
+
# [3.17.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.16.0...@clayui/css@3.17.0) (2020-08-11)
|
|
2112
|
+
|
|
2113
|
+
|
|
2114
|
+
### Bug Fixes
|
|
2115
|
+
|
|
2116
|
+
* **@clayui/css:** `variables/_globals.scss` and `components/_reboot.scss` rename `$c-button` Sass map, added in [#3575](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3575), to `$c-button-base`. This namespace references a base element, in this case, `<button>`. This is to free up the variable namespace `$c-button` to refer to `.button` if we ever need it in the future. ([45c088a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/45c088a))
|
|
2117
|
+
* **@clayui/css:** Alerts text in `alert-autofit-row` break to new line prematurely ([8b13ce3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8b13ce3))
|
|
2118
|
+
* **@clayui/css:** Atlas Custom Checkbox use `check-small` instead of ([4e059fe](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4e059fe))
|
|
2119
|
+
* **@clayui/css:** Atlas Drilldown header button is off by 1px ([4224a60](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4224a60))
|
|
2120
|
+
* **@clayui/css:** C Kbd each key in a keyboard shortcut should be wrapped in its own `kbd` element ([36ec62e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/36ec62e)), closes [#3283](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3283)
|
|
2121
|
+
* **@clayui/css:** Dropdown `.dropdown-item` should use `cursor: pointer` so `<a class="dropdown-item" role="button">` will still behave like a clickable element ([1311053](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1311053))
|
|
2122
|
+
* **@clayui/css:** Mixins `clay-css` adds `-moz-appearance` and `-webkit-appearance` to the list of properties so we can pass them in independently when needed ([946bd9c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/946bd9c))
|
|
2123
|
+
* **@clayui/css:** Mixins `clay-dropdown-item-variant` `active-class` should use `active` values unless it's overridden using the `active-class` map ([c521848](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c521848))
|
|
2124
|
+
* **@clayui/css:** Reboot adds `cursor: pointer` to `button` CSS reset ([4eca62f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4eca62f))
|
|
2125
|
+
* **@clayui/css:** Reboot go back to Bootstrap 4's styling `a` tag directly but omit styling placeholder anchors. Placeholders are styled the same as links now which makes it easier to use markup like `<a class="btn btn-primary" role="button" tabindex="0">` without having to add styles. ([170adfb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/170adfb))
|
|
2126
|
+
* **@clayui/css:** SVG Icons update `check` path ([d24abf0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d24abf0))
|
|
2127
|
+
* **@clayui/css:** SVG Icons update `times-small` ([0970c0f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0970c0f))
|
|
2128
|
+
* **@clayui/css:** SVG Icons update `times` path ([31020e9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/31020e9))
|
|
2129
|
+
* **@clayui/css:** Table `.table` should have 1px borders ([ca0a17c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ca0a17c))
|
|
2130
|
+
* **@clayui/css:** Update global functions ([d43ac9b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d43ac9b))
|
|
2131
|
+
|
|
2132
|
+
|
|
2133
|
+
### Features
|
|
2134
|
+
|
|
2135
|
+
* **@clayui/css:** Clay Color `.clay-color-map` and `.clay-color-range` shouldn't highlight text and scroll viewport on touch devices when dragging ([0f670c4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0f670c4))
|
|
2136
|
+
* **@clayui/css:** SVG Icons add `check-small` ([b88dbdb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b88dbdb))
|
|
2137
|
+
* **@clayui/css:** SVG Icons add `theme` ([93f6efe](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/93f6efe))
|
|
2138
|
+
* **@clayui/drop-down:** create DropDownWithDrilldown high-level component ([6b92a80](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6b92a80))
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
### Reverts
|
|
2142
|
+
|
|
2143
|
+
* **@clayui/css:** Atlas Alerts change `.alert .close` font-size to 12px ([862609a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/862609a))
|
|
2144
|
+
|
|
2145
|
+
|
|
2146
|
+
|
|
2147
|
+
|
|
2148
|
+
|
|
2149
|
+
# [3.16.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.15.0...@clayui/css@3.16.0) (2020-07-28)
|
|
2150
|
+
|
|
2151
|
+
|
|
2152
|
+
### Bug Fixes
|
|
2153
|
+
|
|
2154
|
+
* **@clayui.css:** Mixins `clay-range-input-variant` hides `.clay-range-thumb` and styles thumb pseudo elements so we can offer a non JS based input[type="range"] ([6b5fa34](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6b5fa34))
|
|
2155
|
+
* **@clayui/css:** Atlas Alerts adjust spacing to match Lexicon specs ([13905b7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/13905b7))
|
|
2156
|
+
* **@clayui/css:** Atlas Alerts change `.alert .close` font-size to 12px ([486603a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/486603a))
|
|
2157
|
+
* **@clayui/css:** Attribute `hidden` should hide elements ([a9e1e56](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a9e1e56))
|
|
2158
|
+
* **@clayui/css:** Clay Color adds highlight for `.active` state ([1e2c2ad](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1e2c2ad))
|
|
2159
|
+
* **@clayui/css:** Clay Color changes swatch size to 20px from 18px for small version ([acd3b89](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/acd3b89))
|
|
2160
|
+
* **@clayui/css:** Clay Range adds `.clay-range-progress-none` modifier to hide progress indicator for non JS input range and update focus shadows due to focus artifact in Safari ([45b946b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/45b946b))
|
|
2161
|
+
* **@clayui/css:** Form Validation raise specificity of `.has-{danger|warning|success} .input-group-inset-item` by a class. It is now `.has-{danger|warning|success} .input-group .input-group-inset-item`. ([9e906bd](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9e906bd))
|
|
2162
|
+
* **@clayui/css:** Sorts (alphabetically) imports that are delimited by two new lines ([4548dad](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4548dad)), closes [#3529](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3529)
|
|
2163
|
+
* **@clayui/css:** SVG Icons update `check-circle-full` path normalize thickness and size to other check icons ([6435f04](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6435f04))
|
|
2164
|
+
* **@clayui/css:** SVG Icons update `check-circle` path normalize thickness and size to other check icons ([0e7d50d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0e7d50d))
|
|
2165
|
+
* **@clayui/css:** SVG Icons update `check-square` path normalize thickness and size to other check icons ([3da4644](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3da4644))
|
|
2166
|
+
* **@clayui/css:** SVG Icons update `check` path normalize thickness and size to other check icons ([fba13b6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/fba13b6))
|
|
2167
|
+
* **@clayui/css:** Update global functions ([146bd4f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/146bd4f))
|
|
2168
|
+
|
|
2169
|
+
|
|
2170
|
+
### Features
|
|
2171
|
+
|
|
2172
|
+
* **@clayui/css:** Add new spacers ([c6deb4e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c6deb4e))
|
|
2173
|
+
* **@clayui/css:** Clay Color should support `.input-group-sm` and `.form-group-sm`. ([309a6c9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/309a6c9))
|
|
2174
|
+
* **@clayui/css:** Drilldown should work with Dropdown Menu, have dual click areas inside `dropdown-item`, and have `min-height` ([b7686a0](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b7686a0))
|
|
2175
|
+
* **@clayui/css:** Dropdowns adds `.dropdown-item-indicator-start`, `.dropdown-item-indicator-text-start`, `.dropdown-item-indicator-end`, `.dropdown-item-indicator-text-end` to allow for separate actions inside a `dropdown-item` ([e76aa8e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e76aa8e))
|
|
2176
|
+
* **@clayui/css:** Input Groups `.input-group-sm` and `.form-group-sm` should change the size of `.clay-color` ([6e5b4d1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6e5b4d1))
|
|
2177
|
+
* **@clayui/css:** SVG Icons add `closed-book` ([c461d19](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c461d19))
|
|
2178
|
+
|
|
2179
|
+
|
|
2180
|
+
|
|
2181
|
+
|
|
2182
|
+
|
|
2183
|
+
# [3.15.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.14.0...@clayui/css@3.15.0) (2020-07-14)
|
|
2184
|
+
|
|
2185
|
+
|
|
2186
|
+
### Bug Fixes
|
|
2187
|
+
|
|
2188
|
+
* **@clayui/css:** Adds leading whitespace for License texts ([5566010](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5566010))
|
|
2189
|
+
* **@clayui/css:** Cards change `.card-page-item-asset` `min-width: 193px` so 4 cards can fit in `sheet-lg` at maximum size ([95dca1c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/95dca1c))
|
|
2190
|
+
* **@clayui/css:** Copy licenses from root directory into clay-css/LICENSES ([0d1ef58](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0d1ef58))
|
|
2191
|
+
* **@clayui/css:** Input Group fix border radius issues due to reducing Bootstrap's selector specificity ([7e399ea](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7e399ea))
|
|
2192
|
+
* **@clayui/css:** Modal max-width sizes should be declared before `.modal-full-screen` and add back `flex-grow: 1` to `.modal-body` ([b2722ea](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b2722ea))
|
|
2193
|
+
* **@clayui/css:** Reboot makes `use[href]` inherit parent styles ([2504c62](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2504c62))
|
|
2194
|
+
* **@clayui/css:** Reboot removes focus outline on negative `tabindex` elements. Chrome adds outline on focus to any element with a `tabindex` attribute. ([a5deefd](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a5deefd))
|
|
2195
|
+
* **@clayui/css:** SVG Icons updates `picture`, reduce the anchors of the sun and the compound path can be placed tighten to viewbox ([5b83c6e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5b83c6e))
|
|
2196
|
+
* **@clayui/css:** Update svg4everybody to 2.1.9 ([c4eb007](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c4eb007))
|
|
2197
|
+
* **clay-css:** copy LICENSES to lib before publish ([e1122b3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e1122b3))
|
|
2198
|
+
* **clay-css:** run 'gulp version' before commit ([6b7e181](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6b7e181))
|
|
2199
|
+
|
|
2200
|
+
|
|
2201
|
+
### Features
|
|
2202
|
+
|
|
2203
|
+
* **@clayui/css:** SVG Icons adds `copy-rtl` ([bcc3f95](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bcc3f95))
|
|
2204
|
+
* **@clayui/css:** SVG Icons adds `home-full` and simplifies `home` design ([d3b948e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d3b948e))
|
|
2205
|
+
* **@clayui/css:** SVG Icons adds `low-vision` ([df440f7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/df440f7))
|
|
2206
|
+
* **@clayui/css:** SVG Icons adds `paste-plaintext-rtl` ([ced1018](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ced1018)), closes [#3450](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3450)
|
|
2207
|
+
* **@clayui/css:** SVG Icons adds `paste-plaintext` ([5bf397c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5bf397c))
|
|
2208
|
+
* **@clayui/css:** SVG Icons adds `paste-word-rtl.svg` ([8d92075](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8d92075)), closes [#3448](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3448)
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
|
|
2212
|
+
|
|
2213
|
+
|
|
2214
|
+
# [3.14.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.13.0...@clayui/css@3.14.0) (2020-07-07)
|
|
2215
|
+
|
|
2216
|
+
|
|
2217
|
+
### Bug Fixes
|
|
2218
|
+
|
|
2219
|
+
* **@clayui/css:** Badges Variables forgot to remove some commented code ([8c7c71f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8c7c71f))
|
|
2220
|
+
* **@clayui/css:** Completed absorbtion of Bootstrap 4 components, moves all imports from _bs4.scss to _components.scss ([9c21b33](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9c21b33))
|
|
2221
|
+
* **@clayui/css:** Import `components/_reboot.scss` in `_bs4.scss` until we absorb all Bootstrap 4 components due to specificity issues ([58055cc](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/58055cc))
|
|
2222
|
+
* **@clayui/css:** Mixins `clay-form-control-variant` and `clay-select-variant` should respect old keys `bg`, `bg-clip`, `bg-image`, `bg-position`, `bg-repeat`, `bg-size` ([3a1f230](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3a1f230))
|
|
2223
|
+
* **@clayui/css:** Reboot combine `body` and `a` styles from Type ([c5c84c7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c5c84c7))
|
|
2224
|
+
* **@clayui/css:** Reboot don't need `display: block` for `article`, `aside`, `figcaption`, `figure`, `footer`, `header`, `hgroup`, `nav`, `section` ([ecb2718](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ecb2718))
|
|
2225
|
+
* **@clayui/css:** Reboot we don't need to set `font-family`, `line-height` on the `html` element already set on `body` ([bc95fb3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/bc95fb3))
|
|
2226
|
+
* **@clayui/css:** Remove unused import `[@import](https://github.com/import) 'bootstrap/breadcrumb'` ([39fc48f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/39fc48f))
|
|
2227
|
+
* **@clayui/css:** Remove unused import `[@import](https://github.com/import) 'bootstrap/nav'` ([37e2fd2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/37e2fd2))
|
|
2228
|
+
* **@clayui/css:** SVG Icons `link` and `chain-broken` reduce anchor points ([d80adab](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d80adab))
|
|
2229
|
+
* **@clayui/css:** SVG Icons adds license to `button`, `container`, `slideshow`, `tabs`, `tap-ahead`, `text-l` ([34a7e30](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/34a7e30))
|
|
2230
|
+
* **@clayui/css:** SVG Icons fix xmlns declaration for `bold`, `cards2`, `decimal`. Icons aren't visible when converted to data uri and used in `background-image` ([e79e68d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e79e68d))
|
|
2231
|
+
* **@clayui/css:** SVG Icons swap `indent-less` and `indent-more`. The arrows are pointing the wrong way ([6b4f1cf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6b4f1cf))
|
|
2232
|
+
* **@clayui/css:** SVG Icons update `expand` reduce anchor points ([55a0561](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/55a0561))
|
|
2233
|
+
* **@clayui/css:** SVG Icons update `flag-empty` and `flag-full` reduce anchor points ([d3d6c3c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d3d6c3c))
|
|
2234
|
+
* **@clayui/css:** SVG Icons updates `align-image-center`, `align-image-left`, and `align-image-right` with rounded borders ([b55c8d1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b55c8d1))
|
|
2235
|
+
* **@clayui/css:** SVG Icons updates `bold`, `italic`, and `underline` to be smaller ([5db734f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5db734f))
|
|
2236
|
+
* **@clayui/css:** SVG Icons updates `subscript` and `superscript` icons ([36604f5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/36604f5))
|
|
2237
|
+
* **@clayui/css:** SVG Icons updates `table2` adjust anchor points ([6afe9c9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6afe9c9))
|
|
2238
|
+
|
|
2239
|
+
|
|
2240
|
+
### Features
|
|
2241
|
+
|
|
2242
|
+
* **@clayui/css:** Absorb Bootstrap 4 _buttons.scss into Clay CSS _buttons.scss ([d2731ba](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d2731ba))
|
|
2243
|
+
* **@clayui/css:** Absorb Bootstrap 4 _code.scss ([505938d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/505938d))
|
|
2244
|
+
* **@clayui/css:** Absorb Bootstrap 4 _custom-forms.scss into Clay CSS _custom-forms.scss ([52cd5f8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/52cd5f8))
|
|
2245
|
+
* **@clayui/css:** Absorb Bootstrap 4 _dropdown.scss into Clay CSS _dropdown-menu.scss ([a486bc8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a486bc8))
|
|
2246
|
+
* **@clayui/css:** Absorb Bootstrap 4 _forms.scss into Clay CSS _forms.scss and _form-validation.scss ([e7e854f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e7e854f))
|
|
2247
|
+
* **@clayui/css:** Absorb Bootstrap 4 _grid.scss into Clay CSS ([48143b2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/48143b2))
|
|
2248
|
+
* **@clayui/css:** Absorb Bootstrap 4 _images.scss ([6e6ea9f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6e6ea9f))
|
|
2249
|
+
* **@clayui/css:** Absorb Bootstrap 4 _input-group.scss into Clay CSS _input-groups.scss ([acba14c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/acba14c))
|
|
2250
|
+
* **@clayui/css:** Absorb Bootstrap 4 _media.scss into Clay CSS _media.scss ([a685d6b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a685d6b))
|
|
2251
|
+
* **@clayui/css:** Absorb Bootstrap 4 _nav.scss into Clay CSS _nav.scss ([e123acb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e123acb))
|
|
2252
|
+
* **@clayui/css:** Absorb Bootstrap 4 _reboot.scss into Clay CSS ([89e5adb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/89e5adb))
|
|
2253
|
+
* **@clayui/css:** Absorb Bootstrap 4 _transitions.scss ([469659b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/469659b))
|
|
2254
|
+
* **@clayui/css:** Absorb Bootstrap 4 _type.scss into Clay CSS ([e6e4012](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e6e4012))
|
|
2255
|
+
* **@clayui/css:** Absorb Bootstrap 4 Tables ([22e1f92](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/22e1f92))
|
|
2256
|
+
* **@clayui/css:** Absorb Bootstrap 4's _root.scss into Clay CSS ([dd82ded](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dd82ded))
|
|
2257
|
+
* **@clayui/css:** Absorb Bootstrap's _alert.scss into Clay CSS _alerts.scss ([0869797](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0869797))
|
|
2258
|
+
* **@clayui/css:** Absorb Bootstrap's _badge.scss into Clay CSS _badges.scss ([cfe46c7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cfe46c7))
|
|
2259
|
+
* **@clayui/css:** Absorb Bootstrap's _breadcrumb.scss into Clay CSS _breadcrumbs.scss ([9d30cab](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9d30cab))
|
|
2260
|
+
* **@clayui/css:** Absorb Bootstrap's _btn-group.scss into Clay CSS _btn-group.scss ([e802d1f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e802d1f))
|
|
2261
|
+
* **@clayui/css:** Absorb Bootstrap's _card.scss into Clay CSS _cards.scss ([35620d3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/35620d3))
|
|
2262
|
+
* **@clayui/css:** Absorb Bootstrap's _carousel.scss into Clay CSS _carousel.scss ([9e468b5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9e468b5))
|
|
2263
|
+
* **@clayui/css:** Absorb Bootstrap's _close.scss into Clay CSS _utilities.scss ([c3026d5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c3026d5))
|
|
2264
|
+
* **@clayui/css:** Absorb Bootstrap's _jumbotron.scss into Clay CSS ([dd38b93](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dd38b93))
|
|
2265
|
+
* **@clayui/css:** Absorb Bootstrap's _list-group.scss into Clay CSS _list-group.scss ([9f4a8b6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9f4a8b6))
|
|
2266
|
+
* **@clayui/css:** Absorb Bootstrap's _modal.scss into Clay CSS _modals.scss ([c2a4de8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/c2a4de8))
|
|
2267
|
+
* **@clayui/css:** Absorb Bootstrap's _navbar.scss into Clay CSS _navbar.scss ([5b1fb4d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5b1fb4d))
|
|
2268
|
+
* **@clayui/css:** Absorb Bootstrap's _pagination.scss into Clay CSS _pagination.scss ([e6eb67c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e6eb67c))
|
|
2269
|
+
* **@clayui/css:** Absorb Bootstrap's _popover.scss into Clay CSS _popovers.scss ([8d43344](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8d43344))
|
|
2270
|
+
* **@clayui/css:** Absorb Bootstrap's _print.scss into Clay CSS _print.scss ([5eb2f76](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5eb2f76))
|
|
2271
|
+
* **@clayui/css:** Absorb Bootstrap's _progress.scss into Clay CSS _progress-bars.scss ([cad6f69](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cad6f69))
|
|
2272
|
+
* **@clayui/css:** Absorb Bootstrap's _spinners.scss into Clay CSS _spinners.scss ([a00ec52](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a00ec52))
|
|
2273
|
+
* **@clayui/css:** Absorb Bootstrap's _toasts.scss into Clay CSS _toasts.scss ([e484351](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e484351))
|
|
2274
|
+
* **@clayui/css:** Absorb Bootstrap's _tooltip.scss into Clay CSS _tooltip.scss ([48696cd](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/48696cd))
|
|
2275
|
+
* **@clayui/css:** Absorb Bootstrap's _utilities.scss into Clay CSS _utilities-functional-important.scss ([b1b7adb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b1b7adb))
|
|
2276
|
+
* **@clayui/css:** Button adds placeholders `%clay-btn-monospaced-lg`, `%clay-btn-monospaced-sm` so we can extend with Sass `[@extend](https://github.com/extend)` without unnecessary selectors ([b704e7f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b704e7f))
|
|
2277
|
+
* **@clayui/css:** Global Functions adds ` clay-enable-gradients`, `clay-enable-rounded`, `clay-enable-shadows`, `clay-enable-transitions` so we can support these Bootstrap settings in variables ([ac66e1f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ac66e1f))
|
|
2278
|
+
* **@clayui/css:** Global Variables undeprecate `$clay-unset` and add alias `$c-unset` for unsetting values so they don't get output in the final css file ([e0e8b98](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e0e8b98))
|
|
2279
|
+
* **@clayui/css:** Mixins `clay-button-variant` reduce selector specificity of `:not([disabled]):not(.disabled):active` to `:active` ([f16970f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f16970f))
|
|
2280
|
+
* **@clayui/css:** Mixins `clay-close` removes Bootstrap 4.1.2 selector overwrites. We don't need them since we are removing Bootstrap 4 dependency. ([8318d9f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8318d9f))
|
|
2281
|
+
* **@clayui/css:** Mixins `clay-css` check for keyword `clay-unset` and output `null` value if it is passed in ([fb5427f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/fb5427f))
|
|
2282
|
+
* **@clayui/css:** Mixins `clay-link` `disabled` should set `outline: 0` and `box-shadow: none` by default so disabled anchors don't receive focus outline ([8b53b60](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8b53b60))
|
|
2283
|
+
* **@clayui/css:** SVG Icons adds `align-image-full-width` ([26db99e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/26db99e))
|
|
2284
|
+
* **@clayui/css:** SVG Icons adds `background-color` ([7ae3634](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7ae3634))
|
|
2285
|
+
* **@clayui/css:** SVG Icons adds `button`, `tabs`, `slideshow`, `tap-ahead` ([5fc3af6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5fc3af6))
|
|
2286
|
+
* **@clayui/css:** SVG Icons adds `container` ([49517bc](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/49517bc)), closes [#3343](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3343)
|
|
2287
|
+
* **@clayui/css:** SVG Icons adds `emoji` ([8345faf](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/8345faf))
|
|
2288
|
+
* **@clayui/css:** SVG Icons adds `flag-empty-rtl` and `flag-full-rtl` ([f5fa452](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f5fa452))
|
|
2289
|
+
* **@clayui/css:** SVG Icons adds `list-ol-rtl` and updates `list-ol` ([007d5c8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/007d5c8))
|
|
2290
|
+
* **@clayui/css:** SVG Icons adds `list-ul-rtl` and updates `list-ul` reduces anchor points ([654cbc3](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/654cbc3))
|
|
2291
|
+
* **@clayui/css:** SVG Icons adds `paste-word` ([9033e36](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9033e36))
|
|
2292
|
+
* **@clayui/css:** SVG Icons adds `select-all` ([1db4f98](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1db4f98))
|
|
2293
|
+
* **@clayui/css:** SVG Icons adds `special-character` ([18d5172](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/18d5172))
|
|
2294
|
+
* **@clayui/css:** SVG Icons adds `text-color` ([0191409](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0191409))
|
|
2295
|
+
* **@clayui/css:** SVG Icons changes `paste` to something more relevant and moves original `paste` to `copy` ([cdd96ab](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cdd96ab))
|
|
2296
|
+
* **@clayui/css:** SVG Icons rename `text.svg` to `text-l.svg`, make `text.svg` icon larger ([31a1ad4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/31a1ad4))
|
|
2297
|
+
* **@clayui/css:** SVG Icons updates `code` ([745911b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/745911b)), closes [#3344](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3344)
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
### Reverts
|
|
2301
|
+
|
|
2302
|
+
* **@clayui/css:** Mixins `clay-link` `disabled` should set `outline: 0` and `box-shadow: none` by default so disabled anchors don't receive focus outline ([1c3ace2](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1c3ace2))
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
|
|
2308
|
+
# [3.13.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.12.0...@clayui/css@3.13.0) (2020-06-18)
|
|
2309
|
+
|
|
2310
|
+
|
|
2311
|
+
### Features
|
|
2312
|
+
|
|
2313
|
+
* **@clayui/css:** Move components `type`, `icons`, `aspect-ratio`, and `buttons` earlier in the import chain so they are easier to overwrite ([6f69b82](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6f69b82)), closes [#3191](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3191)
|
|
2314
|
+
|
|
2315
|
+
|
|
2316
|
+
|
|
2317
|
+
|
|
2318
|
+
|
|
2319
|
+
# [3.12.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.11.0...@clayui/css@3.12.0) (2020-06-04)
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
### Bug Fixes
|
|
2323
|
+
|
|
2324
|
+
* **clay-css:** re-add file that was accidentally deleted ([ebc4d75](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ebc4d75))
|
|
2325
|
+
|
|
2326
|
+
|
|
2327
|
+
### Features
|
|
2328
|
+
|
|
2329
|
+
* **@clayui/css:** Update search icon ([7e5bd9a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7e5bd9a))
|
|
2330
|
+
* **@clayui/css:** Update search icon - trim the icon code ([b74e028](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b74e028)), closes [#3293](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3293)
|
|
2331
|
+
|
|
2332
|
+
|
|
2333
|
+
|
|
2334
|
+
|
|
2335
|
+
|
|
2336
|
+
# [3.11.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.10.0...@clayui/css@3.11.0) (2020-05-21)
|
|
2337
|
+
|
|
2338
|
+
|
|
2339
|
+
### Bug Fixes
|
|
2340
|
+
|
|
2341
|
+
* **@clayui/card:** check for values before rendering container elements ([a732a8e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a732a8e))
|
|
2342
|
+
* **@clayui/css:** `_global-functions` should be accessible to Portal's `_clay_variables.scss` without having to import it manually ([e76d56a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/e76d56a)), closes [#3193](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3193)
|
|
2343
|
+
* **@clayui/css:** Buttons unset Bootstrap's `pointer-events: none;` on `a.btn.disabled` and set it on `.btn.disabled:active` ([63cfa7d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/63cfa7d)), closes [#3096](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3096)
|
|
2344
|
+
* **@clayui/css:** Cards `card-interactive-primary` Chrome 81/83 hover transition artifact. Use any `transition-timing-function` other than `ease-in` or `ease-in-out` ([d7aa102](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/d7aa102)), closes [#3233](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3233)
|
|
2345
|
+
* **@clayui/css:** Forms `input[type="range"].form-control` shadow in Chrome 81 caused by https://github.com/liferay/clay/issues/1179 and Chrome update ([101d566](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/101d566)), closes [#3249](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3249)
|
|
2346
|
+
* **@clayui/css:** Links `link-outline` and `component-action` `.disabled` should have `cursor: not-allowed` and `.disabled:active` should have `pointer-events: none;` ([0f132a5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/0f132a5)), closes [#3096](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3096)
|
|
2347
|
+
* **@clayui/css:** Mixin `clay-autofit-float` undeprecate `.autofit-col-end` ([9da6aa8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9da6aa8)), closes [#3230](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3230)
|
|
2348
|
+
* **@clayui/css:** Mixin `clay-close` deprecated keys should win to preserve backward compatibility ([3e3407e](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3e3407e)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
|
|
2349
|
+
* **@clayui/css:** Mixin `clay-sticker-variant` deprecated keys should win to preserve backward compatibility ([281696a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/281696a)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2350
|
+
* **@clayui/css:** Mixins `clay-css` should output the `content` CSS property without having to double quote ([dbc5260](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dbc5260)), closes [#3233](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3233)
|
|
2351
|
+
* **@clayui/css:** Prettier should format `_global-functions.scss` but ignore autogenerated svgs ([a796cf4](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a796cf4)), closes [#3250](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3250)
|
|
2352
|
+
* **@clayui/css:** SVG Icons `thumbs-up` and `thumbs-down` reduce anchor points ([a03bfef](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a03bfef)), closes [#3203](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3203)
|
|
2353
|
+
* **@clayui/css:** SVG Icons deprecate `desktop` and add `display-content` ([66c5ef7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/66c5ef7)), closes [#3200](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3200)
|
|
2354
|
+
* **@clayui/css:** Utilities `.close` should have `cursor: not-allowed` and `.disabled:active` should have `pointer-events: none` ([92100aa](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/92100aa)), closes [#3096](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3096)
|
|
2355
|
+
|
|
2356
|
+
|
|
2357
|
+
### Features
|
|
2358
|
+
|
|
2359
|
+
* **@clayui/css:** Create file `_bs4.scss` that imports Bootstrap 4 files separately so we can remove imports as we absorb BS4 components into Clay CSS ([f59c90c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f59c90c)), closes [#3192](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3192)
|
|
2360
|
+
* **@clayui/css:** Mixin `clay-sticker-variant` should use `clay-css` mixin to generate properties ([ae2648d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/ae2648d)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2361
|
+
* **@clayui/css:** SVG Icons adds `angle-down-small`, `angle-up-small`, `angle-left-small`, and `angle-right-small` ([4e55feb](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4e55feb)), closes [#3156](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3156)
|
|
2362
|
+
* **@clayui/css:** SVG Icons adds `thumbs-up-full` and `thumbs-down-full` ([55086ae](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/55086ae)), closes [#3208](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3208)
|
|
2363
|
+
* **@clayui/css:** SVG Icons adds icon `display` ([2d0dac9](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2d0dac9)), closes [#3200](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3200)
|
|
2364
|
+
|
|
2365
|
+
|
|
2366
|
+
|
|
2367
|
+
|
|
2368
|
+
|
|
2369
|
+
# [3.10.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.9.0...@clayui/css@3.10.0) (2020-04-24)
|
|
2370
|
+
|
|
2371
|
+
|
|
2372
|
+
### Bug Fixes
|
|
2373
|
+
|
|
2374
|
+
* **@clayui/css:** Button Group Vertical `.btn-monospaced` shouldn't shrink inside `autofit-col` ([5fcc7b5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5fcc7b5)), closes [#3063](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3063)
|
|
2375
|
+
* **@clayui/css:** Forms `.form-control-sm` and `.form-control-lg` should have correct left and right padding ([21688d6](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/21688d6)), closes [#3110](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3110)
|
|
2376
|
+
* **@clayui/css:** Forms small form elements should have 4px border-radius ([686c662](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/686c662)), closes [#3105](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3105)
|
|
2377
|
+
* **@clayui/css:** Mixin `clay-autofit-row` deprecated keys should win to preserve backward compatibility ([9e4d297](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9e4d297)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2378
|
+
* **@clayui/css:** Mixin `clay-button-variant` deprecated keys should win to preserve backward compatibility ([411901c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/411901c)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
|
|
2379
|
+
* **@clayui/css:** Mixin `clay-modal-variant` deprecated keys should win to preserve backward compatibility ([f38eeaa](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f38eeaa)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2380
|
+
* **@clayui/css:** Mixin `clay-panel-variant` deprecated keys should win to preserve backward compatibility ([63ae6ee](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/63ae6ee)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2381
|
+
* **@clayui/css:** Mixin `clay-tbar-variant` deprecated keys should win to preserve backward compatibility ([cfc3727](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cfc3727)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2382
|
+
* **@clayui/css:** Mixins `clay-after-highlight-variant` deprecated keys should win to preserve backward compatibility ([7b519b7](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/7b519b7)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
|
|
2383
|
+
* **@clayui/css:** Mixins `clay-container` deprecated keys should win to preserve backward compatibility ([4b07121](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/4b07121)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
|
|
2384
|
+
* **@clayui/css:** Mixins `clay-dropdown-item-variant` and `clay-dropdown-menu-variant` deprecated keys should win to preserve backward compatibility ([815354a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/815354a)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2385
|
+
* **@clayui/css:** Mixins `clay-input-group-stacked` and `clay-input-group-text-variant` deprecated keys should win to preserve backward compatibility ([6da73e1](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/6da73e1)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
|
|
2386
|
+
* **@clayui/css:** Mixins `clay-link` and `clay-text-typography` deprecated keys should win to preserve backward compatibility ([5c9a20b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5c9a20b)), closes [#3164](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3164)
|
|
2387
|
+
* **@clayui/css:** SVG Icons update cog.svg to new style for better contrast ([adc6580](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/adc6580)), closes [#3085](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3085)
|
|
2388
|
+
* **@clayui/css:** SVG Icons updates `angle-down`, `angle-left`, `angle-right`, and `angle-up` by reducing anchor points in the SVG ([b040734](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b040734)), closes [#3131](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3131)
|
|
2389
|
+
|
|
2390
|
+
|
|
2391
|
+
### Features
|
|
2392
|
+
|
|
2393
|
+
* **@clayui/css:** Mixin `clay-after-highlight-variant` use `clay-css` mixin to generate properties ([480b85b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/480b85b)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2394
|
+
* **@clayui/css:** Mixin `clay-autofit-row` should use `clay-css` mixin to generate properties ([1c12aac](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/1c12aac)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2395
|
+
* **@clayui/css:** Mixin `clay-close` should match `clay-link` to preserve compatibility between the two ([f44e459](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/f44e459)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2396
|
+
* **@clayui/css:** Mixin `clay-dropdown-item-variant` use `clay-css` mixin to generate properties ([9f63d87](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/9f63d87)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2397
|
+
* **@clayui/css:** Mixin `clay-dropdown-menu-variant` use `clay-css` mixin to generate properties ([2e66512](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/2e66512)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2398
|
+
* **@clayui/css:** Mixin `clay-input-group-text-variant` use `clay-css` mixin to generate properties ([08c0dd8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/08c0dd8)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2399
|
+
* **@clayui/css:** Mixin `clay-modal-variant` should use `clay-css` mixin to generate properties ([15c4f3f](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/15c4f3f)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2400
|
+
* **@clayui/css:** Mixin `clay-panel-variant` should use `clay-css` mixin to generate properties ([98fedd5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/98fedd5)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2401
|
+
* **@clayui/css:** Mixins `clay-button-variant` use `clay-css` mixin to generate properties ([3fcabd5](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/3fcabd5)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2402
|
+
* **@clayui/css:** Mixins `clay-close` use `clay-css` mixin to generate properties ([83ea47a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/83ea47a)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2403
|
+
* **@clayui/css:** Mixins `clay-container` use `clay-css` mixin to generate properties ([31b82d8](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/31b82d8)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2404
|
+
* **@clayui/css:** Mixins `clay-link` use `clay-css` mixin to generate properties ([32b2299](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/32b2299)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2405
|
+
* **@clayui/css:** Mixins `clay-row` should use `clay-css` mixin because it provides more options ([b15a98a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/b15a98a)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2406
|
+
* **@clayui/css:** Mixins `clay-text-typography` use `clay-css` mixin to generate properties ([cdd429c](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/cdd429c)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2407
|
+
* **@clayui/css:** Mixins adds `clay-table-drag-variant` with options `cell`, `c-drag`, `c-dragging-before`, `c-dragging-after`, `c-droppable-before`, `c-droppable-after` ([81622df](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/81622df)), closes [#2934](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2934)
|
|
2408
|
+
* **@clayui/css:** Mixins map deprecated `clay-button-size` to `clay-button-variant` ([a98b49b](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/a98b49b)), closes [#3075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3075)
|
|
2409
|
+
* **@clayui/css:** SVG Icons adds disk ([dbd2c5d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/dbd2c5d)), closes [#3080](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3080)
|
|
2410
|
+
* **@clayui/css:** SVG Icons adds search-plus ([5859d71](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/5859d71)), closes [#3091](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3091)
|
|
2411
|
+
* **@clayui/css:** SVG Icons update `disk`. we will change the corners to straight so that it matches the rest of the icons ([11e614d](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/11e614d)), closes [#3080](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3080)
|
|
2412
|
+
* **@clayui/css:** Tables adds `.table-drag`, `.table-dragging`, `.table-clone` base styles for drag and drop table columns ([fff748a](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/fff748a)), closes [#2934](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2934)
|
|
2413
|
+
* **clayui.com:** source md/mdx files from package directories ([fc6e798](https://github.com/liferay/clay/tree/master/packages/clay-css/commit/fc6e798))
|
|
2414
|
+
|
|
2415
|
+
|
|
2416
|
+
|
|
2417
|
+
|
|
2418
|
+
|
|
2419
|
+
# [3.9.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.8.0...@clayui/css@3.9.0) (2020-03-26)
|
|
2420
|
+
|
|
2421
|
+
|
|
2422
|
+
### Bug Fixes
|
|
2423
|
+
|
|
2424
|
+
* **@clayui/css:** Atlas Custom Checkbox and Radio should be 16px x 16px ([7a16efa](https://github.com/liferay/clay/commit/7a16efa)), closes [#3026](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3026)
|
|
2425
|
+
* **@clayui/css:** Forms `input[type="range"]` focus border artifact in Chrome and remove padding ([37c86d9](https://github.com/liferay/clay/commit/37c86d9)), closes [#1179](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/1179)
|
|
2426
|
+
* **@clayui/css:** Mixins `clay-css` only loop through properties that are passed via Sass map instead of listing everything ([b2f5496](https://github.com/liferay/clay/commit/b2f5496)), closes [#2990](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2990)
|
|
2427
|
+
* **@clayui/css:** override specific styles for rtl support ([dce5d81](https://github.com/liferay/clay/commit/dce5d81))
|
|
2428
|
+
|
|
2429
|
+
|
|
2430
|
+
### Features
|
|
2431
|
+
|
|
2432
|
+
* **@clayui/css:** SVG Icons add Malaysian flag ([37e26c6](https://github.com/liferay/clay/commit/37e26c6)), closes [#3017](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/3017)
|
|
2433
|
+
|
|
2434
|
+
|
|
2435
|
+
### Reverts
|
|
2436
|
+
|
|
2437
|
+
* **@clayui/css:** override specific styles for rtl support ([5125a62](https://github.com/liferay/clay/commit/5125a62))
|
|
2438
|
+
|
|
2439
|
+
|
|
2440
|
+
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
# [3.8.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.7.0...@clayui/css@3.8.0) (2020-03-12)
|
|
2444
|
+
|
|
2445
|
+
|
|
2446
|
+
### Bug Fixes
|
|
2447
|
+
|
|
2448
|
+
* **@clayui/css:** SVG Icons update the flag of Slovakia ([91d5cd0](https://github.com/liferay/clay/commit/91d5cd0)), closes [#2996](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2996)
|
|
2449
|
+
* **clay-css:** Aspect Ratio `.aspect-ratio-item` should be aligned to the left when parent container has `text-align: center` ([bf2f992](https://github.com/liferay/clay/commit/bf2f992)), closes [#833](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/833)
|
|
2450
|
+
* **clay-css:** Clay Base Form Select Element icon should display. Bootstrap changed the way they handle svg's as background-images at https://github.com/twbs/bootstrap/commit/c26e68427c06477cacdc4a75d92e5bd22476b4bb ([27241af](https://github.com/liferay/clay/commit/27241af)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2451
|
+
* **clay-css:** Mixins `clay-button-variant` deprecate `hover-z-index`, `focus-z-index`, `disabled-z-index`, `active-z-index` and use the Sass maps instead ([96b650b](https://github.com/liferay/clay/commit/96b650b)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2452
|
+
* **clay-css:** Mixins `clay-css` background-attachment should accept key `bg-attachment` or `background-attachment` ([b07e570](https://github.com/liferay/clay/commit/b07e570)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2453
|
+
* **clay-css:** Mixins `clay-css` background-color should accept key `bg` or `background-color` ([b55e7bc](https://github.com/liferay/clay/commit/b55e7bc)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2454
|
+
* **clay-css:** Removes Bootstrap 4's gnarly `select.form-control:not([multiple]):not([size])` selector overwrite. This selector was removed in Bootstrap 4.1.3. See https://github.com/twbs/bootstrap/commit/f426a67394010b5cc0235c845b744e2711f81e59 ([a209ac6](https://github.com/liferay/clay/commit/a209ac6)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2455
|
+
* **clay-css:** SVG Icons modify `tablet-landscape` and `tablet-portrait` they were off by a couple pixels ([9c3e266](https://github.com/liferay/clay/commit/9c3e266)), closes [#2970](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2970)
|
|
2456
|
+
|
|
2457
|
+
|
|
2458
|
+
### Features
|
|
2459
|
+
|
|
2460
|
+
* **@clayui/css:** Labels adds `label-inverse-*` to invert label colors ([340ce27](https://github.com/liferay/clay/commit/340ce27)), closes [#2975](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2975)
|
|
2461
|
+
* **@clayui/css:** Mixins `clay-label-variant` use `clay-css` mixin in each selector instead of individually declaring properties ([d456db6](https://github.com/liferay/clay/commit/d456db6)), closes [#2975](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2975)
|
|
2462
|
+
* **clay-css:** Adds Clay Dual Listbox (Old Input Move Boxes) component ([18b3905](https://github.com/liferay/clay/commit/18b3905)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2463
|
+
* **clay-css:** Adds Clay Reorder component. A `select[multiple]` element with buttons that rearrange `option`s inside `select[multiple]` ([7ba7584](https://github.com/liferay/clay/commit/7ba7584)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2464
|
+
* **clay-css:** Adds Empty State component ([a159135](https://github.com/liferay/clay/commit/a159135)), closes [#833](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/833)
|
|
2465
|
+
* **clay-css:** Adds images for Empty State in `src/images/images` ([df33ac1](https://github.com/liferay/clay/commit/df33ac1)), closes [#833](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/833)
|
|
2466
|
+
* **clay-css:** Form Select Element use `clay-select-variant` mixin to generate styles and consolidate repeated selectors ([4a381a0](https://github.com/liferay/clay/commit/4a381a0)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2467
|
+
* **clay-css:** Global Variables add `$component-focus-inset-box-shadow` for reusable focus inset box-shadows across components ([5008674](https://github.com/liferay/clay/commit/5008674)), closes [#2954](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2954)
|
|
2468
|
+
* **clay-css:** Mixins `clay-button-variant` use `clay-css` mixin for applying `hover`, `focus`, `disabled`, `active`, `active-class-after`, `active-focus`. ([22a6be1](https://github.com/liferay/clay/commit/22a6be1)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2469
|
+
* **clay-css:** Mixins `clay-css` adds option to pass in `scrollbar-width` for future proofing this property. It's available in Firefox 64+ ([4fbe1df](https://github.com/liferay/clay/commit/4fbe1df)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2470
|
+
* **clay-css:** Mixins `clay-form-control-variant` use `clay-css` mixin in each selector instead of individually declaring properties ([f4ce3e1](https://github.com/liferay/clay/commit/f4ce3e1)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2471
|
+
* **clay-css:** Mixins `clay-select-variant` use `clay-css` mixin in each selector instead of individually declaring properties ([485afb4](https://github.com/liferay/clay/commit/485afb4)), closes [#2896](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2896)
|
|
2472
|
+
* **clay-css:** Mixins `clay-sidebar-variant` add option to configure `.sidebar`, `.sidebar-panel`, `.sidebar-header`, `.sidebar-body`, `.sidebar-footer`, `.nav-nested`, `.sidebar-list-group .list-group-item`, `.sidebar-list-group .sticker`, `.sidebar-list-group .sticker-secondary` via Sass maps and `clay-css` mixin ([994c7bd](https://github.com/liferay/clay/commit/994c7bd)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2473
|
+
* **clay-css:** Mixins `clay-tbar-variant` use `clay-css` mixin for applying base `tbar`, `strong`, `.tbar-item`, `.tbar-section` styles ([a25959b](https://github.com/liferay/clay/commit/a25959b)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2474
|
+
* **clay-css:** Mixins adds `clay-slideout-variant` with options to configure `c-slideout-shown`, `c-slideout-tbar-shown`, `c-slideout-tbar-shown-sidebar`, `sidebar`, `sidebar-c-slideout-show`, `sidebar-c-slideout-transition`, `tbar-stacked`, `tbar-stacked-c-slideout-show`, `tbar-stacked-c-slideout-transition` ([95ae58e](https://github.com/liferay/clay/commit/95ae58e)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2475
|
+
* **clay-css:** Sidebar adds `.sidebar-dark` variant and Sass map `$sidebar-dark` which uses `clay-sidebar-variant` mixin ([df14c79](https://github.com/liferay/clay/commit/df14c79)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2476
|
+
* **clay-css:** Slideout adds new component `.c-slideout`, `.c-slideout-transition-in`, `.c-slideout-transition-out`, `.c-slideout-fixed`, `.c-slideout-absolute`, `.c-slideout-start`, `.c-slideout-end` ([50491e2](https://github.com/liferay/clay/commit/50491e2)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2477
|
+
* **clay-css:** Tbar adds `.tbar-stacked` for Lexicon's Vertical Bar Pattern and variants `.tbar-light`, `.tbar-dark-l2`, .tbar-dark-d1` ([7bd2ac6](https://github.com/liferay/clay/commit/7bd2ac6)), closes [#2903](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2903)
|
|
2478
|
+
* **clay-css:** Utilities adds `.c-focus-inset` for inner focus styles ([33ca179](https://github.com/liferay/clay/commit/33ca179)), closes [#2954](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2954)
|
|
2479
|
+
|
|
2480
|
+
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
|
|
2484
|
+
# 3.7.0 (2020-02-28)
|
|
2485
|
+
|
|
2486
|
+
|
|
2487
|
+
### Bug Fixes
|
|
2488
|
+
|
|
2489
|
+
* **clay css:** Adds `clay-time` component (Time Picker) ([74b2326](https://github.com/liferay/clay/commit/74b2326)), closes [#1424](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/1424)
|
|
2490
|
+
* **clay css:** Forms add `.disabled` to `.form-control` to style elements that use `div` ([5d36450](https://github.com/liferay/clay/commit/5d36450))
|
|
2491
|
+
* **clay css:** Management Bar `.navbar-text` should break to new line when there is not enough space ([40ba156](https://github.com/liferay/clay/commit/40ba156)), closes [#2085](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2085)
|
|
2492
|
+
* **clay css:** Mixin `clay-form-control-variant` add `align-items`, `flex-wrap`, `justify-content`, `max-width`, `min-height`, `text-transform` ([0b5cb01](https://github.com/liferay/clay/commit/0b5cb01))
|
|
2493
|
+
* **clay-css:** Add border-spacing, border-collapse not working in IE ([9d12922](https://github.com/liferay/clay/commit/9d12922))
|
|
2494
|
+
* **clay-css:** Adds `!optional` flag to `[@extend](https://github.com/extend)` for components that are extending selectors/placeholders outside of their respective component file ([403a0c2](https://github.com/liferay/clay/commit/403a0c2)), closes [#2881](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2881)
|
|
2495
|
+
* **clay-css:** Atlas Custom Control disabled label color should be the same as `$input-label-disabled-color` ([a160132](https://github.com/liferay/clay/commit/a160132)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2496
|
+
* **clay-css:** Atlas Dropdown change `.dropdown-header` and `.dropdown-subheader` color to [#272833](https://github.com/liferay/clay/commit/f901ce8)), closes [#2812](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2812)
|
|
2497
|
+
* **clay-css:** Atlas Form Validation `.form-feedback-item` and `.form-text` should be semi-bold ([798be68](https://github.com/liferay/clay/commit/798be68)), closes [#2328](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2328)
|
|
2498
|
+
* **clay-css:** Atlas Globals tweak `$success`, `$success-d1`, `$success-l1`, `$danger-d` hex values to match Lexicon exactly ([5b50860](https://github.com/liferay/clay/commit/5b50860)), closes [#2820](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2820)
|
|
2499
|
+
* **clay-css:** Atlas Nav Tabs and Nav Underline should use `$font-weight-semi-bold`. Nav Underline should be 32px tall and underline color should be `$primary-l1` ([6cdffef](https://github.com/liferay/clay/commit/6cdffef)), closes [#2388](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2388)
|
|
2500
|
+
* **clay-css:** Badges `.badge > .c-inner` only set margins and overwrite inherited max-width property ([52ee10f](https://github.com/liferay/clay/commit/52ee10f)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2501
|
+
* **clay-css:** Button `.btn-unstyled` should reset sizes for `.btn-sm` and `.btn-lg` ([896c21a](https://github.com/liferay/clay/commit/896c21a)), closes [#2475](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2475)
|
|
2502
|
+
* **clay-css:** Buttons use `math-sign` function for calculating negative margins on `.btn .c-inner` to prevent invalid CSS output like `margin: - -;` ([1ca34e4](https://github.com/liferay/clay/commit/1ca34e4)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2503
|
+
* **clay-css:** Custom Control add Sass maps `$custom-control-label`, `$custom-control-label-disabled`, `$custom-control-label-text` and map deprecated `$custom-control-description-*` to them so our namespace matches Bootstrap's. It was renamed toward end of Bootstrap beta in 6a54b4a ([e41dcf5](https://github.com/liferay/clay/commit/e41dcf5)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2504
|
+
* **clay-css:** Deprecate `.sheet-lg` and `$sheet-lg-max-width` in favor of `.container .sheet` pattern ([2e1e82c](https://github.com/liferay/clay/commit/2e1e82c)), closes [#2655](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2655)
|
|
2505
|
+
* **clay-css:** Dropdown Item `.disabled` should have `cursor: not-allowed` and move `pointer-events: none` to `.disabled:active` ([28cb857](https://github.com/liferay/clay/commit/28cb857)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2506
|
+
* **clay-css:** Form Validation Feedback space between icon and text should be 4px ([e1d0e09](https://github.com/liferay/clay/commit/e1d0e09)), closes [#2075](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2075)
|
|
2507
|
+
* **clay-css:** Globals added `_globals-z-index.scss` to list z-index variables used in Bootstrap/ClayCSS ([e12ee48](https://github.com/liferay/clay/commit/e12ee48)), closes [#2339](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2339)
|
|
2508
|
+
* **clay-css:** List Group double borders in `list-group-item-flex` caused by Bootstrap 4.4.1 22f6b37 ([1221279](https://github.com/liferay/clay/commit/1221279)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
|
|
2509
|
+
* **clay-css:** Mixin `clay-input-group-stacked` should use child combinator styles only apply direct descendants ([0f3d82e](https://github.com/liferay/clay/commit/0f3d82e)), closes [#2384](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2384)
|
|
2510
|
+
* **clay-css:** Mixins `clay-button-size`, `clay-button-variant`, `clay-close`, `clay-label-size`, `clay-link`, `clay-menubar-vertical-expand`, `clay-navbar-size`, `clay-panel-variant`, `clay-tbar-variant` should only set margins for `c-inner` ([61ac029](https://github.com/liferay/clay/commit/61ac029)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2511
|
+
* **clay-css:** Mixins `clay-dropdown-item-variant` only set margins and overwrite inherited width property for `c-inner` ([be5d06c](https://github.com/liferay/clay/commit/be5d06c)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2512
|
+
* **clay-css:** Modal Footer use `justify-content: flex-start` instead of Bootstrap's `flex-end` to work around IE11 rendering issues with `modal-item`'s ([2be40c2](https://github.com/liferay/clay/commit/2be40c2)), closes [#2873](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2873)
|
|
2513
|
+
* **clay-css:** Modals Atlas change widths of `.modal-sm`, `modal`, and `modal-lg` to `320px`, `600px`, `896px` respectively ([3c0c7c9](https://github.com/liferay/clay/commit/3c0c7c9)), closes [#2367](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2367)
|
|
2514
|
+
* **clay-css:** Nav `.nav-justified` should work with `button` ([fd5e3d0](https://github.com/liferay/clay/commit/fd5e3d0)), closes [#2237](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2237)
|
|
2515
|
+
* **clay-css:** Navigation Bar and Management Bar focus styles should match across each component ([5d0ecf9](https://github.com/liferay/clay/commit/5d0ecf9)), closes [#2900](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2900)
|
|
2516
|
+
* **clay-css:** New SVG Icon reset ([4c85071](https://github.com/liferay/clay/commit/4c85071)), closes [#2146](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2146)
|
|
2517
|
+
* **clay-css:** SVG Icons add deprecation note to `announcement`, `sticky`, `urgent` ([3eaec3a](https://github.com/liferay/clay/commit/3eaec3a))
|
|
2518
|
+
* broken markdown lists ([d1adc7e](https://github.com/liferay/clay/commit/d1adc7e))
|
|
2519
|
+
* **clay-css:** SVG Icons deprecate `import-export` and `embed` in favor of `order-arrow` and `code` respectively ([956d668](https://github.com/liferay/clay/commit/956d668)), closes [#2419](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2419)
|
|
2520
|
+
* **clay-css:** SVG Icons reduce the size by remove inessential attributes and comments ([e3d7120](https://github.com/liferay/clay/commit/e3d7120)), closes [#2309](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2309)
|
|
2521
|
+
* **clay-css:** SVG Icons renamed `announcement`, `sticky`, and `urgent` to `megaphone-full`, `pin-full`, and `bell-full` respectively ([e89b1f0](https://github.com/liferay/clay/commit/e89b1f0)), closes [#2119](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2119)
|
|
2522
|
+
* **clay-css:** Table Header (th) should be aligned left by default in Safari ([6a6c9a4](https://github.com/liferay/clay/commit/6a6c9a4)), closes [#2219](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2219)
|
|
2523
|
+
* **clay-css:** Use `selector-unify` to combine parent selectors with nested element selectors in mixins and components ([cb8e0a2](https://github.com/liferay/clay/commit/cb8e0a2)), closes [#2392](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2392)
|
|
2524
|
+
* **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/commit/2265d10))
|
|
2525
|
+
|
|
2526
|
+
|
|
2527
|
+
### Features
|
|
2528
|
+
|
|
2529
|
+
* **@clayui/css:** add new SVG icons `arrow-end`, `arrow-join`, `arrow-split`, `arrow-start`, `arrow-xor`, `circle`, `diamond` and `square` ([3e69b1e](https://github.com/liferay/clay/commit/3e69b1e))
|
|
2530
|
+
* **clay-css:** add new change-list-disabled SVG icon ([a02d20c](https://github.com/liferay/clay/commit/a02d20c))
|
|
2531
|
+
* **clay-css:** Add usable mixins from bourbon under `_vendor-prefixes.scss` ([91feecb](https://github.com/liferay/clay/commit/91feecb))
|
|
2532
|
+
* **clay-css:** Alert adds `.alert-btn`, `.alert-autofit-row`, `.alert-footer`, and `.alert .btn-group-item` ([5212f50](https://github.com/liferay/clay/commit/5212f50)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
|
|
2533
|
+
* **clay-css:** Aspect Ratio adds `.aspect-ratio-item-top-left` ([6981a23](https://github.com/liferay/clay/commit/6981a23)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2534
|
+
* **clay-css:** Atlas change `$indigo` to [#7785](https://github.com/liferay/clay/commit/0be9e04)), closes [#2960](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2960)
|
|
2535
|
+
* **clay-css:** Atlas Form Validation add styles for readonly input success, error, and warning states ([faf5748](https://github.com/liferay/clay/commit/faf5748)), closes [#2715](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2715)
|
|
2536
|
+
* **clay-css:** Atlas Forms input readonly should have white background and no focus box shadow ([db77870](https://github.com/liferay/clay/commit/db77870)), closes [#2425](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2425)
|
|
2537
|
+
* **clay-css:** Atlas Global Variables make `h1` - `h6` font sizes the same as 2.x ([0e0f9a0](https://github.com/liferay/clay/commit/0e0f9a0)), closes [#2864](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2864)
|
|
2538
|
+
* **clay-css:** Atlas Globals adds `$enable-lexicon-flat-colors` to change base colors to match Lexicon Flat Color palette, set to `false` to revert back to old colors ([69fcdb2](https://github.com/liferay/clay/commit/69fcdb2)), closes [#E83E8](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/E83E8) [#2726](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2726)
|
|
2539
|
+
* **clay-css:** Badge adds `.c-inner` pattern for `.badge`, `.badge-item`, and `.badge .close` ([01b7aee](https://github.com/liferay/clay/commit/01b7aee)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2540
|
+
* **clay-css:** Buttons adds `.c-inner` pattern for `.btn`, `.btn-unstyled`, `.btn-monospaced`, `.btn-sm`, `.btn-lg` ([d810b02](https://github.com/liferay/clay/commit/d810b02)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2541
|
+
* **clay-css:** Card add support for `.c-inner` ([5303bdf](https://github.com/liferay/clay/commit/5303bdf)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2542
|
+
* **clay-css:** Card adds `.card-type-asset.product-card` ([c6be980](https://github.com/liferay/clay/commit/c6be980)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2543
|
+
* **clay-css:** Card adds support for `.card` `.aspect-ratio-item-top-left`, `.aspect-ratio-item-top-center`, `.aspect-ratio-item-top-right`, `.aspect-ratio-item-right-middle`, `.aspect-ratio-item-bottom-right`, `.aspect-ratio-item-bottom-center`, `.aspect-ratio-item-bottom-left` ([930ee92](https://github.com/liferay/clay/commit/930ee92)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2544
|
+
* **clay-css:** Clay Range add `clay-range-thumb` slider head overlay to make it easier to grab via js and position tooltip inside of it ([d3dbcbd](https://github.com/liferay/clay/commit/d3dbcbd))
|
|
2545
|
+
* **clay-css:** Clay Time added focus styles for `.clay-time .form-control-inset` ([5c0c447](https://github.com/liferay/clay/commit/5c0c447)), closes [#2299](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2299)
|
|
2546
|
+
* **clay-css:** Custom Control added `.custom-control-primary` to help increase visual hierarchy of a `custom-control` ([cc0275d](https://github.com/liferay/clay/commit/cc0275d)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2547
|
+
* **clay-css:** Custom Control adds `$custom-control-description-font-weight` and sets font-weight to normal in Atlas ([3d2af5c](https://github.com/liferay/clay/commit/3d2af5c)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2548
|
+
* **clay-css:** Custom Forms `.custom-control` should have `text-align: left` so text is next to input if parent container has `text-align: center` ([4615041](https://github.com/liferay/clay/commit/4615041)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2549
|
+
* **clay-css:** Dropdown add `.c-inner` pattern for `.dropdown-item`, `.dropdown-menu-indicator-start`, and `.dropdown-menu-indicator-end` ([d9c40e6](https://github.com/liferay/clay/commit/d9c40e6)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2550
|
+
* **clay-css:** Dropdown add styles for `.dropdown-item .c-kbd` ([8668050](https://github.com/liferay/clay/commit/8668050)), closes [#2906](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2906)
|
|
2551
|
+
* **clay-css:** Dropdown Section add specific styles for nested `custom-control`s ([573a860](https://github.com/liferay/clay/commit/573a860)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2552
|
+
* **clay-css:** enable-c-inner: true by default ([81ea040](https://github.com/liferay/clay/commit/81ea040))
|
|
2553
|
+
* **clay-css:** Forms Clay Multiselect `.form-control-tag-group` should have Clear All button and be aligned in the middle ([3df613c](https://github.com/liferay/clay/commit/3df613c)), closes [#2335](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2335)
|
|
2554
|
+
* **clay-css:** Forms support `label` element without `for` attribute. `label` needs the class `.form-control-label` and text must be wrapped in an element with class `.form-control-label-text` ([d0fff7f](https://github.com/liferay/clay/commit/d0fff7f)), closes [#2242](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2242)
|
|
2555
|
+
* **clay-css:** Global Functions added `clay-max` to return the maximum between two values and also accepts null values ([0852a9e](https://github.com/liferay/clay/commit/0852a9e))
|
|
2556
|
+
* **clay-css:** Global Functions added `map-deep-merge()` that merges keys and values from deeply nested Sass maps ([1f21cac](https://github.com/liferay/clay/commit/1f21cac)), closes [#2403](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2403)
|
|
2557
|
+
* **clay-css:** Icons add support for `.c-inner` in `.collapse-icon` ([679fcea](https://github.com/liferay/clay/commit/679fcea)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2558
|
+
* **clay-css:** Input Group adds support for `.c-inner` to `.input-group-inset-item .btn` ([60fc69b](https://github.com/liferay/clay/commit/60fc69b)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2559
|
+
* **clay-css:** Label adds `.c-inner` pattern for `.label`, `.label-lg`, and `.label-item` ([bbde2ec](https://github.com/liferay/clay/commit/bbde2ec)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2560
|
+
* **clay-css:** Links `component-action` add support for `.c-inner`, declare properties from `%link-monospaced` in Sass map `$component-action` and remove `[@extend](https://github.com/extend) %link-monospaced` ([2f84f48](https://github.com/liferay/clay/commit/2f84f48)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2561
|
+
* **clay-css:** Links `link-monospaced` should use `clay-link` mixin, add Sass map `$link-monospaced`, add support for `.c-inner` ([c9b3da3](https://github.com/liferay/clay/commit/c9b3da3)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2562
|
+
* **clay-css:** Links `link-outline` should use `clay-link` mixin, add Sass map `$link-outline`, add support for `.c-inner` ([37e6598](https://github.com/liferay/clay/commit/37e6598)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2563
|
+
* **clay-css:** List Group `.list-group-item-action` should support `.c-inner` ([6add193](https://github.com/liferay/clay/commit/6add193)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2564
|
+
* **clay-css:** List Group add `.list-group-sm` modifier to make `.list-group-item` shorter ([edd8c40](https://github.com/liferay/clay/commit/edd8c40)), closes [#2423](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2423)
|
|
2565
|
+
* **clay-css:** Menubar added `.menubar-vertical-expand-md.menubar-decorated` and `.menubar-vertical-expand-lg.menubar-decorated` ([e46b52c](https://github.com/liferay/clay/commit/e46b52c)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
|
|
2566
|
+
* **clay-css:** Mixin `clay-navbar-size` add `.c-inner` support for `.navbar-toggler`, `.navbar-toggler-link`, `.navbar-brand`, `.nav-btn`, `.nav-btn-monospaced`, `.nav-link`, `.nav-link-monospaced` ([95c8e1c](https://github.com/liferay/clay/commit/95c8e1c)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2567
|
+
* **clay-css:** Mixins `clay-button-size`, `clay-button-variant` add support for `.c-inner` and `.lexicon-icon` ([f37f31d](https://github.com/liferay/clay/commit/f37f31d)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2568
|
+
* **clay-css:** Mixins `clay-button-size`, `clay-button-variant`, `clay-close`, `clay-dropdown-item-variant`, `clay-label-size`, `clay-link` adds option to pass `$c-inner` through Sass map ([66d3827](https://github.com/liferay/clay/commit/66d3827)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2569
|
+
* **clay-css:** Mixins `clay-button-variant` adds configs `z-index`, `hover-z-index`, `focus-z-index`, `disabled-z-index` and `active-z-index` ([9f729d5](https://github.com/liferay/clay/commit/9f729d5)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2570
|
+
* **clay-css:** Mixins `clay-close` add `.c-inner` pattern ([8d355c8](https://github.com/liferay/clay/commit/8d355c8)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2571
|
+
* **clay-css:** Mixins `clay-dropdown-item-variant` adds options to configure `autofit-row`, `c-kbd-inline`, `hover-c-kbd-inline`, `focus-c-kbd-inline`, `active-c-kbd-inline`, `active-class-c-kbd-inline`, `disabled-c-kbd-inline` ([b2e743d](https://github.com/liferay/clay/commit/b2e743d)), closes [#2906](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2906)
|
|
2572
|
+
* **clay-css:** Mixins `clay-form-control-variant` add options to configure `$selection-bg`, `$selection-color`, and should also output `.focus` styles ([ec5663c](https://github.com/liferay/clay/commit/ec5663c)), closes [#2299](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2299)
|
|
2573
|
+
* **clay-css:** Mixins `clay-link` `.c-inner` should use parent's `max-width` ([0fe271d](https://github.com/liferay/clay/commit/0fe271d)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2574
|
+
* **clay-css:** Mixins `clay-link` add `.c-inner` pattern ([09c5628](https://github.com/liferay/clay/commit/09c5628)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2575
|
+
* **clay-css:** Mixins `clay-link` added position, padding, and disabled-active-pointer-events ([4d78c67](https://github.com/liferay/clay/commit/4d78c67)), closes [#2540](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2540)
|
|
2576
|
+
* **clay-css:** Mixins `clay-link` adds config `margin`, `max-height`, `min-height`, `min-width` ([516c9e8](https://github.com/liferay/clay/commit/516c9e8)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2577
|
+
* **clay-css:** Mixins `clay-menubar-vertical-expand` adds support for `.menubar-toggler .c-inner` through Sass map `toggler-c-inner` ([cd81488](https://github.com/liferay/clay/commit/cd81488)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2578
|
+
* **clay-css:** Mixins added `clay-autofit-row` for custom `.autofit-row` and `.autofit-col` spacing ([cf3bafa](https://github.com/liferay/clay/commit/cf3bafa)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
|
|
2579
|
+
* **clay-css:** Mixins added `clay-line-clamp` for truncating text based on number of lines ([525f3d1](https://github.com/liferay/clay/commit/525f3d1)), closes [#2058](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2058)
|
|
2580
|
+
* **clay-css:** Mixins added `clay-range-input-variant` for creating `.clay-range-input` variants ([55e59eb](https://github.com/liferay/clay/commit/55e59eb))
|
|
2581
|
+
* **clay-css:** Mixins added `mixins/_globals.scss` file and mixin `clay-css` for outputting any css property ([af0da9f](https://github.com/liferay/clay/commit/af0da9f)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
|
|
2582
|
+
* **clay-css:** Mixins clay-container adds option to configure cursor ([6f6fb78](https://github.com/liferay/clay/commit/6f6fb78))
|
|
2583
|
+
* **clay-css:** Modals add `.modal-item-group`, `.modal-item-group-first`, `.modal-item-group-last`, `.modal-item-group-only`, `.modal-item-shrink`, and modify `.modal-item` to accommodate more use cases like truncating long text ([72d9083](https://github.com/liferay/clay/commit/72d9083)), closes [#2844](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2844)
|
|
2584
|
+
* **clay-css:** Modals added fixed height modals `.modal-height-sm`, `.modal-height-md`, `.modal-height-lg`, `.modal-height-xl` that sets heights `250px`, `450px`, `650px`, `800px` respectively ([de5d10d](https://github.com/liferay/clay/commit/de5d10d)), closes [#2395](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2395)
|
|
2585
|
+
* **clay-css:** Multi Step Nav add `.c-inner` support for `.multi-step-icon` ([81c4924](https://github.com/liferay/clay/commit/81c4924)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2586
|
+
* **clay-css:** Nav add `.c-inner` support for `.nav-btn`, `.nav-btn-monospaced`, and `.nav-link-monospaced` ([e2ca2ea](https://github.com/liferay/clay/commit/e2ca2ea)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2587
|
+
* **clay-css:** Nav add support for `.c-inner` in `.nav-link` ([f3d19f0](https://github.com/liferay/clay/commit/f3d19f0)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2588
|
+
* **clay-css:** Nav add support for `.nav-link.btn-unstyled` ([3dcbf47](https://github.com/liferay/clay/commit/3dcbf47)), closes [#2540](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2540)
|
|
2589
|
+
* **clay-css:** Navbar add support for `.nav-item .dropdown` so `.dropdown-toggle` is sized and positioned properly ([124ee8b](https://github.com/liferay/clay/commit/124ee8b)), closes [#2900](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2900)
|
|
2590
|
+
* **clay-css:** new SVG Icon test ([acb9f57](https://github.com/liferay/clay/commit/acb9f57))
|
|
2591
|
+
* **clay-css:** Pagination add `.c-inner` support for `.pagination-sm` and `.pagination-lg` ([7464fe3](https://github.com/liferay/clay/commit/7464fe3)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2592
|
+
* **clay-css:** Panel add `.c-inner` support for `.panel-header`, `.panel-header.collapse-icon`, `.panel-group-flush .panel-header`, `.panel-group-flush .collapse-icon` ([507dfee](https://github.com/liferay/clay/commit/507dfee)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2593
|
+
* **clay-css:** Range added `clay-range` component ([142700f](https://github.com/liferay/clay/commit/142700f)), closes [#2157](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2157)
|
|
2594
|
+
* **clay-css:** Range added tooltip and fix styles in IE11 ([a9e6137](https://github.com/liferay/clay/commit/a9e6137))
|
|
2595
|
+
* **clay-css:** Sheet add `.c-inner` support for `.sheet-subtitle`, `.sheet-subtitle.collapse-icon` ([9aafb11](https://github.com/liferay/clay/commit/9aafb11)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2596
|
+
* **clay-css:** SVG Icon added `device-check` ([80396b4](https://github.com/liferay/clay/commit/80396b4)), closes [#2757](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2757)
|
|
2597
|
+
* **clay-css:** SVG Icon source format `change-list-disabled` ([dd8f2f2](https://github.com/liferay/clay/commit/dd8f2f2))
|
|
2598
|
+
* **clay-css:** SVG Icons add `books.svg` ([5fb502d](https://github.com/liferay/clay/commit/5fb502d)), closes [#2905](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2905)
|
|
2599
|
+
* **clay-css:** SVG Icons add `social-instagram` and `social-vimeo` ([a879b3d](https://github.com/liferay/clay/commit/a879b3d)), closes [#2695](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2695)
|
|
2600
|
+
* **clay-css:** SVG Icons add briefcase ([0216f1c](https://github.com/liferay/clay/commit/0216f1c))
|
|
2601
|
+
* **clay-css:** SVG Icons add Google ([4a34678](https://github.com/liferay/clay/commit/4a34678)), closes [#2581](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2581)
|
|
2602
|
+
* **clay-css:** SVG Icons add hdd.svg ([5052c5f](https://github.com/liferay/clay/commit/5052c5f)), closes [#2582](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2582)
|
|
2603
|
+
* **clay-css:** SVG Icons add sign-in ([1c31dbb](https://github.com/liferay/clay/commit/1c31dbb)), closes [#2580](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2580)
|
|
2604
|
+
* **clay-css:** SVG Icons added `credit-card` and `catalog` ([0d8e359](https://github.com/liferay/clay/commit/0d8e359)), closes [#2739](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2739)
|
|
2605
|
+
* **clay-css:** SVG Icons added `heart-full` ([38edecf](https://github.com/liferay/clay/commit/38edecf)), closes [#2690](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2690)
|
|
2606
|
+
* **clay-css:** SVG Icons added `import` and `import-list` ([4cf09f1](https://github.com/liferay/clay/commit/4cf09f1)), closes [#2683](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2683)
|
|
2607
|
+
* **clay-css:** SVG Icons added `liferay-ac` ([6c76834](https://github.com/liferay/clay/commit/6c76834)), closes [#2727](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2727)
|
|
2608
|
+
* **clay-css:** SVG Icons added `order-arrow-left` and `order-arrow-right` ([4a86eac](https://github.com/liferay/clay/commit/4a86eac)), closes [#2688](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2688)
|
|
2609
|
+
* **clay-css:** SVG Icons added `times-circle-full` and `times-small` ([9be9456](https://github.com/liferay/clay/commit/9be9456)), closes [#2691](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2691)
|
|
2610
|
+
* **clay-css:** SVG Icons added `truck` ([76b19e0](https://github.com/liferay/clay/commit/76b19e0)), closes [#2689](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2689)
|
|
2611
|
+
* **clay-css:** SVG Icons added cloud ([001e644](https://github.com/liferay/clay/commit/001e644)), closes [#2742](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2742)
|
|
2612
|
+
* **clay-css:** SVG Icons adds `document-pending` ([24067d8](https://github.com/liferay/clay/commit/24067d8)), closes [#2724](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2724)
|
|
2613
|
+
* **clay-css:** SVG Icons deprecate `twitter` and add `social-twitter` ([eb5e2c0](https://github.com/liferay/clay/commit/eb5e2c0)), closes [#2697](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2697)
|
|
2614
|
+
* **clay-css:** SVG Icons update `times` to be thicker ([4632b83](https://github.com/liferay/clay/commit/4632b83))
|
|
2615
|
+
* **clay-css:** Tbar add `.c-inner` support for `.tbar-link`, `.tbar-link-monospaced`, `.tbar-btn`, `.tbar-btn-monospaced` ([9560bef](https://github.com/liferay/clay/commit/9560bef)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2616
|
+
* **clay-css:** Type adds `.c-kbd` to style `kbd` element with light/dark theme and sizes sm/lg ([26db8b6](https://github.com/liferay/clay/commit/26db8b6)), closes [#2906](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2906)
|
|
2617
|
+
* **clay-css:** Update Bootstrap CSS to 4.4.1, Bootstrap JS 4.4.0, Popper.js 1.16.0 ([491620d](https://github.com/liferay/clay/commit/491620d)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
|
|
2618
|
+
* **clay-css:** Use `map-deep-merge` to merge Sass maps in Clay CSS ([d69858d](https://github.com/liferay/clay/commit/d69858d)), closes [#2403](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2403)
|
|
2619
|
+
* **clay-css:** Utilities `.c-inner` should inherit sizing styles from parent ([7dd8f58](https://github.com/liferay/clay/commit/7dd8f58)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2620
|
+
* **clay-css:** Utilities add duplicate of Bootstrap's spacing utilities prefixed with `c-` and without the `!important` flag ([e12e7b4](https://github.com/liferay/clay/commit/e12e7b4)), closes [#2725](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2725)
|
|
2621
|
+
* **clay-css:** Utilities adds `.c-inner` wrapper for use inside interactive elements to have better control over focus styles on click ([9616e49](https://github.com/liferay/clay/commit/9616e49)), closes [#2763](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2763)
|
|
2622
|
+
|
|
2623
|
+
|
|
2624
|
+
|
|
2625
|
+
|
|
2626
|
+
|
|
2627
|
+
# [3.6.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.5.0...@clayui/css@3.6.0) (2020-02-13)
|
|
2628
|
+
|
|
2629
|
+
|
|
2630
|
+
### Bug Fixes
|
|
2631
|
+
|
|
2632
|
+
* **clay-css:** Navigation Bar and Management Bar focus styles should match across each component ([5d0ecf9](https://github.com/liferay/clay/commit/5d0ecf9)), closes [#2900](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2900)
|
|
2633
|
+
|
|
2634
|
+
|
|
2635
|
+
### Features
|
|
2636
|
+
|
|
2637
|
+
* **clay-css:** Aspect Ratio adds `.aspect-ratio-item-top-left` ([6981a23](https://github.com/liferay/clay/commit/6981a23)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2638
|
+
* **clay-css:** Card adds `.card-type-asset.product-card` ([c6be980](https://github.com/liferay/clay/commit/c6be980)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2639
|
+
* **clay-css:** Card adds support for `.card` `.aspect-ratio-item-top-left`, `.aspect-ratio-item-top-center`, `.aspect-ratio-item-top-right`, `.aspect-ratio-item-right-middle`, `.aspect-ratio-item-bottom-right`, `.aspect-ratio-item-bottom-center`, `.aspect-ratio-item-bottom-left` ([930ee92](https://github.com/liferay/clay/commit/930ee92)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2640
|
+
* **clay-css:** Custom Forms `.custom-control` should have `text-align: left` so text is next to input if parent container has `text-align: center` ([4615041](https://github.com/liferay/clay/commit/4615041)), closes [#2843](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2843)
|
|
2641
|
+
* **clay-css:** Modals add `.modal-item-group`, `.modal-item-group-first`, `.modal-item-group-last`, `.modal-item-group-only`, `.modal-item-shrink`, and modify `.modal-item` to accommodate more use cases like truncating long text ([72d9083](https://github.com/liferay/clay/commit/72d9083)), closes [#2844](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2844)
|
|
2642
|
+
* **clay-css:** Navbar add support for `.nav-item .dropdown` so `.dropdown-toggle` is sized and positioned properly ([124ee8b](https://github.com/liferay/clay/commit/124ee8b)), closes [#2900](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2900)
|
|
2643
|
+
* **clay-css:** SVG Icons add `books.svg` ([5fb502d](https://github.com/liferay/clay/commit/5fb502d)), closes [#2905](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2905)
|
|
2644
|
+
|
|
2645
|
+
|
|
2646
|
+
|
|
2647
|
+
|
|
2648
|
+
|
|
2649
|
+
# [3.5.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.2.0...@clayui/css@3.5.0) (2020-01-31)
|
|
2650
|
+
|
|
2651
|
+
|
|
2652
|
+
### Bug Fixes
|
|
2653
|
+
|
|
2654
|
+
* **clay-css:** Adds `!optional` flag to `[@extend](https://github.com/extend)` for components that are extending selectors/placeholders outside of their respective component file ([403a0c2](https://github.com/liferay/clay/commit/403a0c2)), closes [#2881](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2881)
|
|
2655
|
+
* **clay-css:** Atlas Custom Control disabled label color should be the same as `$input-label-disabled-color` ([a160132](https://github.com/liferay/clay/commit/a160132)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2656
|
+
* **clay-css:** Atlas Dropdown change `.dropdown-header` and `.dropdown-subheader` color to [#272833](https://github.com/liferay/clay/commit/f901ce8)), closes [#2812](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2812)
|
|
2657
|
+
* **clay-css:** Atlas Globals tweak `$success`, `$success-d1`, `$success-l1`, `$danger-d` hex values to match Lexicon exactly ([5b50860](https://github.com/liferay/clay/commit/5b50860)), closes [#2820](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2820)
|
|
2658
|
+
* **clay-css:** Custom Control add Sass maps `$custom-control-label`, `$custom-control-label-disabled`, `$custom-control-label-text` and map deprecated `$custom-control-description-*` to them so our namespace matches Bootstrap's. It was renamed toward end of Bootstrap beta in 6a54b4a ([e41dcf5](https://github.com/liferay/clay/commit/e41dcf5)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2659
|
+
* **clay-css:** Deprecate `.sheet-lg` and `$sheet-lg-max-width` in favor of `.container .sheet` pattern ([2e1e82c](https://github.com/liferay/clay/commit/2e1e82c)), closes [#2655](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2655)
|
|
2660
|
+
* **clay-css:** Dropdown Item `.disabled` should have `cursor: not-allowed` and move `pointer-events: none` to `.disabled:active` ([28cb857](https://github.com/liferay/clay/commit/28cb857)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2661
|
+
* **clay-css:** List Group double borders in `list-group-item-flex` caused by Bootstrap 4.4.1 22f6b37 ([1221279](https://github.com/liferay/clay/commit/1221279)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
|
|
2662
|
+
* **clay-css:** Modal Footer use `justify-content: flex-start` instead of Bootstrap's `flex-end` to work around IE11 rendering issues with `modal-item`'s ([2be40c2](https://github.com/liferay/clay/commit/2be40c2)), closes [#2873](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2873)
|
|
2663
|
+
* **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/commit/2265d10))
|
|
2664
|
+
|
|
2665
|
+
|
|
2666
|
+
### Features
|
|
2667
|
+
|
|
2668
|
+
* **clay-css:** Alert adds `.alert-btn`, `.alert-autofit-row`, `.alert-footer`, and `.alert .btn-group-item` ([5212f50](https://github.com/liferay/clay/commit/5212f50)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
|
|
2669
|
+
* **clay-css:** Atlas Form Validation add styles for readonly input success, error, and warning states ([faf5748](https://github.com/liferay/clay/commit/faf5748)), closes [#2715](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2715)
|
|
2670
|
+
* **clay-css:** Atlas Global Variables make `h1` - `h6` font sizes the same as 2.x ([0e0f9a0](https://github.com/liferay/clay/commit/0e0f9a0)), closes [#2864](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2864)
|
|
2671
|
+
* **clay-css:** Atlas Globals adds `$enable-lexicon-flat-colors` to change base colors to match Lexicon Flat Color palette, set to `false` to revert back to old colors ([69fcdb2](https://github.com/liferay/clay/commit/69fcdb2)), closes [#E83E8](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/E83E8) [#2726](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2726)
|
|
2672
|
+
* **clay-css:** Custom Control added `.custom-control-primary` to help increase visual hierarchy of a `custom-control` ([cc0275d](https://github.com/liferay/clay/commit/cc0275d)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2673
|
+
* **clay-css:** Custom Control adds `$custom-control-description-font-weight` and sets font-weight to normal in Atlas ([3d2af5c](https://github.com/liferay/clay/commit/3d2af5c)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2674
|
+
* **clay-css:** Dropdown Section add specific styles for nested `custom-control`s ([573a860](https://github.com/liferay/clay/commit/573a860)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2675
|
+
* **clay-css:** Forms support `label` element without `for` attribute. `label` needs the class `.form-control-label` and text must be wrapped in an element with class `.form-control-label-text` ([d0fff7f](https://github.com/liferay/clay/commit/d0fff7f)), closes [#2242](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2242)
|
|
2676
|
+
* **clay-css:** Menubar added `.menubar-vertical-expand-md.menubar-decorated` and `.menubar-vertical-expand-lg.menubar-decorated` ([e46b52c](https://github.com/liferay/clay/commit/e46b52c)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
|
|
2677
|
+
* **clay-css:** Mixins added `clay-autofit-row` for custom `.autofit-row` and `.autofit-col` spacing ([cf3bafa](https://github.com/liferay/clay/commit/cf3bafa)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
|
|
2678
|
+
* **clay-css:** Mixins added `mixins/_globals.scss` file and mixin `clay-css` for outputting any css property ([af0da9f](https://github.com/liferay/clay/commit/af0da9f)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
|
|
2679
|
+
* **clay-css:** Mixins clay-container adds option to configure cursor ([6f6fb78](https://github.com/liferay/clay/commit/6f6fb78))
|
|
2680
|
+
* **clay-css:** SVG Icon added `device-check` ([80396b4](https://github.com/liferay/clay/commit/80396b4)), closes [#2757](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2757)
|
|
2681
|
+
* **clay-css:** SVG Icons added `credit-card` and `catalog` ([0d8e359](https://github.com/liferay/clay/commit/0d8e359)), closes [#2739](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2739)
|
|
2682
|
+
* **clay-css:** SVG Icons added `liferay-ac` ([6c76834](https://github.com/liferay/clay/commit/6c76834)), closes [#2727](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2727)
|
|
2683
|
+
* **clay-css:** SVG Icons added cloud ([001e644](https://github.com/liferay/clay/commit/001e644)), closes [#2742](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2742)
|
|
2684
|
+
* **clay-css:** SVG Icons adds `document-pending` ([24067d8](https://github.com/liferay/clay/commit/24067d8)), closes [#2724](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2724)
|
|
2685
|
+
* **clay-css:** Update Bootstrap CSS to 4.4.1, Bootstrap JS 4.4.0, Popper.js 1.16.0 ([491620d](https://github.com/liferay/clay/commit/491620d)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
|
|
2686
|
+
* **clay-css:** Utilities add duplicate of Bootstrap's spacing utilities prefixed with `c-` and without the `!important` flag ([e12e7b4](https://github.com/liferay/clay/commit/e12e7b4)), closes [#2725](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2725)
|
|
2687
|
+
|
|
2688
|
+
|
|
2689
|
+
|
|
2690
|
+
|
|
2691
|
+
|
|
2692
|
+
# [3.4.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.2.0...@clayui/css@3.4.0) (2020-01-20)
|
|
2693
|
+
|
|
2694
|
+
|
|
2695
|
+
### Bug Fixes
|
|
2696
|
+
|
|
2697
|
+
* **clay-css:** Atlas Custom Control disabled label color should be the same as `$input-label-disabled-color` ([a160132](https://github.com/liferay/clay/commit/a160132)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2698
|
+
* **clay-css:** Atlas Dropdown change `.dropdown-header` and `.dropdown-subheader` color to [#272833](https://github.com/liferay/clay/commit/f901ce8)), closes [#2812](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2812)
|
|
2699
|
+
* **clay-css:** Atlas Globals tweak `$success`, `$success-d1`, `$success-l1`, `$danger-d` hex values to match Lexicon exactly ([5b50860](https://github.com/liferay/clay/commit/5b50860)), closes [#2820](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2820)
|
|
2700
|
+
* **clay-css:** Custom Control add Sass maps `$custom-control-label`, `$custom-control-label-disabled`, `$custom-control-label-text` and map deprecated `$custom-control-description-*` to them so our namespace matches Bootstrap's. It was renamed toward end of Bootstrap beta in 6a54b4a ([e41dcf5](https://github.com/liferay/clay/commit/e41dcf5)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2701
|
+
* **clay-css:** Deprecate `.sheet-lg` and `$sheet-lg-max-width` in favor of `.container .sheet` pattern ([2e1e82c](https://github.com/liferay/clay/commit/2e1e82c)), closes [#2655](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2655)
|
|
2702
|
+
* **clay-css:** Dropdown Item `.disabled` should have `cursor: not-allowed` and move `pointer-events: none` to `.disabled:active` ([28cb857](https://github.com/liferay/clay/commit/28cb857)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2703
|
+
* **clay-css:** List Group double borders in `list-group-item-flex` caused by Bootstrap 4.4.1 22f6b37 ([1221279](https://github.com/liferay/clay/commit/1221279)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
|
|
2704
|
+
* **css:** allow newline characters to display properly for tooltips ([2265d10](https://github.com/liferay/clay/commit/2265d10))
|
|
2705
|
+
|
|
2706
|
+
|
|
2707
|
+
### Features
|
|
2708
|
+
|
|
2709
|
+
* **clay-css:** Alert adds `.alert-btn`, `.alert-autofit-row`, `.alert-footer`, and `.alert .btn-group-item` ([5212f50](https://github.com/liferay/clay/commit/5212f50)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
|
|
2710
|
+
* **clay-css:** Atlas Form Validation add styles for readonly input success, error, and warning states ([faf5748](https://github.com/liferay/clay/commit/faf5748)), closes [#2715](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2715)
|
|
2711
|
+
* **clay-css:** Atlas Global Variables make `h1` - `h6` font sizes the same as 2.x ([0e0f9a0](https://github.com/liferay/clay/commit/0e0f9a0)), closes [#2864](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2864)
|
|
2712
|
+
* **clay-css:** Atlas Globals adds `$enable-lexicon-flat-colors` to change base colors to match Lexicon Flat Color palette, set to `false` to revert back to old colors ([69fcdb2](https://github.com/liferay/clay/commit/69fcdb2)), closes [#E83E8](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/E83E8) [#2726](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2726)
|
|
2713
|
+
* **clay-css:** Custom Control added `.custom-control-primary` to help increase visual hierarchy of a `custom-control` ([cc0275d](https://github.com/liferay/clay/commit/cc0275d)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2714
|
+
* **clay-css:** Custom Control adds `$custom-control-description-font-weight` and sets font-weight to normal in Atlas ([3d2af5c](https://github.com/liferay/clay/commit/3d2af5c)), closes [#2813](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2813)
|
|
2715
|
+
* **clay-css:** Dropdown Section add specific styles for nested `custom-control`s ([573a860](https://github.com/liferay/clay/commit/573a860)), closes [#2811](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2811)
|
|
2716
|
+
* **clay-css:** Forms support `label` element without `for` attribute. `label` needs the class `.form-control-label` and text must be wrapped in an element with class `.form-control-label-text` ([d0fff7f](https://github.com/liferay/clay/commit/d0fff7f)), closes [#2242](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2242)
|
|
2717
|
+
* **clay-css:** Menubar added `.menubar-vertical-expand-md.menubar-decorated` and `.menubar-vertical-expand-lg.menubar-decorated` ([e46b52c](https://github.com/liferay/clay/commit/e46b52c)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
|
|
2718
|
+
* **clay-css:** Mixins added `clay-autofit-row` for custom `.autofit-row` and `.autofit-col` spacing ([cf3bafa](https://github.com/liferay/clay/commit/cf3bafa)), closes [#2765](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2765)
|
|
2719
|
+
* **clay-css:** Mixins added `mixins/_globals.scss` file and mixin `clay-css` for outputting any css property ([af0da9f](https://github.com/liferay/clay/commit/af0da9f)), closes [#2822](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2822)
|
|
2720
|
+
* **clay-css:** Mixins clay-container adds option to configure cursor ([6f6fb78](https://github.com/liferay/clay/commit/6f6fb78))
|
|
2721
|
+
* **clay-css:** SVG Icon added `device-check` ([80396b4](https://github.com/liferay/clay/commit/80396b4)), closes [#2757](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2757)
|
|
2722
|
+
* **clay-css:** SVG Icons added `credit-card` and `catalog` ([0d8e359](https://github.com/liferay/clay/commit/0d8e359)), closes [#2739](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2739)
|
|
2723
|
+
* **clay-css:** SVG Icons added `liferay-ac` ([6c76834](https://github.com/liferay/clay/commit/6c76834)), closes [#2727](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2727)
|
|
2724
|
+
* **clay-css:** SVG Icons added cloud ([001e644](https://github.com/liferay/clay/commit/001e644)), closes [#2742](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2742)
|
|
2725
|
+
* **clay-css:** SVG Icons adds `document-pending` ([24067d8](https://github.com/liferay/clay/commit/24067d8)), closes [#2724](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2724)
|
|
2726
|
+
* **clay-css:** Update Bootstrap CSS to 4.4.1, Bootstrap JS 4.4.0, Popper.js 1.16.0 ([491620d](https://github.com/liferay/clay/commit/491620d)), closes [#2785](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2785)
|
|
2727
|
+
* **clay-css:** Utilities add duplicate of Bootstrap's spacing utilities prefixed with `c-` and without the `!important` flag ([e12e7b4](https://github.com/liferay/clay/commit/e12e7b4)), closes [#2725](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2725)
|
|
2728
|
+
|
|
2729
|
+
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
|
|
2733
|
+
# [3.3.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.2.0...@clayui/css@3.3.0) (2019-12-05)
|
|
2734
|
+
|
|
2735
|
+
|
|
2736
|
+
### Bug Fixes
|
|
2737
|
+
|
|
2738
|
+
* **clay-css:** Deprecate `.sheet-lg` and `$sheet-lg-max-width` in favor of `.container .sheet` pattern ([2e1e82c](https://github.com/liferay/clay/commit/2e1e82c)), closes [#2655](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2655)
|
|
2739
|
+
|
|
2740
|
+
|
|
2741
|
+
### Features
|
|
2742
|
+
|
|
2743
|
+
* **clay-css:** Atlas Form Validation add styles for readonly input success, error, and warning states ([faf5748](https://github.com/liferay/clay/commit/faf5748)), closes [#2715](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2715)
|
|
2744
|
+
* **clay-css:** Atlas Globals adds `$enable-lexicon-flat-colors` to change base colors to match Lexicon Flat Color palette, set to `false` to revert back to old colors ([69fcdb2](https://github.com/liferay/clay/commit/69fcdb2)), closes [#E83E8](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/E83E8) [#2726](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2726)
|
|
2745
|
+
* **clay-css:** SVG Icon added `device-check` ([80396b4](https://github.com/liferay/clay/commit/80396b4)), closes [#2757](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2757)
|
|
2746
|
+
* **clay-css:** SVG Icons added `credit-card` and `catalog` ([0d8e359](https://github.com/liferay/clay/commit/0d8e359)), closes [#2739](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2739)
|
|
2747
|
+
* **clay-css:** SVG Icons added `liferay-ac` ([6c76834](https://github.com/liferay/clay/commit/6c76834)), closes [#2727](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2727)
|
|
2748
|
+
* **clay-css:** SVG Icons added cloud ([001e644](https://github.com/liferay/clay/commit/001e644)), closes [#2742](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2742)
|
|
2749
|
+
* **clay-css:** SVG Icons adds `document-pending` ([24067d8](https://github.com/liferay/clay/commit/24067d8)), closes [#2724](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2724)
|
|
2750
|
+
* **clay-css:** Utilities add duplicate of Bootstrap's spacing utilities prefixed with `c-` and without the `!important` flag ([e12e7b4](https://github.com/liferay/clay/commit/e12e7b4)), closes [#2725](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2725)
|
|
2751
|
+
|
|
2752
|
+
|
|
2753
|
+
|
|
2754
|
+
|
|
2755
|
+
|
|
2756
|
+
# [3.2.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.1.0...@clayui/css@3.2.0) (2019-11-07)
|
|
2757
|
+
|
|
2758
|
+
|
|
2759
|
+
### Features
|
|
2760
|
+
|
|
2761
|
+
* **clay-css:** SVG Icons add `social-instagram` and `social-vimeo` ([a879b3d](https://github.com/liferay/clay/commit/a879b3d)), closes [#2695](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2695)
|
|
2762
|
+
* **clay-css:** SVG Icons added `heart-full` ([38edecf](https://github.com/liferay/clay/commit/38edecf)), closes [#2690](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2690)
|
|
2763
|
+
* **clay-css:** SVG Icons added `import` and `import-list` ([4cf09f1](https://github.com/liferay/clay/commit/4cf09f1)), closes [#2683](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2683)
|
|
2764
|
+
* **clay-css:** SVG Icons added `order-arrow-left` and `order-arrow-right` ([4a86eac](https://github.com/liferay/clay/commit/4a86eac)), closes [#2688](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2688)
|
|
2765
|
+
* **clay-css:** SVG Icons added `times-circle-full` and `times-small` ([9be9456](https://github.com/liferay/clay/commit/9be9456)), closes [#2691](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2691)
|
|
2766
|
+
* **clay-css:** SVG Icons added `truck` ([76b19e0](https://github.com/liferay/clay/commit/76b19e0)), closes [#2689](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2689)
|
|
2767
|
+
* **clay-css:** SVG Icons deprecate `twitter` and add `social-twitter` ([eb5e2c0](https://github.com/liferay/clay/commit/eb5e2c0)), closes [#2697](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2697)
|
|
2768
|
+
* **clay-css:** SVG Icons update `times` to be thicker ([4632b83](https://github.com/liferay/clay/commit/4632b83))
|
|
2769
|
+
|
|
2770
|
+
|
|
2771
|
+
|
|
2772
|
+
|
|
2773
|
+
|
|
2774
|
+
# [3.1.0](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/@clayui/css@3.0.1...@clayui/css@3.1.0) (2019-10-28)
|
|
2775
|
+
|
|
2776
|
+
|
|
2777
|
+
### Bug Fixes
|
|
2778
|
+
|
|
2779
|
+
* broken markdown lists ([d1adc7e](https://github.com/liferay/clay/commit/d1adc7e))
|
|
2780
|
+
|
|
2781
|
+
|
|
2782
|
+
### Features
|
|
2783
|
+
|
|
2784
|
+
* **clay-css:** SVG Icons add briefcase ([0216f1c](https://github.com/liferay/clay/commit/0216f1c))
|
|
2785
|
+
* **clay-css:** SVG Icons add hdd.svg ([5052c5f](https://github.com/liferay/clay/commit/5052c5f)), closes [#2582](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2582)
|
|
2786
|
+
* **clay-css:** SVG Icons add sign-in ([1c31dbb](https://github.com/liferay/clay/commit/1c31dbb)), closes [#2580](https://github.com/liferay/clay/tree/master/packages/clay-css/issues/2580)
|
|
2787
|
+
|
|
2788
|
+
|
|
2789
|
+
|
|
2790
|
+
|
|
2791
|
+
|
|
2792
|
+
### v3.0.0-alpha.1
|