@vizel/core 0.0.1-alpha.1 → 0.0.1-alpha.3

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 (71) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.d.ts +13 -13
  3. package/dist/index.js +141 -141
  4. package/dist/index10.js +70 -110
  5. package/dist/index11.js +135 -168
  6. package/dist/index12.js +83 -74
  7. package/dist/index13.js +13 -134
  8. package/dist/index14.js +13 -146
  9. package/dist/index15.js +303 -15
  10. package/dist/index16.js +69 -14
  11. package/dist/index17.js +26 -295
  12. package/dist/index18.js +2 -2
  13. package/dist/index19.js +355 -24
  14. package/dist/index20.js +25 -264
  15. package/dist/index21.js +85 -68
  16. package/dist/index22.js +97 -353
  17. package/dist/index23.js +66 -84
  18. package/dist/index24.js +12 -36
  19. package/dist/index25.js +53 -92
  20. package/dist/index26.js +132 -96
  21. package/dist/index27.js +59 -126
  22. package/dist/index28.js +37 -53
  23. package/dist/index29.js +19 -62
  24. package/dist/index3.js +165 -60
  25. package/dist/index30.js +9 -37
  26. package/dist/index31.js +143 -19
  27. package/dist/index32.js +264 -11
  28. package/dist/index33.js +92 -9
  29. package/dist/index34.js +63 -16
  30. package/dist/index35.js +4 -58
  31. package/dist/index36.js +123 -15
  32. package/dist/index37.js +305 -42
  33. package/dist/index38.js +487 -4
  34. package/dist/index39.js +37 -112
  35. package/dist/index4.js +10 -86
  36. package/dist/index40.js +653 -301
  37. package/dist/index41.js +4 -487
  38. package/dist/index42.js +4 -48
  39. package/dist/index43.js +206 -642
  40. package/dist/index44.js +82 -4
  41. package/dist/index45.js +17 -4
  42. package/dist/index46.js +57 -237
  43. package/dist/index47.js +15 -82
  44. package/dist/index48.js +190 -274
  45. package/dist/index49.js +281 -1497
  46. package/dist/index5.js +132 -10
  47. package/dist/index50.js +1502 -5
  48. package/dist/index51.js +5 -1561
  49. package/dist/index52.js +1551 -192
  50. package/dist/index53.js +1 -1
  51. package/dist/index54.js +84 -21
  52. package/dist/index55.js +246 -10
  53. package/dist/index56.js +3 -7
  54. package/dist/index57.js +1231 -7
  55. package/dist/index58.js +731 -11
  56. package/dist/index59.js +21 -19
  57. package/dist/index6.js +48 -131
  58. package/dist/index60.js +10 -25
  59. package/dist/index61.js +6 -83
  60. package/dist/index62.js +7 -245
  61. package/dist/index63.js +11 -1229
  62. package/dist/index64.js +17 -732
  63. package/dist/index65.js +25 -3
  64. package/dist/index66.js +53 -1059
  65. package/dist/index67.js +1059 -53
  66. package/dist/index69.js +90 -3
  67. package/dist/index7.js +228 -409
  68. package/dist/index70.js +3 -90
  69. package/dist/index8.js +111 -45
  70. package/dist/index9.js +409 -228
  71. package/package.json +54 -80
