analytica-frontend-lib 1.0.79 → 1.0.80

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/index.mjs CHANGED
@@ -131,6 +131,12 @@ var VARIANT_ACTION_CLASSES2 = {
131
131
  exam3: "bg-exam-3 text-typography-2 focus-visible:outline-none",
132
132
  exam4: "bg-exam-4 text-success-700 focus-visible:outline-none"
133
133
  },
134
+ examsOutlined: {
135
+ exam1: "bg-exam-1 text-info-700 border border-info-700 focus-visible:outline-none",
136
+ exam2: "bg-exam-2 text-typography-1 border border-typography-1 focus-visible:outline-none",
137
+ exam3: "bg-exam-3 text-typography-2 border border-typography-2 focus-visible:outline-none",
138
+ exam4: "bg-exam-4 text-success-700 border border-success-700 focus-visible:outline-none"
139
+ },
134
140
  resultStatus: {
135
141
  negative: "bg-error text-error-800 focus-visible:outline-none",
136
142
  positive: "bg-success text-success-800 focus-visible:outline-none"