@carbon/styles 1.55.1-rc.0 → 1.56.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.55.1-rc.0",
4
+ "version": "1.56.0",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -68,5 +68,5 @@
68
68
  "scss/**/*.css",
69
69
  "css/**/*.css"
70
70
  ],
71
- "gitHead": "c6ef02eb0fa5b2dcaccbbe60d45f26884a167948"
71
+ "gitHead": "7d883c90790c14c76ce131a62121a533ffe6af6f"
72
72
  }
@@ -131,6 +131,10 @@
131
131
  transition: outline $duration-fast-01 motion(standard, productive);
132
132
  }
133
133
 
134
+ .#{$prefix}--toggle-password-tooltip .#{$prefix}--popover {
135
+ inset-inline-start: -(convert.to-rem(40px));
136
+ }
137
+
134
138
  .#{$prefix}--text-input--sm
135
139
  + .#{$prefix}--btn.#{$prefix}--text-input--password__visibility__toggle.#{$prefix}--tooltip__trigger {
136
140
  inline-size: convert.to-rem(32px);