@posiwise/core-styles 1.0.4 → 1.0.5

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@posiwise/core-styles",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -730,6 +730,16 @@
730
730
  .container-fluid.pw-tab.overflow-hidden {
731
731
  margin-top: -12px;
732
732
  }
733
+
734
+ /* Same look as form label – use on <span> when a11y requires no <label> (e.g. aria-labelledby only) */
735
+ .pw-label-style {
736
+ color: gray;
737
+ font-size: 0.75rem;
738
+ font-weight: 500;
739
+ letter-spacing: 2px;
740
+ text-transform: uppercase;
741
+ }
742
+
733
743
  .toast-container {
734
744
  position: fixed !important;
735
745
  }
@@ -105,7 +105,7 @@
105
105
  font-size: 14px;
106
106
  font-weight: 400;
107
107
  line-height: 1.3;
108
- margin-right: .429em;
108
+ margin-right: 0.429em;
109
109
  text-transform: uppercase;
110
110
  }
111
111
  }