@oliasoft-open-source/react-ui-library 5.0.3-beta-4 → 5.0.4
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/global.css +36 -36
- package/dist/index.js +25 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/global.css
CHANGED
|
@@ -9143,80 +9143,80 @@ button:active .remirror-menu-pane-shortcut,
|
|
|
9143
9143
|
width: 8px;
|
|
9144
9144
|
height: 14px;
|
|
9145
9145
|
}
|
|
9146
|
-
.
|
|
9146
|
+
._inputInTable_9c21g_1 {
|
|
9147
9147
|
background-color: transparent;
|
|
9148
9148
|
border-radius: inherit !important;
|
|
9149
9149
|
height: var(--size);
|
|
9150
9150
|
min-height: 100%;
|
|
9151
9151
|
}
|
|
9152
|
-
.
|
|
9152
|
+
._inputInTable_9c21g_1:not(:hover):not([data-error]):not([data-warning]) {
|
|
9153
9153
|
border-color: transparent;
|
|
9154
9154
|
}
|
|
9155
|
-
.
|
|
9155
|
+
._inputInTable_9c21g_1:not(:focus) {
|
|
9156
9156
|
box-shadow: none;
|
|
9157
9157
|
}
|
|
9158
|
-
.
|
|
9158
|
+
._inputHover_9c21g_13 {
|
|
9159
9159
|
position: relative;
|
|
9160
9160
|
border-color: var(--color-border-hover);
|
|
9161
9161
|
z-index: 2;
|
|
9162
9162
|
}
|
|
9163
|
-
.
|
|
9163
|
+
._inputFocus_9c21g_18 {
|
|
9164
9164
|
position: relative;
|
|
9165
9165
|
outline: none !important;
|
|
9166
9166
|
border-color: var(--color-border-focus) !important;
|
|
9167
9167
|
box-shadow: var(--shadow-focus);
|
|
9168
9168
|
z-index: 3;
|
|
9169
9169
|
}
|
|
9170
|
-
.
|
|
9171
|
-
.
|
|
9170
|
+
._inputError_9c21g_25,
|
|
9171
|
+
._inputWarning_9c21g_26 {
|
|
9172
9172
|
position: relative;
|
|
9173
9173
|
}
|
|
9174
|
-
.
|
|
9174
|
+
._inputError_9c21g_25 {
|
|
9175
9175
|
z-index: 2;
|
|
9176
9176
|
border-color: var(--color-border-error);
|
|
9177
9177
|
color: var(--color-text-error) !important;
|
|
9178
9178
|
background-color: var(--color-background-error-muted);
|
|
9179
9179
|
}
|
|
9180
|
-
.
|
|
9180
|
+
._inputError_9c21g_25:hover {
|
|
9181
9181
|
border-color: var(--color-border-error-hover) !important;
|
|
9182
9182
|
}
|
|
9183
|
-
.
|
|
9183
|
+
._inputError_9c21g_25:focus {
|
|
9184
9184
|
position: relative;
|
|
9185
9185
|
outline: none !important;
|
|
9186
9186
|
border-color: var(--color-border-focus) !important;
|
|
9187
9187
|
box-shadow: var(--shadow-focus);
|
|
9188
9188
|
z-index: 3;
|
|
9189
9189
|
}
|
|
9190
|
-
.
|
|
9190
|
+
._inputWarning_9c21g_26 {
|
|
9191
9191
|
z-index: 1;
|
|
9192
9192
|
border-color: var(--color-border-warning);
|
|
9193
9193
|
color: var(--color-text-warning) !important;
|
|
9194
9194
|
background-color: var(--color-background-warning-muted);
|
|
9195
9195
|
}
|
|
9196
|
-
.
|
|
9196
|
+
._inputWarning_9c21g_26:hover {
|
|
9197
9197
|
border-color: var(--color-border-warning-hover) !important;
|
|
9198
9198
|
}
|
|
9199
|
-
.
|
|
9199
|
+
._inputWarning_9c21g_26:focus {
|
|
9200
9200
|
position: relative;
|
|
9201
9201
|
outline: none !important;
|
|
9202
9202
|
border-color: var(--color-border-focus) !important;
|
|
9203
9203
|
box-shadow: var(--shadow-focus);
|
|
9204
9204
|
z-index: 3;
|
|
9205
9205
|
}
|
|
9206
|
-
.
|
|
9206
|
+
._inputDisabled_9c21g_61 {
|
|
9207
9207
|
pointer-events: none;
|
|
9208
9208
|
background-color: var(--color-background-disabled);
|
|
9209
9209
|
color: var(--color-text-muted);
|
|
9210
9210
|
box-shadow: none;
|
|
9211
9211
|
}
|
|
9212
|
-
.
|
|
9212
|
+
._hideScrollbars_9c21g_67 {
|
|
9213
9213
|
/* Firefox */
|
|
9214
9214
|
scrollbar-width: none;
|
|
9215
9215
|
/* IE 10+ */
|
|
9216
9216
|
-ms-overflow-style: none;
|
|
9217
9217
|
/* Chrome, Safari and Opera */
|
|
9218
9218
|
}
|
|
9219
|
-
.
|
|
9219
|
+
._hideScrollbars_9c21g_67::-webkit-scrollbar {
|
|
9220
9220
|
display: none;
|
|
9221
9221
|
}
|
|
9222
9222
|
:root {
|
|
@@ -9227,7 +9227,7 @@ html[data-theme='dark'] {
|
|
|
9227
9227
|
--color-background-table-header: var(--color-neutral-800);
|
|
9228
9228
|
--color-background-table-row-tinted: var(--color-neutral-800);
|
|
9229
9229
|
}
|
|
9230
|
-
.
|
|
9230
|
+
._wrapper_9c21g_85 {
|
|
9231
9231
|
border-radius: inherit;
|
|
9232
9232
|
max-height: 100%;
|
|
9233
9233
|
max-width: 100%;
|
|
@@ -9235,23 +9235,23 @@ html[data-theme='dark'] {
|
|
|
9235
9235
|
flex-direction: column;
|
|
9236
9236
|
overflow: hidden;
|
|
9237
9237
|
}
|
|
9238
|
-
.
|
|
9238
|
+
._wrapper_9c21g_85._bordered_9c21g_93 {
|
|
9239
9239
|
border-radius: var(--border-radius);
|
|
9240
9240
|
border: 1px solid var(--color-border);
|
|
9241
9241
|
box-shadow: var(--shadow-card);
|
|
9242
9242
|
}
|
|
9243
|
-
.
|
|
9243
|
+
._scroll_9c21g_98 {
|
|
9244
9244
|
background: var(--color-background);
|
|
9245
9245
|
overflow-y: auto;
|
|
9246
9246
|
border-radius: inherit;
|
|
9247
9247
|
flex: 1;
|
|
9248
9248
|
min-height: 0;
|
|
9249
9249
|
}
|
|
9250
|
-
.
|
|
9250
|
+
._scroll_9c21g_98:not(:first-child) {
|
|
9251
9251
|
border-top-left-radius: 0;
|
|
9252
9252
|
border-top-right-radius: 0;
|
|
9253
9253
|
}
|
|
9254
|
-
.
|
|
9254
|
+
._table_9c21g_109 {
|
|
9255
9255
|
color: var(--color-text);
|
|
9256
9256
|
border-collapse: separate;
|
|
9257
9257
|
border-spacing: 0;
|
|
@@ -9259,35 +9259,35 @@ html[data-theme='dark'] {
|
|
|
9259
9259
|
width: 100%;
|
|
9260
9260
|
font-variant-numeric: tabular-nums;
|
|
9261
9261
|
}
|
|
9262
|
-
.
|
|
9262
|
+
._table_9c21g_109 > :first-child {
|
|
9263
9263
|
border-top-left-radius: inherit;
|
|
9264
9264
|
border-top-right-radius: inherit;
|
|
9265
9265
|
}
|
|
9266
|
-
.
|
|
9266
|
+
._table_9c21g_109 > :first-child > :first-child {
|
|
9267
9267
|
border-top-left-radius: inherit;
|
|
9268
9268
|
border-top-right-radius: inherit;
|
|
9269
9269
|
}
|
|
9270
|
-
.
|
|
9270
|
+
._table_9c21g_109 > :first-child > :first-child > :first-child {
|
|
9271
9271
|
border-top-left-radius: inherit;
|
|
9272
9272
|
}
|
|
9273
|
-
.
|
|
9273
|
+
._table_9c21g_109 > :first-child > :first-child > :last-child {
|
|
9274
9274
|
border-top-right-radius: inherit;
|
|
9275
9275
|
}
|
|
9276
|
-
.
|
|
9276
|
+
._table_9c21g_109 > :last-child {
|
|
9277
9277
|
border-bottom-left-radius: inherit;
|
|
9278
9278
|
border-bottom-right-radius: inherit;
|
|
9279
9279
|
}
|
|
9280
|
-
.
|
|
9280
|
+
._table_9c21g_109 > :last-child > :last-child {
|
|
9281
9281
|
border-bottom-left-radius: inherit;
|
|
9282
9282
|
border-bottom-right-radius: inherit;
|
|
9283
9283
|
}
|
|
9284
|
-
.
|
|
9284
|
+
._table_9c21g_109 > :last-child > :last-child > :first-child {
|
|
9285
9285
|
border-bottom-left-radius: inherit;
|
|
9286
9286
|
}
|
|
9287
|
-
.
|
|
9287
|
+
._table_9c21g_109 > :last-child > :last-child > :last-child {
|
|
9288
9288
|
border-bottom-right-radius: inherit;
|
|
9289
9289
|
}
|
|
9290
|
-
.
|
|
9290
|
+
._dragOverlay_9c21g_145 {
|
|
9291
9291
|
box-shadow: var(--shadow-layer);
|
|
9292
9292
|
border-radius: var(--border-radius);
|
|
9293
9293
|
overflow: hidden;
|
|
@@ -9306,10 +9306,10 @@ th:not(:first-child),
|
|
|
9306
9306
|
td:not(:first-child) {
|
|
9307
9307
|
border-left-width: 1px;
|
|
9308
9308
|
}
|
|
9309
|
-
.
|
|
9310
|
-
.
|
|
9311
|
-
.
|
|
9312
|
-
.
|
|
9309
|
+
._table_9c21g_109 > *:not(:last-child) > tr th,
|
|
9310
|
+
._table_9c21g_109 > *:not(:last-child) > tr td,
|
|
9311
|
+
._table_9c21g_109 > *:last-child > tr:not(:last-child) th,
|
|
9312
|
+
._table_9c21g_109 > *:last-child > tr:not(:last-child) td {
|
|
9313
9313
|
border-bottom-width: 1px;
|
|
9314
9314
|
}
|
|
9315
9315
|
@-moz-document url-prefix() {
|
|
@@ -9318,7 +9318,7 @@ td:not(:first-child) {
|
|
|
9318
9318
|
}
|
|
9319
9319
|
td,
|
|
9320
9320
|
th {
|
|
9321
|
-
height:
|
|
9321
|
+
height: auto;
|
|
9322
9322
|
}
|
|
9323
9323
|
}
|
|
9324
9324
|
thead {
|
|
@@ -9336,7 +9336,7 @@ tbody {
|
|
|
9336
9336
|
tbody tr {
|
|
9337
9337
|
background-color: var(--color-background-raised);
|
|
9338
9338
|
}
|
|
9339
|
-
.
|
|
9339
|
+
._striped_9c21g_194 tbody [data-even='true'] {
|
|
9340
9340
|
background-color: var(--color-background-table-row-tinted);
|
|
9341
9341
|
}
|
|
9342
9342
|
tbody:before {
|
package/dist/index.js
CHANGED
|
@@ -972,8 +972,8 @@ function TbBolt(props) {
|
|
|
972
972
|
function TbBook2(props) {
|
|
973
973
|
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M19 4v16h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h12z" } }, { "tag": "path", "attr": { "d": "M19 16h-12a2 2 0 0 0 -2 2" } }, { "tag": "path", "attr": { "d": "M9 8h6" } }] })(props);
|
|
974
974
|
}
|
|
975
|
-
function
|
|
976
|
-
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M3 21l18 0" } }, { "tag": "path", "attr": { "d": "
|
|
975
|
+
function TbBuildingSkyscraper(props) {
|
|
976
|
+
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M3 21l18 0" } }, { "tag": "path", "attr": { "d": "M5 21v-14l8 -4v18" } }, { "tag": "path", "attr": { "d": "M19 21v-10l-6 -4" } }, { "tag": "path", "attr": { "d": "M9 9l0 .01" } }, { "tag": "path", "attr": { "d": "M9 12l0 .01" } }, { "tag": "path", "attr": { "d": "M9 15l0 .01" } }, { "tag": "path", "attr": { "d": "M9 18l0 .01" } }] })(props);
|
|
977
977
|
}
|
|
978
978
|
function TbCamera(props) {
|
|
979
979
|
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M5 7h1a2 2 0 0 0 2 -2a1 1 0 0 1 1 -1h6a1 1 0 0 1 1 1a2 2 0 0 0 2 2h1a2 2 0 0 1 2 2v9a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2v-9a2 2 0 0 1 2 -2" } }, { "tag": "path", "attr": { "d": "M9 13a3 3 0 1 0 6 0a3 3 0 0 0 -6 0" } }] })(props);
|
|
@@ -1101,9 +1101,6 @@ function TbKey(props) {
|
|
|
1101
1101
|
function TbLayoutColumns(props) {
|
|
1102
1102
|
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" } }, { "tag": "path", "attr": { "d": "M12 4l0 16" } }] })(props);
|
|
1103
1103
|
}
|
|
1104
|
-
function TbLayoutGrid(props) {
|
|
1105
|
-
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }, { "tag": "path", "attr": { "d": "M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }, { "tag": "path", "attr": { "d": "M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }, { "tag": "path", "attr": { "d": "M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" } }] })(props);
|
|
1106
|
-
}
|
|
1107
1104
|
function TbLayoutRows(props) {
|
|
1108
1105
|
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 4m0 2a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2z" } }, { "tag": "path", "attr": { "d": "M4 12l16 0" } }] })(props);
|
|
1109
1106
|
}
|
|
@@ -1212,9 +1209,6 @@ function TbSortAscending(props) {
|
|
|
1212
1209
|
function TbSortDescending(props) {
|
|
1213
1210
|
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M4 6l9 0" } }, { "tag": "path", "attr": { "d": "M4 12l7 0" } }, { "tag": "path", "attr": { "d": "M4 18l7 0" } }, { "tag": "path", "attr": { "d": "M15 15l3 3l3 -3" } }, { "tag": "path", "attr": { "d": "M18 6l0 12" } }] })(props);
|
|
1214
1211
|
}
|
|
1215
|
-
function TbSquare(props) {
|
|
1216
|
-
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M3 3m0 2a2 2 0 0 1 2 -2h14a2 2 0 0 1 2 2v14a2 2 0 0 1 -2 2h-14a2 2 0 0 1 -2 -2z" } }] })(props);
|
|
1217
|
-
}
|
|
1218
1212
|
function TbStar(props) {
|
|
1219
1213
|
return GenIcon({ "attr": { "viewBox": "0 0 24 24", "strokeWidth": "2", "stroke": "currentColor", "fill": "none", "strokeLinecap": "round", "strokeLinejoin": "round" }, "child": [{ "tag": "path", "attr": { "stroke": "none", "d": "M0 0h24v24H0z", "fill": "none" } }, { "tag": "path", "attr": { "d": "M12 17.75l-6.172 3.245l1.179 -6.873l-5 -4.867l6.9 -1l3.086 -6.253l3.086 6.253l6.9 1l-5 4.867l1.179 6.873z" } }] })(props);
|
|
1220
1214
|
}
|
|
@@ -1254,6 +1248,12 @@ function AiOutlineMinusSquare(props) {
|
|
|
1254
1248
|
function AiOutlinePlusSquare(props) {
|
|
1255
1249
|
return GenIcon({ "attr": { "viewBox": "0 0 1024 1024" }, "child": [{ "tag": "path", "attr": { "d": "M328 544h152v152c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8V544h152c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H544V328c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v152H328c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8z" } }, { "tag": "path", "attr": { "d": "M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32zm-40 728H184V184h656v656z" } }] })(props);
|
|
1256
1250
|
}
|
|
1251
|
+
const Layout1 = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18%204H6C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
|
|
1252
|
+
const Layout3SplitTop = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012H20M12%204V12M18%2020H6C4.89543%2020%204%2019.1046%204%2018V6C4%204.8954%204.89543%204%206%204H18C19.1046%204%2020%204.8954%2020%206V18C20%2019.1046%2019.1046%2020%2018%2020Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
|
|
1253
|
+
const Layout3SplitBottom = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4%2012H20M12%2020V12M18%204H6C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
|
|
1254
|
+
const Layout3SplitLeft = "data:image/svg+xml,%3csvg%20fill='none'%20height='1em'%20viewBox='0%200%2024%2024'%20width='1em'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='m12%2020v-16m-8%208h8m8-6v12c0%201.1046-.8954%202-2%202h-12c-1.1046%200-2-.8954-2-2v-12c0-1.1046.8954-2%202-2h12c1.1046%200%202%20.8954%202%202z'%20stroke='currentColor'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'/%3e%3c/svg%3e";
|
|
1255
|
+
const Layout3SplitRight = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204L12%2020M20%2012H12M4%2018L4%206C4%204.89543%204.89543%204%206%204L18%204C19.1046%204%2020%204.89543%2020%206V18C20%2019.1046%2019.1046%2020%2018%2020H6C4.89543%2020%204%2019.1046%204%2018Z'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
|
|
1256
|
+
const Layout4Grid = "data:image/svg+xml,%3csvg%20width='1em'%20height='1em'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%204C4.89543%204%204%204.89543%204%206V18C4%2019.1046%204.89543%2020%206%2020H18C19.1046%2020%2020%2019.1046%2020%2018V6C20%204.89543%2019.1046%204%2018%204M6%204H18M6%204H12M18%204H12M4%2012H20M12%204V20'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e";
|
|
1257
1257
|
const NamedIcon = ({ icon: icon2 }) => {
|
|
1258
1258
|
switch (icon2) {
|
|
1259
1259
|
case "add":
|
|
@@ -1325,7 +1325,7 @@ const NamedIcon = ({ icon: icon2 }) => {
|
|
|
1325
1325
|
return /* @__PURE__ */ jsx(VscCollapseAll, {});
|
|
1326
1326
|
// Replace with TbCopyMinus when react-icons is updated
|
|
1327
1327
|
case "company":
|
|
1328
|
-
return /* @__PURE__ */ jsx(
|
|
1328
|
+
return /* @__PURE__ */ jsx(TbBuildingSkyscraper, {});
|
|
1329
1329
|
case "compare":
|
|
1330
1330
|
return /* @__PURE__ */ jsx(TbScale, {});
|
|
1331
1331
|
case "delete":
|
|
@@ -1393,13 +1393,21 @@ const NamedIcon = ({ icon: icon2 }) => {
|
|
|
1393
1393
|
return /* @__PURE__ */ jsx(TbLayoutColumns, {});
|
|
1394
1394
|
case "layout grid":
|
|
1395
1395
|
case "grid":
|
|
1396
|
-
return /* @__PURE__ */ jsx(
|
|
1396
|
+
return /* @__PURE__ */ jsx(ReactSVG, { src: Layout4Grid });
|
|
1397
1397
|
case "layout rows":
|
|
1398
1398
|
case "rows":
|
|
1399
1399
|
return /* @__PURE__ */ jsx(TbLayoutRows, {});
|
|
1400
1400
|
case "layout single":
|
|
1401
1401
|
case "square":
|
|
1402
|
-
return /* @__PURE__ */ jsx(
|
|
1402
|
+
return /* @__PURE__ */ jsx(ReactSVG, { src: Layout1 });
|
|
1403
|
+
case "layout 3 split top":
|
|
1404
|
+
return /* @__PURE__ */ jsx(ReactSVG, { src: Layout3SplitTop });
|
|
1405
|
+
case "layout 3 split bottom":
|
|
1406
|
+
return /* @__PURE__ */ jsx(ReactSVG, { src: Layout3SplitBottom });
|
|
1407
|
+
case "layout 3 split left":
|
|
1408
|
+
return /* @__PURE__ */ jsx(ReactSVG, { src: Layout3SplitLeft });
|
|
1409
|
+
case "layout 3 split right":
|
|
1410
|
+
return /* @__PURE__ */ jsx(ReactSVG, { src: Layout3SplitRight });
|
|
1403
1411
|
case "link":
|
|
1404
1412
|
return /* @__PURE__ */ jsx(TbLink, {});
|
|
1405
1413
|
case "list":
|
|
@@ -168403,12 +168411,12 @@ const Spacer = ({
|
|
|
168403
168411
|
}
|
|
168404
168412
|
}
|
|
168405
168413
|
);
|
|
168406
|
-
const wrapper = "
|
|
168407
|
-
const bordered = "
|
|
168408
|
-
const scroll = "
|
|
168409
|
-
const table = "
|
|
168410
|
-
const dragOverlay = "
|
|
168411
|
-
const striped = "
|
|
168414
|
+
const wrapper = "_wrapper_9c21g_85";
|
|
168415
|
+
const bordered = "_bordered_9c21g_93";
|
|
168416
|
+
const scroll = "_scroll_9c21g_98";
|
|
168417
|
+
const table = "_table_9c21g_109";
|
|
168418
|
+
const dragOverlay = "_dragOverlay_9c21g_145";
|
|
168419
|
+
const striped = "_striped_9c21g_194";
|
|
168412
168420
|
const styles$c = {
|
|
168413
168421
|
wrapper,
|
|
168414
168422
|
bordered,
|