@clayui/css 3.160.0 → 3.161.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 (75) hide show
  1. package/lib/css/atlas.css +1581 -1581
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +1283 -1283
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +7 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/books-brush.svg +9 -0
  8. package/lib/images/icons/icons.svg +1 -1
  9. package/package.json +1 -1
  10. package/src/images/icons/books-brush.svg +9 -0
  11. package/src/images/icons/icons.svg +1 -1
  12. package/src/scss/_license-text.scss +1 -1
  13. package/src/scss/atlas/_variables.scss +6 -4
  14. package/src/scss/atlas/variables/_globals.scss +10 -10
  15. package/src/scss/atlas-custom-properties/_variables.scss +68 -0
  16. package/src/scss/atlas-custom-properties/variables/_alerts.scss +1212 -0
  17. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +62 -0
  18. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +28 -0
  19. package/src/scss/atlas-custom-properties/variables/_badges.scss +352 -0
  20. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +205 -0
  21. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1498 -0
  22. package/src/scss/atlas-custom-properties/variables/_c-root.scss +353 -0
  23. package/src/scss/atlas-custom-properties/variables/_cards.scss +1217 -0
  24. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +647 -0
  25. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +1127 -0
  26. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +701 -0
  27. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +252 -0
  28. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1250 -0
  29. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +75 -0
  30. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +104 -0
  31. package/src/scss/atlas-custom-properties/variables/_forms.scss +2342 -0
  32. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +50 -0
  33. package/src/scss/atlas-custom-properties/variables/_globals.scss +846 -0
  34. package/src/scss/atlas-custom-properties/variables/_icons.scss +73 -0
  35. package/src/scss/atlas-custom-properties/variables/_images.scss +14 -0
  36. package/src/scss/atlas-custom-properties/variables/_labels.scss +1485 -0
  37. package/src/scss/atlas-custom-properties/variables/_links.scss +482 -0
  38. package/src/scss/atlas-custom-properties/variables/_list-group.scss +493 -0
  39. package/src/scss/atlas-custom-properties/variables/_loaders.scss +243 -0
  40. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +153 -0
  41. package/src/scss/atlas-custom-properties/variables/_menubar.scss +836 -0
  42. package/src/scss/atlas-custom-properties/variables/_modals.scss +650 -0
  43. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +324 -0
  44. package/src/scss/atlas-custom-properties/variables/_navbar.scss +200 -0
  45. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +473 -0
  46. package/src/scss/atlas-custom-properties/variables/_navs.scss +547 -0
  47. package/src/scss/atlas-custom-properties/variables/_pagination.scss +1101 -0
  48. package/src/scss/atlas-custom-properties/variables/_panels.scss +567 -0
  49. package/src/scss/atlas-custom-properties/variables/_popovers.scss +565 -0
  50. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +142 -0
  51. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +27 -0
  52. package/src/scss/atlas-custom-properties/variables/_range.scss +267 -0
  53. package/src/scss/atlas-custom-properties/variables/_reorder.scss +91 -0
  54. package/src/scss/atlas-custom-properties/variables/_resizer.scss +26 -0
  55. package/src/scss/atlas-custom-properties/variables/_sheets.scss +301 -0
  56. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +4 -0
  57. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +579 -0
  58. package/src/scss/atlas-custom-properties/variables/_slideout.scss +379 -0
  59. package/src/scss/atlas-custom-properties/variables/_stickers.scss +578 -0
  60. package/src/scss/atlas-custom-properties/variables/_tables.scss +1277 -0
  61. package/src/scss/atlas-custom-properties/variables/_tbar.scss +636 -0
  62. package/src/scss/atlas-custom-properties/variables/_time.scss +142 -0
  63. package/src/scss/atlas-custom-properties/variables/_timelines.scss +43 -0
  64. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +706 -0
  65. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +332 -0
  66. package/src/scss/atlas-custom-properties/variables/_treeview.scss +369 -0
  67. package/src/scss/atlas-custom-properties/variables/_type.scss +194 -0
  68. package/src/scss/atlas-custom-properties/variables/_utilities.scss +1016 -0
  69. package/src/scss/atlas-variables.scss +2 -0
  70. package/src/scss/atlas.scss +2 -0
  71. package/src/scss/base-variables.scss +2 -0
  72. package/src/scss/base.scss +2 -0
  73. package/src/scss/functions/_global-functions.scss +6 -4
  74. package/src/scss/functions/_lx-icons-generated.scss +2 -0
  75. package/src/scss/variables/_globals.scss +8 -8
