@dafaz-ui/react 7.0.0 → 7.0.1

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @dafaz-ui/react@7.0.0 build
2
+ > @dafaz-ui/react@7.0.1 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -8,11 +8,11 @@
8
8
  CLI Target: es6
9
9
  ESM Build start
10
10
  CJS Build start
11
- CJS dist/index.js 38.94 KB
12
- CJS ⚡️ Build success in 48ms
13
- ESM dist/index.mjs 35.66 KB
14
- ESM ⚡️ Build success in 49ms
11
+ CJS dist/index.js 38.97 KB
12
+ CJS ⚡️ Build success in 46ms
13
+ ESM dist/index.mjs 35.70 KB
14
+ ESM ⚡️ Build success in 46ms
15
15
  DTS Build start
16
- DTS ⚡️ Build success in 4622ms
16
+ DTS ⚡️ Build success in 4727ms
17
17
  DTS dist/index.d.mts 121.54 KB
18
18
  DTS dist/index.d.ts 121.54 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @dafaz-ui/react
2
2
 
3
+ ## 7.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - patch multiselect
8
+
3
9
  ## 7.0.0
4
10
 
5
11
  ### Major Changes
package/dist/index.js CHANGED
@@ -1592,7 +1592,8 @@ var MultiSelect = (0, import_react13.forwardRef)(
1592
1592
  display: "flex",
1593
1593
  justifyContent: "space-between",
1594
1594
  width: "100%",
1595
- alignItems: "center"
1595
+ alignItems: "center",
1596
+ padding: "4px 0px"
1596
1597
  },
1597
1598
  children: [
1598
1599
  /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { style: { opacity: 0.75, marginLeft: "0.5rem" }, children: placeholder }),
package/dist/index.mjs CHANGED
@@ -1548,7 +1548,8 @@ var MultiSelect = forwardRef6(
1548
1548
  display: "flex",
1549
1549
  justifyContent: "space-between",
1550
1550
  width: "100%",
1551
- alignItems: "center"
1551
+ alignItems: "center",
1552
+ padding: "4px 0px"
1552
1553
  },
1553
1554
  children: [
1554
1555
  /* @__PURE__ */ jsx12("span", { style: { opacity: 0.75, marginLeft: "0.5rem" }, children: placeholder }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dafaz-ui/react",
3
- "version": "7.0.0",
3
+ "version": "7.0.1",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",
@@ -186,6 +186,7 @@ export const MultiSelect = forwardRef<
186
186
  justifyContent: 'space-between',
187
187
  width: '100%',
188
188
  alignItems: 'center',
189
+ padding: '4px 0px',
189
190
  }}
190
191
  >
191
192
  <span style={{ opacity: 0.75, marginLeft: '0.5rem' }}>