@salesforcedevs/dx-components 1.3.194 → 1.3.196-alpha1

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 (39) hide show
  1. package/lwc.config.json +0 -1
  2. package/package.json +4 -5
  3. package/src/modules/dx/alert/alert.css +1 -1
  4. package/src/modules/dx/breadcrumbs/breadcrumbs.css +2 -2
  5. package/src/modules/dx/cardDocs/cardDocs.css +1 -1
  6. package/src/modules/dx/cardGridDocs/cardGridDocs.css +0 -1
  7. package/src/modules/dx/cardNews/cardNews.css +7 -7
  8. package/src/modules/dx/cardStep/mockProps.ts +2 -1
  9. package/src/modules/dx/cardTrialExpanded/cardTrialExpanded.css +2 -2
  10. package/src/modules/dx/checkbox/checkbox.css +1 -2
  11. package/src/modules/dx/checkboxNative/checkboxNative.css +0 -3
  12. package/src/modules/dx/codeBlock/codeBlock.ts +6 -6
  13. package/src/modules/dx/codeBlock/customLanguages.js +2 -4
  14. package/src/modules/dx/codeBlock/lightTheme.css +4 -4
  15. package/src/modules/dx/dropdown/dropdown.css +2 -4
  16. package/src/modules/dx/dropdownOption/dropdownOption.css +2 -2
  17. package/src/modules/dx/feature/feature.css +1 -1
  18. package/src/modules/dx/featuredContentHeader/featuredContentHeader.css +3 -3
  19. package/src/modules/dx/filterMenu/filterMenu.css +2 -6
  20. package/src/modules/dx/footer/footer.css +4 -3
  21. package/src/modules/dx/headerMobileNavMenu/headerMobileNavMenu.css +1 -1
  22. package/src/modules/dx/icon/icon.css +1 -1
  23. package/src/modules/dx/input/input.css +0 -3
  24. package/src/modules/dx/searchResults/searchResults.css +2 -3
  25. package/src/modules/dx/select/select.css +1 -15
  26. package/src/modules/dx/spinner/spinner.css +28 -225
  27. package/src/modules/dx/toast/toast.css +1 -1
  28. package/src/modules/dxHelpers/animations/animations.css +1 -1
  29. package/src/modules/dxHelpers/card/card.css +1 -1
  30. package/src/modules/dxHelpers/code/code.css +5 -13
  31. package/src/modules/dxHelpers/commonTreeItem/commonTreeItem.css +1 -1
  32. package/src/modules/dxHelpers/reset/reset.css +6 -13
  33. package/src/modules/dxHelpers/text/text.css +1 -1
  34. package/src/modules/dxUtils/prismjs/prismjs.ts +168 -294
  35. package/LICENSE +0 -12
  36. package/src/modules/dx/header/__benchmarks__/header.benchmark.js +0 -45
  37. package/src/modules/dx/header/header.css +0 -99
  38. package/src/modules/dx/header/header.html +0 -132
  39. package/src/modules/dx/header/header.ts +0 -21
@@ -32,12 +32,7 @@ code[class*="language-"] {
32
32
  word-spacing: normal;
33
33
  word-break: normal;
34
34
  line-height: 20px;
35
- -moz-tab-size: 4;
36
- -o-tab-size: 4;
37
35
  tab-size: 4;
38
- -webkit-hyphens: none;
39
- -moz-hyphens: none;
40
- -ms-hyphens: none;
41
36
  hyphens: none;
42
37
  }
43
38
 
@@ -49,7 +44,7 @@ code[class*="language-"]::mozselection {
49
44
  }
50
45
 
51
46
  .dx-theme-dark code[class*="language-"] {
52
- color: rgb(255, 255, 255);
47
+ color: rgb(255 255 255);
53
48
  }
54
49
 
