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/Accordation/index.js +6 -0
- package/dist/Accordation/index.js.map +1 -1
- package/dist/Accordation/index.mjs +6 -0
- package/dist/Accordation/index.mjs.map +1 -1
- package/dist/Alternative/index.js +6 -0
- package/dist/Alternative/index.js.map +1 -1
- package/dist/Alternative/index.mjs +6 -0
- package/dist/Alternative/index.mjs.map +1 -1
- package/dist/Badge/index.d.mts +1 -1
- package/dist/Badge/index.d.ts +1 -1
- package/dist/Badge/index.js +6 -0
- package/dist/Badge/index.js.map +1 -1
- package/dist/Badge/index.mjs +6 -0
- package/dist/Badge/index.mjs.map +1 -1
- package/dist/Card/index.js +6 -0
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +6 -0
- package/dist/Card/index.mjs.map +1 -1
- package/dist/CheckBox/index.d.mts +1 -1
- package/dist/CheckBox/index.d.ts +1 -1
- package/dist/Radio/index.d.mts +2 -2
- package/dist/Radio/index.d.ts +2 -2
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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"
|