@carbon/styles 1.23.1 → 1.24.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 (232) hide show
  1. package/css/styles.css +23 -16
  2. package/css/styles.min.css +1 -1
  3. package/index.scss +1 -1
  4. package/package.json +11 -11
  5. package/scss/__tests__/breakpoint-test.js +1 -1
  6. package/scss/__tests__/colors-test.js +1 -1
  7. package/scss/__tests__/config-test.js +1 -1
  8. package/scss/__tests__/grid-test.js +1 -1
  9. package/scss/__tests__/layer-test.js +1 -1
  10. package/scss/__tests__/motion-test.js +1 -1
  11. package/scss/__tests__/reset-test.js +1 -1
  12. package/scss/__tests__/theme-test.js +2 -1
  13. package/scss/__tests__/themes-test.js +1 -1
  14. package/scss/__tests__/type-test.js +1 -1
  15. package/scss/__tests__/zone-test.js +1 -1
  16. package/scss/_breakpoint.scss +1 -1
  17. package/scss/_colors.scss +1 -1
  18. package/scss/_config.scss +1 -1
  19. package/scss/_feature-flags.scss +1 -1
  20. package/scss/_motion.scss +1 -1
  21. package/scss/_reset.scss +1 -1
  22. package/scss/_spacing.scss +1 -1
  23. package/scss/_theme.scss +1 -1
  24. package/scss/_themes.scss +1 -1
  25. package/scss/_zone.scss +1 -1
  26. package/scss/compat/_theme.scss +1 -1
  27. package/scss/compat/_themes.scss +1 -1
  28. package/scss/components/__tests__/accordion-test.js +1 -1
  29. package/scss/components/__tests__/breadcrumb-test.js +1 -1
  30. package/scss/components/__tests__/button-test.js +1 -1
  31. package/scss/components/__tests__/checkbox-test.js +1 -1
  32. package/scss/components/__tests__/code-snippet-test.js +1 -1
  33. package/scss/components/__tests__/combo-box-test.js +1 -1
  34. package/scss/components/__tests__/content-switcher-test.js +1 -1
  35. package/scss/components/__tests__/copy-button-test.js +1 -1
  36. package/scss/components/__tests__/data-table-test.js +6 -6
  37. package/scss/components/__tests__/date-picker-test.js +1 -1
  38. package/scss/components/__tests__/dropdown-test.js +1 -1
  39. package/scss/components/__tests__/file-uploader.js +1 -1
  40. package/scss/components/__tests__/form-test.js +1 -1
  41. package/scss/components/__tests__/inline-loading-test.js +1 -1
  42. package/scss/components/__tests__/link-test.js +1 -1
  43. package/scss/components/__tests__/list-box-test.js +1 -1
  44. package/scss/components/__tests__/list-test.js +1 -1
  45. package/scss/components/__tests__/loading-test.js +1 -1
  46. package/scss/components/__tests__/menu-test.js +2 -2
  47. package/scss/components/__tests__/modal-test.js +2 -2
  48. package/scss/components/__tests__/multiselect-test.js +1 -1
  49. package/scss/components/__tests__/notification-test.js +1 -1
  50. package/scss/components/__tests__/number-input-test.js +2 -2
  51. package/scss/components/__tests__/overflow-menu-test.js +2 -2
  52. package/scss/components/__tests__/pagination-nav-test.js +2 -2
  53. package/scss/components/__tests__/pagination-test.js +1 -1
  54. package/scss/components/__tests__/progress-bar-test.js +1 -1
  55. package/scss/components/__tests__/progress-indicator-test.js +1 -1
  56. package/scss/components/__tests__/radio-button-test.js +1 -1
  57. package/scss/components/__tests__/search-test.js +1 -1
  58. package/scss/components/__tests__/select-test.js +1 -1
  59. package/scss/components/__tests__/skeleton-test.js +1 -1
  60. package/scss/components/__tests__/slider-test.js +1 -1
  61. package/scss/components/__tests__/structured-list-test.js +2 -2
  62. package/scss/components/__tests__/tabs-test.js +2 -2
  63. package/scss/components/__tests__/tag-test.js +1 -1
  64. package/scss/components/__tests__/text-area-test.js +1 -1
  65. package/scss/components/__tests__/text-input-test.js +2 -2
  66. package/scss/components/__tests__/tile-test.js +1 -1
  67. package/scss/components/__tests__/time-picker-test.js +1 -1
  68. package/scss/components/__tests__/toggle-test.js +1 -1
  69. package/scss/components/__tests__/tooltip-test.js +1 -1
  70. package/scss/components/__tests__/treeview-test.js +1 -1
  71. package/scss/components/__tests__/ui-shell-test.js +1 -1
  72. package/scss/components/_index.scss +1 -1
  73. package/scss/components/accordion/_accordion.scss +1 -1
  74. package/scss/components/accordion/_index.scss +1 -1
  75. package/scss/components/aspect-ratio/_aspect-ratio.scss +1 -1
  76. package/scss/components/aspect-ratio/_index.scss +1 -1
  77. package/scss/components/breadcrumb/_breadcrumb.scss +1 -1
  78. package/scss/components/breadcrumb/_css.scss +1 -1
  79. package/scss/components/breadcrumb/_index.scss +1 -1
  80. package/scss/components/button/_button.scss +1 -1
  81. package/scss/components/button/_index.scss +1 -1
  82. package/scss/components/button/_mixins.scss +1 -1
  83. package/scss/components/button/_tokens.scss +1 -1
  84. package/scss/components/button/_vars.scss +1 -1
  85. package/scss/components/checkbox/_checkbox.scss +1 -1
  86. package/scss/components/checkbox/_index.scss +1 -1
  87. package/scss/components/code-snippet/_code-snippet.scss +1 -1
  88. package/scss/components/code-snippet/_index.scss +1 -1
  89. package/scss/components/code-snippet/_mixins.scss +1 -1
  90. package/scss/components/combo-box/_combo-box.scss +1 -1
  91. package/scss/components/combo-box/_index.scss +1 -1
  92. package/scss/components/content-switcher/_content-switcher.scss +1 -1
  93. package/scss/components/content-switcher/_index.scss +1 -1
  94. package/scss/components/copy-button/_copy-button.scss +1 -1
  95. package/scss/components/copy-button/_index.scss +1 -1
  96. package/scss/components/data-table/_data-table.scss +1 -1
  97. package/scss/components/data-table/_index.scss +1 -1
  98. package/scss/components/data-table/_mixins.scss +1 -1
  99. package/scss/components/data-table/_vars.scss +1 -1
  100. package/scss/components/data-table/action/_data-table-action.scss +1 -1
  101. package/scss/components/data-table/action/_index.scss +1 -1
  102. package/scss/components/data-table/expandable/_data-table-expandable.scss +1 -1
  103. package/scss/components/data-table/expandable/_index.scss +1 -1
  104. package/scss/components/data-table/skeleton/_data-table-skeleton.scss +1 -1
  105. package/scss/components/data-table/skeleton/_index.scss +1 -1
  106. package/scss/components/data-table/sort/_data-table-sort.scss +1 -1
  107. package/scss/components/data-table/sort/_index.scss +1 -1
  108. package/scss/components/date-picker/_date-picker.scss +1 -1
  109. package/scss/components/date-picker/_flatpickr.scss +1 -1
  110. package/scss/components/date-picker/_index.scss +1 -1
  111. package/scss/components/dropdown/_dropdown.scss +1 -1
  112. package/scss/components/dropdown/_index.scss +1 -1
  113. package/scss/components/file-uploader/_file-uploader.scss +1 -1
  114. package/scss/components/file-uploader/_index.scss +1 -1
  115. package/scss/components/fluid-text-area/_fluid-text-area.scss +1 -1
  116. package/scss/components/fluid-text-area/_index.scss +1 -1
  117. package/scss/components/fluid-text-input/_fluid-text-input.scss +1 -1
  118. package/scss/components/fluid-text-input/_index.scss +1 -1
  119. package/scss/components/form/_form.scss +1 -1
  120. package/scss/components/form/_index.scss +1 -1
  121. package/scss/components/inline-loading/_index.scss +1 -1
  122. package/scss/components/inline-loading/_inline-loading.scss +1 -1
  123. package/scss/components/inline-loading/_keyframes.scss +1 -1
  124. package/scss/components/link/_index.scss +1 -1
  125. package/scss/components/link/_link.scss +2 -1
  126. package/scss/components/list/_index.scss +1 -1
  127. package/scss/components/list/_list.scss +1 -1
  128. package/scss/components/list-box/_index.scss +1 -1
  129. package/scss/components/list-box/_list-box.scss +1 -1
  130. package/scss/components/loading/_animation.scss +1 -1
  131. package/scss/components/loading/_functions.scss +1 -1
  132. package/scss/components/loading/_index.scss +1 -1
  133. package/scss/components/loading/_loading.scss +1 -1
  134. package/scss/components/loading/_vars.scss +1 -1
  135. package/scss/components/menu/_index.scss +1 -1
  136. package/scss/components/menu/_menu.scss +3 -1
  137. package/scss/components/modal/_index.scss +1 -1
  138. package/scss/components/modal/_modal.scss +1 -1
  139. package/scss/components/multiselect/_index.scss +1 -1
  140. package/scss/components/multiselect/_multiselect.scss +1 -1
  141. package/scss/components/notification/_actionable-notification.scss +1 -1
  142. package/scss/components/notification/_index.scss +1 -1
  143. package/scss/components/notification/_inline-notification.scss +1 -1
  144. package/scss/components/notification/_mixins.scss +1 -1
  145. package/scss/components/notification/_toast-notification.scss +1 -1
  146. package/scss/components/notification/_tokens.scss +1 -1
  147. package/scss/components/number-input/_index.scss +1 -1
  148. package/scss/components/number-input/_number-input.scss +1 -1
  149. package/scss/components/overflow-menu/_index.scss +1 -1
  150. package/scss/components/overflow-menu/_overflow-menu.scss +1 -1
  151. package/scss/components/pagination/_index.scss +1 -1
  152. package/scss/components/pagination/_pagination.scss +1 -1
  153. package/scss/components/pagination/_unstable_pagination.scss +1 -1
  154. package/scss/components/pagination-nav/_index.scss +1 -1
  155. package/scss/components/pagination-nav/_mixins.scss +1 -1
  156. package/scss/components/pagination-nav/_pagination-nav.scss +1 -1
  157. package/scss/components/popover/_index.scss +1 -1
  158. package/scss/components/popover/_popover.scss +3 -3
  159. package/scss/components/progress-bar/_index.scss +1 -1
  160. package/scss/components/progress-indicator/_index.scss +1 -1
  161. package/scss/components/progress-indicator/_progress-indicator.scss +1 -1
  162. package/scss/components/radio-button/_radio-button.scss +1 -1
  163. package/scss/components/search/_search.scss +1 -1
  164. package/scss/components/select/_index.scss +1 -1
  165. package/scss/components/select/_select.scss +1 -1
  166. package/scss/components/skeleton-styles/_index.scss +1 -1
  167. package/scss/components/skeleton-styles/_skeleton-styles.scss +1 -1
  168. package/scss/components/slider/_slider.scss +1 -1
  169. package/scss/components/stack/_index.scss +1 -1
  170. package/scss/components/stack/_stack.scss +1 -1
  171. package/scss/components/structured-list/_index.scss +1 -1
  172. package/scss/components/structured-list/_mixins.scss +1 -1
  173. package/scss/components/structured-list/_structured-list.scss +1 -1
  174. package/scss/components/tabs/_tabs.scss +1 -1
  175. package/scss/components/tag/_index.scss +1 -1
  176. package/scss/components/tag/_mixins.scss +1 -1
  177. package/scss/components/tag/_tag.scss +1 -1
  178. package/scss/components/text-area/_index.scss +1 -1
  179. package/scss/components/text-area/_text-area.scss +1 -1
  180. package/scss/components/text-input/_index.scss +1 -1
  181. package/scss/components/text-input/_text-input.scss +1 -1
  182. package/scss/components/tile/_index.scss +1 -1
  183. package/scss/components/tile/_tile.scss +1 -1
  184. package/scss/components/time-picker/_index.scss +1 -1
  185. package/scss/components/time-picker/_time-picker.scss +1 -1
  186. package/scss/components/toggle/_index.scss +1 -1
  187. package/scss/components/toggle/_toggle.scss +1 -1
  188. package/scss/components/toggletip/_index.scss +1 -1
  189. package/scss/components/toggletip/_toggletip.scss +1 -1
  190. package/scss/components/tooltip/_index.scss +1 -1
  191. package/scss/components/tooltip/_tooltip.scss +1 -1
  192. package/scss/components/treeview/_index.scss +1 -1
  193. package/scss/components/treeview/_treeview.scss +1 -1
  194. package/scss/components/ui-shell/_functions.scss +1 -1
  195. package/scss/components/ui-shell/_index.scss +1 -1
  196. package/scss/components/ui-shell/_mixins.scss +1 -1
  197. package/scss/components/ui-shell/_ui-shell.scss +1 -1
  198. package/scss/components/ui-shell/content/_content.scss +1 -1
  199. package/scss/components/ui-shell/content/_index.scss +1 -1
  200. package/scss/components/ui-shell/header/_header.scss +1 -1
  201. package/scss/components/ui-shell/header/_index.scss +1 -1
  202. package/scss/components/ui-shell/header-panel/_header-panel.scss +1 -1
  203. package/scss/components/ui-shell/header-panel/_index.scss +1 -1
  204. package/scss/components/ui-shell/side-nav/_index.scss +1 -1
  205. package/scss/components/ui-shell/side-nav/_side-nav.scss +1 -1
  206. package/scss/components/ui-shell/switcher/_index.scss +1 -1
  207. package/scss/components/ui-shell/switcher/_switcher.scss +1 -1
  208. package/scss/fonts/__tests__/fonts-test.js +1 -1
  209. package/scss/fonts/_index.scss +1 -1
  210. package/scss/fonts/_mono.scss +1 -1
  211. package/scss/fonts/_sans-arabic.scss +1 -1
  212. package/scss/fonts/_sans-devanagari.scss +1 -1
  213. package/scss/fonts/_sans-hebrew.scss +1 -1
  214. package/scss/fonts/_sans-thai-looped.scss +1 -1
  215. package/scss/fonts/_sans-thai.scss +1 -1
  216. package/scss/fonts/_sans.scss +1 -1
  217. package/scss/fonts/_serif.scss +1 -1
  218. package/scss/fonts/_src.scss +1 -1
  219. package/scss/fonts/unicode/_index.scss +1 -1
  220. package/scss/grid/_css-grid.scss +1 -1
  221. package/scss/grid/_flexbox.scss +1 -1
  222. package/scss/grid/_index.scss +1 -1
  223. package/scss/grid/_mixins.scss +1 -1
  224. package/scss/theme/_theme.scss +1 -1
  225. package/scss/type/_index.scss +1 -1
  226. package/scss/type/_reset.scss +1 -1
  227. package/scss/utilities/__tests__/custom-property-test.js +1 -1
  228. package/scss/utilities/_component-reset.scss +1 -1
  229. package/scss/utilities/_component-tokens.scss +1 -1
  230. package/scss/utilities/_convert.scss +1 -1
  231. package/scss/utilities/_custom-property.scss +1 -1
  232. package/scss/utilities/_index.scss +1 -1
