@splunk/themes 0.16.2 → 0.16.3

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 (2) hide show
  1. package/CHANGELOG.md +7 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,11 +1,16 @@
1
1
  Change Log
2
2
  ============
3
3
 
4
+ 0.16.3 - October 11, 2023
5
+ ----------
6
+ Bug Fixes:
7
+ * This package should now load correctly in Webpack 4 environments (SUI-5802).
8
+
4
9
  0.16.2 - October 4, 2023
5
10
  ----------
6
11
  Bug Fixes:
7
- * `typography` mixin's `title4`, `title5`, and `title6` should now correctly follow the font hierarchy (SUI-5668).
8
- * `title5` is now larger and bolder than `title6` in Prisma themes.
12
+ * `typography` mixin's `title4`, `title5`, and `title6` should now correctly follow the font hierarchy (SUI-5668).
13
+ * `title5` is now larger and bolder than `title6` in Prisma themes.
9
14
  * `title4` it now larger than `title6` in the Enterprise compact theme.
10
15
  * `typography`'s mixin's `title5` color has been changed to `active` in prisma theme to match the Splunk Design System.
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splunk/themes",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
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",