ar-design 0.4.51 → 0.4.53

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.
@@ -257,6 +257,7 @@
257
257
  }
258
258
 
259
259
  > ul {
260
+ list-style: none;
260
261
  position: absolute;
261
262
  top: 100%;
262
263
  right: 0;
@@ -14,6 +14,7 @@
14
14
  }
15
15
 
16
16
  .ar-alert ul {
17
+ list-style: none;
17
18
  display: flex;
18
19
  flex-direction: column;
19
20
  gap: 0.5rem 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.4.51",
3
+ "version": "0.4.53",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",