package/dist/index4.js CHANGED
@@ -1,89 +1,13 @@
1
- import { TextStyle as t, Color as l } from "./index46.js";
2
- import { Highlight as i } from "./index47.js";
3
- const h = [
4
- // Row 1: Grayscale
5
- { name: "Default", color: "inherit" },
6
- { name: "Dark Gray", color: "#374151" },
7
- { name: "Gray", color: "#6b7280" },
8
- { name: "Light Gray", color: "#9ca3af" },
9
- // Row 2: Warm colors
10
- { name: "Dark Red", color: "#b91c1c" },
11
- { name: "Red", color: "#ef4444" },
12
- { name: "Orange", color: "#f97316" },
13
- { name: "Amber", color: "#f59e0b" },
14
- // Row 3: Cool colors
15
- { name: "Yellow", color: "#eab308" },
16
- { name: "Lime", color: "#84cc16" },
17
- { name: "Green", color: "#22c55e" },
18
- { name: "Emerald", color: "#10b981" },
19
- // Row 4: Blue spectrum
20
- { name: "Teal", color: "#14b8a6" },
21
- { name: "Cyan", color: "#06b6d4" },
22
- { name: "Blue", color: "#3b82f6" },
23
- { name: "Indigo", color: "#6366f1" },
24
- // Row 5: Purple/Pink spectrum
25
- { name: "Violet", color: "#8b5cf6" },
26
- { name: "Purple", color: "#a855f7" },
27
- { name: "Fuchsia", color: "#d946ef" },
28
- { name: "Pink", color: "#ec4899" }
29
- ], s = [
30
- // Row 1: Basics
31
- { name: "None", color: "transparent" },
32
- { name: "Light Gray", color: "#e5e7eb" },
33
- { name: "Warm Gray", color: "#e7e5e4" },
34
- { name: "Cool Gray", color: "#e2e8f0" },
35
- // Row 2: Warm highlights
36
- { name: "Light Red", color: "#fecaca" },
37
- { name: "Light Orange", color: "#fed7aa" },
38
- { name: "Light Amber", color: "#fde68a" },
39
- { name: "Yellow", color: "#fef08a" },
40
- // Row 3: Green highlights
41
- { name: "Light Lime", color: "#d9f99d" },
42
- { name: "Light Green", color: "#bbf7d0" },
43
- { name: "Light Emerald", color: "#a7f3d0" },
44
- { name: "Light Teal", color: "#99f6e4" },
45
- // Row 4: Blue highlights
46
- { name: "Light Cyan", color: "#a5f3fc" },
47
- { name: "Light Blue", color: "#bfdbfe" },
48
- { name: "Light Indigo", color: "#c7d2fe" },
49
- { name: "Light Violet", color: "#ddd6fe" },
50
- // Row 5: Purple/Pink highlights
51
- { name: "Light Purple", color: "#e9d5ff" },
52
- { name: "Light Fuchsia", color: "#f5d0fe" },
53
- { name: "Light Pink", color: "#fbcfe8" },
54
- { name: "Light Rose", color: "#fecdd3" }
55
- ], r = "vizel-recent-colors", m = 8;
56
- function f(o) {
57
- if (typeof window > "u") return [];
58
- try {
59
- const e = localStorage.getItem(`${r}-${o}`);
60
- return e ? JSON.parse(e) : [];
61
- } catch {
62
- return [];
63
- }
64
- }
65
- function u(o, e) {
66
- if (!(typeof window > "u") && !(e === "inherit" || e === "transparent"))
67
- try {
68
- const n = f(o).filter((c) => c !== e), a = [e, ...n].slice(0, m);
69
- localStorage.setItem(`${r}-${o}`, JSON.stringify(a));
70
- } catch {
71
- }
72
- }
73
- function b(o = {}) {
74
- const { multicolor: e = !0 } = o;
75
- return [
76
- t,
77
- l,
78
- i.configure({
79
- multicolor: e
80
- })
81
- ];
1
+ import n from "./index35.js";
2
+ function u(e = {}) {
3
+ const { limit: o = null, mode: r = "textSize", wordCounter: t } = e;
4
+ return n.configure({
5
+ limit: o,
6
+ mode: r,
7
+ ...t !== void 0 && { wordCounter: t }
8
+ });
82
9
  }
83
10
  export {
84
- s as VIZEL_HIGHLIGHT_COLORS,
85
- h as VIZEL_TEXT_COLORS,
86
- u as addVizelRecentColor,
87
- b as createVizelTextColorExtensions,
88
- f as getVizelRecentColors
11
+ n as CharacterCount,
12
+ u as createVizelCharacterCountExtension
89
13
  };