analytica-frontend-lib 1.0.56 → 1.0.57
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/Card/index.d.mts +1 -1
- package/dist/Card/index.d.ts +1 -1
- package/dist/Card/index.js +1 -1
- package/dist/Card/index.js.map +1 -1
- package/dist/Card/index.mjs +1 -1
- package/dist/Card/index.mjs.map +1 -1
- package/dist/Menu/index.js +3 -2
- package/dist/Menu/index.js.map +1 -1
- package/dist/Menu/index.mjs +3 -2
- package/dist/Menu/index.mjs.map +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +4 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -3
- 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
|
@@ -1178,6 +1178,10 @@
|
|
|
1178
1178
|
border-bottom-style: var(--tw-border-style);
|
|
1179
1179
|
border-bottom-width: 2px;
|
|
1180
1180
|
}
|
|
1181
|
+
.border-b-4 {
|
|
1182
|
+
border-bottom-style: var(--tw-border-style);
|
|
1183
|
+
border-bottom-width: 4px;
|
|
1184
|
+
}
|
|
1181
1185
|
.border-none {
|
|
1182
1186
|
--tw-border-style: none;
|
|
1183
1187
|
border-style: none;
|