@xsolla/xui-date-picker 0.100.0 → 0.102.0

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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,9 +1,3 @@
1
- ---
2
- title: Date Picker
3
- subtitle: Calendar date selection.
4
- description: A cross-platform React date picker with single date and date range selection, locale support, and calendar navigation.
5
- ---
6
-
7
1
  # Date Picker
8
2
 
9
3
  A cross-platform React date picker component with an input field that opens a calendar dropdown for date selection.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xsolla/xui-date-picker",
3
- "version": "0.100.0",
3
+ "version": "0.102.0",
4
4
  "main": "./web/index.js",
5
5
  "module": "./web/index.mjs",
6
6
  "types": "./web/index.d.ts",
@@ -10,11 +10,11 @@
10
10
  "build:native": "PLATFORM=native tsup"
11
11
  },
12
12
  "dependencies": {
13
- "@xsolla/xui-button": "0.100.0",
14
- "@xsolla/xui-core": "0.100.0",
15
- "@xsolla/xui-input": "0.100.0",
16
- "@xsolla/xui-primitives-core": "0.100.0",
17
- "@xsolla/xui-select": "0.100.0",
13
+ "@xsolla/xui-button": "0.102.0",
14
+ "@xsolla/xui-core": "0.102.0",
15
+ "@xsolla/xui-input": "0.102.0",
16
+ "@xsolla/xui-primitives-core": "0.102.0",
17
+ "@xsolla/xui-select": "0.102.0",
18
18
  "date-fns": "^3.0.0"
19
19
  },
20
20
  "peerDependencies": {