@orianatech/pire 0.6.0 → 0.7.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.
@@ -16,3 +16,6 @@ table{border-collapse:collapse}
16
16
  @keyframes pire-fade-in{from{opacity:0}to{opacity:1}}
17
17
  .pire-numeric{font:var(--type-numeric);letter-spacing:var(--ls-numeric);font-variant-numeric:tabular-nums}
18
18
  .pire-eyebrow{font:var(--type-label);letter-spacing:var(--ls-caps);text-transform:uppercase;color:var(--text-secondary)}
19
+ /* Announced but not drawn. Clip rather than display:none or visibility:hidden, both of which
20
+ remove the node from the accessibility tree along with the pixels. */
21
+ .pire-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orianatech/pire",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Oriana Pire Design System — React components for ERP interfaces, built on React Aria.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {