@particle-network/ui-react 0.1.4-beta.12 → 0.1.4-beta.13

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.
@@ -21,7 +21,7 @@ const UXDateRangePicker = ({ classNames, ...props })=>/*#__PURE__*/ jsx(DateRang
21
21
  separator: 'text-foreground-100',
22
22
  timeInputWrapper: 'bg-content1',
23
23
  timeInput: classes.focus,
24
- selectorButton: 'w-6 h-6 min-w-6 rounded-sm',
24
+ selectorButton: 'w-6 h-6 min-w-6 rounded-sm -mx-1',
25
25
  selectorIcon: 'text-secondary',
26
26
  ...classNames
27
27
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-react",
3
- "version": "0.1.4-beta.12",
3
+ "version": "0.1.4-beta.13",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -39,8 +39,8 @@
39
39
  "@types/react": "^19.1.10",
40
40
  "react": "^19.1.0",
41
41
  "typescript": "^5.8.3",
42
- "@particle-network/eslint-config": "0.3.0",
43
- "@particle-network/lintstaged-config": "0.1.0"
42
+ "@particle-network/lintstaged-config": "0.1.0",
43
+ "@particle-network/eslint-config": "0.3.0"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.9.0",