@tmorrow/cre8-wc 1.2.7 → 2.0.1

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 (114) hide show
  1. package/cdn/cre8-wc.esm.js +9404 -7399
  2. package/cdn/cre8-wc.esm.js.map +1 -1
  3. package/cdn/cre8-wc.min.js +5839 -3834
  4. package/cdn/cre8-wc.min.js.map +1 -1
  5. package/lib/components/accordion-item/accordion-item.js +1 -1
  6. package/lib/components/accordion-item/accordion-item.js.map +1 -1
  7. package/lib/components/alert/alert.js +6 -6
  8. package/lib/components/alert/alert.js.map +1 -1
  9. package/lib/components/badge/badge.d.ts +1 -1
  10. package/lib/components/badge/badge.js.map +1 -1
  11. package/lib/components/breadcrumbs-item/breadcrumbs-item.js +1 -1
  12. package/lib/components/breadcrumbs-item/breadcrumbs-item.js.map +1 -1
  13. package/lib/components/checkbox-field-item/checkbox-field-item.js +1 -1
  14. package/lib/components/checkbox-field-item/checkbox-field-item.js.map +1 -1
  15. package/lib/components/date-picker/date-picker.styles.d.ts.map +1 -1
  16. package/lib/components/date-picker/date-picker.styles.js +955 -1
  17. package/lib/components/date-picker/date-picker.styles.js.map +1 -1
  18. package/lib/components/dropdown/dropdown.js +1 -1
  19. package/lib/components/dropdown/dropdown.js.map +1 -1
  20. package/lib/components/field-note/field-note.js +2 -2
  21. package/lib/components/field-note/field-note.js.map +1 -1
  22. package/lib/components/icon/icon.d.ts +1 -1
  23. package/lib/components/icon/icon.d.ts.map +1 -1
  24. package/lib/components/icon/icon.js +39 -41
  25. package/lib/components/icon/icon.js.map +1 -1
  26. package/lib/components/inline-alert/inline-alert.js +5 -5
  27. package/lib/components/inline-alert/inline-alert.js.map +1 -1
  28. package/lib/components/link/link.js +1 -1
  29. package/lib/components/link/link.js.map +1 -1
  30. package/lib/components/modal/modal.js +6 -6
  31. package/lib/components/modal/modal.js.map +1 -1
  32. package/lib/components/multi-select/multi-select.js +2 -2
  33. package/lib/components/multi-select/multi-select.js.map +1 -1
  34. package/lib/components/pagination/pagination.js +5 -5
  35. package/lib/components/pagination/pagination.js.map +1 -1
  36. package/lib/components/percent-bar/percent-bar.js +1 -1
  37. package/lib/components/percent-bar/percent-bar.js.map +1 -1
  38. package/lib/components/remove-tag/remove-tag.js +1 -1
  39. package/lib/components/remove-tag/remove-tag.js.map +1 -1
  40. package/lib/components/select/select.js +1 -1
  41. package/lib/components/select/select.js.map +1 -1
  42. package/lib/components/select-tile/select-tile.js +1 -1
  43. package/lib/components/select-tile/select-tile.js.map +1 -1
  44. package/lib/components/select-tile/select-tile.styles.d.ts.map +1 -1
  45. package/lib/components/select-tile/select-tile.styles.js +1055 -1
  46. package/lib/components/select-tile/select-tile.styles.js.map +1 -1
  47. package/lib/components/table-row/table-row.js +1 -1
  48. package/lib/components/table-row/table-row.js.map +1 -1
  49. package/lib/components/tag/tag.js +1 -1
  50. package/lib/components/tag/tag.js.map +1 -1
  51. package/lib/icons/Account.svg +3 -0
  52. package/lib/icons/Account_Filled.svg +3 -0
  53. package/lib/icons/Arrow_-_Left.svg +3 -0
  54. package/lib/icons/Arrow_-_Left_Filled.svg +3 -0
  55. package/lib/icons/Caret_Double_Left.svg +3 -0
  56. package/lib/icons/Caret_Double_Right.svg +3 -0
  57. package/lib/icons/Caret_Down.svg +3 -0
  58. package/lib/icons/Caret_Down_Filled.svg +3 -0
  59. package/lib/icons/Caret_Left.svg +3 -0
  60. package/lib/icons/Caret_Right.svg +3 -0
  61. package/lib/icons/Caret_Up.svg +3 -0
  62. package/lib/icons/Cart.svg +3 -0
  63. package/lib/icons/Chat_Default.svg +3 -0
  64. package/lib/icons/Check.svg +3 -0
  65. package/lib/icons/Check_Filled.svg +3 -0
  66. package/lib/icons/Clear_X.svg +3 -0
  67. package/lib/icons/Close.svg +3 -0
  68. package/lib/icons/Download.svg +3 -0
  69. package/lib/icons/Edit.svg +3 -0
  70. package/lib/icons/Ellipsis.svg +3 -0
  71. package/lib/icons/Ellipsis_Filled.svg +3 -0
  72. package/lib/icons/Error.svg +3 -0
  73. package/lib/icons/Error_Filled.svg +3 -0
  74. package/lib/icons/External_Link.svg +3 -0
  75. package/lib/icons/Globe.svg +3 -0
  76. package/lib/icons/Help.svg +3 -0
  77. package/lib/icons/Help_Filled.svg +3 -0
  78. package/lib/icons/Info.svg +3 -0
  79. package/lib/icons/Lightbulb.svg +3 -0
  80. package/lib/icons/Lightbulb_Filled.svg +3 -0
  81. package/lib/icons/Location.svg +3 -0
  82. package/lib/icons/Medication.svg +3 -0
  83. package/lib/icons/Menu.svg +3 -0
  84. package/lib/icons/Message_Unread.svg +3 -0
  85. package/lib/icons/Message_Unread_Filled.svg +3 -0
  86. package/lib/icons/Minus.svg +3 -0
  87. package/lib/icons/Notification.svg +3 -0
  88. package/lib/icons/Play_Arrow.svg +3 -0
  89. package/lib/icons/Play_Circle.svg +3 -0
  90. package/lib/icons/Rectangle.svg +1 -0
  91. package/lib/icons/Refill.svg +4 -0
  92. package/lib/icons/Search.svg +3 -0
  93. package/lib/icons/Spinner_75.svg +3 -0
  94. package/lib/icons/Undo.svg +3 -0
  95. package/lib/icons/Vaccinations.svg +5 -0
  96. package/lib/icons/Warning.svg +3 -0
  97. package/lib/icons/add.svg +2 -2
  98. package/lib/icons/calendar.svg +2 -4
  99. package/lib/icons/wellness.svg +2 -6
  100. package/mcp-manifest.json +3 -3
  101. package/package.json +1 -1
  102. package/lib/icons/check.svg +0 -3
  103. package/lib/icons/close.svg +0 -3
  104. package/lib/icons/download.svg +0 -5
  105. package/lib/icons/edit.svg +0 -5
  106. package/lib/icons/ellipsis.svg +0 -3
  107. package/lib/icons/error.svg +0 -3
  108. package/lib/icons/globe.svg +0 -3
  109. package/lib/icons/help.svg +0 -3
  110. package/lib/icons/info.svg +0 -3
  111. package/lib/icons/menu.svg +0 -5
  112. package/lib/icons/minus.svg +0 -6
  113. package/lib/icons/search.svg +0 -10
  114. package/lib/icons/warning.svg +0 -3
