@lv-x-software-house/x_view 1.2.2-dev.21 → 1.2.2-dev.22
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.
- package/dist/index.js +10 -10
- package/dist/index.mjs +10 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4121,7 +4121,7 @@ ${space}${bullet} `);
|
|
|
4121
4121
|
"button",
|
|
4122
4122
|
{
|
|
4123
4123
|
onClick: () => insertAtCursor("# "),
|
|
4124
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4124
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4125
4125
|
title: "T\xEDtulo Principal"
|
|
4126
4126
|
},
|
|
4127
4127
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiType, { size: 12 }),
|
|
@@ -4130,7 +4130,7 @@ ${space}${bullet} `);
|
|
|
4130
4130
|
"button",
|
|
4131
4131
|
{
|
|
4132
4132
|
onClick: () => insertAtCursor("## "),
|
|
4133
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4133
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4134
4134
|
title: "Subt\xEDtulo"
|
|
4135
4135
|
},
|
|
4136
4136
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiType, { size: 10 }),
|
|
@@ -4139,7 +4139,7 @@ ${space}${bullet} `);
|
|
|
4139
4139
|
"button",
|
|
4140
4140
|
{
|
|
4141
4141
|
onClick: () => insertAtCursor("- "),
|
|
4142
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4142
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4143
4143
|
title: "Lista com bullets"
|
|
4144
4144
|
},
|
|
4145
4145
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiList, { size: 12 }),
|
|
@@ -4148,7 +4148,7 @@ ${space}${bullet} `);
|
|
|
4148
4148
|
"button",
|
|
4149
4149
|
{
|
|
4150
4150
|
onClick: () => insertAtCursor("1. "),
|
|
4151
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4151
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4152
4152
|
title: "Lista Numerada"
|
|
4153
4153
|
},
|
|
4154
4154
|
/* @__PURE__ */ import_react6.default.createElement("span", { className: "text-[10px] font-bold" }, "1."),
|
|
@@ -4157,7 +4157,7 @@ ${space}${bullet} `);
|
|
|
4157
4157
|
"button",
|
|
4158
4158
|
{
|
|
4159
4159
|
onClick: () => insertAtCursor("- [ ] "),
|
|
4160
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4160
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4161
4161
|
title: "Checklist (Checkbox)"
|
|
4162
4162
|
},
|
|
4163
4163
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiCheckSquare, { size: 12 }),
|
|
@@ -4166,7 +4166,7 @@ ${space}${bullet} `);
|
|
|
4166
4166
|
"button",
|
|
4167
4167
|
{
|
|
4168
4168
|
onClick: () => insertAtCursor("``` ```"),
|
|
4169
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4169
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4170
4170
|
title: "Inserir Code Block"
|
|
4171
4171
|
},
|
|
4172
4172
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiCode, { size: 12 }),
|
|
@@ -4175,21 +4175,21 @@ ${space}${bullet} `);
|
|
|
4175
4175
|
"button",
|
|
4176
4176
|
{
|
|
4177
4177
|
onClick: () => insertAtCursor("[Link Texto](https://)"),
|
|
4178
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4178
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4179
4179
|
title: "Inserir Link Web [Texto](Url)"
|
|
4180
4180
|
},
|
|
4181
4181
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiGlobe, { size: 12 }),
|
|
4182
4182
|
" Link"
|
|
4183
|
-
), /* @__PURE__ */ import_react6.default.createElement(
|
|
4183
|
+
)), /* @__PURE__ */ import_react6.default.createElement("div", { className: "flex items-center gap-2 flex-wrap" }, /* @__PURE__ */ import_react6.default.createElement(
|
|
4184
4184
|
"button",
|
|
4185
4185
|
{
|
|
4186
4186
|
onClick: () => setIsImageModalOpen(true),
|
|
4187
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4187
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4188
4188
|
title: "Inserir Imagem (Propriedade ou URL)"
|
|
4189
4189
|
},
|
|
4190
4190
|
/* @__PURE__ */ import_react6.default.createElement(import_fi4.FiImage, { size: 12 }),
|
|
4191
4191
|
" Imagem"
|
|
4192
|
-
)
|
|
4192
|
+
), /* @__PURE__ */ import_react6.default.createElement(
|
|
4193
4193
|
"button",
|
|
4194
4194
|
{
|
|
4195
4195
|
onClick: openMentionModalViaButton,
|
package/dist/index.mjs
CHANGED
|
@@ -4077,7 +4077,7 @@ ${space}${bullet} `);
|
|
|
4077
4077
|
"button",
|
|
4078
4078
|
{
|
|
4079
4079
|
onClick: () => insertAtCursor("# "),
|
|
4080
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4080
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4081
4081
|
title: "T\xEDtulo Principal"
|
|
4082
4082
|
},
|
|
4083
4083
|
/* @__PURE__ */ React5.createElement(FiType, { size: 12 }),
|
|
@@ -4086,7 +4086,7 @@ ${space}${bullet} `);
|
|
|
4086
4086
|
"button",
|
|
4087
4087
|
{
|
|
4088
4088
|
onClick: () => insertAtCursor("## "),
|
|
4089
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4089
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4090
4090
|
title: "Subt\xEDtulo"
|
|
4091
4091
|
},
|
|
4092
4092
|
/* @__PURE__ */ React5.createElement(FiType, { size: 10 }),
|
|
@@ -4095,7 +4095,7 @@ ${space}${bullet} `);
|
|
|
4095
4095
|
"button",
|
|
4096
4096
|
{
|
|
4097
4097
|
onClick: () => insertAtCursor("- "),
|
|
4098
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4098
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4099
4099
|
title: "Lista com bullets"
|
|
4100
4100
|
},
|
|
4101
4101
|
/* @__PURE__ */ React5.createElement(FiList, { size: 12 }),
|
|
@@ -4104,7 +4104,7 @@ ${space}${bullet} `);
|
|
|
4104
4104
|
"button",
|
|
4105
4105
|
{
|
|
4106
4106
|
onClick: () => insertAtCursor("1. "),
|
|
4107
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4107
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4108
4108
|
title: "Lista Numerada"
|
|
4109
4109
|
},
|
|
4110
4110
|
/* @__PURE__ */ React5.createElement("span", { className: "text-[10px] font-bold" }, "1."),
|
|
@@ -4113,7 +4113,7 @@ ${space}${bullet} `);
|
|
|
4113
4113
|
"button",
|
|
4114
4114
|
{
|
|
4115
4115
|
onClick: () => insertAtCursor("- [ ] "),
|
|
4116
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4116
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4117
4117
|
title: "Checklist (Checkbox)"
|
|
4118
4118
|
},
|
|
4119
4119
|
/* @__PURE__ */ React5.createElement(FiCheckSquare, { size: 12 }),
|
|
@@ -4122,7 +4122,7 @@ ${space}${bullet} `);
|
|
|
4122
4122
|
"button",
|
|
4123
4123
|
{
|
|
4124
4124
|
onClick: () => insertAtCursor("``` ```"),
|
|
4125
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4125
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4126
4126
|
title: "Inserir Code Block"
|
|
4127
4127
|
},
|
|
4128
4128
|
/* @__PURE__ */ React5.createElement(FiCode, { size: 12 }),
|
|
@@ -4131,21 +4131,21 @@ ${space}${bullet} `);
|
|
|
4131
4131
|
"button",
|
|
4132
4132
|
{
|
|
4133
4133
|
onClick: () => insertAtCursor("[Link Texto](https://)"),
|
|
4134
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4134
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4135
4135
|
title: "Inserir Link Web [Texto](Url)"
|
|
4136
4136
|
},
|
|
4137
4137
|
/* @__PURE__ */ React5.createElement(FiGlobe, { size: 12 }),
|
|
4138
4138
|
" Link"
|
|
4139
|
-
), /* @__PURE__ */ React5.createElement(
|
|
4139
|
+
)), /* @__PURE__ */ React5.createElement("div", { className: "flex items-center gap-2 flex-wrap" }, /* @__PURE__ */ React5.createElement(
|
|
4140
4140
|
"button",
|
|
4141
4141
|
{
|
|
4142
4142
|
onClick: () => setIsImageModalOpen(true),
|
|
4143
|
-
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-
|
|
4143
|
+
className: "flex items-center gap-1 px-3 py-1.5 rounded bg-indigo-600/30 hover:bg-indigo-600/50 border border-indigo-500/30 text-indigo-200 text-xs font-medium transition-colors whitespace-nowrap",
|
|
4144
4144
|
title: "Inserir Imagem (Propriedade ou URL)"
|
|
4145
4145
|
},
|
|
4146
4146
|
/* @__PURE__ */ React5.createElement(FiImage, { size: 12 }),
|
|
4147
4147
|
" Imagem"
|
|
4148
|
-
)
|
|
4148
|
+
), /* @__PURE__ */ React5.createElement(
|
|
4149
4149
|
"button",
|
|
4150
4150
|
{
|
|
4151
4151
|
onClick: openMentionModalViaButton,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lv-x-software-house/x_view",
|
|
3
|
-
"version": "1.2.2-dev.
|
|
3
|
+
"version": "1.2.2-dev.22",
|
|
4
4
|
"description": "Pacote privado contendo os componentes e lógica de renderização 3D do X View.",
|
|
5
5
|
"author": "iv.x - Engenharia de Software - ivxsoftwarehouse@gmail.com",
|
|
6
6
|
"license": "UNLICENSED",
|