@primer/view-components 0.43.3-rc.759cce6b → 0.43.3-rc.79335f32
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.
@@ -1 +1 @@
|
|
1
|
-
.breadcrumb-item{display:inline-block;list-style:none;margin-left:-.35em}.breadcrumb-item:after{border-right:.1em solid var(--borderColor-neutral-emphasis);content:"";display:inline-block;height:.8em;margin:0 .5em;transform:rotate(15deg) translateY(.0625em)}.breadcrumb-item:first-child{margin-left:0}:is(.breadcrumb-item-selected,.breadcrumb-item[aria-current]:not([aria-current=false])):after{content:none}.breadcrumb-item-selected a{color:var(--fgColor-default);cursor:default!important;-webkit-text-decoration:none!important;text-decoration:none!important}
|
1
|
+
.breadcrumb-item{display:inline-block;list-style:none;margin-left:-.35em;max-width:100%}.breadcrumb-item:after{border-right:.1em solid var(--borderColor-neutral-emphasis);content:"";display:inline-block;height:.8em;margin:0 .5em;transform:rotate(15deg) translateY(.0625em)}.breadcrumb-item:first-child{margin-left:0}:is(.breadcrumb-item-selected,.breadcrumb-item[aria-current]:not([aria-current=false])):after{content:none}.breadcrumb-item-selected a{color:var(--fgColor-default);cursor:default!important;-webkit-text-decoration:none!important;text-decoration:none!important}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@primer/view-components",
|
3
|
-
"version": "0.43.3-rc.
|
3
|
+
"version": "0.43.3-rc.79335f32",
|
4
4
|
"description": "ViewComponents for the Primer Design System",
|
5
5
|
"main": "app/assets/javascripts/primer_view_components.js",
|
6
6
|
"module": "app/components/primer/primer.js",
|
package/static/info_arch.json
CHANGED
@@ -11683,6 +11683,19 @@
|
|
11683
11683
|
"color-contrast"
|
11684
11684
|
]
|
11685
11685
|
}
|
11686
|
+
},
|
11687
|
+
{
|
11688
|
+
"preview_path": "primer/beta/breadcrumbs/with_long_items",
|
11689
|
+
"name": "with_long_items",
|
11690
|
+
"snapshot": "true",
|
11691
|
+
"skip_rules": {
|
11692
|
+
"wont_fix": [
|
11693
|
+
"region"
|
11694
|
+
],
|
11695
|
+
"will_fix": [
|
11696
|
+
"color-contrast"
|
11697
|
+
]
|
11698
|
+
}
|
11686
11699
|
}
|
11687
11700
|
],
|
11688
11701
|
"subcomponents": [
|
package/static/previews.json
CHANGED
@@ -2089,6 +2089,19 @@
|
|
2089
2089
|
"color-contrast"
|
2090
2090
|
]
|
2091
2091
|
}
|
2092
|
+
},
|
2093
|
+
{
|
2094
|
+
"preview_path": "primer/beta/breadcrumbs/with_long_items",
|
2095
|
+
"name": "with_long_items",
|
2096
|
+
"snapshot": "true",
|
2097
|
+
"skip_rules": {
|
2098
|
+
"wont_fix": [
|
2099
|
+
"region"
|
2100
|
+
],
|
2101
|
+
"will_fix": [
|
2102
|
+
"color-contrast"
|
2103
|
+
]
|
2104
|
+
}
|
2092
2105
|
}
|
2093
2106
|
]
|
2094
2107
|
},
|