@leitware/dockets 0.4.3 → 0.5.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@leitware/dockets",
3
- "version": "0.4.3",
3
+ "version": "0.5.0",
4
4
  "description": "CLI to add Leitware design system components to your project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -104,6 +104,15 @@
104
104
  }
105
105
  }
106
106
 
107
+ @utility scrollbar-none {
108
+ -ms-overflow-style: none;
109
+ scrollbar-width: none;
110
+ &::-webkit-scrollbar {
111
+ display: none;
112
+ }
113
+ }
114
+
115
+
107
116
  @layer base {
108
117
  :root {
109
118
  /* ── Border width ──────────────────────────────── */