@polastack/design-system 0.1.0 → 0.1.2

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": "@polastack/design-system",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Polastack Design System - UI components and design tokens for business applications",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -331,6 +331,23 @@
331
331
  -webkit-font-smoothing: antialiased;
332
332
  -moz-osx-font-smoothing: grayscale;
333
333
  }
334
+
335
+ /* Clickable elements should show pointer cursor */
336
+ button:not(:disabled),
337
+ [role='button']:not(:disabled),
338
+ [role='tab'],
339
+ [role='checkbox'],
340
+ [role='radio'],
341
+ [role='menuitem'],
342
+ [role='menuitemcheckbox'],
343
+ [role='menuitemradio'],
344
+ [role='option'],
345
+ [role='switch'],
346
+ label,
347
+ select:not(:disabled),
348
+ summary {
349
+ cursor: pointer;
350
+ }
334
351
  }
335
352
 
336
353
  /* ============================================================