@clayui/css 3.161.0 → 3.163.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 (97) hide show
  1. package/lib/css/atlas.css +136 -6
  2. package/lib/css/atlas.css.map +1 -1
  3. package/lib/css/base.css +134 -5
  4. package/lib/css/base.css.map +1 -1
  5. package/lib/css/cadmin.css +74 -7
  6. package/lib/css/cadmin.css.map +1 -1
  7. package/lib/images/icons/arrow-key-down.svg +9 -0
  8. package/lib/images/icons/arrow-key-left.svg +9 -0
  9. package/lib/images/icons/arrow-key-right.svg +9 -0
  10. package/lib/images/icons/arrow-key-up.svg +9 -0
  11. package/lib/images/icons/icons.svg +1 -1
  12. package/package.json +1 -1
  13. package/src/images/icons/arrow-key-down.svg +9 -0
  14. package/src/images/icons/arrow-key-left.svg +9 -0
  15. package/src/images/icons/arrow-key-right.svg +9 -0
  16. package/src/images/icons/arrow-key-up.svg +9 -0
  17. package/src/images/icons/icons.svg +1 -1
  18. package/src/scss/_components.scss +2 -0
  19. package/src/scss/_license-text.scss +1 -1
  20. package/src/scss/atlas/variables/_forms.scss +3 -1
  21. package/src/scss/atlas/variables/_reorder.scss +1 -1
  22. package/src/scss/atlas-custom-properties/_variables.scss +0 -2
  23. package/src/scss/atlas-custom-properties/variables/_alerts.scss +928 -935
  24. package/src/scss/atlas-custom-properties/variables/_application-bar.scss +54 -56
  25. package/src/scss/atlas-custom-properties/variables/_aspect-ratio.scss +25 -27
  26. package/src/scss/atlas-custom-properties/variables/_badges.scss +298 -309
  27. package/src/scss/atlas-custom-properties/variables/_breadcrumbs.scss +175 -187
  28. package/src/scss/atlas-custom-properties/variables/_buttons.scss +1164 -1220
  29. package/src/scss/atlas-custom-properties/variables/_c-root.scss +343 -353
  30. package/src/scss/atlas-custom-properties/variables/_cards.scss +1009 -1014
  31. package/src/scss/atlas-custom-properties/variables/_clay-color.scss +560 -590
  32. package/src/scss/atlas-custom-properties/variables/_custom-forms.scss +766 -797
  33. package/src/scss/atlas-custom-properties/variables/_date-picker.scss +532 -614
  34. package/src/scss/atlas-custom-properties/variables/_drilldown.scss +244 -252
  35. package/src/scss/atlas-custom-properties/variables/_dropdowns.scss +1052 -1073
  36. package/src/scss/atlas-custom-properties/variables/_dual-listbox.scss +65 -68
  37. package/src/scss/atlas-custom-properties/variables/_empty-state.scss +90 -92
  38. package/src/scss/atlas-custom-properties/variables/_forms.scss +1918 -1955
  39. package/src/scss/atlas-custom-properties/variables/_globals-z-index.scss +27 -29
  40. package/src/scss/atlas-custom-properties/variables/_globals.scss +799 -801
  41. package/src/scss/atlas-custom-properties/variables/_icons.scss +71 -73
  42. package/src/scss/atlas-custom-properties/variables/_images.scss +8 -13
  43. package/src/scss/atlas-custom-properties/variables/_labels.scss +1091 -1202
  44. package/src/scss/atlas-custom-properties/variables/_links.scss +394 -410
  45. package/src/scss/atlas-custom-properties/variables/_list-group.scss +455 -460
  46. package/src/scss/atlas-custom-properties/variables/_loaders.scss +187 -204
  47. package/src/scss/atlas-custom-properties/variables/_management-bar.scss +135 -137
  48. package/src/scss/atlas-custom-properties/variables/_menubar.scss +605 -663
  49. package/src/scss/atlas-custom-properties/variables/_modals.scss +582 -587
  50. package/src/scss/atlas-custom-properties/variables/_multi-step-nav.scss +342 -312
  51. package/src/scss/atlas-custom-properties/variables/_navbar.scss +170 -172
  52. package/src/scss/atlas-custom-properties/variables/_navigation-bar.scss +337 -361
  53. package/src/scss/atlas-custom-properties/variables/_navs.scss +501 -495
  54. package/src/scss/atlas-custom-properties/variables/_pagination.scss +851 -888
  55. package/src/scss/atlas-custom-properties/variables/_panels.scss +467 -480
  56. package/src/scss/atlas-custom-properties/variables/_popovers.scss +483 -515
  57. package/src/scss/atlas-custom-properties/variables/_progress-bars.scss +146 -139
  58. package/src/scss/atlas-custom-properties/variables/_quick-action.scss +24 -23
  59. package/src/scss/atlas-custom-properties/variables/_range.scss +215 -220
  60. package/src/scss/atlas-custom-properties/variables/_reorder.scss +82 -82
  61. package/src/scss/atlas-custom-properties/variables/_resizer.scss +27 -16
  62. package/src/scss/atlas-custom-properties/variables/_sheets.scss +275 -275
  63. package/src/scss/atlas-custom-properties/variables/_side-navigation.scss +2 -4
  64. package/src/scss/atlas-custom-properties/variables/_sidebar.scss +413 -445
  65. package/src/scss/atlas-custom-properties/variables/_slideout.scss +300 -310
  66. package/src/scss/atlas-custom-properties/variables/_stickers.scss +551 -553
  67. package/src/scss/atlas-custom-properties/variables/_tables.scss +1094 -1079
  68. package/src/scss/atlas-custom-properties/variables/_tbar.scss +491 -557
  69. package/src/scss/atlas-custom-properties/variables/_time.scss +121 -130
  70. package/src/scss/atlas-custom-properties/variables/_timelines.scss +50 -43
  71. package/src/scss/atlas-custom-properties/variables/_toggle-switch.scss +562 -566
  72. package/src/scss/atlas-custom-properties/variables/_tooltip.scss +295 -306
  73. package/src/scss/atlas-custom-properties/variables/_treeview.scss +276 -278
  74. package/src/scss/atlas-custom-properties/variables/_type.scss +186 -185
  75. package/src/scss/atlas-custom-properties/variables/_utilities.scss +705 -788
  76. package/src/scss/atlas-variables.scss +0 -2
  77. package/src/scss/atlas.scss +0 -2
  78. package/src/scss/base-variables.scss +0 -2
  79. package/src/scss/base.scss +0 -2
  80. package/src/scss/cadmin/components/_focus-ring.scss +74 -0
  81. package/src/scss/cadmin/components/_forms.scss +2 -0
  82. package/src/scss/cadmin/components/_menubar.scss +8 -0
  83. package/src/scss/cadmin/components/_resizer.scss +19 -4
  84. package/src/scss/cadmin/variables/_breadcrumbs.scss +3 -1
  85. package/src/scss/cadmin/variables/_forms.scss +3 -1
  86. package/src/scss/cadmin/variables/_reorder.scss +1 -0
  87. package/src/scss/cadmin/variables/_resizer.scss +16 -3
  88. package/src/scss/cadmin.scss +1 -0
  89. package/src/scss/components/_focus-ring.scss +64 -0
  90. package/src/scss/components/_forms.scss +2 -0
  91. package/src/scss/components/_keyboard-arrows-indicator.scss +82 -0
  92. package/src/scss/components/_menubar.scss +8 -0
  93. package/src/scss/components/_resizer.scss +15 -4
  94. package/src/scss/functions/_lx-icons-generated.scss +8 -0
  95. package/src/scss/variables/_breadcrumbs.scss +4 -2
  96. package/src/scss/variables/_forms.scss +2 -0
  97. package/src/scss/variables/_resizer.scss +16 -3
