@splunk/themes 0.19.0 → 0.20.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 0.20.0 - August 7, 2024
5
+ ----------
6
+ * Prisma light theme's `interactiveColorBorder` value has been updated to meet accessibility requirements (SUI-6342).
7
+
4
8
  0.19.0 - June 4, 2024
5
9
  ----------
6
10
  New Features:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/themes",
3
- "version": "0.19.0",
3
+ "version": "0.20.0",
4
4
  "description": "Theme variables and mixins for the Splunk design language",
5
5
  "scripts": {
6
6
  "babel": "babel src -d . --ignore src/babel-plugin-base64-png,src/tests --ignore \"**/docs\" --extensions .js,.ts,.tsx",
package/prisma/light.js CHANGED
@@ -52,7 +52,7 @@ var contentColors = {
52
52
 
53
53
  var interactiveColors = {
54
54
  interactiveColorPrimary: '#0264d7',
55
- interactiveColorBorder: 'rgba(0, 0, 0, 0.4)',
55
+ interactiveColorBorder: 'rgba(0, 0, 0, 0.48)',
56
56
  interactiveColorBorderActive: 'rgba(0, 0, 0, 0.5)',
57
57
  interactiveColorBorderHover: 'rgba(0, 0, 0, 0.6)',
58
58
  interactiveColorBorderDisabled: 'rgba(0, 0, 0, 0.3)',
package/variables.js CHANGED
@@ -55,7 +55,7 @@ function _defineProperty(obj, key, value) { if (key in obj) { Object.definePrope
55
55
  * color: ${pick({
56
56
  * enterprise: variables.textColor,
57
57
  * prisma: variables.contentColorDefault
58
- * });
58
+ * })};
59
59
  * `;
60
60
  * ```
61
61
  * ## Custom Variables