package/index.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/styles",
3
3
  "description": "Styles for the Carbon Design System",
4
- "version": "1.23.1",
4
+ "version": "1.24.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -32,19 +32,19 @@
32
32
  "sass": "^1.33.0"
33
33
  },
34
34
  "dependencies": {
35
- "@carbon/colors": "^11.12.0",
36
- "@carbon/feature-flags": "^0.12.0",
37
- "@carbon/grid": "^11.11.0",
38
- "@carbon/layout": "^11.11.0",
39
- "@carbon/motion": "^11.9.0",
40
- "@carbon/themes": "^11.16.0",
41
- "@carbon/type": "^11.15.0",
35
+ "@carbon/colors": "^11.13.0",
36
+ "@carbon/feature-flags": "^0.13.0",
37
+ "@carbon/grid": "^11.12.0",
38
+ "@carbon/layout": "^11.12.0",
39
+ "@carbon/motion": "^11.10.0",
40
+ "@carbon/themes": "^11.17.0",
41
+ "@carbon/type": "^11.16.0",
42
42
  "@ibm/plex": "6.0.0-next.6"
43
43
  },
44
44
  "devDependencies": {
45
- "@carbon/test-utils": "^10.26.0",
45
+ "@carbon/test-utils": "^10.27.0",
46
46
  "autoprefixer": "^10.4.7",
47
- "browserslist-config-carbon": "^11.0.0",
47
+ "browserslist-config-carbon": "^11.1.0",
48
48
  "css": "^3.0.0",
49
49
  "cssnano": "^5.1.9",
50
50
  "lodash.isequal": "^4.5.0",
@@ -59,5 +59,5 @@
59
59
  "scss/**/*.css",
60
60
  "css/**/*.css"
61
61
  ],
