analytica-frontend-lib 1.0.85 → 1.0.86
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/Quiz/index.js +2 -2
- package/dist/Quiz/index.js.map +1 -1
- package/dist/Quiz/index.mjs +2 -2
- package/dist/Quiz/index.mjs.map +1 -1
- package/dist/Select/index.js +2 -2
- package/dist/Select/index.js.map +1 -1
- package/dist/Select/index.mjs +2 -2
- package/dist/Select/index.mjs.map +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +4 -0
- package/dist/styles.css.map +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -122,6 +122,7 @@
|
|
|
122
122
|
--color-primary-800: #0d0d0d;
|
|
123
123
|
--color-primary-900: #0a0a0a;
|
|
124
124
|
--color-primary-950: #080808;
|
|
125
|
+
--color-secondary: #fdfdfd;
|
|
125
126
|
--color-secondary-50: #fbfbfb;
|
|
126
127
|
--color-secondary-100: #f6f6f6;
|
|
127
128
|
--color-secondary-200: #f2f2f2;
|
|
@@ -2153,6 +2154,9 @@
|
|
|
2153
2154
|
.bg-purple-50 {
|
|
2154
2155
|
background-color: var(--color-purple-50);
|
|
2155
2156
|
}
|
|
2157
|
+
.bg-secondary {
|
|
2158
|
+
background-color: var(--color-secondary);
|
|
2159
|
+
}
|
|
2156
2160
|
.bg-secondary-50 {
|
|
2157
2161
|
background-color: var(--color-secondary-50);
|
|
2158
2162
|
}
|