@@ -1,4 +1,1058 @@
1
1
  import { css } from 'lit';
2
- const styles = css `*,::slotted(*),*:before,*:after{box-sizing:border-box}:root{--size-base-unit: 0.5rem}[dir=rtl]{--rtlTranslateX: 50%;--rtlGradientToRight: 270deg;--rtlRotate45Inverse: -45deg}:host{--cre8-z-index-1: 1;--cre8-z-index-50: 50;--cre8-z-index-100: 100;--cre8-z-index-200: 200;--cre8-z-index-1030: 1030;--cre8-anim-fade-quick: 0.35s;--cre8-anim-ease: ease}@keyframes fadeIn{100%{opacity:1}}@keyframes slideIn{100%{transform:translateX(0)}}@keyframes slideInFwd{100%{width:272px;height:272px}}@keyframes slideOutRight{100%{width:272px;height:272px}}@keyframes slideUp{100%{transform:translateY(0)}}@media(width >= 481px){@keyframes slideInFwd{100%{width:417px;height:417px}}@keyframes slideOutRight{100%{width:417px;height:417px}}}@media(width >= 48rem){@keyframes slideInFwd{100%{width:330px;height:330px}}@keyframes slideOutRight{100%{width:330px;height:330px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 60rem){@keyframes slideInFwd{100%{width:460px;height:460px}}@keyframes slideOutRight{100%{width:460px;height:460px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 75rem){@keyframes slideInFwd{100%{width:592px;height:591px}}@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 45px))}}}@media(width >= 87.5rem){@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 120px))}}}@media(width >= 2200px){@keyframes slideOutRight{100%{width:592px;height:591px;transform:translateX(calc(100vw - 592px))}}}span.ripple{position:absolute;border-radius:50%;transform:scale(0);animation:ripple 600ms linear;background-color:var(--ripple-bg-color)}@keyframes ripple{to{transform:scale(4);opacity:1}}:root{--size-base-unit: 0.5rem}[dir=rtl]{--rtlTranslateX: 50%;--rtlGradientToRight: 270deg;--rtlRotate45Inverse: -45deg}:host{display:inline-flex}.cre8-c-select-tile{position:relative;overflow:hidden;cursor:pointer;display:flex;flex-direction:column;height:100%;width:100%;padding:1rem;gap:1rem;border-color:var(--cre8-color-border-default);border-width:var(--cre8-border-width-default);border-radius:var(--cre8-border-radius-default);border-style:solid;background:var(--cre8-color-bg-default)}.cre8-c-select-tile:hover,.cre8-c-select-tile:focus,.cre8-c-select-tile:focus-visible,.cre8-c-select-tile:active{background:var(--cre8-color-bg-default-hover);border-color:var(--cre8-color-border-brand)}.cre8-c-select-tile:focus,.cre8-c-select-tile:focus-visible{outline:var(--cre8-border-width-focus) solid var(--cre8-color-border-active-outline);outline-offset:0.125rem}.cre8-c-select-tile.cre8-c-select-tile--error{border-color:var(--cre8-color-border-error);background:var(--cre8-color-bg-error)}.cre8-c-select-tile.cre8-c-select-tile--success{border-color:var(--cre8-color-border-success);background:var(--cre8-color-bg-success)}.cre8-c-select-tile.cre8-c-select-tile--disabled{border-color:var(--cre8-color-border-disabled);background:var(--cre8-color-bg-disabled);cursor:not-allowed}input:checked+.cre8-c-select-tile{border-width:2px;border-color:var(--cre8-color-border-brand)}.cre8-c-select-tile__input{display:none}.cre8-c-select-tile--horizontal{flex-direction:row;align-items:center;justify-content:center}@media all and (max-width: 560px){.cre8-c-select-tile--vertical-at-sm{flex-direction:column}.cre8-c-select-tile--vertical-at-sm .cre8-c-select-tile__custom-radio{position:absolute;top:0.5rem;right:0.5rem}}@media all and (max-width: 560px){.cre8-c-select-tile--vertical-at-sm-2{flex-direction:column}.cre8-c-select-tile--vertical-at-sm-2 .cre8-c-select-tile__custom-radio{position:absolute;top:0.5rem;right:0.5rem}}@media all and (max-width: 768px){.cre8-c-select-tile--vertical-at-md{flex-direction:column}.cre8-c-select-tile--vertical-at-md .cre8-c-select-tile__custom-radio{position:absolute;top:0.5rem;right:0.5rem}}@media all and (max-width: 960px){.cre8-c-select-tile--vertical-at-lg{flex-direction:column}.cre8-c-select-tile--vertical-at-lg .cre8-c-select-tile__custom-radio{position:absolute;top:0.5rem;right:0.5rem}}@media all and (max-width: 1200px){.cre8-c-select-tile--vertical-at-xl{flex-direction:column}.cre8-c-select-tile--vertical-at-xl .cre8-c-select-tile__custom-radio{position:absolute;top:0.5rem;right:0.5rem}}@media all and (max-width: 1400px){.cre8-c-select-tile--vertical-at-xxl{flex-direction:column}.cre8-c-select-tile--vertical-at-xxl .cre8-c-select-tile__custom-radio{position:absolute;top:0.5rem;right:0.5rem}}.cre8-c-select-tile--bare{border:var(--cre8-border-width-none);padding:var(--cre8-spacing-0);box-shadow:none}.cre8-c-select-tile--horizontal-bare{flex-direction:row;border:var(--cre8-border-width-none);padding:var(--cre8-spacing-0);box-shadow:none;align-items:center;justify-content:center}.cre8-c-select-tile--align-center{text-align:center;align-items:center;justify-content:center}::slotted(img){width:100%}.cre8-c-select-tile__header{display:block;flex:none}.cre8-c-select-tile__body{display:block;flex:1 1 auto}.cre8-c-select-tile--bare .cre8-c-select-tile__body{padding:var(--cre8-spacing-0)}.cre8-c-select-tile--horizontal-bare .cre8-c-select-tile__body{padding:var(--cre8-spacing-0)}.cre8-c-select-tile__body .cre8-c-select-tile__body_title{font-family:var(--cre8-typography-title-default-mobile-font-family);font-size:var(--cre8-typography-title-default-mobile-font-size);font-weight:var(--cre8-typography-title-default-mobile-font-weight);line-height:var(--cre8-typography-title-default-mobile-line-height);text-decoration:var(--cre8-typography-title-default-mobile-text-decoration);text-transform:var(--cre8-typography-title-default-mobile-text-transform)}@media all and (min-width: 768px){.cre8-c-select-tile__body .cre8-c-select-tile__body_title{font-family:var(--cre8-typography-title-default-font-family);font-size:var(--cre8-typography-title-default-font-size);font-weight:var(--cre8-typography-title-default-font-weight);line-height:var(--cre8-typography-title-default-line-height);text-decoration:var(--cre8-typography-title-default-text-decoration);text-transform:var(--cre8-typography-title-default-text-transform)}}.cre8-c-select-tile__body .cre8-c-select-tile__body_body{font-family:var(--cre8-typography-body-default-font-family);font-size:var(--cre8-typography-body-default-font-size);font-weight:var(--cre8-typography-body-default-font-weight);line-height:var(--cre8-typography-body-default-line-height);text-decoration:var(--cre8-typography-body-default-text-decoration);text-transform:var(--cre8-typography-body-default-text-transform)}.cre8-c-select-tile__footer{display:flex;flex:none}.cre8-c-select-tile--bare .cre8-c-select-tile__footer{padding:var(--cre8-spacing-0)}.cre8-c-select-tile--horizontal-bare .cre8-c-select-tile__footer{padding:var(--cre8-spacing-0)}.cre8-c-select-tile__custom-radio.cre8-c-select-tile__custom-radio-left,.cre8-c-select-tile__custom-checkbox.cre8-c-select-tile__custom-radio-left{order:-1}.cre8-c-select-tile__custom-radio.cre8-c-select-tile__custom-radio-none,.cre8-c-select-tile__custom-checkbox.cre8-c-select-tile__custom-radio-none{display:none}.cre8-c-select-tile__custom-radio{display:flex;flex:none;height:1.5rem;width:1.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:var(--cre8-border-radius-round);border-width:var(--cre8-border-width-default);border-style:var(--cre8-border-style-default);background-color:var(--cre8-color-bg-default);border-color:var(--cre8-color-border-default)}.cre8-c-select-tile__input:focus-visible+.cre8-c-select-tile__custom-radio{border-color:var(--cre8-color-border-strong);outline:var(--cre8-border-width-focus) solid var(--cre8-color-border-active-outline);outline-offset:0.125rem}.cre8-c-select-tile--error .cre8-c-select-tile__input:focus-visible+.cre8-c-select-tile__custom-radio{outline:var(--cre8-border-width-focus) solid var(--cre8-color-border-error);outline-offset:0.125rem;border-color:var(--cre8-color-border-error)}.cre8-c-select-tile--error .cre8-c-select-tile__custom-radio{border-color:var(--cre8-color-border-error)}.cre8-c-select-tile--disabled .cre8-c-select-tile__custom-radio{cursor:not-allowed;background-color:var(--cre8-color-bg-disabled);border-color:var(--cre8-color-border-disabled)}.cre8-c-select-tile__custom-radio-top-right{position:absolute;top:0.5rem;right:0.5rem}.cre8-c-select-tile__custom-radio-check .cre8-c-select-tile__icon{display:flex}.cre8-c-select-tile__inner-circle{display:none;cursor:pointer;height:0.75rem;width:0.75rem;background:var(--cre8-color-content-brand);border-radius:var(--cre8-border-radius-round)}.cre8-c-select-tile__custom-radio-check .cre8-c-select-tile__inner-circle{flex:none;height:1.5rem;width:1.5rem;align-items:center;justify-content:center}.cre8-c-select-tile--error .cre8-c-select-tile__inner-circle{background:var(--cre8-color-bg-error-strong)}.cre8-c-select-tile--disabled .cre8-c-select-tile__inner-circle{background:var(--cre8-color-content-disabled)}input:checked~* .cre8-c-select-tile__custom-radio .cre8-c-select-tile__inner-circle{display:flex}.cre8-c-select-tile__custom-checkbox{display:flex;flex:none;height:1.5rem;width:1.5rem;cursor:pointer;align-items:center;justify-content:center;border-radius:var(--cre8-border-radius-small);border-width:var(--cre8-border-width-default);border-style:var(--cre8-border-style-default);background-color:var(--cre8-color-bg-default);border-color:var(--cre8-color-border-strong)}.cre8-c-select-tile__input:focus-visible+.cre8-c-select-tile__custom-checkbox{outline:var(--cre8-border-width-focus) solid var(--cre8-color-border-active-outline);outline-offset:0.125rem}.cre8-c-select-tile--error .cre8-c-select-tile__input:focus-visible+.cre8-c-select-tile__custom-checkbox{outline:var(--cre8-border-width-focus) solid var(--cre8-color-border-error);outline-offset:0.125rem}.cre8-c-select-tile--error .cre8-c-select-tile__custom-checkbox{background-color:var(--cre8-color-bg-default);border-color:var(--cre8-color-border-error)}.cre8-c-select-tile--disabled .cre8-c-select-tile__custom-checkbox{cursor:not-allowed;background-color:var(--cre8-color-bg-disabled);border-color:var(--cre8-color-border-disabled)}input:checked~* .cre8-c-select-tile__custom-checkbox{background-color:var(--cre8-color-bg-brand-strong)}.cre8-c-select-tile--error input:checked~* .cre8-c-select-tile__custom-checkbox{background-color:var(--cre8-color-bg-default)}.cre8-c-select-tile--disabled input:checked~* .cre8-c-select-tile__custom-checkbox{background-color:var(--cre8-color-bg-disabled)}.cre8-c-select-tile__icon{display:none;color:var(--cre8-color-content-knockout)}.cre8-c-select-tile--error .cre8-c-select-tile__icon{color:var(--cre8-color-content-error)}.cre8-c-select-tile--disabled .cre8-c-select-tile__icon{color:var(--cre8-color-content-disabled)}input:checked~* .cre8-c-select-tile__custom-checkbox .cre8-c-select-tile__icon{display:flex}`;
2
+ const styles = css `.cre8-u-content-knockout-brand {
3
+ color: var(----cre8-color-content-knockout-brand);
4
+ }
5
+
6
+ .cre8-u-is-hidden {
7
+ display: none !important;
8
+ visibility: hidden !important;
9
+ }
10
+
11
+ .cre8-u-is-vishidden {
12
+ position: absolute !important;
13
+ overflow: hidden;
14
+ width: 1px;
15
+ height: 1px;
16
+ padding: 0;
17
+ border: 0;
18
+ clip: rect(1px, 1px, 1px, 1px);
19
+ }
20
+
21
+ @media all and (min-width: 23.4375rem) {
22
+ .cre8-u-hide-sm {
23
+ display: none !important;
24
+ }
25
+ }
26
+ @media all and (min-width: 35rem) {
27
+ .cre8-u-hide-sm-2 {
28
+ display: none !important;
29
+ }
30
+ }
31
+ @media all and (min-width: 48rem) {
32
+ .cre8-u-hide-md {
33
+ display: none !important;
34
+ }
35
+ }
36
+ @media all and (min-width: 60rem) {
37
+ .cre8-u-hide-lg {
38
+ display: none !important;
39
+ }
40
+ }
41
+ @media all and (min-width: 75rem) {
42
+ .cre8-u-hide-xl {
43
+ display: none !important;
44
+ }
45
+ }
46
+ @media all and (max-width: 23.4375rem) {
47
+ .cre8-u-show-sm {
48
+ display: none !important;
49
+ }
50
+ }
51
+ @media all and (max-width: 35rem) {
52
+ .cre8-u-show-sm-2 {
53
+ display: none !important;
54
+ }
55
+ }
56
+ @media all and (max-width: 48rem) {
57
+ .cre8-u-show-md {
58
+ display: none !important;
59
+ }
60
+ }
61
+ @media all and (max-width: 60rem) {
62
+ .cre8-u-show-lg {
63
+ display: none !important;
64
+ }
65
+ }
66
+ @media all and (max-width: 75rem) {
67
+ .cre8-u-show-xl {
68
+ display: none !important;
69
+ }
70
+ }
71
+ .cre8-u-margin-none {
72
+ margin: 0 !important;
73
+ }
74
+
75
+ .cre8-u-margin-sm {
76
+ margin: size(1) !important;
77
+ }
78
+
79
+ .cre8-u-margin-md {
80
+ margin: size(2) !important;
81
+ }
82
+
83
+ .cre8-u-margin-lg {
84
+ margin: size(3) !important;
85
+ }
86
+
87
+ .cre8-u-margin-xl {
88
+ margin: size(4) !important;
89
+ }
90
+
91
+ .cre8-u-margin-xxl {
92
+ margin: size(8) !important;
93
+ }
94
+
95
+ .cre8-u-margin-top-none {
96
+ margin-top: 0 !important;
97
+ }
98
+
99
+ .cre8-u-margin-top-sm {
100
+ margin-top: size(1) !important;
101
+ }
102
+
103
+ .cre8-u-margin-top-md {
104
+ margin-top: size(2) !important;
105
+ }
106
+
107
+ .cre8-u-margin-top-lg {
108
+ margin-top: size(3) !important;
109
+ }
110
+
111
+ .cre8-u-margin-top-xl {
112
+ margin-top: size(4) !important;
113
+ }
114
+
115
+ .cre8-u-margin-top-xxl {
116
+ margin-top: size(8) !important;
117
+ }
118
+
119
+ .cre8-u-margin-right-none {
120
+ margin-right: 0 !important;
121
+ }
122
+
123
+ .cre8-u-margin-right-sm {
124
+ margin-right: size(1) !important;
125
+ }
126
+
127
+ .cre8-u-margin-right-md {
128
+ margin-right: size(2) !important;
129
+ }
130
+
131
+ .cre8-u-margin-right-lg {
132
+ margin-right: size(3) !important;
133
+ }
134
+
135
+ .cre8-u-margin-right-xl {
136
+ margin-right: size(4) !important;
137
+ }
138
+
139
+ .cre8-u-margin-right-xxl {
140
+ margin-right: size(8) !important;
141
+ }
142
+
143
+ .cre8-u-margin-bottom-none {
144
+ margin-bottom: 0 !important;
145
+ }
146
+
147
+ .cre8-u-margin-bottom-sm {
148
+ margin-bottom: size(1) !important;
149
+ }
150
+
151
+ .cre8-u-margin-bottom-md {
152
+ margin-bottom: size(2) !important;
153
+ }
154
+
155
+ .cre8-u-margin-bottom-lg {
156
+ margin-bottom: size(3) !important;
157
+ }
158
+
159
+ .cre8-u-margin-bottom-xl {
160
+ margin-bottom: size(4) !important;
161
+ }
162
+
163
+ .cre8-u-margin-bottom-xxl {
164
+ margin-bottom: size(8) !important;
165
+ }
166
+
167
+ .cre8-u-margin-bottom-xl-xxl {
168
+ margin-bottom: size(4) !important;
169
+ }
170
+
171
+ @media all and (min-width: 768px) {
172
+ .cre8-u-margin-bottom-xl-xxl {
173
+ margin-bottom: size(8) !important;
174
+ }
175
+ }
176
+ .cre8-u-margin-left-none {
177
+ margin-left: 0 !important;
178
+ }
179
+
180
+ .cre8-u-margin-left-sm {
181
+ margin-left: size(1) !important;
182
+ }
183
+
184
+ .cre8-u-margin-left-md {
185
+ margin-left: size(2) !important;
186
+ }
187
+
188
+ .cre8-u-margin-left-lg {
189
+ margin-left: size(3) !important;
190
+ }
191
+
192
+ .cre8-u-margin-left-xl {
193
+ margin-left: size(4) !important;
194
+ }
195
+
196
+ .cre8-u-margin-left-xxl {
197
+ margin-left: size(8) !important;
198
+ }
199
+
200
+ .cre8-u-padding-none {
201
+ padding: 0 !important;
202
+ }
203
+
204
+ .cre8-u-padding-sm {
205
+ padding: size(1) !important;
206
+ }
207
+
208
+ .cre8-u-padding-md {
209
+ padding: size(2) !important;
210
+ }
211
+
212
+ .cre8-u-padding-lg {
213
+ padding: size(3) !important;
214
+ }
215
+
216
+ .cre8-u-padding-xl {
217
+ padding: size(4) !important;
218
+ }
219
+
220
+ .cre8-u-padding-xxl {
221
+ padding: size(8) !important;
222
+ }
223
+
224
+ .cre8-u-padding-top-none {
225
+ padding-top: 0 !important;
226
+ }
227
+
228
+ .cre8-u-padding-top-sm {
229
+ padding-top: size(1) !important;
230
+ }
231
+
232
+ .cre8-u-padding-top-md {
233
+ padding-top: size(2) !important;
234
+ }
235
+
236
+ .cre8-u-padding-top-lg {
237
+ padding-top: size(3) !important;
238
+ }
239
+
240
+ .cre8-u-padding-top-xl {
241
+ padding-top: size(4) !important;
242
+ }
243
+
244
+ .cre8-u-padding-top-xxl {
245
+ padding-top: size(8) !important;
246
+ }
247
+
248
+ .cre8-u-padding-right-none {
249
+ padding-right: 0 !important;
250
+ }
251
+
252
+ .cre8-u-padding-right-sm {
253
+ padding-right: size(1) !important;
254
+ }
255
+
256
+ .cre8-u-padding-right-md {
257
+ padding-right: size(2) !important;
258
+ }
259
+
260
+ .cre8-u-padding-right-lg {
261
+ padding-right: size(3) !important;
262
+ }
263
+
264
+ .cre8-u-padding-right-xl {
265
+ padding-right: size(4) !important;
266
+ }
267
+
268
+ .cre8-u-padding-right-xxl {
269
+ padding-right: size(8) !important;
270
+ }
271
+
272
+ .cre8-u-padding-bottom-none {
273
+ padding-bottom: 0 !important;
274
+ }
275
+
276
+ .cre8-u-padding-bottom-sm {
277
+ padding-bottom: size(1) !important;
278
+ }
279
+
280
+ .cre8-u-padding-bottom-md {
281
+ padding-bottom: size(2) !important;
282
+ }
283
+
284
+ .cre8-u-padding-bottom-lg {
285
+ padding-bottom: size(3) !important;
286
+ }
287
+
288
+ .cre8-u-padding-bottom-xl {
289
+ padding-bottom: size(4) !important;
290
+ }
291
+
292
+ .cre8-u-padding-bottom-xxl {
293
+ padding-bottom: size(8) !important;
294
+ }
295
+
296
+ .cre8-u-padding-left-none {
297
+ padding-left: 0 !important;
298
+ }
299
+
300
+ .cre8-u-padding-left-sm {
301
+ padding-left: size(1) !important;
302
+ }
303
+
304
+ .cre8-u-padding-left-md {
305
+ padding-left: size(2) !important;
306
+ }
307
+
308
+ .cre8-u-padding-left-lg {
309
+ padding-left: size(3) !important;
310
+ }
311
+
312
+ .cre8-u-padding-left-xl {
313
+ padding-left: size(4) !important;
314
+ }
315
+
316
+ .cre8-u-padding-left-xxl {
317
+ padding-left: size(8) !important;
318
+ }
319
+
320
+ .cre8-u-display-flex {
321
+ display: flex !important;
322
+ }
323
+
324
+ .cre8-u-display-block {
325
+ display: block !important;
326
+ }
327
+
328
+ body {
329
+ font-family: var(--cre8-typography-body-default-font-family);
330
+ font-size: var(--cre8-typography-body-default-font-size);
331
+ font-weight: var(--cre8-typography-body-default-font-weight);
332
+ line-height: var(--cre8-typography-body-default-line-height);
333
+ -webkit-text-decoration: var(--cre8-typography-body-default-text-decoration);
334
+ text-decoration: var(--cre8-typography-body-default-text-decoration);
335
+ text-transform: var(--cre8-typography-body-default-text-transform);
336
+ display: flex;
337
+ flex-direction: column;
338
+ padding: 0;
339
+ margin: 0;
340
+ color: var(--cre8-color-content-default);
341
+ background: var(--background-default);
342
+ }
343
+
344
+ @media all and (min-width: 60rem) {
345
+ .page-container {
346
+ background: linear-gradient(90deg, #fff 0, #fff 66.66%, #f8f8f9 0, #f8f8f9 0);
347
+ }
348
+ }
349
+ .band__inner {
350
+ margin-left: 2rem;
351
+ margin-right: 2rem;
352
+ }
353
+
354
+ @media all and (min-width: 60rem) {
355
+ .band__inner {
356
+ margin-right: 0;
357
+ }
358
+ }
359
+ img {
360
+ max-width: 100%;
361
+ height: auto;
362
+ }
363
+
364
+ /**
365
+ * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
366
+ */
367
+ *,
368
+ ::slotted(*),
369
+ *:before,
370
+ *:after {
371
+ box-sizing: border-box;
372
+ }
373
+
374
+ :root {
375
+ --size-base-unit: 0.5rem;
376
+ }
377
+
378
+ /**
379
+ * RTL support for values logical properties can't automatically adjust for
380
+ * 1) Percentage based horizontal translate values need to be flipped
381
+ * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
382
+ * 3) Inverse items that have 45degs
383
+ */
384
+ [dir=rtl] {
385
+ --rtlTranslateX: 50%;
386
+ /* 1 */
387
+ --rtlGradientToRight: 270deg;
388
+ /* 2 */
389
+ --rtlRotate45Inverse: -45deg;
390
+ /* 3 */
391
+ }
392
+
393
+ /**
394
+ * Visible focus outline for elements on a light background
395
+ */
396
+ /**
397
+ * Visible focus outline for elements with an error status
398
+ */
399
+ /**
400
+ * Visible focus outline for elements on a dark background
401
+ */
402
+ /**
403
+ * Focus state for themes that need a dashed outline for focus
404
+ * state
405
+ **/
406
+ /**
407
+ * Invisible focus outline for elements that need a more visible
408
+ * focus state for high-contrast mode
409
+ */
410
+ /**
411
+ * Visually hidden from display
412
+ */
413
+ /*
414
+ =======
415
+ Animations
416
+ =======
417
+ */
418
+ :host {
419
+ --cre8-z-index-1: 1;
420
+ --cre8-z-index-50: 50;
421
+ --cre8-z-index-100: 100;
422
+ --cre8-z-index-200: 200;
423
+ --cre8-z-index-1030: 1030;
424
+ --cre8-anim-fade-quick: 0.35s;
425
+ --cre8-anim-ease: ease;
426
+ }
427
+
428
+ @keyframes fadeIn {
429
+ 100% {
430
+ opacity: 1;
431
+ }
432
+ }
433
+ @keyframes slideIn {
434
+ 100% {
435
+ transform: translateX(0);
436
+ }
437
+ }
438
+ @keyframes slideInFwd {
439
+ 100% {
440
+ width: 272px;
441
+ height: 272px;
442
+ }
443
+ }
444
+ @keyframes slideOutRight {
445
+ 100% {
446
+ width: 272px;
447
+ height: 272px;
448
+ }
449
+ }
450
+ @keyframes slideUp {
451
+ 100% {
452
+ transform: translateY(0);
453
+ }
454
+ }
455
+ @media (width >= 481px) {
456
+ @keyframes slideInFwd {
457
+ 100% {
458
+ width: 417px;
459
+ height: 417px;
460
+ }
461
+ }
462
+ @keyframes slideOutRight {
463
+ 100% {
464
+ width: 417px;
465
+ height: 417px;
466
+ }
467
+ }
468
+ }
469
+ @media (width >= 48rem) {
470
+ @keyframes slideInFwd {
471
+ 100% {
472
+ width: 330px;
473
+ height: 330px;
474
+ }
475
+ }
476
+ @keyframes slideOutRight {
477
+ 100% {
478
+ width: 330px;
479
+ height: 330px;
480
+ transform: translateX(calc(100vw - 45px));
481
+ }
482
+ }
483
+ }
484
+ @media (width >= 60rem) {
485
+ @keyframes slideInFwd {
486
+ 100% {
487
+ width: 460px;
488
+ height: 460px;
489
+ }
490
+ }
491
+ @keyframes slideOutRight {
492
+ 100% {
493
+ width: 460px;
494
+ height: 460px;
495
+ transform: translateX(calc(100vw - 45px));
496
+ }
497
+ }
498
+ }
499
+ @media (width >= 75rem) {
500
+ @keyframes slideInFwd {
501
+ 100% {
502
+ width: 592px;
503
+ height: 591px;
504
+ }
505
+ }
506
+ @keyframes slideOutRight {
507
+ 100% {
508
+ width: 592px;
509
+ height: 591px;
510
+ transform: translateX(calc(100vw - 45px));
511
+ }
512
+ }
513
+ }
514
+ @media (width >= 87.5rem) {
515
+ @keyframes slideOutRight {
516
+ 100% {
517
+ width: 592px;
518
+ height: 591px;
519
+ transform: translateX(calc(100vw - 120px));
520
+ }
521
+ }
522
+ }
523
+ @media (width >= 2200px) {
524
+ @keyframes slideOutRight {
525
+ 100% {
526
+ width: 592px;
527
+ height: 591px;
528
+ transform: translateX(calc(100vw - 592px));
529
+ }
530
+ }
531
+ }
532
+ span.ripple {
533
+ position: absolute;
534
+ border-radius: 50%;
535
+ transform: scale(0);
536
+ animation: ripple 600ms linear;
537
+ background-color: var(--ripple-bg-color);
538
+ }
539
+
540
+ @keyframes ripple {
541
+ to {
542
+ transform: scale(4);
543
+ opacity: 1;
544
+ }
545
+ }
546
+ :root {
547
+ --size-base-unit: 0.5rem;
548
+ }
549
+
550
+ /**
551
+ * RTL support for values logical properties can't automatically adjust for
552
+ * 1) Percentage based horizontal translate values need to be flipped
553
+ * 2) Background gradients using "to-right" or "to-left" need to be switched to using deg values.
554
+ * 3) Inverse items that have 45degs
555
+ */
556
+ [dir=rtl] {
557
+ --rtlTranslateX: 50%;
558
+ /* 1 */
559
+ --rtlGradientToRight: 270deg;
560
+ /* 2 */
561
+ --rtlRotate45Inverse: -45deg;
562
+ /* 3 */
563
+ }
564
+
565
+ /**
566
+ * Visible focus outline for elements on a light background
567
+ */
568
+ /**
569
+ * Visible focus outline for elements with an error status
570
+ */
571
+ /**
572
+ * Visible focus outline for elements on a dark background
573
+ */
574
+ /**
575
+ * Focus state for themes that need a dashed outline for focus
576
+ * state
577
+ **/
578
+ /**
579
+ * Invisible focus outline for elements that need a more visible
580
+ * focus state for high-contrast mode
581
+ */
582
+ /**
583
+ * Visually hidden from display
584
+ */
585
+ :host {
586
+ display: inline-flex;
587
+ }
588
+
589
+ .cre8-c-select-tile-container {
590
+ display: flex;
591
+ flex-direction: column;
592
+ gap: 1rem;
593
+ border-color: var(--cre8-color-border-default);
594
+ border-width: var(--cre8-border-width-default);
595
+ border-radius: var(--cre8-border-radius-container);
596
+ border-style: solid;
597
+ }
598
+
599
+ .cre8-c-select-tile {
600
+ position: relative;
601
+ overflow: hidden;
602
+ cursor: pointer;
603
+ display: flex;
604
+ flex-direction: column;
605
+ height: 100%;
606
+ width: 100%;
607
+ padding: 1rem;
608
+ gap: 1rem;
609
+ background: var(--cre8-color-bg-default);
610
+ }
611
+ .cre8-c-select-tile:hover, .cre8-c-select-tile:focus, .cre8-c-select-tile:focus-visible, .cre8-c-select-tile:active {
612
+ background: var(--cre8-color-bg-default-hover);
613
+ border-color: var(--cre8-color-border-brand);
614
+ }
615
+ .cre8-c-select-tile:focus, .cre8-c-select-tile:focus-visible {
616
+ outline: var(--cre8-border-width-focus) solid var(--cre8-color-border-active-outline);
617
+ outline-offset: 0.125rem;
618
+ }
619
+ .cre8-c-select-tile.cre8-c-select-tile--error {
620
+ border-color: var(--cre8-color-border-error);
621
+ background: var(--cre8-color-bg-error);
622
+ }
623
+ .cre8-c-select-tile.cre8-c-select-tile--success {
624
+ border-color: var(--cre8-color-border-success);
625
+ background: var(--cre8-color-bg-success);
626
+ }
627
+ .cre8-c-select-tile.cre8-c-select-tile--disabled {
628
+ border-color: var(--cre8-color-border-disabled);
629
+ background: var(--cre8-color-bg-disabled);
630
+ cursor: not-allowed;
631
+ }
632
+
633
+ input:checked + .cre8-c-select-tile {
634
+ border-width: 2px;
635
+ border-color: var(--cre8-color-border-brand);
636
+ }
637
+
638
+ .cre8-c-select-tile__input {
639
+ display: none;
640
+ }
641
+
642
+ /**
643
+ * Horizontal select-tile
644
+ * 1) Organized block with flex-direction set to row so that header => footer appears
645
+ * from left to right rather than top to bottom
646
+ */
647
+ .cre8-c-select-tile--horizontal {
648
+ flex-direction: row;
649
+ align-items: center;
650
+ justify-content: center;
651
+ }
652
+
653
+ @media all and (max-width: 560px) {
654
+ .cre8-c-select-tile--vertical-at-sm {
655
+ flex-direction: column;
656
+ }
657
+ .cre8-c-select-tile--vertical-at-sm .cre8-c-select-tile__custom-radio {
658
+ position: absolute;
659
+ top: 0.5rem;
660
+ right: 0.5rem;
661
+ }
662
+ }
663
+
664
+ @media all and (max-width: 560px) {
665
+ .cre8-c-select-tile--vertical-at-sm-2 {
666
+ flex-direction: column;
667
+ }
668
+ .cre8-c-select-tile--vertical-at-sm-2 .cre8-c-select-tile__custom-radio {
669
+ position: absolute;
670
+ top: 0.5rem;
671
+ right: 0.5rem;
672
+ }
673
+ }
674
+
675
+ @media all and (max-width: 768px) {
676
+ .cre8-c-select-tile--vertical-at-md {
677
+ flex-direction: column;
678
+ }
679
+ .cre8-c-select-tile--vertical-at-md .cre8-c-select-tile__custom-radio {
680
+ position: absolute;
681
+ top: 0.5rem;
682
+ right: 0.5rem;
683
+ }
684
+ }
685
+
686
+ @media all and (max-width: 960px) {
687
+ .cre8-c-select-tile--vertical-at-lg {
688
+ flex-direction: column;
689
+ }
690
+ .cre8-c-select-tile--vertical-at-lg .cre8-c-select-tile__custom-radio {
691
+ position: absolute;
692
+ top: 0.5rem;
693
+ right: 0.5rem;
694
+ }
695
+ }
696
+
697
+ @media all and (max-width: 1200px) {
698
+ .cre8-c-select-tile--vertical-at-xl {
699
+ flex-direction: column;
700
+ }
701
+ .cre8-c-select-tile--vertical-at-xl .cre8-c-select-tile__custom-radio {
702
+ position: absolute;
703
+ top: 0.5rem;
704
+ right: 0.5rem;
705
+ }
706
+ }
707
+
708
+ @media all and (max-width: 1400px) {
709
+ .cre8-c-select-tile--vertical-at-xxl {
710
+ flex-direction: column;
711
+ }
712
+ .cre8-c-select-tile--vertical-at-xxl .cre8-c-select-tile__custom-radio {
713
+ position: absolute;
714
+ top: 0.5rem;
715
+ right: 0.5rem;
716
+ }
717
+ }
718
+
719
+ /**
720
+ * Bare select-tile
721
+ * 1) Organized block without a border, background, or padding
722
+ */
723
+ .cre8-c-select-tile--bare {
724
+ border: var(--cre8-border-width-none);
725
+ padding: var(--cre8-spacing-0);
726
+ box-shadow: none;
727
+ }
728
+
729
+ /**
730
+ * Horizontal-bare select-tile
731
+ * 1) Organized block with flex-direction set to row so that header => footer appears
732
+ * from left to right rather than top to bottom without a border, background, or padding
733
+ */
734
+ .cre8-c-select-tile--horizontal-bare {
735
+ flex-direction: row;
736
+ border: var(--cre8-border-width-none);
737
+ padding: var(--cre8-spacing-0);
738
+ box-shadow: none;
739
+ align-items: center;
740
+ justify-content: center;
741
+ }
742
+
743
+ /**
744
+ * Center aligned select-tile
745
+ * 1) Center content and text within the select-tile
746
+ */
747
+ .cre8-c-select-tile--align-center {
748
+ text-align: center;
749
+ /* 1 */
750
+ align-items: center;
751
+ /* 1 */
752
+ justify-content: center;
753
+ /* 1 */
754
+ }
755
+
756
+ /**
757
+ * Slotted image within a select-tile
758
+ * 1) Make the image full width
759
+ */
760
+ ::slotted(img) {
761
+ width: 100%;
762
+ }
763
+
764
+ /**
765
+ * Select tile header
766
+ * 1) Remove flex so that body always takes up remaining space
767
+ */
768
+ .cre8-c-select-tile__header {
769
+ display: block;
770
+ flex: none;
771
+ /* 1 */
772
+ }
773
+
774
+ /**
775
+ * Select Tile body
776
+ * 1) Flex applied to always fill the remaining space of the select-tile
777
+ */
778
+ .cre8-c-select-tile__body {
779
+ display: block;
780
+ flex: 1 1 auto;
781
+ /* 1 */
782
+ /**
783
+ * Select Tile body within bare select-tile
784
+ * 1) Remove padding
785
+ */
786
+ }
787
+ .cre8-c-select-tile--bare .cre8-c-select-tile__body {
788
+ padding: var(--cre8-spacing-0);
789
+ }
790
+ .cre8-c-select-tile--horizontal-bare .cre8-c-select-tile__body {
791
+ padding: var(--cre8-spacing-0);
792
+ }
793
+ .cre8-c-select-tile__body .cre8-c-select-tile__body_title {
794
+ font-family: var(--cre8-typography-title-default-mobile-font-family);
795
+ font-size: var(--cre8-typography-title-default-mobile-font-size);
796
+ font-weight: var(--cre8-typography-title-default-mobile-font-weight);
797
+ line-height: var(--cre8-typography-title-default-mobile-line-height);
798
+ text-decoration: var(--cre8-typography-title-default-mobile-text-decoration);
799
+ text-transform: var(--cre8-typography-title-default-mobile-text-transform);
800
+ }
801
+ @media all and (min-width: 768px) {
802
+ .cre8-c-select-tile__body .cre8-c-select-tile__body_title {
803
+ font-family: var(--cre8-typography-title-default-font-family);
804
+ font-size: var(--cre8-typography-title-default-font-size);
805
+ font-weight: var(--cre8-typography-title-default-font-weight);
806
+ line-height: var(--cre8-typography-title-default-line-height);
807
+ text-decoration: var(--cre8-typography-title-default-text-decoration);
808
+ text-transform: var(--cre8-typography-title-default-text-transform);
809
+ }
810
+ }
811
+ .cre8-c-select-tile__body .cre8-c-select-tile__body_body {
812
+ font-family: var(--cre8-typography-body-default-font-family);
813
+ font-size: var(--cre8-typography-body-default-font-size);
814
+ font-weight: var(--cre8-typography-body-default-font-weight);
815
+ line-height: var(--cre8-typography-body-default-line-height);
816
+ text-decoration: var(--cre8-typography-body-default-text-decoration);
817
+ text-transform: var(--cre8-typography-body-default-text-transform);
818
+ }
819
+
820
+ /**
821
+ * Select Tile footer
822
+ * 1) Remove flex so that body always takes up remaining space
823
+ */
824
+ .cre8-c-select-tile__footer {
825
+ display: flex;
826
+ flex: none;
827
+ /* 1 */
828
+ }
829
+ .cre8-c-select-tile--bare .cre8-c-select-tile__footer {
830
+ padding: var(--cre8-spacing-0);
831
+ }
832
+ .cre8-c-select-tile--horizontal-bare .cre8-c-select-tile__footer {
833
+ padding: var(--cre8-spacing-0);
834
+ }
835
+
836
+ .cre8-c-select-tile__custom-radio,
837
+ .cre8-c-select-tile__custom-checkbox {
838
+ /**
839
+ * Render the checkmark/radio button on the left instead of the right.
840
+ * Since it is only visual and the "checked" state is also set via aria,
841
+ * there are hopefully no a11y issues with using order here.
842
+ */
843
+ }
844
+ .cre8-c-select-tile__custom-radio.cre8-c-select-tile__custom-radio-left,
845
+ .cre8-c-select-tile__custom-checkbox.cre8-c-select-tile__custom-radio-left {
846
+ order: -1;
847
+ }
848
+ .cre8-c-select-tile__custom-radio.cre8-c-select-tile__custom-radio-none,
849
+ .cre8-c-select-tile__custom-checkbox.cre8-c-select-tile__custom-radio-none {
850
+ display: none;
851
+ }
852
+
853
+ /**
854
+ * Radio field item custom radio container
855
+ */
856
+ .cre8-c-select-tile__custom-radio {
857
+ display: flex;
858
+ flex: none;
859
+ height: 1.5rem;
860
+ width: 1.5rem;
861
+ cursor: pointer;
862
+ align-items: center;
863
+ justify-content: center;
864
+ border-radius: var(--cre8-border-radius-round);
865
+ border-width: var(--cre8-border-width-default);
866
+ border-style: var(--cre8-border-style-default);
867
+ background-color: var(--cre8-color-bg-default);
868
+ border-color: var(--cre8-color-border-default);
869
+ /**
870
+ * Radio field item custom radio focus visible custom outline
871
+ */
872
+ }
873
+ .cre8-c-select-tile__input:focus-visible + .cre8-c-select-tile__custom-radio {
874
+ border-color: var(--cre8-color-border-strong);
875
+ outline: var(--cre8-border-width-focus) solid var(--cre8-color-border-active-outline);
876
+ outline-offset: 0.125rem;
877
+ }
878
+ .cre8-c-select-tile--error .cre8-c-select-tile__input:focus-visible + .cre8-c-select-tile__custom-radio {
879
+ outline: var(--cre8-border-width-focus) solid var(--cre8-color-border-error);
880
+ outline-offset: 0.125rem;
881
+ border-color: var(--cre8-color-border-error);
882
+ }
883
+ .cre8-c-select-tile__custom-radio {
884
+ /**
885
+ * Radio field item custom radio within radio field with error
886
+ */
887
+ }
888
+ .cre8-c-select-tile--error .cre8-c-select-tile__custom-radio {
889
+ border-color: var(--cre8-color-border-error);
890
+ }
891
+ .cre8-c-select-tile__custom-radio {
892
+ /**
893
+ * Radio field item custom radio within radio field disabled
894
+ */
895
+ }
896
+ .cre8-c-select-tile--disabled .cre8-c-select-tile__custom-radio {
897
+ cursor: not-allowed;
898
+ background-color: var(--cre8-color-bg-disabled);
899
+ border-color: var(--cre8-color-border-disabled);
900
+ }
901
+
902
+ .cre8-c-select-tile__custom-radio-top-right {
903
+ position: absolute;
904
+ top: 0.5rem;
905
+ right: 0.5rem;
906
+ }
907
+
908
+ /**
909
+ * Check radio variant
910
+ */
911
+ .cre8-c-select-tile__custom-radio-check .cre8-c-select-tile__icon {
912
+ display: flex;
913
+ }
914
+
915
+ /**
916
+ * Radio field item inner circle
917
+ */
918
+ .cre8-c-select-tile__inner-circle {
919
+ display: none;
920
+ cursor: pointer;
921
+ height: 0.75rem;
922
+ width: 0.75rem;
923
+ background: var(--cre8-color-content-brand);
924
+ border-radius: var(--cre8-border-radius-round);
925
+ /** Check radio variant */
926
+ }
927
+ .cre8-c-select-tile__custom-radio-check .cre8-c-select-tile__inner-circle {
928
+ flex: none;
929
+ height: 1.5rem;
930
+ width: 1.5rem;
931
+ align-items: center;
932
+ justify-content: center;
933
+ }
934
+ .cre8-c-select-tile__inner-circle {
935
+ /**
936
+ * Radio field item inner circle error
937
+ */
938
+ }
939
+ .cre8-c-select-tile--error .cre8-c-select-tile__inner-circle {
940
+ background: var(--cre8-color-bg-error-strong);
941
+ }
942
+ .cre8-c-select-tile__inner-circle {
943
+ /**
944
+ * Radio field item inner circle disabled
945
+ */
946
+ }
947
+ .cre8-c-select-tile--disabled .cre8-c-select-tile__inner-circle {
948
+ background: var(--cre8-color-content-disabled);
949
+ }
950
+ .cre8-c-select-tile__inner-circle {
951
+ /**
952
+ * Radio field item inner circle will display if the input is checked
953
+ */
954
+ }
955
+ input:checked ~ * .cre8-c-select-tile__custom-radio .cre8-c-select-tile__inner-circle {
956
+ display: flex;
957
+ }
958
+
959
+ /**
960
+ * Checkbox field item custom checkbox container
961
+ */
962
+ .cre8-c-select-tile__custom-checkbox {
963
+ display: flex;
964
+ flex: none;
965
+ height: 1.5rem;
966
+ width: 1.5rem;
967
+ cursor: pointer;
968
+ align-items: center;
969
+ justify-content: center;
970
+ border-radius: var(--cre8-border-radius-small);
971
+ border-width: var(--cre8-border-width-default);
972
+ border-style: var(--cre8-border-style-default);
973
+ background-color: var(--cre8-color-bg-default);
974
+ border-color: var(--cre8-color-border-strong);
975
+ /**
976
+ * Checkbox field item custom checkbox focus visible custom outline
977
+ */
978
+ }
979
+ .cre8-c-select-tile__input:focus-visible + .cre8-c-select-tile__custom-checkbox {
980
+ outline: var(--cre8-border-width-focus) solid var(--cre8-color-border-active-outline);
981
+ outline-offset: 0.125rem;
982
+ }
983
+ .cre8-c-select-tile--error .cre8-c-select-tile__input:focus-visible + .cre8-c-select-tile__custom-checkbox {
984
+ outline: var(--cre8-border-width-focus) solid var(--cre8-color-border-error);
985
+ outline-offset: 0.125rem;
986
+ }
987
+ .cre8-c-select-tile__custom-checkbox {
988
+ /**
989
+ * Checkbox field item custom checkbox within checkbox field with error
990
+ */
991
+ }
992
+ .cre8-c-select-tile--error .cre8-c-select-tile__custom-checkbox {
993
+ background-color: var(--cre8-color-bg-default);
994
+ border-color: var(--cre8-color-border-error);
995
+ }
996
+ .cre8-c-select-tile__custom-checkbox {
997
+ /**
998
+ * Checkbox field item custom checkbox within checkbox field with disabled
999
+ */
1000
+ }
1001
+ .cre8-c-select-tile--disabled .cre8-c-select-tile__custom-checkbox {
1002
+ cursor: not-allowed;
1003
+ background-color: var(--cre8-color-bg-disabled);
1004
+ border-color: var(--cre8-color-border-disabled);
1005
+ }
1006
+
1007
+ /**
1008
+ * Checkbox field item custom checkbox when item is checked
1009
+ */
1010
+ input:checked ~ * .cre8-c-select-tile__custom-checkbox {
1011
+ background-color: var(--cre8-color-bg-brand-strong);
1012
+ /**
1013
+ * Checkbox field item custom checkbox when item is checked with error
1014
+ */
1015
+ }
1016
+ .cre8-c-select-tile--error input:checked ~ * .cre8-c-select-tile__custom-checkbox {
1017
+ background-color: var(--cre8-color-bg-default);
1018
+ }
1019
+ input:checked ~ * .cre8-c-select-tile__custom-checkbox {
1020
+ /**
1021
+ * Checkbox field item custom checkbox when item is checked with disabled
1022
+ */
1023
+ }
1024
+ .cre8-c-select-tile--disabled input:checked ~ * .cre8-c-select-tile__custom-checkbox {
1025
+ background-color: var(--cre8-color-bg-disabled);
1026
+ }
1027
+
1028
+ /**
1029
+ * Checkbox field item checkmark icon
1030
+ */
1031
+ .cre8-c-select-tile__icon {
1032
+ display: none;
1033
+ color: var(--cre8-color-content-knockout);
1034
+ /**
1035
+ * Checkbox field item icon within checkbox field with error
1036
+ */
1037
+ }
1038
+ .cre8-c-select-tile--error .cre8-c-select-tile__icon {
1039
+ color: var(--cre8-color-content-error);
1040
+ }
1041
+ .cre8-c-select-tile__icon {
1042
+ /**
1043
+ * Checkbox field item icon within checkbox field disabled
1044
+ */
1045
+ }
1046
+ .cre8-c-select-tile--disabled .cre8-c-select-tile__icon {
1047
+ color: var(--cre8-color-content-disabled);
1048
+ }
1049
+ .cre8-c-select-tile__icon {
1050
+ /**
1051
+ * Checkbox field item icon will display in the box if the input is checked
1052
+ */
1053
+ }
1054
+ input:checked ~ * .cre8-c-select-tile__custom-checkbox .cre8-c-select-tile__icon {
1055
+ display: flex;
1056
+ }`;
3
1057
  export default styles;
4
1058
  //# sourceMappingURL=select-tile.styles.js.map