@laerdal/life-react-components 6.0.0-dev.24.full → 6.0.0-dev.26

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 (105) hide show
  1. package/dist/Card/VerticalCard/CardBottomSection.cjs +18 -6
  2. package/dist/Card/VerticalCard/CardBottomSection.cjs.map +1 -1
  3. package/dist/Card/VerticalCard/CardBottomSection.d.ts +4 -0
  4. package/dist/Card/VerticalCard/CardBottomSection.js +18 -6
  5. package/dist/Card/VerticalCard/CardBottomSection.js.map +1 -1
  6. package/dist/Card/VerticalCard/CardMiddleSection.cjs +19 -0
  7. package/dist/Card/VerticalCard/CardMiddleSection.cjs.map +1 -1
  8. package/dist/Card/VerticalCard/CardMiddleSection.js +18 -0
  9. package/dist/Card/VerticalCard/CardMiddleSection.js.map +1 -1
  10. package/dist/Chips/ActionChip.cjs +6 -0
  11. package/dist/Chips/ActionChip.cjs.map +1 -1
  12. package/dist/Chips/ActionChip.js +6 -0
  13. package/dist/Chips/ActionChip.js.map +1 -1
  14. package/dist/Chips/ChipStyles.cjs +210 -31
  15. package/dist/Chips/ChipStyles.cjs.map +1 -1
  16. package/dist/Chips/ChipStyles.js +210 -31
  17. package/dist/Chips/ChipStyles.js.map +1 -1
  18. package/dist/Chips/ChoiceChips.cjs +1 -1
  19. package/dist/Chips/ChoiceChips.cjs.map +1 -1
  20. package/dist/Chips/ChoiceChips.js +1 -1
  21. package/dist/Chips/ChoiceChips.js.map +1 -1
  22. package/dist/Chips/FilterChip.cjs +7 -1
  23. package/dist/Chips/FilterChip.cjs.map +1 -1
  24. package/dist/Chips/FilterChip.js +7 -1
  25. package/dist/Chips/FilterChip.js.map +1 -1
  26. package/dist/Chips/InputChip.cjs +14 -0
  27. package/dist/Chips/InputChip.cjs.map +1 -1
  28. package/dist/Chips/InputChip.js +14 -0
  29. package/dist/Chips/InputChip.js.map +1 -1
  30. package/dist/ChipsInput/ChipInputField.cjs +8 -2
  31. package/dist/ChipsInput/ChipInputField.cjs.map +1 -1
  32. package/dist/ChipsInput/ChipInputField.js +8 -2
  33. package/dist/ChipsInput/ChipInputField.js.map +1 -1
  34. package/dist/Footer/Components/FooterTop.cjs +3 -0
  35. package/dist/Footer/Components/FooterTop.cjs.map +1 -1
  36. package/dist/Footer/Components/FooterTop.js +3 -0
  37. package/dist/Footer/Components/FooterTop.js.map +1 -1
  38. package/dist/InputFields/DatepickerField.cjs +20 -4
  39. package/dist/InputFields/DatepickerField.cjs.map +1 -1
  40. package/dist/InputFields/DatepickerField.js +20 -4
  41. package/dist/InputFields/DatepickerField.js.map +1 -1
  42. package/dist/InputFields/NumberField.cjs +4 -0
  43. package/dist/InputFields/NumberField.cjs.map +1 -1
  44. package/dist/InputFields/NumberField.js +4 -0
  45. package/dist/InputFields/NumberField.js.map +1 -1
  46. package/dist/InputFields/RadioButton.cjs +2 -2
  47. package/dist/InputFields/RadioButton.cjs.map +1 -1
  48. package/dist/InputFields/RadioButton.d.ts +4 -4
  49. package/dist/InputFields/RadioButton.js +2 -2
  50. package/dist/InputFields/RadioButton.js.map +1 -1
  51. package/dist/InputFields/components/SearchBarInput.cjs +5 -0
  52. package/dist/InputFields/components/SearchBarInput.cjs.map +1 -1
  53. package/dist/InputFields/components/SearchBarInput.js +5 -0
  54. package/dist/InputFields/components/SearchBarInput.js.map +1 -1
  55. package/dist/Modals/ModalContainer.cjs +7 -1
  56. package/dist/Modals/ModalContainer.cjs.map +1 -1
  57. package/dist/Modals/ModalContainer.d.ts +3 -0
  58. package/dist/Modals/ModalContainer.js +8 -2
  59. package/dist/Modals/ModalContainer.js.map +1 -1
  60. package/dist/Modals/ModalContent.cjs +5 -1
  61. package/dist/Modals/ModalContent.cjs.map +1 -1
  62. package/dist/Modals/ModalContent.js +5 -1
  63. package/dist/Modals/ModalContent.js.map +1 -1
  64. package/dist/Modals/ModalStyles.cjs +12 -0
  65. package/dist/Modals/ModalStyles.cjs.map +1 -1
  66. package/dist/Modals/ModalStyles.js +12 -0
  67. package/dist/Modals/ModalStyles.js.map +1 -1
  68. package/dist/Navigation/NavigationProvider.cjs.map +1 -1
  69. package/dist/Navigation/NavigationProvider.d.ts +3 -0
  70. package/dist/Navigation/NavigationProvider.js.map +1 -1
  71. package/dist/Paginator/Paginator.cjs +1 -1
  72. package/dist/Paginator/Paginator.cjs.map +1 -1
  73. package/dist/Paginator/Paginator.js +1 -1
  74. package/dist/Paginator/Paginator.js.map +1 -1
  75. package/dist/Table/TableStyles.cjs +4 -1
  76. package/dist/Table/TableStyles.cjs.map +1 -1
  77. package/dist/Table/TableStyles.js +4 -1
  78. package/dist/Table/TableStyles.js.map +1 -1
  79. package/dist/Tag/Tag.cjs +48 -12
  80. package/dist/Tag/Tag.cjs.map +1 -1
  81. package/dist/Tag/Tag.js +48 -12
  82. package/dist/Tag/Tag.js.map +1 -1
  83. package/dist/common/NavigationHelper.cjs +2 -0
  84. package/dist/common/NavigationHelper.cjs.map +1 -0
  85. package/dist/common/NavigationHelper.d.ts +0 -0
  86. package/dist/common/NavigationHelper.js +2 -0
  87. package/dist/common/NavigationHelper.js.map +1 -0
  88. package/dist/styles/colors.cjs +6 -0
  89. package/dist/styles/colors.cjs.map +1 -1
  90. package/dist/styles/colors.d.ts +6 -0
  91. package/dist/styles/colors.js +6 -0
  92. package/dist/styles/colors.js.map +1 -1
  93. package/dist/styles/design-tokens/dark/tokens.css +481 -0
  94. package/dist/styles/design-tokens/light/tokens.css +481 -0
  95. package/dist/styles/design-tokens/rqi_dark/tokens.css +481 -0
  96. package/dist/styles/design-tokens/rqi_light/tokens.css +481 -0
  97. package/dist/styles/global.cjs +4 -4
  98. package/dist/styles/global.cjs.map +1 -1
  99. package/dist/styles/global.js +4 -4
  100. package/dist/styles/global.js.map +1 -1
  101. package/dist/styles/typography.cjs +4 -1
  102. package/dist/styles/typography.cjs.map +1 -1
  103. package/dist/styles/typography.js +4 -1
  104. package/dist/styles/typography.js.map +1 -1
  105. package/package.json +148 -148
