diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..4679855 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "table-repeater", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/resources/css/plugin.css b/resources/css/plugin.css index 5c38154..7f1aed6 100644 --- a/resources/css/plugin.css +++ b/resources/css/plugin.css @@ -6,6 +6,10 @@ @apply sr-only text-sm !mb-2 block; } +.table-repeater-column.has-hidden-label .fi-fo-field-wrp:has(.fi-checkbox-input) > label.fi-fo-checkbox-list-option-label { + @apply not-sr-only; +} + @media (min-width: calc(theme('screens.sm') + 1px)) { .table-repeater-component.break-point-sm { &.streamlined { @@ -15,6 +19,7 @@ } .fi-fo-field-wrp:has(.fi-fo-checkbox-list), + .fi-fo-field-wrp:has(.fi-checkbox-input), .fi-fo-field-wrp:has(.fi-fo-radio) { @apply py-2 px-3; } @@ -43,6 +48,7 @@ } .fi-fo-field-wrp:has(.fi-fo-checkbox-list), + .fi-fo-field-wrp:has(.fi-checkbox-input), .fi-fo-field-wrp:has(.fi-fo-radio) { @apply py-2 px-3; } @@ -71,6 +77,7 @@ } .fi-fo-field-wrp:has(.fi-fo-checkbox-list), + .fi-fo-field-wrp:has(.fi-checkbox-input), .fi-fo-field-wrp:has(.fi-fo-radio) { @apply py-2 px-3; } @@ -99,6 +106,7 @@ } .fi-fo-field-wrp:has(.fi-fo-checkbox-list), + .fi-fo-field-wrp:has(.fi-checkbox-input), .fi-fo-field-wrp:has(.fi-fo-radio) { @apply py-2 px-3; } @@ -127,6 +135,7 @@ } .fi-fo-field-wrp:has(.fi-fo-checkbox-list), + .fi-fo-field-wrp:has(.fi-checkbox-input), .fi-fo-field-wrp:has(.fi-fo-radio) { @apply py-2 px-3; }