@carbon/styles 1.0.0 → 1.1.0-rc.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.0.0",
4
+ "version": "1.1.0-rc.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -27,17 +27,17 @@
27
27
  "sass": "^1.33.0"
28
28
  },
29
29
  "dependencies": {
30
- "@carbon/colors": "^11.0.0",
30
+ "@carbon/colors": "^11.1.0-rc.0",
31
31
  "@carbon/feature-flags": "^0.7.0",
32
- "@carbon/grid": "^11.0.0",
33
- "@carbon/layout": "^11.0.0",
32
+ "@carbon/grid": "^11.1.0-rc.0",
33
+ "@carbon/layout": "^11.1.0-rc.0",
34
34
  "@carbon/motion": "^11.0.0",
35
- "@carbon/themes": "^11.0.0",
36
- "@carbon/type": "^11.0.0",
35
+ "@carbon/themes": "^11.1.0-rc.0",
36
+ "@carbon/type": "^11.1.0-rc.0",
37
37
  "@ibm/plex": "6.0.0-next.6"
38
38
  },
39
39
  "devDependencies": {
40
- "@carbon/test-utils": "^10.22.0",
40
+ "@carbon/test-utils": "^10.23.0-rc.0",
41
41
  "css": "^3.0.0",
42
42
  "sass": "^1.45.0"
43
43
  },
@@ -46,5 +46,5 @@
46
46
  "scss/**/*.scss",
47
47
  "scss/**/*.css"
48
48
  ],
49
- "gitHead": "c88ac3391e9583e6e10e2de2c509b006f0d60cac"
49
+ "gitHead": "8487e08b549acfed947b37fccd37ed38fe9b5aa6"
50
50
  }
@@ -154,7 +154,7 @@
154
154
  }
155
155
 
156
156
  .#{$prefix}--slider--disabled .#{$prefix}--slider__thumb {
157
- background-color: $border-subtle;
157
+ background-color: $border-disabled;
158
158
 
159
159
  &:hover {
160
160
  cursor: not-allowed;
@@ -162,14 +162,14 @@
162
162
  }
163
163
 
164
164
  &:focus {
165
- background-color: $border-subtle;
165
+ background-color: $border-disabled;
166
166
  box-shadow: none;
167
167
  outline: none;
168
168
  transform: translate(-50%, -50%);
169
169
  }
170
170
 
171
171
  &:active {
172
- background: $border-subtle;
172
+ background: $border-disabled;
173
173
  transform: translate(-50%, -50%);
174
174
  }
175
175
  }
@@ -179,7 +179,7 @@
179
179
  .#{$prefix}--slider--disabled
180
180
  .#{$prefix}--slider__thumb:focus
181
181
  ~ .#{$prefix}--slider__filled-track {
182
- background-color: $border-subtle;
182
+ background-color: $border-disabled;
183
183
  }
184
184
 
185
185
  .#{$prefix}--slider--disabled
@@ -80,21 +80,20 @@
80
80
  background-color: $background-active;
81
81
  }
82
82
 
83
- .#{$prefix}--header__action.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger {
83
+ .#{$prefix}--header__action.#{$prefix}--btn--icon-only {
84
84
  align-items: center;
85
85
  justify-content: center;
86
86
  }
87
87
 
88
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action
89
- svg {
88
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action svg {
90
89
  fill: $icon-secondary;
91
90
  }
92
91
 
93
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action:hover
92
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action:hover
94
93
  svg,
95
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action:active
94
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action:active
96
95
  svg,
97
- .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--tooltip__trigger.#{$prefix}--header__action--active
96
+ .#{$prefix}--btn.#{$prefix}--btn--icon-only.#{$prefix}--header__action--active
98
97
  svg {
99
98
  fill: $icon-primary;
100
99
  }