@clayui/css 3.163.0 → 3.165.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 (139) hide show
  1. package/lib/css/atlas.css +541 -258
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +318 -115
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +3117 -2396
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/anonymize.svg +5 -6
  8. package/lib/images/icons/arrows-all.svg +16 -0
  9. package/lib/images/icons/box-squared.svg +10 -0
  10. package/lib/images/icons/chart-area.svg +10 -0
  11. package/lib/images/icons/chart-bar-stacked.svg +9 -0
  12. package/lib/images/icons/chart-bar-x-axis.svg +9 -0
  13. package/lib/images/icons/chart-bar-y-axis.svg +9 -0
  14. package/lib/images/icons/chart-bar.svg +9 -0
  15. package/lib/images/icons/chart-donut.svg +10 -0
  16. package/lib/images/icons/chart-line-down.svg +10 -0
  17. package/lib/images/icons/chart-line-up.svg +10 -0
  18. package/lib/images/icons/chart-line.svg +10 -0
  19. package/lib/images/icons/chart-pie-fill.svg +10 -0
  20. package/lib/images/icons/chart-pie.svg +9 -0
  21. package/lib/images/icons/icons.svg +1 -1
  22. package/lib/images/icons/plant.svg +9 -0
  23. package/lib/images/icons/user-cog.svg +9 -0
  24. package/package.json +1 -1
  25. package/src/images/icons/anonymize.svg +5 -6
  26. package/src/images/icons/arrows-all.svg +16 -0
  27. package/src/images/icons/box-squared.svg +10 -0
  28. package/src/images/icons/chart-area.svg +10 -0
  29. package/src/images/icons/chart-bar-stacked.svg +9 -0
  30. package/src/images/icons/chart-bar-x-axis.svg +9 -0
  31. package/src/images/icons/chart-bar-y-axis.svg +9 -0
  32. package/src/images/icons/chart-bar.svg +9 -0
  33. package/src/images/icons/chart-donut.svg +10 -0
  34. package/src/images/icons/chart-line-down.svg +10 -0
  35. package/src/images/icons/chart-line-up.svg +10 -0
  36. package/src/images/icons/chart-line.svg +10 -0
  37. package/src/images/icons/chart-pie-fill.svg +10 -0
  38. package/src/images/icons/chart-pie.svg +9 -0
  39. package/src/images/icons/icons.svg +1 -1
  40. package/src/images/icons/plant.svg +9 -0
  41. package/src/images/icons/user-cog.svg +9 -0
  42. package/src/scss/_components.scss +0 -1
  43. package/src/scss/_license-text.scss +1 -1
  44. package/src/scss/atlas/variables/_cards.scss +123 -24
  45. package/src/scss/atlas/variables/_custom-forms.scss +0 -5
  46. package/src/scss/atlas/variables/_globals.scss +2 -1
  47. package/src/scss/atlas/variables/_labels.scss +341 -42
  48. package/src/scss/atlas/variables/_tables.scss +2 -2
  49. package/src/scss/atlas-custom-properties/_variables.scss +2 -0
  50. package/src/scss/atlas-custom-properties/variables/_alerts.scss +3 -1
  51. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +6 -3
  52. package/src/scss/atlas-custom-properties/variables/_badges.scss +0 -23
  53. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +4 -1
  54. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1 -0
  55. package/src/scss/atlas-custom-properties/variables/_c-root.scss +413 -219
  56. package/src/scss/atlas-custom-properties/variables/_cards.scss +81 -51
  57. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +2 -2
  58. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +53 -23
  59. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +9 -14
  60. package/src/scss/atlas-custom-properties/variables/_forms.scss +34 -8
  61. package/src/scss/atlas-custom-properties/variables/_globals.scss +5 -2
  62. package/src/scss/atlas-custom-properties/variables/_images.scss +3 -1
  63. package/src/scss/atlas-custom-properties/variables/_labels.scss +417 -38
  64. package/src/scss/atlas-custom-properties/variables/_modals.scss +4 -3
  65. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +2 -5
  66. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +2 -2
  67. package/src/scss/atlas-custom-properties/variables/_panels.scss +2 -2
  68. package/src/scss/atlas-custom-properties/variables/_popovers.scss +1 -1
  69. package/src/scss/atlas-custom-properties/variables/_range.scss +1 -1
  70. package/src/scss/atlas-custom-properties/variables/_resizer.scss +13 -2
  71. package/src/scss/atlas-custom-properties/variables/_sheets.scss +1 -2
  72. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +13 -5
  73. package/src/scss/atlas-custom-properties/variables/_stickers.scss +2 -2
  74. package/src/scss/atlas-custom-properties/variables/_tables.scss +17 -19
  75. package/src/scss/atlas-custom-properties/variables/_tbar.scss +12 -5
  76. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +1 -1
  77. package/src/scss/cadmin/_variables.scss +2 -0
  78. package/src/scss/cadmin/components/_cards.scss +10 -62
  79. package/src/scss/cadmin/components/_focus-ring.scss +3 -1
  80. package/src/scss/cadmin/components/_icons.scss +97 -0
  81. package/src/scss/cadmin/components/_reboot.scss +6 -2
  82. package/src/scss/cadmin/components/_resizer.scss +10 -0
  83. package/src/scss/cadmin/components/_root.scss +41 -0
  84. package/src/scss/cadmin/variables/_alerts.scss +26 -24
  85. package/src/scss/cadmin/variables/_badges.scss +20 -10
  86. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -3
  87. package/src/scss/cadmin/variables/_buttons.scss +162 -129
  88. package/src/scss/cadmin/variables/_c-root.scss +426 -0
  89. package/src/scss/cadmin/variables/_cards.scss +153 -30
  90. package/src/scss/cadmin/variables/_clay-color.scss +18 -26
  91. package/src/scss/cadmin/variables/_custom-forms.scss +46 -25
  92. package/src/scss/cadmin/variables/_dropdowns.scss +14 -18
  93. package/src/scss/cadmin/variables/_forms.scss +31 -27
  94. package/src/scss/cadmin/variables/_globals.scss +200 -252
  95. package/src/scss/cadmin/variables/_images.scss +3 -1
  96. package/src/scss/cadmin/variables/_labels.scss +194 -32
  97. package/src/scss/cadmin/variables/_links.scss +21 -13
  98. package/src/scss/cadmin/variables/_list-group.scss +8 -6
  99. package/src/scss/cadmin/variables/_loaders.scss +2 -4
  100. package/src/scss/cadmin/variables/_management-bar.scss +12 -6
  101. package/src/scss/cadmin/variables/_menubar.scss +44 -27
  102. package/src/scss/cadmin/variables/_modals.scss +10 -4
  103. package/src/scss/cadmin/variables/_multi-step-nav.scss +7 -7
  104. package/src/scss/cadmin/variables/_navbar.scss +8 -5
  105. package/src/scss/cadmin/variables/_navigation-bar.scss +2 -2
  106. package/src/scss/cadmin/variables/_pagination.scss +6 -2
  107. package/src/scss/cadmin/variables/_popovers.scss +4 -2
  108. package/src/scss/cadmin/variables/_range.scss +2 -1
  109. package/src/scss/cadmin/variables/_resizer.scss +13 -2
  110. package/src/scss/cadmin/variables/_sidebar.scss +14 -6
  111. package/src/scss/cadmin/variables/_stickers.scss +1 -1
  112. package/src/scss/cadmin/variables/_tables.scss +22 -19
  113. package/src/scss/cadmin/variables/_tbar.scss +28 -14
  114. package/src/scss/cadmin/variables/_tooltip.scss +3 -1
  115. package/src/scss/cadmin/variables/_treeview.scss +2 -2
  116. package/src/scss/cadmin/variables/_utilities.scss +132 -196
  117. package/src/scss/cadmin.scss +2 -0
  118. package/src/scss/components/_focus-ring.scss +3 -1
  119. package/src/scss/components/_icons.scss +117 -6
  120. package/src/scss/components/_resizer.scss +8 -0
  121. package/src/scss/components/_root.scss +36 -3
  122. package/src/scss/functions/_lx-icons-generated.scss +31 -9
  123. package/src/scss/mixins/_cards.scss +19 -1
  124. package/src/scss/mixins/_labels.scss +9 -2
  125. package/src/scss/variables/_cards.scss +22 -1
  126. package/src/scss/variables/_custom-forms.scss +22 -11
  127. package/src/scss/variables/_dropdowns.scss +2 -0
  128. package/src/scss/variables/_globals.scss +1 -0
  129. package/src/scss/variables/_labels.scss +296 -8
  130. package/src/scss/variables/_resizer.scss +13 -2
  131. package/lib/images/icons/arrow-key-down.svg +0 -9
  132. package/lib/images/icons/arrow-key-left.svg +0 -9
  133. package/lib/images/icons/arrow-key-right.svg +0 -9
  134. package/lib/images/icons/arrow-key-up.svg +0 -9
  135. package/src/images/icons/arrow-key-down.svg +0 -9
  136. package/src/images/icons/arrow-key-left.svg +0 -9
  137. package/src/images/icons/arrow-key-right.svg +0 -9
  138. package/src/images/icons/arrow-key-up.svg +0 -9
  139. package/src/scss/components/_keyboard-arrows-indicator.scss +0 -82
