@clayui/css 3.106.1 → 3.108.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/README.md +1 -1
  3. package/lib/css/atlas.css +431 -130
  4. package/lib/css/atlas.css.map +1 -1
  5. package/lib/css/base.css +428 -115
  6. package/lib/css/base.css.map +1 -1
  7. package/lib/css/cadmin.css +446 -124
  8. package/lib/css/cadmin.css.map +1 -1
  9. package/lib/images/icons/flags-en-CA.svg +13 -0
  10. package/lib/images/icons/icons.svg +1 -1
  11. package/lib/images/icons/twitter-x.svg +9 -0
  12. package/package.json +2 -2
  13. package/src/images/icons/flags-en-CA.svg +13 -0
  14. package/src/images/icons/twitter-x.svg +9 -0
  15. package/src/scss/_license-text.scss +1 -1
  16. package/src/scss/atlas/variables/_tables.scss +37 -18
  17. package/src/scss/cadmin/components/_badges.scss +1 -6
  18. package/src/scss/cadmin/components/_modals.scss +11 -0
  19. package/src/scss/cadmin/components/_tables.scss +82 -25
  20. package/src/scss/cadmin/variables/_alerts.scss +2 -16
  21. package/src/scss/cadmin/variables/_badges.scss +78 -3
  22. package/src/scss/cadmin/variables/_buttons.scss +204 -0
  23. package/src/scss/cadmin/variables/_dropdowns.scss +1 -1
  24. package/src/scss/cadmin/variables/_modals.scss +21 -1
  25. package/src/scss/cadmin/variables/_tables.scss +144 -99
  26. package/src/scss/cadmin/variables/_utilities.scss +2 -1
  27. package/src/scss/components/_modals.scss +8 -0
  28. package/src/scss/components/_tables.scss +87 -28
  29. package/src/scss/functions/_lx-icons-generated.scss +4 -0
  30. package/src/scss/mixins/_grid.scss +8 -0
  31. package/src/scss/mixins/_tables.scss +21 -2
  32. package/src/scss/variables/_badges.scss +74 -4
  33. package/src/scss/variables/_buttons.scss +198 -4
  34. package/src/scss/variables/_modals.scss +21 -1
  35. package/src/scss/variables/_tables.scss +131 -91
  36. package/src/scss/variables/_utilities.scss +1 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,47 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.108.0](https://github.com/liferay/clay/compare/v3.107.1...v3.108.0) (2023-12-12)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **@clayui/css:** Modals adjusts sizes in smaller screens for zoom accessibility ([375f83e](https://github.com/liferay/clay/commit/375f83ee7ca075b9cdb254274cb3f16334671dff))
12
+
13
+
14
+ ### Features
15
+
16
+ * **@clayui/css:** add `table-head-bordered` ([9d721a4](https://github.com/liferay/clay/commit/9d721a4e18ea7e5c0d4b25de3caf4c468b40c45d))
17
+ * **@clayui/css:** adds new size and table size adjustments ([7dd6758](https://github.com/liferay/clay/commit/7dd6758401521775a4f4304667973fbfadff4949))
18
+ * **@clayui/css:** Adjust new table styles (FDS) ([ba4c5c3](https://github.com/liferay/clay/commit/ba4c5c344eacf3e710aeba87ef691accd26d9cd1))
19
+
20
+
21
+
22
+
23
+
24
+ # [3.107.0](https://github.com/liferay/clay/compare/v3.106.1...v3.107.0) (2023-11-27)
25
+
26
+
27
+ ### Bug Fixes
28
+
29
+ * **@clayui/css:** Add increase text spacing on nav-link ([7d4b71d](https://github.com/liferay/clay/commit/7d4b71db5a751f0ebc3f9c9911e1eb9d5a36a529))
30
+ * **@clayui/css:** Adds .table-focus for focus outline around table row ([5121443](https://github.com/liferay/clay/commit/51214435f680b09d288823e91715a1ba09142e97))
31
+ * **@clayui/css:** Cadmin alert-indicator-start spacing should be 8px between icon and text ([7572f92](https://github.com/liferay/clay/commit/7572f92ed14c7889c8863d840a4ca68c0580c0b1))
32
+ * **@clayui/css:** Cadmin dropdown-menu-indicator spacing is off by 4px ([3b0a184](https://github.com/liferay/clay/commit/3b0a184e3ec37990371530340363ca46d6de8b0c))
33
+
34
+
35
+ ### Features
36
+
37
+ * **@clayui/css:** add `outline` to table-focus ([ae702bb](https://github.com/liferay/clay/commit/ae702bb4a6ab7cbc25b9a575a4127ebf6bf6e342))
38
+ * **@clayui/css:** Add new twitter-x icon ([63486e8](https://github.com/liferay/clay/commit/63486e8677cd241adf9ff1eb17bbb4d063912851))
39
+ * **@clayui/css:** Adds translucent buttons and badges ([f5792d0](https://github.com/liferay/clay/commit/f5792d0289bdb7bc6a652bb3eb3412d22c535446))
40
+ * **@clayui/css:** Cadmin c-prefers-letter-spacing-* should apply to nav-link ([9576c84](https://github.com/liferay/clay/commit/9576c8480d811346095d6bea0a13e2e34c078425))
41
+ * **@clayui/css:** SVG Icon adds English Canada flag (en-ca) ([322c896](https://github.com/liferay/clay/commit/322c896f8be1e61caf98d309e48adc7a144ddc1f))
42
+
43
+
44
+
45
+
46
+
6
47
  ## [3.106.1](https://github.com/liferay/clay/tree/master/packages/clay-css/compare/v3.106.0...v3.106.1) (2023-10-26)
7
48
 
8
49
  **Note:** Version bump only for package @clayui/css
package/README.md CHANGED
@@ -26,7 +26,7 @@ See https://liferay.dev/blogs/-/blogs/how-and-why-to-properly-write-copyright-st
26
26
 
27
27
  2) The `<svg></svg>` element should only have the attributes `xmlns` and `viewBox`.
28
28
 
29
- 3) Remove any `fill` and `id` attributes from the SVG elements.
29
+ 3) Remove any `fill` and `id` attributes from the SVG elements, unless it is a language flag. Language flags should have the `fill` attribute.
30
30
 
31
31
  4) Remove any `<style></style>` tags and the classes / ids that are referenced by it.
32
32