@lets-events/react 12.2.4 → 12.2.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @lets-events/react@12.2.4 build
2
+ > @lets-events/react@12.2.5 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,11 +9,11 @@
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- CJS dist\index.js 393.23 KB
13
- CJS ⚡️ Build success in 227ms
14
12
  ESM dist\index.mjs 379.28 KB
15
- ESM ⚡️ Build success in 228ms
13
+ ESM ⚡️ Build success in 229ms
14
+ CJS dist\index.js 393.23 KB
15
+ CJS ⚡️ Build success in 230ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 4575ms
17
+ DTS ⚡️ Build success in 4553ms
18
18
  DTS dist\index.d.mts 389.04 KB
19
19
  DTS dist\index.d.ts 389.04 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - fix outlined bg color
8
+
3
9
  ## 12.2.4
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1814,7 +1814,7 @@ var ButtonStyled = styled(import_themes2.Button, {
1814
1814
  outlinedBgColor: {
1815
1815
  neutral: {},
1816
1816
  transparent: {
1817
- backgroundColor: "transparent"
1817
+ $$buttonBgColor: "transparent"
1818
1818
  }
1819
1819
  },
1820
1820
  radii: {
package/dist/index.mjs CHANGED
@@ -1699,7 +1699,7 @@ var ButtonStyled = styled(ButtonRadix, {
1699
1699
  outlinedBgColor: {
1700
1700
  neutral: {},
1701
1701
  transparent: {
1702
- backgroundColor: "transparent"
1702
+ $$buttonBgColor: "transparent"
1703
1703
  }
1704
1704
  },
1705
1705
  radii: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "12.2.4",
3
+ "version": "12.2.5",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -270,7 +270,7 @@ export const ButtonStyled = styled(ButtonRadix, {
270
270
  outlinedBgColor: {
271
271
  neutral: {},
272
272
  transparent: {
273
- backgroundColor: "transparent",
273
+ $$buttonBgColor: "transparent",
274
274
  },
275
275
  },
276
276
  radii: {