ar-design 0.4.50 → 0.4.52

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.
@@ -226,6 +226,7 @@
226
226
  }
227
227
 
228
228
  > ul {
229
+ list-style: none;
229
230
  display: flex;
230
231
  flex-direction: row;
231
232
  gap: 0.5rem;
@@ -256,6 +257,7 @@
256
257
  }
257
258
 
258
259
  > ul {
260
+ list-style: none;
259
261
  position: absolute;
260
262
  top: 100%;
261
263
  right: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ar-design",
3
- "version": "0.4.50",
3
+ "version": "0.4.52",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",