@particle-network/ui-react 0.0.4 → 0.0.5

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.
@@ -36,7 +36,7 @@ const UXModal_UXModal = /*#__PURE__*/ forwardRef((props, ref)=>{
36
36
  classNames?.footer
37
37
  ],
38
38
  closeButton: [
39
- 'top-5 right-4 text-foreground hidden md:flex',
39
+ 'top-5 end-4 text-foreground hidden md:flex',
40
40
  classNames?.closeButton
41
41
  ]
42
42
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -191,9 +191,6 @@ module.exports = {
191
191
  500: '#FFFFFF',
192
192
  DEFAULT: '#FFFFFF',
193
193
  },
194
- content1: {
195
- DEFAULT: '#17171C',
196
- },
197
194
  default: {
198
195
  DEFAULT: '#1F1F23',
199
196
  foreground: '#FFFFFF',