@lets-events/react 12.1.10 → 12.1.12

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,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@12.1.10 build
3
+ > @lets-events/react@12.1.12 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -10,12 +10,12 @@
10
10
  CLI Target: es6
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.mjs 353.13 KB
14
- ESM ⚡️ Build success in 371ms
15
- CJS dist/index.js 366.98 KB
16
- CJS ⚡️ Build success in 372ms
13
+ CJS dist/index.js 388.34 KB
14
+ CJS ⚡️ Build success in 268ms
15
+ ESM dist/index.mjs 374.51 KB
16
+ ESM ⚡️ Build success in 269ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 7234ms
18
+ DTS ⚡️ Build success in 5419ms
19
19
  DTS dist/index.d.mts 388.87 KB
20
20
  DTS dist/index.d.ts 388.87 KB
21
21
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - CSS RichEditor
8
+
9
+ ## 12.1.11
10
+
11
+ ### Patch Changes
12
+
13
+ - fix - Quill Css
14
+
3
15
  ## 12.1.10
4
16
 
5
17
  ### Patch Changes
package/dist/index.css CHANGED
@@ -1,4 +1,4 @@
1
- /* ../../node_modules/quill/dist/quill.snow.css */
1
+ /* src/components/RichEditor/styles.css */
2
2
  .ql-container {
3
3
  box-sizing: border-box;
4
4
  font-family:
@@ -1054,14 +1054,3 @@
1054
1054
  .ql-container.ql-snow {
1055
1055
  border: 1px solid #ccc;
1056
1056
  }
1057
- /*! Bundled license information:
1058
-
1059
- quill/dist/quill.snow.css:
1060
- (*!
1061
- * Quill Editor v2.0.3
1062
- * https://quilljs.com
1063
- * Copyright (c) 2017-2024, Slab
1064
- * Copyright (c) 2014, Jason Chen
1065
- * Copyright (c) 2013, salesforce.com
1066
- *)
1067
- */