tabler-react-2 0.1.121 → 0.1.122

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.
@@ -21,6 +21,9 @@ var Timeline = exports.Timeline = function Timeline(_ref) {
21
21
  className: "timeline"
22
22
  }, events.map(function (event, index) {
23
23
  return /*#__PURE__*/_react["default"].createElement("li", {
24
+ style: {
25
+ "--tblr-content-padding": "1rem"
26
+ },
24
27
  className: (0, _classnames["default"])("timeline-event", dense && "timeline-event-tight"),
25
28
  key: index
26
29
  }, /*#__PURE__*/_react["default"].createElement("div", {
@@ -2,6 +2,10 @@
2
2
  title: Changelog
3
3
  ---
4
4
 
5
+ # 0.1.121
6
+
7
+ - Modified the `EnclosedSelectGroup` component to have a more consistent behavior when selecting multiple items.
8
+
5
9
  ## 0.1.115
6
10
 
7
11
  - Allow z-index of offcanvas to be set via the `zIndex` prop.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabler-react-2",
3
- "version": "0.1.121",
3
+ "version": "0.1.122",
4
4
  "description": "A react implementation of Tabler ui",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {