@carbon/styles 1.79.0-rc.0 → 1.79.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/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.79.0-rc.0",
4
+ "version": "1.79.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,13 +40,13 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.31.0-rc.0",
44
- "@carbon/feature-flags": "^0.25.0",
45
- "@carbon/grid": "^11.34.0-rc.0",
46
- "@carbon/layout": "^11.32.0-rc.0",
47
- "@carbon/motion": "^11.26.0-rc.0",
48
- "@carbon/themes": "^11.50.0-rc.0",
49
- "@carbon/type": "^11.38.0-rc.0",
43
+ "@carbon/colors": "^11.31.0",
44
+ "@carbon/feature-flags": "^0.26.0",
45
+ "@carbon/grid": "^11.34.0",
46
+ "@carbon/layout": "^11.32.0",
47
+ "@carbon/motion": "^11.26.0",
48
+ "@carbon/themes": "^11.50.0",
49
+ "@carbon/type": "^11.38.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/plex-mono": "0.0.3-alpha.0",
52
52
  "@ibm/plex-sans": "0.0.3-alpha.0",
@@ -75,5 +75,5 @@
75
75
  "scss/**/*.css",
76
76
  "css/**/*.css"
77
77
  ],
78
- "gitHead": "0d87b91846d3b2a877f9f385f4f4b16214388315"
78
+ "gitHead": "7c4674649e1a5bd1367d99797df86cdc338eff6e"
79
79
  }
@@ -98,7 +98,7 @@
98
98
  &.#{$prefix}--btn--disabled:hover,
99
99
  &.#{$prefix}--btn--disabled:focus {
100
100
  background: transparent;
101
- color: $text-on-color-disabled;
101
+ color: $text-disabled;
102
102
  outline: none;
103
103
  }
104
104
  }
@@ -140,7 +140,7 @@
140
140
  &.#{$prefix}--btn--disabled:focus {
141
141
  border-color: transparent;
142
142
  background: transparent;
143
- color: $text-on-color-disabled;
143
+ color: $text-disabled;
144
144
  outline: none;
145
145
  }
146
146
 
@@ -274,7 +274,7 @@
274
274
  &.#{$prefix}--btn--disabled:hover,
275
275
  &.#{$prefix}--btn--disabled:focus {
276
276
  background: transparent;
277
- color: $text-on-color-disabled;
277
+ color: $text-disabled;
278
278
  outline: none;
279
279
  }
280
280
  }