@box/blueprint-web 6.9.0 → 6.9.2
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/lib-esm/index.css
CHANGED
|
@@ -2308,25 +2308,26 @@
|
|
|
2308
2308
|
overflow:visible;
|
|
2309
2309
|
}
|
|
2310
2310
|
|
|
2311
|
-
.text_with_info_badge_module_text--
|
|
2311
|
+
.text_with_info_badge_module_text--34b3e{
|
|
2312
2312
|
font-family:Lato, -apple-system, BlinkMacSystemFont, "San Francisco", "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
|
|
2313
2313
|
font-size:.875rem;
|
|
2314
2314
|
font-weight:400;
|
|
2315
2315
|
letter-spacing:.01875rem;
|
|
2316
2316
|
line-height:1.25rem;
|
|
2317
|
+
position:relative;
|
|
2317
2318
|
text-decoration:none;
|
|
2318
2319
|
text-transform:none;
|
|
2319
2320
|
}
|
|
2320
|
-
.text_with_info_badge_module_text--
|
|
2321
|
+
.text_with_info_badge_module_text--34b3e.text_with_info_badge_module_muted--34b3e{
|
|
2321
2322
|
color:var(--text-text-on-light-secondary);
|
|
2322
2323
|
}
|
|
2323
|
-
.text_with_info_badge_module_text--
|
|
2324
|
+
.text_with_info_badge_module_text--34b3e .text_with_info_badge_module_badgeContainer--34b3e{
|
|
2324
2325
|
align-items:center;
|
|
2325
2326
|
display:inline-flex;
|
|
2326
2327
|
height:var(--body-default-line-height);
|
|
2327
2328
|
position:absolute;
|
|
2328
2329
|
}
|
|
2329
|
-
.text_with_info_badge_module_text--
|
|
2330
|
+
.text_with_info_badge_module_text--34b3e .text_with_info_badge_module_badgeContainer--34b3e .text_with_info_badge_module_badge--34b3e{
|
|
2330
2331
|
display:inline-flex;
|
|
2331
2332
|
font-size:var(--size-4);
|
|
2332
2333
|
margin-left:var(--size-1);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import '../../index.css';
|
|
2
|
-
var styles = {"text":"text_with_info_badge_module_text--
|
|
2
|
+
var styles = {"text":"text_with_info_badge_module_text--34b3e","muted":"text_with_info_badge_module_muted--34b3e","badgeContainer":"text_with_info_badge_module_badgeContainer--34b3e","badge":"text_with_info_badge_module_badge--34b3e"};
|
|
3
3
|
|
|
4
4
|
export { styles as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@box/blueprint-web",
|
|
3
|
-
"version": "6.9.
|
|
3
|
+
"version": "6.9.2",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@box/storybook-utils": "^0.0.3"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "0ad3386d09257f2bbec8b494382388225f999dc7",
|
|
60
60
|
"module": "lib-esm/index.js",
|
|
61
61
|
"main": "lib-esm/index.js",
|
|
62
62
|
"exports": {
|