55
50
  .dx-theme-light code[class*="language-"] {
@@ -57,7 +52,7 @@ code[class*="language-"]::mozselection {
57
52
  }
58
53
 
59
54
  .dx-theme-dark code[class*="language-"]::mozselection {
60
- background: rgb(255, 255, 255);
55
+ background: rgb(255 255 255);
61
56
  }
62
57
 
63
58
  .dx-theme-light code[class*="language-"]::mozselection {
@@ -92,12 +87,12 @@ code[class*="language-"]::mozselection {
92
87
  }
93
88
 
94
89
  .dx-theme-dark pre[class*="language-"] {
95
- color: rgb(255, 255, 255);
90
+ color: rgb(255 255 255);
96
91
  background: var(--dx-g-blue-vibrant-10);
97
92
  }
98
93
 
99
94
  .dx-theme-dark :not(pre) > code[class*="language-"] {
100
- color: rgb(255, 255, 255);
95
+ color: rgb(255 255 255);
101
96
  background: var(--dx-g-blue-vibrant-10);
102
97
  }
103
98
 
@@ -180,7 +175,7 @@ pre[id].linkable-line-numbers span.line-numbers-rows > span::before {
180
175
  }
181
176
 
182
177
  pre[id].linkable-line-numbers span.line-numbers-rows > span:hover::before {
183
- background-color: rgba(128, 128, 128, 0.2);
178
+ background-color: rgb(128 128 128 / 20%);
184
179
  }
185
180
 
186
181
  pre[class*="language-"].line-numbers {
@@ -202,9 +197,6 @@ pre[class*="language-"].line-numbers > code {
202
197
  left: -3.8em;
203
198
  width: 3em; /* works for line-numbers below 1000 lines */
204
199
  letter-spacing: -1px;
205
- -webkit-user-select: none;
206
- -moz-user-select: none;
207
- -ms-user-select: none;
208
200
  user-select: none;
209
201
  }
210
202
 
@@ -1,5 +1,5 @@
1
1
  .sidebar-item-truncate-text {
2
- display: -webkit-box;
2
+ display: box;
3
3
  overflow: hidden;
4
4
  word-break: break-word;
5
5
  -webkit-box-orient: vertical;
@@ -2,7 +2,7 @@ input[type="search"]::-webkit-search-decoration,
2
2
  input[type="search"]::-webkit-search-cancel-button,
3
3
  input[type="search"]::-webkit-search-results-button,
4
4
  input[type="search"]::-webkit-search-results-decoration {
5
- -webkit-appearance: none;
5
+ appearance: none;
6
6
  }
7
7
 
8
8
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@@ -83,7 +83,6 @@ pre {
83
83
 
84
84
  abbr[title] {
85
85
  border-bottom: none; /* 1 */
86
- -webkit-text-decoration: underline dotted;
87
86
  text-decoration: underline dotted; /* 2 */
88
87
  }
89
88
 
@@ -178,7 +177,7 @@ button,
178
177
  [type="button"],
179
178
  [type="reset"],
180
179
  [type="submit"] {
181
- -webkit-appearance: button;
180
+ appearance: button;
182
181
  }
183
182
 
184
183
  /**
@@ -281,7 +280,7 @@ progress {
281
280
  */
282
281
 
283
282
  [type="search"] {
284
- -webkit-appearance: textfield; /* 1 */
283
+ appearance: textfield; /* 1 */
285
284
  }
286
285
 
287
286
  /**
@@ -289,7 +288,7 @@ progress {
289
288
  */
290
289
 
291
290
  [type="search"]::-webkit-search-decoration {
292
- -webkit-appearance: none;
291
+ appearance: none;
293
292
  }
294
293
 
295
294
  /**
@@ -298,7 +297,7 @@ progress {
298
297
  */
299
298
 
300
299
  ::-webkit-file-upload-button {
301
- -webkit-appearance: button; /* 1 */
300
+ appearance: button; /* 1 */
302
301
  font: inherit; /* 2 */
303
302
  }
304
303
 
@@ -372,7 +371,6 @@ pre {
372
371
  */
373
372
 
374
373
  button:focus {
375
- outline: 1px dotted;
376
374
  outline: 5px auto -webkit-focus-ring-color;
377
375
  }
378
376
 
@@ -406,7 +404,7 @@ html {
406
404
  "Noto Color Emoji"; /* 1 */
407
405
 
408
406
  line-height: 1.5; /* 2 */
409
- -webkit-text-size-adjust: 100%; /* 2 */
407
+ text-size-adjust: 100%; /* 2 */
410
408
  }
411
409
 
412
410
  /**
@@ -467,11 +465,6 @@ textarea {
467
465
  overflow: auto;
468
466
  }
469
467
 
470
- input::-ms-input-placeholder,
471
- textarea::-ms-input-placeholder {
472
- color: #a0aec0;
473
- }
474
-
475
468
  input::placeholder,
476
469
  textarea::placeholder {
477
470
  color: #a0aec0;
@@ -188,7 +188,7 @@
188
188
  }
189
189
 
190
190
  .dx-text-truncate {
191
- display: -webkit-box;
191
+ display: box;
192
192
  -webkit-line-clamp: var(--dx-c-max-lines, 6);
193
193
  -webkit-box-orient: vertical;
194
194
  overflow: hidden;