@strictly/react-form 0.0.29 → 0.0.30

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.
@@ -7,12 +7,12 @@ $ tsup
7
7
  CLI Target: es6
8
8
  CJS Build start
9
9
  ESM Build start
10
- ESM dist/index.js 58.89 KB
11
- ESM ⚡️ Build success in 141ms
12
10
  CJS dist/index.cjs 63.00 KB
13
- CJS ⚡️ Build success in 145ms
11
+ CJS ⚡️ Build success in 125ms
12
+ ESM dist/index.js 58.89 KB
13
+ ESM ⚡️ Build success in 126ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 31686ms
15
+ DTS ⚡️ Build success in 32004ms
16
16
  DTS dist/index.d.cts 38.21 KB
17
17
  DTS dist/index.d.ts 38.21 KB
18
- Done in 32.91s.
18
+ Done in 33.23s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.35s.
3
+ Done in 0.39s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ json -f package.json -f package.exports.json --merge > package.release.json
3
- Done in 0.11s.
3
+ Done in 0.12s.
@@ -259,7 +259,8 @@ exports[`mantine value input hooks > renders AnSlider 1`] = `
259
259
  </style>
260
260
  <div
261
261
  class="m_dd36362e mantine-Slider-root"
262
- style="--slider-radius: var(--mantine-radius-xl); --slider-thumb-size: calc(var(--slider-size) * 2);"
262
+ data-size="md"
263
+ style="--slider-size: var(--slider-size-md); --slider-radius: var(--mantine-radius-xl); --slider-thumb-size: calc(var(--slider-size) * 2);"
263
264
  tabindex="-1"
264
265
  >
265
266
  <div
@@ -270,7 +271,7 @@ exports[`mantine value input hooks > renders AnSlider 1`] = `
270
271
  >
271
272
  <div
272
273
  class="m_38aeed47 mantine-Slider-bar"
273
- style="--slider-bar-width: calc(22.22222222222222% + var(--slider-size)); --slider-bar-offset: calc(0% - var(--slider-size));"
274
+ style="--slider-bar-width: calc(22.22222222222222% + 2 * var(--slider-size)); --slider-bar-offset: calc(0% - var(--slider-size));"
274
275
  />
275
276
  <div
276
277
  aria-label=""
package/package.json CHANGED
@@ -39,8 +39,8 @@
39
39
  "license": "MIT",
40
40
  "name": "@strictly/react-form",
41
41
  "peerDependencies": {
42
- "@mantine/core": "^7.0.0",
43
- "@mantine/hooks": "^7.0.0",
42
+ "@mantine/core": "^7.0.0 || ^8.0.0",
43
+ "@mantine/hooks": "^7.0.0 || ^8.0.0",
44
44
  "@strictly/base": "*",
45
45
  "@strictly/define": "*",
46
46
  "mobx": "^6.0.0",
@@ -72,7 +72,7 @@
72
72
  "test:watch": "vitest"
73
73
  },
74
74
  "type": "module",
75
- "version": "0.0.29",
75
+ "version": "0.0.30",
76
76
  "exports": {
77
77
  ".": {
78
78
  "import": {