@granularjs/ui 0.3.1 → 0.3.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": "@granularjs/ui",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "90+ production-ready UI components for Granular. Dark/light themes, CSS variables, accessible, zero dependencies beyond @granularjs/core.",
5
5
  "type": "module",
6
6
  "main": "./dist/granular-ui.min.js",
@@ -2246,6 +2246,11 @@ body .g-ui-card-shadow-lg { box-shadow: var(--g-ui-shadow-lg); }
2246
2246
  .g-ui-timeline-pin-size-md .g-ui-timeline-dot { width: 20px; height: 20px; border-width: 4px; }
2247
2247
  .g-ui-timeline-pin-size-lg .g-ui-timeline-dot { width: 24px; height: 24px; border-width: 4px; }
2248
2248
  .g-ui-timeline-pin-size-xl .g-ui-timeline-dot { width: 28px; height: 28px; border-width: 4px; }
2249
+ .g-ui-timeline-line-width-xs .g-ui-timeline-track-segment { width: 2px; left: 13px; }
2250
+ .g-ui-timeline-line-width-sm .g-ui-timeline-track-segment { width: 3px; }
2251
+ .g-ui-timeline-line-width-md .g-ui-timeline-track-segment { width: 4px; }
2252
+ .g-ui-timeline-line-width-lg .g-ui-timeline-track-segment { width: 6px; left: 11px; }
2253
+ .g-ui-timeline-line-width-xl .g-ui-timeline-track-segment { width: 10px; left: 9px; }
2249
2254
  .g-ui-timeline-pin-radius-xs .g-ui-timeline-dot { border-radius: 2px; }
2250
2255
  .g-ui-timeline-pin-radius-sm .g-ui-timeline-dot { border-radius: 4px; }
2251
2256
  .g-ui-timeline-pin-radius-md .g-ui-timeline-dot { border-radius: 50%; }