@citygross/components_v2 0.0.45 → 0.0.46

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.
@@ -167,7 +167,7 @@
167
167
  }
168
168
  .TimeLine_baseTimeLineList__vvpfow1g:before {
169
169
  content: "";
170
- height: calc(100% - 32px);
170
+ height: calc(100% - 34px);
171
171
  position: absolute;
172
172
  top: 16px;
173
173
  left: 3px;
@@ -24,7 +24,7 @@ function Timeline({
24
24
  "div",
25
25
  {
26
26
  className: baseTimeLineList({
27
- borderStyle: items?.length > 1 ? "none" : borderStyle,
27
+ borderStyle: items?.length < 1 ? "none" : borderStyle,
28
28
  borderColor
29
29
  })
30
30
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@citygross/components_v2",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "license": "ISC",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -79,5 +79,5 @@
79
79
  "react-slick": "^0.30.1",
80
80
  "slick-carousel": "^1.8.1"
81
81
  },
82
- "gitHead": "14144173fa60139f6567e6fe1dbaeb30302d4a60"
82
+ "gitHead": "e02ff06ca633d6bb46d576518170b8fe64e09f69"
83
83
  }