@itcase/ui-web 1.9.97 → 1.9.98

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.
@@ -47114,6 +47114,7 @@ div.avatar-stack {
47114
47114
  text-decoration: none;
47115
47115
  padding: 0;
47116
47116
  margin: 0;
47117
+ background: none;
47117
47118
  border: solid 0 #fff;
47118
47119
  position: relative;
47119
47120
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/ui-web",
3
- "version": "1.9.97",
3
+ "version": "1.9.98",
4
4
  "description": "UI components",
5
5
  "keywords": "",
6
6
  "license": "MIT",
@@ -114,5 +114,5 @@
114
114
  "storybook": "^10.3.6",
115
115
  "typescript": "^6.0.3"
116
116
  },
117
- "gitHead": "4f55a66606374fff1cb809d246a6755e8a23d114"
117
+ "gitHead": "d51fe30c3f75d969d4c319f5c94eec8f3037423a"
118
118
  }