package/lib/css/atlas.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /**
3
- * Clay 3.161.0
3
+ * Clay 3.163.0
4
4
  *
5
5
  * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
6
6
  * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
@@ -2395,16 +2395,31 @@ input[type=button].btn-block {
2395
2395
  -moz-user-select: none;
2396
2396
  -webkit-user-select: none;
2397
2397
  user-select: none;
2398
- width: 0.5rem;
2398
+ width: 0.75rem;
2399
2399
  z-index: 10;
2400
2400
  }
2401
- .c-horizontal-resizer:hover {
2401
+ .c-horizontal-resizer::before {
2402
+ bottom: 0rem;
2403
+ content: "";
2404
+ left: 0.25rem;
2405
+ position: absolute;
2406
+ right: 0.25rem;
2407
+ top: 0rem;
2408
+ }
2409
+ .c-horizontal-resizer:hover::before {
2402
2410
  background-color: rgb(86.99, 144.8295081967, 255);
2403
2411
  }
2404
- .c-horizontal-resizer:focus {
2412
+ .c-horizontal-resizer:focus-visible::before {
2405
2413
  background-color: rgb(86.99, 144.8295081967, 255);
2406
2414
  }
2407
2415
 
2416
+ .c-horizontal-resizer-end {
2417
+ left: 0rem;
2418
+ margin-left: -0.25rem;
2419
+ margin-right: 0rem;
2420
+ right: auto;
2421
+ }
2422
+
2408
2423
  .fade {
2409
2424
  transition: opacity 0.15s linear;
2410
2425
  }
@@ -4559,7 +4574,6 @@ input[type=button].btn-block {
4559
4574
  color: rgb(243.998755, 137.005245, 137.005245);
4560
4575
  }
4561
4576
  .breadcrumb-bar {
4562
- align-items: center;
4563
4577
  display: flex;
4564
4578
  }
4565
4579
 
@@ -4577,6 +4591,7 @@ input[type=button].btn-block {
4577
4591
  .breadcrumb-link {
4578
4592
  color: #6b6c7e;
4579
4593
  display: block;
4594
+ line-height: 1.5rem;
4580
4595
  text-decoration: none;
4581
4596
  border-radius: 1px;
4582
4597
  transition: box-shadow 0.15s ease-in-out;
@@ -4603,6 +4618,8 @@ input[type=button].btn-block {
4603
4618
 
4604
4619
  .breadcrumb-toggle {
4605
4620
  color: #6b6c7e;
4621
+ flex-shrink: 0;
4622
+ margin-top: 0.59375rem;
4606
4623
  }
4607
4624
  .breadcrumb-item {
4608
4625
  font-size: 0.875rem;
@@ -8548,7 +8565,9 @@ textarea.form-control-lg,
8548
8565
  margin-bottom: 1rem;
8549
8566
  }
8550
8567
  .form-group-sm label {
8551
- margin-bottom: 0.1875rem;
8568
+ font-size: 0.75rem;
8569
+ line-height: 1.5;
8570
+ margin-bottom: 0.125rem;
8552
8571
  }
8553
8572
  .form-group-sm div.form-control,
8554
8573
  .form-group-sm .form-control[contenteditable] {
@@ -9379,6 +9398,7 @@ button.link-outline {
9379
9398
  .clay-reorder .form-control-inset:focus + .clay-reorder-underlay, .clay-reorder .form-control-inset.focus + .clay-reorder-underlay {
9380
9399
  background-color: rgb(239.99, 245.1573770492, 255);
9381
9400
  border-color: rgb(127.994, 171.7173770492, 255);
9401
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
9382
9402
  }
9383
9403
  .clay-reorder .form-control-inset + .clay-reorder-underlay {
9384
9404
  bottom: 0rem;
@@ -12194,6 +12214,70 @@ label.custom-control-label {
12194
12214
  display: none;
12195
12215
  }
12196
12216
 
12217
+ .clay-keyboard-arrows-indicator {
12218
+ column-gap: 0.15em;
12219
+ display: inline-grid;
12220
+ grid-template-columns: 1fr 1fr 1fr;
12221
+ grid-template-rows: 1fr 1fr;
12222
+ row-gap: 0.15em;
12223
+ }
12224
+
12225
+ .clay-keyboard-arrows-indicator-md {
12226
+ font-size: 1rem;
12227
+ }
12228
+
12229
+ .clay-keyboard-arrows-indicator-sm {
12230
+ font-size: 0.75rem;
12231
+ }
12232
+
12233
+ .clay-keyboard-arrows-indicator-key {
12234
+ display: inline-flex;
12235
+ }
12236
+ .clay-keyboard-arrows-indicator-key .lexicon-icon {
12237
+ height: 1em;
12238
+ margin-top: 0;
12239
+ width: 1em;
12240
+ }
12241
+
12242
+ .clay-keyboard-arrows-indicator-key-up {
12243
+ grid-column: 2;
12244
+ grid-row: 1;
12245
+ }
12246
+
12247
+ .clay-keyboard-arrows-indicator-key-left {
12248
+ grid-column: 1;
12249
+ grid-row: 2;
12250
+ }
12251
+
12252
+ .clay-keyboard-arrows-indicator-key-down {
12253
+ grid-column: 2;
12254
+ grid-row: 2;
12255
+ }
12256
+
12257
+ .clay-keyboard-arrows-indicator-key-right {
12258
+ grid-column: 3;
12259
+ grid-row: 2;
12260
+ }
12261
+
12262
+ .clay-keyboard-arrows-indicator-key-inactive {
12263
+ opacity: 0.25;
12264
+ }
12265
+
12266
+ .clay-keyboard-arrows-indicator-floating {
12267
+ bottom: 0.25rem;
12268
+ pointer-events: none;
12269
+ position: absolute;
12270
+ right: 0.5rem;
12271
+ }
12272
+
12273
+ .clay-keyboard-arrows-indicator-on-focus {
12274
+ visibility: hidden;
12275
+ }
12276
+
12277
+ :focus-within > .clay-keyboard-arrows-indicator-on-focus {
12278
+ visibility: visible;
12279
+ }
12280
+
12197
12281
  .list-group-item-action {
12198
12282
  color: #495057;
12199
12283
  text-align: inherit;
@@ -14645,6 +14729,9 @@ button.multi-step-icon:hover {
14645
14729
  box-shadow: none;
14646
14730
  }
14647
14731
  }
14732
+ .menubar-vertical-expand-md.menubar-transparent .nav-link * {
14733
+ letter-spacing: normal;
14734
+ }
14648
14735
  @media (min-width: 768px) {
14649
14736
  .menubar-vertical-expand-md.menubar-decorated .nav {
14650
14737
  border-left-color: #e7e7ed;
@@ -14900,6 +14987,9 @@ button.multi-step-icon:hover {
14900
14987
  box-shadow: none;
14901
14988
  }
14902
14989
  }
14990
+ .menubar-vertical-expand-lg.menubar-transparent .nav-link * {
14991
+ letter-spacing: normal;
14992
+ }
14903
14993
  @media (min-width: 992px) {
14904
14994
  .menubar-vertical-expand-lg.menubar-decorated .nav {
14905
14995
  border-left-color: #e7e7ed;
@@ -32842,6 +32932,46 @@ a.text-dark:hover, a.text-dark:focus {
32842
32932
  .loading-animation-light {
32843
32933
  color: #fff;
32844
32934
  }
32935
+ @keyframes clay-focus-ring {
32936
+ 0%, 50% {
32937
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.75rem rgb(178.994, 205.16, 255);
32938
+ }
32939
+ 100% {
32940
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
32941
+ }
32942
+ }
32943
+ @media (prefers-reduced-motion: reduce) {
32944
+ @keyframes clay-focus-ring {
32945
+ 0%, 60% {
32946
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.75rem rgb(178.994, 205.16, 255);
32947
+ }
32948
+ 61% {
32949
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
32950
+ }
32951
+ }
32952
+ }
32953
+ .c-prefers-focus-ring .custom-control-input:focus-visible ~ .custom-control-label::after,
32954
+ .c-prefers-focus-ring .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
32955
+ .c-prefers-focus-ring :focus-visible:not(.custom-control-input):not(.toggle-switch-check),
32956
+ .c-prefers-focus-ring .focus {
32957
+ animation: clay-focus-ring 1s cubic-bezier(0.2, 0, 0, 1);
32958
+ box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem rgb(86.99, 144.8295081967, 255);
32959
+ }
32960
+ .c-prefers-focus-ring :focus-visible:not(.toggle-switch-check):not(.custom-control-input),
32961
+ .c-prefers-focus-ring .focus {
32962
+ position: relative;
32963
+ z-index: 1;
32964
+ }
32965
+ .c-prefers-focus-ring.c-tab-returning .custom-control-input:focus-visible ~ .custom-control-label::after,
32966
+ .c-prefers-focus-ring.c-tab-returning .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
32967
+ .c-prefers-focus-ring.c-tab-returning :focus-visible:not(.custom-control-input):not(.toggle-switch-check),
32968
+ .c-prefers-focus-ring.c-tab-returning .focus, .c-prefers-focus-ring.c-prefers-reduced-motion .custom-control-input:focus-visible ~ .custom-control-label::after,
32969
+ .c-prefers-focus-ring.c-prefers-reduced-motion .toggle-switch-check:focus-visible ~ .toggle-switch-bar::before,
32970
+ .c-prefers-focus-ring.c-prefers-reduced-motion :focus-visible:not(.custom-control-input):not(.toggle-switch-check),
32971
+ .c-prefers-focus-ring.c-prefers-reduced-motion .focus {
32972
+ animation: none;
32973
+ }
32974
+
32845
32975
  /* SPDX-SnippetBegin
32846
32976
  * SPDX-License-Identifier: MIT
32847
32977
  * SPDX-SnippetCopyrightText: © 2018 HTML5 Boilerplate <https://github.com/h5bp/main.css>