@carbon/styles 1.64.0-rc.0 → 1.64.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.64.0-rc.0",
4
+ "version": "1.64.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -40,18 +40,18 @@
40
40
  }
41
41
  },
42
42
  "dependencies": {
43
- "@carbon/colors": "^11.25.0-rc.0",
44
- "@carbon/feature-flags": "^0.22.0-rc.0",
45
- "@carbon/grid": "^11.26.0-rc.0",
46
- "@carbon/layout": "^11.25.0-rc.0",
47
- "@carbon/motion": "^11.21.0-rc.0",
48
- "@carbon/themes": "^11.39.0-rc.0",
49
- "@carbon/type": "^11.30.0-rc.0",
43
+ "@carbon/colors": "^11.25.0",
44
+ "@carbon/feature-flags": "^0.22.0",
45
+ "@carbon/grid": "^11.26.0",
46
+ "@carbon/layout": "^11.25.0",
47
+ "@carbon/motion": "^11.21.0",
48
+ "@carbon/themes": "^11.39.0",
49
+ "@carbon/type": "^11.30.0",
50
50
  "@ibm/plex": "6.0.0-next.6",
51
51
  "@ibm/telemetry-js": "^1.5.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@carbon/test-utils": "^10.31.0-rc.0",
54
+ "@carbon/test-utils": "^10.31.0",
55
55
  "autoprefixer": "^10.4.7",
56
56
  "browserslist-config-carbon": "^11.2.0",
57
57
  "css": "^3.0.0",
@@ -67,5 +67,5 @@
67
67
  "scss/**/*.css",
68
68
  "css/**/*.css"
69
69
  ],
70
- "gitHead": "5e14bf5949724bee568601e514b5ce18e50d4525"
70
+ "gitHead": "2e82ab9625d65b607a7510b70d2cb4bacf209378"
71
71
  }
@@ -121,16 +121,16 @@
121
121
  }
122
122
 
123
123
  .#{$prefix}--data-table
124
- tr
125
- + :not(.#{$prefix}--popover-container):hover
126
- .#{$prefix}--link {
124
+ tr:hover
125
+ .#{$prefix}--link:not(.#{$prefix}--popover-container .#{$prefix}--link) {
127
126
  color: $link-secondary;
128
127
  }
129
128
 
130
129
  .#{$prefix}--data-table
131
- tr
132
- + :not(.#{$prefix}--popover-container):hover
133
- .#{$prefix}--link--disabled {
130
+ tr:hover
131
+ .#{$prefix}--link--disabled:not(
132
+ .#{$prefix}--popover-container .#{$prefix}--link
133
+ ) {
134
134
  color: $text-disabled;
135
135
  }
136
136