@@ -0,0 +1,9 @@
1
+ <!--
2
+ * SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
3
+ * SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
4
+ *
5
+ * SPDX-License-Identifier: BSD-3-Clause
6
+ -->
7
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
8
+ <path class="lexicon-icon-outline" d="M3.992 14c0 .553-.446 1-.998 1H.998A.998.998 0 0 1 0 14v-1h3.992v1Zm4.989 0c0 .553-.446 1-.998 1H5.987a.998.998 0 0 1-.998-1v-1h3.992v1Zm4.523-8.549c.63.887 1.287 2.19 1.81 3.695 1.034 2.967.694 5.73.301 5.85-.393.118-2.409-1.931-3.442-4.898-.524-1.504-.816-2.918-.864-3.982a1.75 1.75 0 0 0 1.244.086c.427-.13.758-.407.95-.75ZM3.992 12H0V4h3.992v8Zm4.989 0H4.99V4h3.992v8Zm2.887-10.85c-.188.937.703.892 1.215 1.717.067.108.13.245.19.417.282.81-.193 1.679-1.06 1.942-.868.263-1.8-.18-2.082-.99a1.46 1.46 0 0 1-.048-.173 2.408 2.408 0 0 1 .214-1.787A2.708 2.708 0 0 1 11.898 1l-.03.15ZM2.994 1c.552 0 .998.447.998 1v1H0V2c0-.553.446-1 .998-1h1.996Zm4.989 0c.552 0 .998.447.998 1v1H4.99V2c0-.553.446-1 .998-1h1.996Z" />
9
+ </svg>
@@ -1 +1 @@
1
- <?xml version="1.0"?>
1
+ <?xml version="1.0"?>
package/package.json CHANGED
@@ -56,5 +56,5 @@
56
56
  "link": "npm link",
57
57
  "prepublish": "yarn compile"
58
58
  },
59
- "version": "3.160.0"
59
+ "version": "3.161.0"
60
60
  }
@@ -0,0 +1,9 @@
1
+ <!--
2
+ * SPDX-FileCopyrightText: © 2026 Liferay, Inc. <https://liferay.com>
3
+ * SPDX-FileCopyrightText: © 2026 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
4
+ *
5
+ * SPDX-License-Identifier: BSD-3-Clause
6
+ -->
7
+ <svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
8
+ <path class="lexicon-icon-outline" d="M3.992 14c0 .553-.446 1-.998 1H.998A.998.998 0 0 1 0 14v-1h3.992v1Zm4.989 0c0 .553-.446 1-.998 1H5.987a.998.998 0 0 1-.998-1v-1h3.992v1Zm4.523-8.549c.63.887 1.287 2.19 1.81 3.695 1.034 2.967.694 5.73.301 5.85-.393.118-2.409-1.931-3.442-4.898-.524-1.504-.816-2.918-.864-3.982a1.75 1.75 0 0 0 1.244.086c.427-.13.758-.407.95-.75ZM3.992 12H0V4h3.992v8Zm4.989 0H4.99V4h3.992v8Zm2.887-10.85c-.188.937.703.892 1.215 1.717.067.108.13.245.19.417.282.81-.193 1.679-1.06 1.942-.868.263-1.8-.18-2.082-.99a1.46 1.46 0 0 1-.048-.173 2.408 2.408 0 0 1 .214-1.787A2.708 2.708 0 0 1 11.898 1l-.03.15ZM2.994 1c.552 0 .998.447.998 1v1H0V2c0-.553.446-1 .998-1h1.996Zm4.989 0c.552 0 .998.447.998 1v1H4.99V2c0-.553.446-1 .998-1h1.996Z" />
9
+ </svg>
@@ -1 +1 @@
1
- <?xml version="1.0"?>
1
+ <?xml version="1.0"?>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Clay 3.160.0
2
+ * Clay 3.161.0
3
3
  *
4
4
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
5
5
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -1,9 +1,10 @@
1
1
  @import 'variables/_globals';
2
2
 
3
+ @import 'variables/_buttons';
4
+
3
5
  @import 'variables/_alerts';
4
6
  @import 'variables/_badges';
5
7
  @import 'variables/_breadcrumbs';
6
- @import 'variables/_buttons';
7
8
  @import 'variables/_labels';
8
9
  @import 'variables/_stickers';
9
10
 
@@ -22,18 +23,17 @@
22
23
  @import 'variables/_time';
23
24
 
24
25
  @import 'variables/_date-picker';
25
- @import 'variables/_icons';
26
26
  @import 'variables/_list-group';