@@ -904,7 +904,7 @@ $label-inverse-primary: map-deep-merge(
904
904
  href: (
905
905
  hover: (
906
906
  background-color: clay-darken($primary, 10%),
907
- border-color: clay-darken($primary, 10%),
907
+ border-color: transparent,
908
908
  color: color-yiq(clay-darken($primary, 10%)),
909
909
  ),
910
910
  ),
@@ -933,7 +933,7 @@ $label-inverse-secondary: map-deep-merge(
933
933
  href: (
934
934
  hover: (
935
935
  background-color: clay-darken($secondary, 10%),
936
- border-color: clay-darken($secondary, 10%),
936
+ border-color: transparent,
937
937
  color: color-yiq(clay-darken($secondary, 10%)),
938
938
  ),
939
939
  ),
@@ -962,7 +962,7 @@ $label-inverse-success: map-deep-merge(
962
962
  href: (
963
963
  hover: (
964
964
  background-color: clay-darken($success, 10%),
965
- border-color: clay-darken($success, 10%),
965
+ border-color: transparent,
966
966
  color: color-yiq(clay-darken($success, 10%)),
967
967
  ),
968
968
  ),
@@ -991,7 +991,7 @@ $label-inverse-info: map-deep-merge(
991
991
  href: (
992
992
  hover: (
993
993
  background-color: clay-darken($info, 10%),
994
- border-color: clay-darken($info, 10%),
994
+ border-color: transparent,
995
995
  color: color-yiq(clay-darken($info, 10%)),
996
996
  ),
997
997
  ),
@@ -1020,7 +1020,7 @@ $label-inverse-warning: map-deep-merge(
1020
1020
  href: (
1021
1021
  hover: (
1022
1022
  background-color: clay-darken($warning, 10%),
1023
- border-color: clay-darken($warning, 10%),
1023
+ border-color: transparent,
1024
1024
  color: color-yiq(clay-darken($warning, 10%)),
1025
1025
  ),
1026
1026
  ),
@@ -1049,7 +1049,7 @@ $label-inverse-danger: map-deep-merge(
1049
1049
  href: (
1050
1050
  hover: (
1051
1051
  background-color: clay-darken($danger, 10%),
1052
- border-color: clay-darken($danger, 10%),
1052
+ border-color: transparent,
1053
1053
  color: color-yiq(clay-darken($danger, 10%)),
1054
1054
  ),
1055
1055
  ),
@@ -1078,7 +1078,7 @@ $label-inverse-light: map-deep-merge(
1078
1078
  href: (
1079
1079
  hover: (
1080
1080
  background-color: clay-darken($light, 10%),
1081
- border-color: clay-darken($light, 10%),
1081
+ border-color: transparent,
1082
1082
  color: color-yiq(clay-darken($light, 10%)),
1083
1083
  ),
1084
1084
  ),
@@ -1107,7 +1107,7 @@ $label-inverse-dark: map-deep-merge(
1107
1107
  href: (
1108
1108
  hover: (
1109
1109
  background-color: clay-darken($dark, 10%),
1110
- border-color: clay-darken($dark, 10%),
1110
+ border-color: transparent,
1111
1111
  color: color-yiq(clay-darken($dark, 10%)),
1112
1112
  ),
1113
1113
  ),
@@ -1127,6 +1127,276 @@ $label-inverse-dark: map-deep-merge(
1127
1127
  $label-inverse-dark
1128
1128
  );
1129
1129
 
1130
+ $label-inverse-content-0: () !default;
1131
+ $label-inverse-content-0: map-deep-merge(
1132
+ (
1133
+ background-color: $secondary-l3,
1134
+ border-color: transparent,
1135
+ color: $dark-d2,
1136
+
1137
+ href: (
1138
+ hover: (
1139
+ background-color: $secondary-l3,
1140
+ border-color: transparent,
1141
+ color: $dark-d2,
1142
+ ),
1143
+ ),
1144
+
1145
+ link: (
1146
+ hover: (
1147
+ color: $dark-d2,
1148
+ ),
1149
+ ),
1150
+
1151
+ close: (
1152
+ hover: (
1153
+ color: $dark-d2,
1154
+ ),
1155
+ ),
1156
+ ),
1157
+ $label-inverse-content-0
1158
+ );
1159
+
1160
+ $label-inverse-content-1: () !default;
1161
+ $label-inverse-content-1: map-deep-merge(
1162
+ (
1163
+ background-color: $purple-l5,
1164
+ border-color: transparent,
1165
+ color: $purple-d2,
1166
+
1167
+ href: (
1168
+ hover: (
1169
+ background-color: $purple-l5,
1170
+ border-color: transparent,
1171
+ color: $purple-d2,
1172
+ ),
1173
+ ),
1174
+
1175
+ link: (
1176
+ hover: (
1177
+ color: $purple-d2,
1178
+ ),
1179
+ ),
1180
+
1181
+ close: (
1182
+ hover: (
1183
+ color: $purple-d2,
1184
+ ),
1185
+ ),
1186
+ ),
1187
+ $label-inverse-content-1
1188
+ );
1189
+
1190
+ $label-inverse-content-2: () !default;
1191
+ $label-inverse-content-2: map-deep-merge(
1192
+ (
1193
+ background-color: $yellow-l5,
1194
+ border-color: transparent,
1195
+ color: $yellow-d4,
1196
+
1197
+ href: (
1198
+ hover: (
1199
+ background-color: $yellow-l5,
1200
+ border-color: transparent,
1201
+ color: $yellow-d4,
1202
+ ),
1203
+ ),
1204
+
1205
+ link: (
1206
+ hover: (
1207
+ color: $yellow-d4,
1208
+ ),
1209
+ ),
1210
+
1211
+ close: (
1212
+ hover: (
1213
+ color: $yellow-d4,
1214
+ ),
1215
+ ),
1216
+ ),
1217
+ $label-inverse-content-2
1218
+ );
1219
+
1220
+ $label-inverse-content-3: () !default;
1221
+ $label-inverse-content-3: map-deep-merge(
1222
+ (
1223
+ background-color: $green-l5,
1224
+ border-color: transparent,
1225
+ color: $green-d2,
1226
+
1227
+ href: (
1228
+ hover: (
1229
+ background-color: $green-l5,
1230
+ border-color: transparent,
1231
+ color: $green-d2,
1232
+ ),
1233
+ ),
1234
+
1235
+ link: (
1236
+ hover: (
1237
+ color: $green-d2,
1238
+ ),
1239
+ ),
1240
+
1241
+ close: (
1242
+ hover: (
1243
+ color: $green-d2,
1244
+ ),
1245
+ ),
1246
+ ),
1247
+ $label-inverse-content-3
1248
+ );
1249
+
1250
+ $label-inverse-content-4: () !default;
1251
+ $label-inverse-content-4: map-deep-merge(
1252
+ (
1253
+ background-color: $red-l5,
1254
+ border-color: transparent,
1255
+ color: $red-d2,
1256
+
1257
+ href: (
1258
+ hover: (
1259
+ background-color: $red-l5,
1260
+ border-color: transparent,
1261
+ color: $red-d2,
1262
+ ),
1263
+ ),
1264
+
1265
+ link: (
1266
+ hover: (
1267
+ color: $red-d2,
1268
+ ),
1269
+ ),
1270
+
1271
+ close: (
1272
+ hover: (
1273
+ color: $red-d2,
1274
+ ),
1275
+ ),
1276
+ ),
1277
+ $label-inverse-content-4
1278
+ );
1279
+
1280
+ $label-inverse-content-5: () !default;
1281
+ $label-inverse-content-5: map-deep-merge(
1282
+ (
1283
+ background-color: $teal-l5,
1284
+ border-color: transparent,
1285
+ color: $teal-d2,
1286
+
1287
+ href: (
1288
+ hover: (
1289
+ background-color: $teal-l5,
1290
+ border-color: transparent,
1291
+ color: $teal-d2,
1292
+ ),
1293
+ ),
1294
+
1295
+ link: (
1296
+ hover: (
1297
+ color: $teal-d2,
1298
+ ),
1299
+ ),
1300
+
1301
+ close: (
1302
+ hover: (
1303
+ color: $teal-d2,
1304
+ ),
1305
+ ),
1306
+ ),
1307
+ $label-inverse-content-5
1308
+ );
1309
+
1310
+ $label-inverse-content-6: () !default;
1311
+ $label-inverse-content-6: map-deep-merge(
1312
+ (
1313
+ background-color: $cyan-l5,
1314
+ border-color: transparent,
1315
+ color: $cyan-d2,
1316
+
1317
+ href: (
1318
+ hover: (
1319
+ background-color: $cyan-l5,
1320
+ border-color: transparent,
1321
+ color: $cyan-d2,
1322
+ ),
1323
+ ),
1324
+
1325
+ link: (
1326
+ hover: (
1327
+ color: $cyan-d2,
1328
+ ),
1329
+ ),
1330
+
1331
+ close: (
1332
+ hover: (
1333
+ color: $cyan-d2,
1334
+ ),
1335
+ ),
1336
+ ),
1337
+ $label-inverse-content-6
1338
+ );
1339
+
1340
+ $label-inverse-content-7: () !default;
1341
+ $label-inverse-content-7: map-deep-merge(
1342
+ (
1343
+ background-color: $orange-l5,
1344
+ border-color: transparent,
1345
+ color: $orange-d2,
1346
+
1347
+ href: (
1348
+ hover: (
1349
+ background-color: $orange-l5,
1350
+ border-color: transparent,
1351
+ color: $orange-d2,
1352
+ ),
1353
+ ),
1354
+
1355
+ link: (
1356
+ hover: (
1357
+ color: $orange-d2,
1358
+ ),
1359
+ ),
1360
+
1361
+ close: (
1362
+ hover: (
1363
+ color: $orange-d2,
1364
+ ),
1365
+ ),
1366
+ ),
1367
+ $label-inverse-content-7
1368
+ );
1369
+
1370
+ $label-inverse-content-8: () !default;
1371
+ $label-inverse-content-8: map-deep-merge(
1372
+ (
1373
+ background-color: $pink-l5,
1374
+ border-color: transparent,
1375
+ color: $pink-d2,
1376
+
1377
+ href: (
1378
+ hover: (
1379
+ background-color: $pink-l5,
1380
+ border-color: transparent,
1381
+ color: $pink-d2,
1382
+ ),
1383
+ ),
1384
+
1385
+ link: (
1386
+ hover: (
1387
+ color: $pink-d2,
1388
+ ),
1389
+ ),
1390
+
1391
+ close: (
1392
+ hover: (
1393
+ color: $pink-d2,
1394
+ ),
1395
+ ),
1396
+ ),
1397
+ $label-inverse-content-8
1398
+ );
1399
+
1130
1400
  $label-palette: () !default;
1131
1401
  $label-palette: map-deep-merge(
1132
1402
  (
@@ -1161,6 +1431,24 @@ $label-palette: map-deep-merge(
1161
1431
  inverse-light: $label-inverse-light,
1162
1432
 
1163
1433
  inverse-dark: $label-inverse-dark,
1434
+
1435
+ inverse-content-0: $label-inverse-content-0,
1436
+
1437
+ inverse-content-1: $label-inverse-content-1,
1438
+
1439
+ inverse-content-2: $label-inverse-content-2,
1440
+
1441
+ inverse-content-3: $label-inverse-content-3,
1442
+
1443
+ inverse-content-4: $label-inverse-content-4,
1444
+
1445
+ inverse-content-5: $label-inverse-content-5,
1446
+
1447
+ inverse-content-6: $label-inverse-content-6,
1448
+
1449
+ inverse-content-7: $label-inverse-content-7,
1450
+
1451
+ inverse-content-8: $label-inverse-content-8,
1164
1452
  ),
1165
1453
  $label-palette
1166
1454
  );
@@ -23,13 +23,24 @@ $c-horizontal-resizer: map-merge(
23
23
 
24
24
  hover: (
25
25
  before: (
26
- background-color: $primary-l0,
26
+ background-color: $primary,
27
+ ),
28
+ ),
29
+
30
+ active: (
31
+ before: (
32
+ background-color: $primary-d2,
27
33
  ),
28
34
  ),
29
35
 
30
36
  focus: (
37
+ box-shadow: $component-focus-inset-box-shadow,
38
+ outline: 0,
39
+
31
40
  before: (
32
- background-color: $primary-l0,
41
+ background-color: $primary,
42
+ bottom: 0.25rem,
43
+ top: 0.25rem,
33
44
  ),
34
45
  ),
35
46
  ),
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM11.83 6.49 8.41 10.47C8.18 10.73 7.82 10.73 7.59 10.47L4.17 6.49C3.81 6.06 4.07 5.33 4.58 5.33H11.42C11.93 5.34 12.19 6.06 11.83 6.49Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM9.51 11.83 5.53 8.41C5.27 8.18 5.27 7.82 5.53 7.59L9.51 4.17C9.94 3.81 10.67 4.07 10.67 4.58V11.42C10.66 11.93 9.94 12.19 9.51 11.83Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM6.49 4.17 10.47 7.59C10.73 7.82 10.73 8.18 10.47 8.41L6.49 11.83C6.06 12.19 5.33 11.93 5.33 11.42V4.58C5.34 4.07 6.06 3.81 6.49 4.17Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM11.83 9.51 8.41 5.53C8.18 5.27 7.82 5.27 7.59 5.53L4.17 9.51C3.81 9.94 4.07 10.67 4.58 10.67H11.42C11.93 10.66 12.19 9.94 11.83 9.51Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM11.83 6.49 8.41 10.47C8.18 10.73 7.82 10.73 7.59 10.47L4.17 6.49C3.81 6.06 4.07 5.33 4.58 5.33H11.42C11.93 5.34 12.19 6.06 11.83 6.49Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM9.51 11.83 5.53 8.41C5.27 8.18 5.27 7.82 5.53 7.59L9.51 4.17C9.94 3.81 10.67 4.07 10.67 4.58V11.42C10.66 11.93 9.94 12.19 9.51 11.83Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM6.49 4.17 10.47 7.59C10.73 7.82 10.73 8.18 10.47 8.41L6.49 11.83C6.06 12.19 5.33 11.93 5.33 11.42V4.58C5.34 4.07 6.06 3.81 6.49 4.17Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,9 +0,0 @@
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" clip-rule="evenodd" d="M3.33 0h9.34A3.33 3.33 0 0 1 16 3.33v9.34A3.33 3.33 0 0 1 12.67 16H3.33A3.33 3.33 0 0 1 0 12.67V3.33A3.33 3.33 0 0 1 3.33 0ZM11.83 9.51 8.41 5.53C8.18 5.27 7.82 5.27 7.59 5.53L4.17 9.51C3.81 9.94 4.07 10.67 4.58 10.67H11.42C11.93 10.66 12.19 9.94 11.83 9.51Z" fill-rule="evenodd" />
9
- </svg>
@@ -1,82 +0,0 @@
1
- // Keyboard arrows indicator
2
- //
3
- // A visual hint showing which arrow keys move focus inside a component. The
4
- // four directional keys are laid out in the inverted-T arrangement found on
5
- // physical keyboards. Keys not part of the active direction are rendered
6
- // muted so the layout stays recognizable.
7
-
8
- .clay-keyboard-arrows-indicator {
9
- column-gap: 0.15em;
10
- display: inline-grid;
11
- grid-template-columns: 1fr 1fr 1fr;
12
- grid-template-rows: 1fr 1fr;
13
- row-gap: 0.15em;
14
- }
15
-
16
- .clay-keyboard-arrows-indicator-md {
17
- font-size: 1rem; // 16px keycaps
18
- }
19
-
20
- .clay-keyboard-arrows-indicator-sm {
21
- font-size: 0.75rem; // 12px keycaps
22
- }
23
-
24
- .clay-keyboard-arrows-indicator-key {
25
- display: inline-flex;
26
-
27
- .lexicon-icon {
28
- height: 1em;
29
- margin-top: 0;
30
- width: 1em;
31
- }
32
- }
33
-
34
- .clay-keyboard-arrows-indicator-key-up {
35
- grid-column: 2;
36
- grid-row: 1;
37
- }
38
-
39
- .clay-keyboard-arrows-indicator-key-left {
40
- grid-column: 1;
41
- grid-row: 2;
42
- }
43
-
44
- .clay-keyboard-arrows-indicator-key-down {
45
- grid-column: 2;
46
- grid-row: 2;
47
- }
48
-
49
- .clay-keyboard-arrows-indicator-key-right {
50
- grid-column: 3;
51
- grid-row: 2;
52
- }
53
-
54
- .clay-keyboard-arrows-indicator-key-inactive {
55
- opacity: 0.25;
56
- }
57
-
58
- // Modifier for popup-style consumers (DropDown, Picker, Autocomplete, etc.)
59
- // that want the indicator pinned to the bottom-right of the popup chrome.
60
- // Visibility is implicit: the popup itself is conditionally rendered only
61
- // while open, so the indicator follows.
62
-
63
- .clay-keyboard-arrows-indicator-floating {
64
- bottom: 0.25rem;
65
- pointer-events: none;
66
- position: absolute;
67
- right: 0.5rem;
68
- }
69
-
70
- // Modifier for inline consumers (Table, MultiSelect, VerticalNav,
71
- // VerticalBar, DatePicker calendar). The indicator is hidden by default
72
- // and revealed only when its direct parent has `:focus-within` (i.e. the
73
- // consumer's focusable scope contains the focused element). Consumers
74
- // place the indicator as a direct child of the focusable container.
75
-
76
- .clay-keyboard-arrows-indicator-on-focus {
77
- visibility: hidden;
78
- }
79
-
80
- :focus-within > .clay-keyboard-arrows-indicator-on-focus {
81
- visibility: visible;
82
- }