@vitrosoftware/common-ui-ts 1.1.27 → 1.1.28

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.
@@ -211,16 +211,28 @@ div.TWMenuItemText {
211
211
  .TWCheck0Left,
212
212
  .TWMenuUncheckedIconLeft, .TWMenuUncheckedIconRight,
213
213
  .TWBool0, .TWBool0RO {
214
- /* ico-tableview-checkbox-empty.svg URL-encoder for SVG */
215
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 64 64'%3E%3Crect fill='none' stroke='%23bdbdbd' stroke-width='2' x='10' y='10' width='40' height='40' rx='5' ry='5'/%3E%3C/svg%3E") !important;
214
+ background-size: 24px;
215
+ /* checkbox-big-empty.svg URL-encoder for SVG */
216
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Checkbox-big'%3E%3Crect id='Background' x='2.5' y='2.5' width='19' height='19' rx='3.5' stroke='%23C0CAD5'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
216
217
  }
217
218
 
218
219
  .TWCheck1Left,
219
220
  .TWMenuCheckedIconLeft, .TWMenuCheckedIconRight,
220
221
  .TWFilter1, .TWGroup1, .TWSearch1,
221
222
  .TWBool1, .TWBool1RO {
222
- /* ico-tableview-checkbox-full.svg URL-encoder for SVG */
223
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 64 64'%3E%3Crect fill='%23fff' stroke='%23bdbdbd' stroke-width='2' x='10' y='10' width='40' height='40' rx='5' ry='5'/%3E%3Cpolyline fill='none' stroke='%23ff5b2d' stroke-width='6' points='16,28 28,38 44,20'/%3E%3C/svg%3E") !important;
223
+ background-size: 24px;
224
+ /* checkbox-big-active.svg URL-encoder for SVG */
225
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='20' height='20' rx='2.5' fill='%234292F7'/%3E%3Cpath d='M16.7062 8.50593C17.0826 8.86144 17.0996 9.45479 16.7441 9.83121L11.4316 15.4562C11.2577 15.6404 11.0166 15.7463 10.7634 15.7499C10.5101 15.7535 10.2662 15.6545 10.0871 15.4754L7.27459 12.6629C6.90847 12.2968 6.90847 11.7032 7.27459 11.3371C7.6407 10.971 8.2343 10.971 8.60041 11.3371L10.7308 13.4675L15.3809 8.54379C15.7364 8.16737 16.3298 8.15042 16.7062 8.50593Z' fill='white'/%3E%3C/svg%3E%0A") !important;
226
+ }
227
+
228
+ .TWBoolX, .TWBoolXRO {
229
+ background-size: 24px;
230
+ /* checkbox-big-undetermined.svg URL-encoder for SVG */
231
+ background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='7' y='7' width='10' height='10' rx='1' fill='%234292F7'/%3E%3Crect x='2.625' y='2.625' width='18.75' height='18.75' rx='1.875' stroke='%23C0CAD5' stroke-width='1.25'/%3E%3C/svg%3E%0A") !important;
232
+ }
233
+
234
+ .TWBoolImage {
235
+ width: 24px !important;
224
236
  }
225
237
 
226
238
  .TWPickEmpty {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitrosoftware/common-ui-ts",
3
- "version": "1.1.27",
3
+ "version": "1.1.28",
4
4
  "description": "vitro software common ui ts",
5
5
  "author": "",
6
6
  "license": "MIT",