27
27
  @import 'variables/_loaders';
28
28
  @import 'variables/_modals';
29
29
  @import 'variables/_multi-step-nav';
30
30
  @import 'variables/_navs';
31
31
 
32
+ @import 'variables/_icons';
33
+
32
34
  @import 'variables/_menubar';
33
35
  @import 'variables/_navbar';
34
36
 
35
- @import 'variables/_c-root';
36
-
37
37
  @import 'variables/_application-bar';
38
38
  @import 'variables/_management-bar';
39
39
  @import 'variables/_navigation-bar';
@@ -52,3 +52,5 @@
52
52
  @import 'variables/_type';
53
53
 
54
54
  @import 'variables/_utilities';
55
+
56
+ @import 'variables/_c-root';
@@ -347,16 +347,16 @@ $spacers: () !default;
347
347
  $spacers: map-deep-merge(
348
348
  (
349
349
  0: 0,
350
- 1: $spacer * 0.25,
351
- 2: $spacer * 0.5,
352
- 3: $spacer * 1,
353
- 4: $spacer * 1.5,
354
- 5: $spacer * 3,
355
- 6: $spacer * 4.5,
356
- 7: $spacer * 6,
357
- 8: $spacer * 7.5,
358
- 9: $spacer * 9,
359
- 10: $spacer * 10,
350
+ 1: calc(#{$spacer} * 0.25),
351
+ 2: calc(#{$spacer} * 0.5),
352
+ 3: calc(#{$spacer} * 1),
353
+ 4: calc(#{$spacer} * 1.5),
354
+ 5: calc(#{$spacer} * 3),
355
+ 6: calc(#{$spacer} * 4.5),
356
+ 7: calc(#{$spacer} * 6),
357
+ 8: calc(#{$spacer} * 7.5),
358
+ 9: calc(#{$spacer} * 9),
359
+ 10: calc(#{$spacer} * 10),
360
360
  ),
361
361
  $spacers
362
362
  );
@@ -0,0 +1,68 @@
1
+ $enable-atlas-custom-properties: false !default;
2
+
3
+ @import 'variables/_globals';
4
+ @import 'variables/_globals-z-index';
5
+
6
+ @import 'variables/_aspect-ratio';
7
+ @import 'variables/_images';
8
+
9
+ @import 'variables/_buttons';
10
+ @import 'variables/_resizer';
11
+
12
+ @import 'variables/_alerts';
13
+ @import 'variables/_badges';
14
+ @import 'variables/_breadcrumbs';
15
+ @import 'variables/_empty-state';
16
+ @import 'variables/_labels';
17
+ @import 'variables/_stickers';
18
+
19
+ @import 'variables/_cards';
20
+ @import 'variables/_dropdowns';
21
+
22
+ @import 'variables/_drilldown';
23
+ @import 'variables/_forms';
24
+ @import 'variables/_links';
25
+
26
+ @import 'variables/_range';
27
+ @import 'variables/_reorder';
28
+
29
+ @import 'variables/_clay-color';
30
+ @import 'variables/_custom-forms';
31
+ @import 'variables/_time';
32
+
33
+ @import 'variables/_date-picker';
34
+ @import 'variables/_dual-listbox';
35
+ @import 'variables/_list-group';
36
+ @import 'variables/_loaders';
37
+ @import 'variables/_modals';
38
+ @import 'variables/_multi-step-nav';
39
+ @import 'variables/_navs';
40
+
41
+ @import 'variables/_icons';
42
+
43
+ @import 'variables/_menubar';
44
+ @import 'variables/_navbar';
45
+
46
+ @import 'variables/_application-bar';
47
+ @import 'variables/_management-bar';
48
+ @import 'variables/_navigation-bar';
49
+ @import 'variables/_pagination';
50
+ @import 'variables/_panels';
51
+ @import 'variables/_popovers';
52
+ @import 'variables/_progress-bars';
53
+ @import 'variables/_quick-action';
54
+ @import 'variables/_sheets';
55
+ @import 'variables/_side-navigation';
56
+ @import 'variables/_sidebar';
57
+ @import 'variables/_slideout';
58
+ @import 'variables/_tables';
59
+ @import 'variables/_tbar';
60
+ @import 'variables/_timelines';
61
+ @import 'variables/_toggle-switch';
62
+ @import 'variables/_tooltip';
63
+ @import 'variables/_treeview';
64
+ @import 'variables/_type';
65
+
66
+ @import 'variables/_utilities';
67
+
68
+ @import 'variables/_c-root';