62
- "gitHead": "2f5261e26d75787ab906d678fde430dfbd394d14"
62
+ "gitHead": "07168bf0272678a04c92cd1e700ac60e66355a95"
63
63
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -115,6 +115,7 @@ describe('@carbon/styles/scss/theme', () => {
115
115
  "icon-on-color",
116
116
  "icon-on-color-disabled",
117
117
  "icon-disabled",
118
+ "icon-interactive",
118
119
  "support-error",
119
120
  "support-success",
120
121
  "support-warning",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_colors.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_config.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_motion.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_reset.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_theme.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_themes.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
package/scss/_zone.scss CHANGED
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  //
2
- // Copyright IBM Corp. 2018, 2018
2
+ // Copyright IBM Corp. 2018, 2023
3
3
  //
4
4
  // This source code is licensed under the Apache-2.0 license found in the
5
5
  // LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -19,7 +19,7 @@ describe('scss/components/data-table', () => {
19
19
  @use 'sass:map';
20
20
  @use 'sass:meta';
21
21
  @use '../data-table';
22
-
22
+
23
23
  $_: get('mixin', meta.mixin-exists('data-table', 'data-table'));
24
24
  $_: get('variables', map.keys(meta.module-variables('data-table')));
25
25
  `);
@@ -38,7 +38,7 @@ describe('scss/components/data-table/action', () => {
38
38
  @use 'sass:map';
39
39
  @use 'sass:meta';
40
40
  @use '../data-table/action';
41
-
41
+
42
42
  $_: get('mixin', meta.mixin-exists('data-table-action', 'action'));
43
43
  `);
44
44
  expect(unwrap('mixin')).toBe(true);
@@ -51,7 +51,7 @@ describe('scss/components/data-table/expandable', () => {
51
51
  @use 'sass:map';
52
52
  @use 'sass:meta';
53
53
  @use '../data-table/expandable';
54
-
54
+
55
55
  $_: get('mixin', meta.mixin-exists('data-table-expandable', 'expandable'));
56
56
  `);
57
57
  expect(unwrap('mixin')).toBe(true);
@@ -64,7 +64,7 @@ describe('scss/components/data-table/skeleton', () => {
64
64
  @use 'sass:map';
65
65
  @use 'sass:meta';
66
66
  @use '../data-table/skeleton';
67
-
67
+
68
68
  $_: get('mixin', meta.mixin-exists('data-table-skeleton', 'skeleton'));
69
69
  `);
70
70
  expect(unwrap('mixin')).toBe(true);
@@ -77,7 +77,7 @@ describe('scss/components/data-table/sort', () => {
77
77
  @use 'sass:map';
78
78
  @use 'sass:meta';
79
79
  @use '../data-table/sort';
80
-
80
+
81
81
  $_: get('mixin', meta.mixin-exists('data-table-sort', 'sort'));
82
82
  `);
83
83
  expect(unwrap('mixin')).toBe(true);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -19,7 +19,7 @@ describe('scss/components/menu', () => {
19
19
  @use 'sass:map';
20
20
  @use 'sass:meta';
21
21
  @use '../menu';
22
-
22
+
23
23
  $_: get('mixin', meta.mixin-exists('menu', 'menu'));
24
24
  `);
25
25
  expect(unwrap('mixin')).toBe(true);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -19,7 +19,7 @@ describe('scss/components/modal', () => {
19
19
  @use 'sass:map';
20
20
  @use 'sass:meta';
21
21
  @use '../modal';
22
-
22
+
23
23
  $_: get('mixin', meta.mixin-exists('modal', 'modal'));
24
24
  `);
25
25
  expect(unwrap('mixin')).toBe(true);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -19,7 +19,7 @@ describe('scss/components/number-input', () => {
19
19
  @use 'sass:map';
20
20
  @use 'sass:meta';
21
21
  @use '../number-input';
22
-
22
+
23
23
  $_: get('mixin', meta.mixin-exists('number-input', 'number-input'));
24
24
  `);
25
25
  expect(unwrap('mixin')).toBe(true);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -19,7 +19,7 @@ describe('scss/components/overflow-menu', () => {
19
19
  @use 'sass:map';
20
20
  @use 'sass:meta';
21
21
  @use '../overflow-menu';
22
-
22
+
23
23
  $_: get('mixin', meta.mixin-exists('overflow-menu', 'overflow-menu'));
24
24
  `);
25
25
  expect(unwrap('mixin')).toBe(true);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -18,7 +18,7 @@ describe('scss/components/pagination-nav', () => {
18
18
  const { unwrap } = await render(`
19
19
  @use 'sass:meta';
20
20
  @use '../pagination-nav';
21
-
21
+
22
22
  $_: get('mixin', meta.mixin-exists('pagination-nav', 'pagination-nav'));
23
23
  `);
24
24
  expect(unwrap('mixin')).toBe(true);
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2018, 2018
2
+ * Copyright IBM Corp. 2018, 2023
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -19,7 +19,7 @@ describe('scss/components/structured-list', () => {
19
19
  @use 'sass:map';
20
20
  @use 'sass:meta';
21
21
  @use '../structured-list';
22
-
22
+
23
23
  $_: get('mixin', meta.mixin-exists('structured-list', 'structured-list'));
24
24
  `);
25
25
  expect(unwrap('mixin')).toBe(true);