@kaizen/components 1.68.12 → 1.68.13

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/dist/styles.css CHANGED
@@ -5580,6 +5580,7 @@ input[type=range].InputRange-module_ratingScaleRange__gI-rs::-ms-thumb:not(:disa
5580
5580
  line-height: var(--typography-heading-4-line-height);
5581
5581
  letter-spacing: var(--typography-heading-4-letter-spacing);
5582
5582
  color: var(--color-purple-800);
5583
+ cursor: default;
5583
5584
 
5584
5585
  &:focus {
5585
5586
  outline: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaizen/components",
3
- "version": "1.68.12",
3
+ "version": "1.68.13",
4
4
  "description": "Kaizen component library",
5
5
  "author": "Geoffrey Chong <geoff.chong@cultureamp.com>",
6
6
  "homepage": "https://cultureamp.design",
@@ -117,8 +117,8 @@
117
117
  "svgo": "^3.3.2",
118
118
  "tslib": "^2.8.1",
119
119
  "tsx": "^4.19.2",
120
- "@kaizen/package-bundler": "2.0.3",
121
- "@kaizen/design-tokens": "10.8.6"
120
+ "@kaizen/design-tokens": "10.8.6",
121
+ "@kaizen/package-bundler": "2.0.3"
122
122
  },
123
123
  "devDependenciesComments": {
124
124
  "sass": "Prevent deprecation warnings introduced in 1.80 as we plan to move away from sass",
@@ -16,6 +16,7 @@
16
16
  line-height: var(--typography-heading-4-line-height);
17
17
  letter-spacing: var(--typography-heading-4-letter-spacing);
18
18
  color: var(--color-purple-800);
19
+ cursor: default;
19
20
 
20
21
  &:focus {
21
22
  outline: none;