@@ -0,0 +1,481 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ :root {
6
+ --life-color-bg-fill-accent1: #c35443; /* Use for fill backgrounds on elements that need accentuation. */
7
+ --life-color-bg-fill-accent1-active: #680101; /* The active state fill background color for elements that need accentuation. */
8
+ --life-color-bg-fill-accent1-hover: #990000; /* The hover state fill background color for elements that need accentuation. */
9
+ --life-color-bg-fill-accent2: #3682bd; /* Use for fill backgrounds on elements that need accentuation and differentiation from the Accent 1 color. */
10
+ --life-color-bg-fill-accent2-active: #14354d; /* The active state fill background color for elements that need accentuation and differentiation from the Accent 1 color. */
11
+ --life-color-bg-fill-accent2-hover: #1e5076; /* The hover state fill background color for elements that need accentuation and differentiation from the Accent 1 color. */
12
+ --life-color-bg-fill-active: #cccccc; /* The default pressed state fill background color. */
13
+ --life-color-bg-fill-critical: #dc3449; /* Use for fill backgrounds communicating critical information, like destructive actions. */
14
+ --life-color-bg-fill-critical-active: #6b0613; /* The active state fill background color for critical information. */
15
+ --life-color-bg-fill-critical-hover: #9c0d1d; /* The hover state fill background color for critical information. */
16
+ --life-color-bg-fill-default: #e5e5e5; /* The default background color for elements in the foreground of the UI with a small surface area. */
17
+ --life-color-bg-fill-disabled: #4d4d4d; /* The disabled state fill background color for elements with a small surface area, like buttons. */
18
+ --life-color-bg-fill-hover: #e5e5e5; /* The default hover state fill background color. */
19
+ --life-color-bg-fill-inverse: #f2f2f2; /* The default fill background color for components on a dark background. */
20
+ --life-color-bg-fill-inverse-active: #b3b3b3; /* The inverse pressed state color for background fills. */
21
+ --life-color-bg-fill-inverse-disabled: #4d4d4d; /* The disabled state fill background color for components on a dark background. */
22
+ --life-color-bg-fill-inverse-hover: #e9bbac; /* The inverse hover state color for background fills. */
23
+ --life-color-bg-fill-positive: #14892f; /* Use for fill backgrounds communicating positive information. */
24
+ --life-color-bg-fill-positive-active: #003d0e; /* The active state fill background color for positive information. */
25
+ --life-color-bg-fill-positive-hover: #025a15; /* The hover state fill background color for positive information. */
26
+ --life-color-bg-fill-primary: #f2f2f2; /* The fill background color for elements with the highest level of importance, like primary buttons. */
27
+ --life-color-bg-fill-primary-active: #b3b3b3; /* The active state fill background color for elements with the highest level of importance. */
28
+ --life-color-bg-fill-primary-hover: #cccccc; /* The hover state fill background color for elements with the highest level of importance. */
29
+ --life-color-bg-fill-samaritan-gradient-0: #cc75cc; /* Use for fill backgrounds on elements related to AI. */
30
+ --life-color-bg-fill-samaritan-gradient-100: #8091d1; /* Use for fill backgrounds on elements related to AI. */
31
+ --life-color-bg-fill-selected: #85b9e0; /* Use for fill backgrounds on selected elements. */
32
+ --life-color-bg-fill-warning: #e97116; /* Use for fill backgrounds communicating caution. */
33
+ --life-color-bg-fill-warning-active: #f4a162; /* The active state fill background color for warnings. */
34
+ --life-color-bg-fill-warning-hover: #f8c096; /* The hover state fill background color for warnings. */
35
+ --life-color-bg-overlay: rgba(26, 26, 26, 0.25); /* Use for overlays, for example behind modals. */
36
+ --life-color-bg-overlay-dark: rgba(26, 26, 26, 0.5); /* Use for overlays, for example behind modals. */
37
+ --life-color-bg-overlay-darker: rgba(26, 26, 26, 0.75); /* Use for overlays, for example behind modals. */
38
+ --life-color-bg-surface-accent1: #680101; /* Use for surfaces that need accentuation. */
39
+ --life-color-bg-surface-accent1-active: #540101; /* The active state color for surfaces that need accentuation. */
40
+ --life-color-bg-surface-accent1-hover: #990000; /* The hover state color for surfaces that need accentuation. */
41
+ --life-color-bg-surface-accent2: #14354d; /* Use for surfaces that need accentuation and differentiation from the Accent 1 color. */
42
+ --life-color-bg-surface-accent2-active: #0c283c; /* The active state color for surfaces that need accentuation. */
43
+ --life-color-bg-surface-accent2-hover: #1e5076; /* The hover state color for surfaces that need accentuation. */
44
+ --life-color-bg-surface-active: #262626; /* The active state color for surfaces. */
45
+ --life-color-bg-surface-critical: #6b0613; /* Use for backgrounds communicating critical information, like banners. */
46
+ --life-color-bg-surface-critical-active: #461117; /* The active state color for surfaces communicating critical information. */
47
+ --life-color-bg-surface-critical-hover: #6b0613; /* The hover state color for surfaces communicating critical information. */
48
+ --life-color-bg-surface-default: #262626; /* The default background color for UI elements. */
49
+ --life-color-bg-surface-disabled: #333333; /* The disabled state surface color. */
50
+ --life-color-bg-surface-high: #333333; /* The default background color for high-level surfaces (visible in Dark mode). */
51
+ --life-color-bg-surface-hover: #333333; /* The hover state color for surfaces. */
52
+ --life-color-bg-surface-inverse: #333333; /* The background color for inversed components, like the footer. */
53
+ --life-color-bg-surface-inverse-active: #540101; /* The active state color for surfaces on a dark background. */
54
+ --life-color-bg-surface-inverse-hover: #680101; /* The hover state color for surfaces on a dark background. */
55
+ --life-color-bg-surface-inverse-selected: #1e5076; /* The selected state color for surfaces on a dark background. */
56
+ --life-color-bg-surface-low: #1a1a1a; /* The background color used for the base canvas. */
57
+ --life-color-bg-surface-low-opacity-0: rgba(26, 26, 26, 0);
58
+ --life-color-bg-surface-low-opacity-50: rgba(26, 26, 26, 0.5);
59
+ --life-color-bg-surface-low-opacity-75: rgba(26, 26, 26, 0.75);
60
+ --life-color-bg-surface-low-subtle: #1a1a1a; /* Used as a dimmed down background color for the base canvas, like behind dashboards (visible in Light mode). */
61
+ --life-color-bg-surface-low-subtle-opacity-0: rgba(38, 38, 38, 0);
62
+ --life-color-bg-surface-low-subtle-opacity-50: rgba(38, 38, 38, 0.5);
63
+ --life-color-bg-surface-low-subtle-opacity-75: rgba(38, 38, 38, 0.75);
64
+ --life-color-bg-surface-low-subtle-opacity-100: #1a1a1a;
65
+ --life-color-bg-surface-neutral: #4d4d4d; /* The surface background color for elements with a neutral message. */
66
+ --life-color-bg-surface-opacity-0: rgba(38, 38, 38, 0);
67
+ --life-color-bg-surface-opacity-50: rgba(38, 38, 38, 0.5);
68
+ --life-color-bg-surface-opacity-75: rgba(38, 38, 38, 0.75);
69
+ --life-color-bg-surface-positive: #003d0e; /* Use for backgrounds communicating positive information, like banners. */
70
+ --life-color-bg-surface-positive-active: #062c0f; /* The active state color for surfaces communicating positive information. */
71
+ --life-color-bg-surface-positive-hover: #003d0e; /* The hover state color for surfaces communicating positive information. */
72
+ --life-color-bg-surface-primary: #333333; /* The surface background color for elements with the highest level of importance. */
73
+ --life-color-bg-surface-primary-active: #262626; /* The active state color for surfaces with the highest level of importance. */
74
+ --life-color-bg-surface-primary-hover: #4d4d4d; /* The hover state color for surfaces with the highest level of importance. */
75
+ --life-color-bg-surface-samaritan-gradient-0: #521e52;
76
+ --life-color-bg-surface-samaritan-gradient-100: #24315b;
77
+ --life-color-bg-surface-selected: #1e5076; /* The selected state color for surfaces. */
78
+ --life-color-bg-surface-subtle: #333333; /* The background color for UI elements that need a subtle emphasis. */
79
+ --life-color-bg-surface-warning: #572600; /* Use for backgrounds communicating caution, like banners. */
80
+ --life-color-bg-surface-warning-active: #3f1b01; /* The active state color for surfaces communicating caution. */
81
+ --life-color-bg-surface-warning-hover: #572600; /* The hover state color for surfaces communicating caution. */
82
+ --life-color-border-accent1: #d17965; /* Use for borders on elements that need accentuation. */
83
+ --life-color-border-accent2: #aed0ea; /* Use for borders on elements that need a distinct accentuation. */
84
+ --life-color-border-active: #b3b3b3; /* The default active state border color. */
85
+ --life-color-border-critical: #fd96a4; /* Use for borders communicating critical information. */
86
+ --life-color-border-critical-active: #dc3449; /* The pressed state color for borders communicating critical information. */
87
+ --life-color-border-critical-hover: #fc5a6f; /* The hover state color for borders communicating critical information. */
88
+ --life-color-border-default: #949494; /* The default border color. */
89
+ --life-color-border-disabled: #4d4d4d; /* Border color for elements in disabled state. */
90
+ --life-color-border-focus: #f2f2f2; /* Color for the focus ring on any element in focused state. */
91
+ --life-color-border-hover: #cccccc; /* The default hover state border color. */
92
+ --life-color-border-inverse: #e5e5e5; /* Use for borders on a dark background. */
93
+ --life-color-border-inverse-active: #b3b3b3; /* The active state color for borders on a dark background. */
94
+ --life-color-border-inverse-disabled: #666666; /* Border color for elements in disabled state on a dark background. */
95
+ --life-color-border-inverse-hover: #e9bbac; /* The hover state color for borders on a dark background. */
96
+ --life-color-border-positive: #77c589; /* Use for borders communicating positive information. */
97
+ --life-color-border-positive-active: #13772a; /* The pressed state color for borders on elements communicating positive information. */
98
+ --life-color-border-positive-hover: #14892f; /* The hover state color for borders on elements communicating positive information. */
99
+ --life-color-border-primary: #e5e5e5; /* Use for borders on important components. */
100
+ --life-color-border-primary-active: #b3b3b3; /* The pressed state color for borders on important components. */
101
+ --life-color-border-primary-hover: #cccccc; /* The hover state color for borders on important components. */
102
+ --life-color-border-samaritan-gradient-0: #cc75cc; /* Use for fill backgrounds on elements related to AI. */
103
+ --life-color-border-samaritan-gradient-100: #8091d1; /* Use for fill backgrounds on elements related to AI. */
104
+ --life-color-border-selected: #3682bd; /* Use for borders on selected elements. */
105
+ --life-color-border-subtle: #4d4d4d; /* The border color for elements that need a subtle emphasis. */
106
+ --life-color-border-warning: #f4a162; /* Use for borders communicating caution. */
107
+ --life-color-border-warning-active: #ad4b00; /* The pressed state color for borders on elements communicating caution. */
108
+ --life-color-border-warning-hover: #c45402; /* The hover state color for borders on elements communicating caution. */
109
+ --life-color-category-1: #5f73ba;
110
+ --life-color-category-2: #b58e45;
111
+ --life-color-category-3: #25837e;
112
+ --life-color-category-4: #d87a63;
113
+ --life-color-category-5: #8969a5;
114
+ --life-color-category-6: #7d9e5c;
115
+ --life-color-category-7: #af5a85;
116
+ --life-color-category-8: #519dbd;
117
+ --life-color-category-als: #bf5641;
118
+ --life-color-category-heartsaver: #697899;
119
+ --life-color-category-nrp-indigo: #676fa3;
120
+ --life-color-category-nrp-teal: #237e74;
121
+ --life-color-category-pals: #7d6cb1;
122
+ --life-color-category-provider: #447fc1;
123
+ --life-color-category-responder: #0f7f93;
124
+ --life-color-category-rqi-nrp: #547e7e;
125
+ --life-color-category-rqi-t: #ffc72c;
126
+ --life-color-cpr-critical: #fc5a6f;
127
+ --life-color-cpr-inactive: #3682bd;
128
+ --life-color-cpr-indicator: #e5e5e5;
129
+ --life-color-cpr-positive: #37a851;
130
+ --life-color-cpr-warning: #e97116;
131
+ --life-color-icon-accent1: #df9b88; /* Use for standalone icons that needs accentuation. */
132
+ --life-color-icon-accent2: #85b9e0; /* Use for standalone icons that needs a distinct accentuation. */
133
+ --life-color-icon-active: #cccccc; /* The default pressed state color for standalone icons on interactive elements. */
134
+ --life-color-icon-critical: #fd96a4; /* Use for standalone icons communicating critical information. */
135
+ --life-color-icon-critical-active: #fc5a6f; /* The pressed state color for standalone icons communicating critical information. */
136
+ --life-color-icon-critical-hover: #fdbac2; /* The hover state standalone icons color for critical information. */
137
+ --life-color-icon-default: #f2f2f2; /* The default icon color. Use for standalone icons and icon-only buttons. */
138
+ --life-color-icon-disabled: #767676; /* Use for standalone icons in disabled state. */
139
+ --life-color-icon-hover: #e5e5e5; /* The default hover state color for standalone icons on interactive elements. */
140
+ --life-color-icon-inverse: #e5e5e5; /* Use for standalone icons on an inverse surface background. */
141
+ --life-color-icon-inverse-active: #b3b3b3; /* The active state color for standalone icons on a dark background. */
142
+ --life-color-icon-inverse-disabled: #666666; /* Use for standalone icons in disabled state on an inverse background. */
143
+ --life-color-icon-inverse-hover: #e9bbac; /* The hover state color for standalone icons on a dark background. */
144
+ --life-color-icon-on-fill-accent1: #ffffff; /* Use for text on a fill-accent1 background. */
145
+ --life-color-icon-on-fill-accent2: #ffffff; /* Use for standalone icons on a fill-accent2 background. */
146
+ --life-color-icon-on-fill-critical: #feecf1; /* Use for standalone icons on a fill-critical background. */
147
+ --life-color-icon-on-fill-default: #4d4d4d; /* Use for standalone icons on a default fill background. */
148
+ --life-color-icon-on-fill-disabled: #767676; /* Use for standalone icons in disabled state on fill backgrounds. */
149
+ --life-color-icon-on-fill-inverse: #333333; /* Use for standalone icons on a fill-inverse background. */
150
+ --life-color-icon-on-fill-inverse-disabled: #767676; /* Use for standalone icons on a fill-inverse-disabled background. */
151
+ --life-color-icon-on-fill-positive: #ffffff; /* Use for standalone icons on a fill-positive background. */
152
+ --life-color-icon-on-fill-primary: #4d4d4d; /* Use for standalone icons on a fill-primary background. */
153
+ --life-color-icon-on-fill-samaritan: #ffffff; /* Use for icons on a fill-samaritan background. */
154
+ --life-color-icon-on-fill-warning: #ffffff; /* Use for standalone icons on a fill-warning background. */
155
+ --life-color-icon-positive: #77c589; /* Use for standalone icons communicating positive information. */
156
+ --life-color-icon-positive-active: #37a851; /* The pressed state color for standalone icons communicating positive information. */
157
+ --life-color-icon-positive-hover: #a0d9ad; /* The hover state color for standalone icons communicating positive information. */
158
+ --life-color-icon-primary: #f2f2f2; /* Use for standalone icons on prominent components. */
159
+ --life-color-icon-primary-active: #949494; /* The pressed state color for standalone icons on prominent components. */
160
+ --life-color-icon-primary-hover: #cccccc; /* The hover state color for standalone icons on prominent components. */
161
+ --life-color-icon-samaritan: #ffebff; /* Use for icons related to AI. */
162
+ --life-color-icon-selected: #daeaf6; /* The color for selected state for standalone icons */
163
+ --life-color-icon-subtle: #e5e5e5; /* The subtle color for standalone icons. */
164
+ --life-color-icon-warning: #f4a162; /* Use for standalone icons communicating caution. */
165
+ --life-color-icon-warning-active: #e97116; /* The pressed state color for standalone icons communicating caution. */
166
+ --life-color-icon-warning-hover: #f8c096; /* The hover state color for standalone icons communicating caution. */
167
+ --life-color-quiz-button-bg-fill-active: #286b9f; /* The active state color for the Quiz button fill area. */
168
+ --life-color-quiz-button-bg-fill-default: #1e5076; /* The color for the Quiz button fill area. */
169
+ --life-color-quiz-button-bg-fill-hover: #3682bd; /* The hover state color for the Quiz button fill area. */
170
+ --life-color-quiz-button-bg-fill-selected: #286b9f; /* The selected state color for the Quiz button fill area. */
171
+ --life-color-quiz-button-bg-surface-active: #14354d; /* The active state color for the Quiz button surface. */
172
+ --life-color-quiz-button-bg-surface-default: #14354d; /* The surface color for the Quiz button. */
173
+ --life-color-quiz-button-bg-surface-hover: #1e5076; /* The hover state color for the Quiz button surface. */
174
+ --life-color-quiz-button-bg-surface-selected: #1e5076; /* The selected state color for the Quiz button surface. */
175
+ --life-color-quiz-button-icon-on-fill: #f2f2f2; /* The color for the icon used in the Quiz button. */
176
+ --life-color-text-accent1: #e9bbac; /* Use for text that needs accentuation. */
177
+ --life-color-text-accent2: #aed0ea; /* Use for text that needs a distinct accentuation. */
178
+ --life-color-text-active: #cccccc; /* The default pressed state color for text on interactive elements. */
179
+ --life-color-text-critical: #fdbac2; /* Use for text communicating critical information, like input errors or destructive actions. */
180
+ --life-color-text-critical-active: #fc5a6f; /* The pressed state text color for critical information. */
181
+ --life-color-text-critical-hover: #fd96a4; /* The hover state text color for critical information. */
182
+ --life-color-text-default: #f2f2f2; /* The default text color. */
183
+ --life-color-text-disabled: #666666; /* Use for text in disabled state. */
184
+ --life-color-text-hover: #e5e5e5; /* The default hover state color for text on interactive elements. */
185
+ --life-color-text-inverse: #fafafa; /* Use for text on an inverse surface background. */
186
+ --life-color-text-inverse-active: #b3b3b3; /* The active state color for text on a dark background. */
187
+ --life-color-text-inverse-disabled: #666666; /* Use for text in disabled state on an inverse background. */
188
+ --life-color-text-inverse-hover: #cccccc; /* The hover state color for text on a dark background. */
189
+ --life-color-text-link: #85b9e0; /* The default color for links. */
190
+ --life-color-text-link-accent1: #f4ded6; /* The color for links on elements that need accentuation. */
191
+ --life-color-text-link-accent1-active: #d17965; /* The pressed state color for links on elements that need accentuation. */
192
+ --life-color-text-link-accent1-hover: #df9b88; /* The hover state color for links on elements that need accentuation. */
193
+ --life-color-text-link-accent2: #daeaf6; /* The color for links on elements that need a distinct accentuation. */
194
+ --life-color-text-link-accent2-active: #509ad3; /* The pressed state link color for elements that need a distinct accentuation. */
195
+ --life-color-text-link-accent2-hover: #85b9e0; /* The hover state link color for elements that need a distinct accentuation. */
196
+ --life-color-text-link-active: #3682bd; /* The pressed state color for links. */
197
+ --life-color-text-link-critical: #fddee2; /* The color for links on elements that communicate critical information. */
198
+ --life-color-text-link-critical-active: #fc5a6f; /* The pressed state link color for critical information. */
199
+ --life-color-text-link-critical-hover: #fd96a4; /* The hover state link color for critical information. */
200
+ --life-color-text-link-hover: #509ad3; /* The hover state color for links. */
201
+ --life-color-text-link-inverse: #ffffff; /* The color for links on an inverse surface background. */
202
+ --life-color-text-link-positive: #cceed2; /* The color for links on elements that communicate positive information. */
203
+ --life-color-text-link-positive-active: #37a851; /* The pressed state link color for positive information. */
204
+ --life-color-text-link-positive-hover: #77c589; /* The hover state link color for positive information. */
205
+ --life-color-text-link-primary: #fafafa; /* The color for links on elements with a high level of importance. */
206
+ --life-color-text-link-primary-active: #949494; /* The pressed state color for links with a high level of importance. */
207
+ --life-color-text-link-primary-hover: #b3b3b3; /* The hover state color for links with a high level of importance. */
208
+ --life-color-text-link-samaritan: #fbdbfb; /* The color for links on elements related to AI. */
209
+ --life-color-text-link-samaritan-active: #cc75cc; /* The pressed state link color for elements related to AI. */
210
+ --life-color-text-link-samaritan-hover: #e29ce2; /* The hover state link color for elements related to AI. */
211
+ --life-color-text-link-warning: #fce3cf; /* The color for links on elements that communicate caution. */
212
+ --life-color-text-link-warning-active: #e97116; /* The pressed state link color for information communicating caution. */
213
+ --life-color-text-link-warning-hover: #f4a162; /* The hover state link color for information communicating caution. */
214
+ --life-color-text-on-fill-accent1: #ffffff; /* Use for text on a fill-accent1 background. */
215
+ --life-color-text-on-fill-accent2: #ffffff; /* Use for text on a fill-accent2 background. */
216
+ --life-color-text-on-fill-critical: #ffffff; /* Use for text on a fill-critical background. */
217
+ --life-color-text-on-fill-default: #333333; /* Use for text on default fill background. */
218
+ --life-color-text-on-fill-disabled: #767676; /* Use for text in disabled state on fill backgrounds. */
219
+ --life-color-text-on-fill-inverse: #262626; /* Use for text on a fill-inverse background. */
220
+ --life-color-text-on-fill-inverse-disabled: #767676; /* Use for text on a fill-inverse-disabled background. */
221
+ --life-color-text-on-fill-positive: #ffffff; /* Use for text on a fill-positive background. */
222
+ --life-color-text-on-fill-primary: #262626; /* Use for text on a fill-primary background. */
223
+ --life-color-text-on-fill-samaritan: #1a1a1a; /* Use for text on a fill-samaritan background. */
224
+ --life-color-text-on-fill-warning: #3f1b01; /* Use for text on a fill-warning background. */
225
+ --life-color-text-positive: #a0d9ad; /* Use for text communicating positive information. */
226
+ --life-color-text-primary: #f2f2f2; /* Use for prominent text. */
227
+ --life-color-text-primary-active: #b3b3b3; /* The pressed state color for prominent text. */
228
+ --life-color-text-primary-hover: #cccccc; /* The hover state color for prominent text. */
229
+ --life-color-text-samaritan: #ffebff; /* Use for text related to AI. */
230
+ --life-color-text-subtle: #cccccc; /* Use for less prominent text, such as navigation, subtle buttons, and input field labels. */
231
+ --life-color-text-warning: #f8c096; /* Use for text communicating caution. */
232
+ --life-color-accent1-100: #c8eeec;
233
+ --life-color-accent1-200: #98d8d5;
234
+ --life-color-accent1-300: #6bc2be;
235
+ --life-color-accent1-400: #3ea39e;
236
+ --life-color-accent1-500: #25837e;
237
+ --life-color-accent1-600: #23716d;
238
+ --life-color-accent1-700: #145653;
239
+ --life-color-accent1-800: #0f3937;
240
+ --life-color-accent1-850: #0c2a28;
241
+ --life-color-accent1-020: #edfcfb;
242
+ --life-color-accent1-050: #e4f6f6;
243
+ --life-color-accent2-100: #f8e2bf;
244
+ --life-color-accent2-200: #eac785;
245
+ --life-color-accent2-300: #d6ad61;
246
+ --life-color-accent2-400: #b58e45;
247
+ --life-color-accent2-500: #92702f;
248
+ --life-color-accent2-600: #806128;
249
+ --life-color-accent2-700: #604920;
250
+ --life-color-accent2-800: #42300f;
251
+ --life-color-accent2-850: #2f240f;
252
+ --life-color-accent2-020: #fffaee;
253
+ --life-color-accent2-050: #fdf0de;
254
+ --life-color-alpha-black-0: rgba(26, 26, 26, 0);
255
+ --life-color-alpha-black-25: rgba(26, 26, 26, 0.25);
256
+ --life-color-alpha-black-50: rgba(26, 26, 26, 0.5);
257
+ --life-color-alpha-black-75: rgba(26, 26, 26, 0.75);
258
+ --life-color-alpha-primary500-75: rgba(46, 127, 161, 0.75);
259
+ --life-color-alpha-primary700-75: rgba(33, 83, 105, 0.75);
260
+ --life-color-alpha-white-0: rgba(255, 255, 255, 0);
261
+ --life-color-alpha-white-25: rgba(255, 255, 255, 0.2);
262
+ --life-color-alpha-white-50: rgba(255, 255, 255, 0.5);
263
+ --life-color-alpha-white-75: rgba(255, 255, 255, 0.75);
264
+ --life-color-base-black: #1a1a1a;
265
+ --life-color-base-white: #ffffff;
266
+ --life-color-critical-100: #fddee2;
267
+ --life-color-critical-200: #fdbac2;
268
+ --life-color-critical-300: #fd96a4;
269
+ --life-color-critical-400: #fc5a6f;
270
+ --life-color-critical-500: #dc3449;
271
+ --life-color-critical-600: #c32238;
272
+ --life-color-critical-700: #9c0d1d;
273
+ --life-color-critical-800: #6b0613;
274
+ --life-color-critical-850: #461117;
275
+ --life-color-critical-020: #fef5f7;
276
+ --life-color-critical-050: #feecf1;
277
+ --life-color-neutral-100: #e5e5e5;
278
+ --life-color-neutral-200: #cccccc;
279
+ --life-color-neutral-300: #b3b3b3;
280
+ --life-color-neutral-400: #949494;
281
+ --life-color-neutral-500: #767676;
282
+ --life-color-neutral-600: #666666;
283
+ --life-color-neutral-700: #4d4d4d;
284
+ --life-color-neutral-800: #333333;
285
+ --life-color-neutral-850: #262626;
286
+ --life-color-neutral-020: #fafafa;
287
+ --life-color-neutral-050: #f2f2f2;
288
+ --life-color-positive-100: #cceed2;
289
+ --life-color-positive-200: #a0d9ad;
290
+ --life-color-positive-300: #77c589;
291
+ --life-color-positive-400: #37a851;
292
+ --life-color-positive-500: #14892f;
293
+ --life-color-positive-600: #13772a;
294
+ --life-color-positive-700: #025a15;
295
+ --life-color-positive-800: #003d0e;
296
+ --life-color-positive-850: #062c0f;
297
+ --life-color-positive-020: #ecfef1;
298
+ --life-color-positive-050: #e2f8e4;
299
+ --life-color-primary-100: #d4e9f2;
300
+ --life-color-primary-200: #a9d3e5;
301
+ --life-color-primary-300: #7fbcd7;
302
+ --life-color-primary-400: #519dbd;
303
+ --life-color-primary-500: #2e7fa1;
304
+ --life-color-primary-600: #276d8b;
305
+ --life-color-primary-700: #215369;
306
+ --life-color-primary-800: #163746;
307
+ --life-color-primary-850: #0f2934;
308
+ --life-color-primary-020: #f1fbfe;
309
+ --life-color-primary-050: #e3f5fc;
310
+ --life-color-restricted-indigo-100: #e0e6fa;
311
+ --life-color-restricted-indigo-200: #c1cbec;
312
+ --life-color-restricted-indigo-300: #a5b2e4;
313
+ --life-color-restricted-indigo-400: #8091d1;
314
+ --life-color-restricted-indigo-500: #5f73ba;
315
+ --life-color-restricted-indigo-600: #5062a5;
316
+ --life-color-restricted-indigo-700: #384a85;
317
+ --life-color-restricted-indigo-800: #24315b;
318
+ --life-color-restricted-indigo-020: #f5f7ff;
319
+ --life-color-restricted-indigo-050: #f0f3ff;
320
+ --life-color-restricted-lilac-100: #efdffc;
321
+ --life-color-restricted-lilac-200: #dbc6ec;
322
+ --life-color-restricted-lilac-300: #c3aada;
323
+ --life-color-restricted-lilac-400: #a787c0;
324
+ --life-color-restricted-lilac-500: #8969a5;
325
+ --life-color-restricted-lilac-600: #795993;
326
+ --life-color-restricted-lilac-700: #5b4370;
327
+ --life-color-restricted-lilac-800: #3e2b4f;
328
+ --life-color-restricted-lilac-850: #2e203a;
329
+ --life-color-restricted-lilac-020: #faf4ff;
330
+ --life-color-restricted-lilac-050: #f8eeff;
331
+ --life-color-restricted-olive-100: #d9ebc7;
332
+ --life-color-restricted-olive-200: #bbd5a2;
333
+ --life-color-restricted-olive-300: #9ebe7e;
334
+ --life-color-restricted-olive-400: #7d9e5c;
335
+ --life-color-restricted-olive-500: #5e803c;
336
+ --life-color-restricted-olive-600: #526f34;
337
+ --life-color-restricted-olive-700: #3c5423;
338
+ --life-color-restricted-olive-800: #23390e;
339
+ --life-color-restricted-olive-020: #f2fde8;
340
+ --life-color-restricted-olive-050: #e9f7d9;
341
+ --life-color-restricted-port-100: #f5e0ec;
342
+ --life-color-restricted-port-200: #ecc1d4;
343
+ --life-color-restricted-port-300: #e0a3c1;
344
+ --life-color-restricted-port-400: #c97ca3;
345
+ --life-color-restricted-port-500: #af5a85;
346
+ --life-color-restricted-port-600: #9b4b73;
347
+ --life-color-restricted-port-700: #7a3658;
348
+ --life-color-restricted-port-800: #53223a;
349
+ --life-color-restricted-port-020: #fef5fa;
350
+ --life-color-restricted-port-050: #feeff8;
351
+ --life-color-restricted-sienna-100: #fbe1db;
352
+ --life-color-restricted-sienna-200: #f3c2b6;
353
+ --life-color-restricted-sienna-300: #eaa18f;
354
+ --life-color-restricted-sienna-400: #d87a63;
355
+ --life-color-restricted-sienna-500: #bc583f;
356
+ --life-color-restricted-sienna-600: #a64a33;
357
+ --life-color-restricted-sienna-700: #803624;
358
+ --life-color-restricted-sienna-800: #572414;
359
+ --life-color-restricted-sienna-020: #fff3f0;
360
+ --life-color-restricted-sienna-050: #ffeeea;
361
+ --life-color-rqi-blue-100: #daeaf6;
362
+ --life-color-rqi-blue-200: #aed0ea;
363
+ --life-color-rqi-blue-300: #85b9e0;
364
+ --life-color-rqi-blue-400: #509ad3;
365
+ --life-color-rqi-blue-500: #3682bd;
366
+ --life-color-rqi-blue-600: #286b9f;
367
+ --life-color-rqi-blue-700: #1e5076;
368
+ --life-color-rqi-blue-800: #14354d;
369
+ --life-color-rqi-blue-850: #0c283c;
370
+ --life-color-rqi-blue-020: #f7fafd;
371
+ --life-color-rqi-blue-050: #ebf3fa;
372
+ --life-color-rqi-red-100: #f4ded6;
373
+ --life-color-rqi-red-200: #e9bbac;
374
+ --life-color-rqi-red-300: #df9b88;
375
+ --life-color-rqi-red-400: #d17965;
376
+ --life-color-rqi-red-500: #c35443;
377
+ --life-color-rqi-red-600: #ac3225;
378
+ --life-color-rqi-red-700: #990000;
379
+ --life-color-rqi-red-800: #680101;
380
+ --life-color-rqi-red-850: #540101;
381
+ --life-color-rqi-red-020: #fdf7f4;
382
+ --life-color-rqi-red-050: #f9ede7;
383
+ --life-color-samaritan-100: #fbdbfb;
384
+ --life-color-samaritan-200: #efbdef;
385
+ --life-color-samaritan-300: #e29ce2;
386
+ --life-color-samaritan-400: #cc75cc;
387
+ --life-color-samaritan-500: #af50af;
388
+ --life-color-samaritan-600: #9a429a;
389
+ --life-color-samaritan-700: #773177;
390
+ --life-color-samaritan-800: #521e52;
391
+ --life-color-samaritan-850: #401240;
392
+ --life-color-samaritan-020: #fff5ff;
393
+ --life-color-samaritan-050: #ffebff;
394
+ --life-color-warning-100: #fce3cf;
395
+ --life-color-warning-200: #f8c096;
396
+ --life-color-warning-300: #f4a162;
397
+ --life-color-warning-400: #e97116;
398
+ --life-color-warning-500: #c45402;
399
+ --life-color-warning-600: #ad4b00;
400
+ --life-color-warning-700: #803700;
401
+ --life-color-warning-800: #572600;
402
+ --life-color-warning-850: #3f1b01;
403
+ --life-color-warning-020: #fef7f1;
404
+ --life-color-warning-050: #fdf0e7;
405
+ --life-mode: dark;
406
+ --life-shadow: rgba(0, 0, 0, 0.3);
407
+ --life-z-index-1: 1;
408
+ --life-z-index-2: 2;
409
+ --life-z-index-3: 3;
410
+ --life-z-index-4: 4;
411
+ --life-z-index-5: 5;
412
+ --life-z-index-10: 1000;
413
+ --life-z-index-20: 1020;
414
+ --life-z-index-30: 1030;
415
+ --life-z-index-40: 1040;
416
+ --life-z-index-50: 1050;
417
+ --life-z-index-60: 1060;
418
+ --life-z-index-70: 1070;
419
+ --life-z-index-80: 1080;
420
+ --life-z-index-active: 4; /* Used when a component is changed to active or selected state. */
421
+ --life-z-index-dropdown: 1000; /* Used by UI components that are revealed when another component is selected, e.g. Dropdown menu. */
422
+ --life-z-index-fixed: 1030; /* Used to keep an object from moving. */
423
+ --life-z-index-focus: 5; /* Used when keyboard focus is placed on an object. */
424
+ --life-z-index-hover: 2; /* Used when hovering a mouse cursor over interactive components. */
425
+ --life-z-index-modal: 1060; /* Used for content and dialog modals that display in front of everything on a page when opened. */
426
+ --life-z-index-modal-backdrop: 1040; /* Used behind objects that are opened in front of everything else on a page. */
427
+ --life-z-index-normal: 1; /* The standard level for most text, images, and UI components on a page. */
428
+ --life-z-index-offcanvas: 1050; /* Used for objects that move into the view from outside the page, e.g. Side menus. */
429
+ --life-z-index-popover: 1070; /* Used for any object that provides important feedback to the user, such as Popover and Toast. */
430
+ --life-z-index-pressed: 3; /* Used when long-pressing on a component. */
431
+ --life-z-index-sticky: 1020; /* Used to keep an object in view when scrolling on a page. */
432
+ --life-z-index-tooltip: 1080; /* Used exclusively by the Tooltip component. */
433
+ --life-border-lg: 3;
434
+ --life-border-md: 2;
435
+ --life-border-sm: 1;
436
+ --life-font-family: Lato;
437
+ --life-font-weight-bold: Bold;
438
+ --life-font-weight-italic: Italic;
439
+ --life-font-weight-regular: Regular;
440
+ --life-font-weight-semibold: SemiBold;
441
+ --life-radius-full: 9999;
442
+ --life-radius-lg: 12;
443
+ --life-radius-md: 8;
444
+ --life-radius-none: 0;
445
+ --life-radius-sm: 4;
446
+ --life-radius-xl: 16;
447
+ --life-radius-xs: 2;
448
+ --life-size-100: 8;
449
+ --life-size-150: 12;
450
+ --life-size-200: 16;
451
+ --life-size-250: 20;
452
+ --life-size-300: 24;
453
+ --life-size-350: 28;
454
+ --life-size-400: 32;
455
+ --life-size-500: 40;
456
+ --life-size-600: 48;
457
+ --life-size-700: 56;
458
+ --life-size-800: 64;
459
+ --life-size-900: 72;
460
+ --life-size-1000: 80;
461
+ --life-size-1200: 96;
462
+ --life-size-1400: 112;
463
+ --life-size-1600: 128;
464
+ --life-size-025: 2;
465
+ --life-size-050: 4;
466
+ --life-space-100: 8;
467
+ --life-space-150: 12;
468
+ --life-space-175: 14;
469
+ --life-space-200: 16;
470
+ --life-space-250: 20;
471
+ --life-space-300: 24;
472
+ --life-space-400: 32;
473
+ --life-space-500: 40;
474
+ --life-space-600: 48;
475
+ --life-space-700: 56;
476
+ --life-space-800: 64;
477
+ --life-space-1600: 128;
478
+ --life-space-025: 2;
479
+ --life-space-050: 4;
480
+ --life-space-075: 6;
481
+ }