@itcase/ui-web 1.10.5 → 1.10.6

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.
@@ -48126,7 +48126,6 @@ div.avatar-stack {
48126
48126
  &__desc,
48127
48127
  &__after {
48128
48128
  grid-column: 2;
48129
- border: solid 1px red;
48130
48129
  }
48131
48130
  &__text {
48132
48131
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui-web",
3
- "version": "1.10.5",
3
+ "version": "1.10.6",
4
4
  "description": "UI components",
5
5
  "keywords": "",
6
6
  "license": "MIT",
@@ -114,5 +114,5 @@
114
114
  "storybook": "^10.4.0",
115
115
  "typescript": "^6.0.3"
116
116
  },
117
- "gitHead": "ea3795337b22a898444144edc12cf502357eb39a"
117
+ "gitHead": "cd24500ce39bea5c1978eec8605d194ca69e0796"
118
118
  }