@primer/css 0.0.0-1f49d76 → 0.0.0-20211010195643
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/CHANGELOG.md +858 -133
- package/CONTRIBUTING.md +85 -0
- package/DEVELOP.md +4 -39
- package/LICENSE +1 -1
- package/README.md +13 -15
- package/RELEASING.md +5 -76
- package/actionlist/action-list-item-divider.scss +42 -0
- package/actionlist/action-list-item.scss +439 -0
- package/actionlist/action-list-variables.scss +8 -0
- package/actionlist/action-list.scss +33 -0
- package/actionlist/index.scss +5 -0
- package/alerts/README.md +1 -1
- package/alerts/flash.scss +32 -26
- package/alerts/index.scss +2 -2
- package/autocomplete/README.md +1 -1
- package/autocomplete/autocomplete.scss +18 -8
- package/autocomplete/index.scss +3 -3
- package/autocomplete/suggester.scss +27 -10
- package/avatars/README.md +1 -1
- package/avatars/avatar-parent-child.scss +2 -3
- package/avatars/avatar-stack.scss +12 -14
- package/avatars/avatar.scss +4 -0
- package/avatars/circle-badge.scss +4 -4
- package/avatars/index.scss +5 -5
- package/base/README.md +1 -1
- package/base/base.scss +39 -7
- package/base/index.scss +6 -5
- package/base/kbd.scss +5 -6
- package/base/normalize.scss +13 -53
- package/base/octicons.scss +6 -0
- package/blankslate/README.md +1 -1
- package/blankslate/blankslate.scss +7 -4
- package/blankslate/index.scss +2 -2
- package/box/README.md +1 -1
- package/box/box.scss +38 -38
- package/box/index.scss +2 -2
- package/branch-name/README.md +1 -1
- package/branch-name/branch-name.scss +15 -10
- package/branch-name/index.scss +2 -2
- package/breadcrumb/README.md +1 -1
- package/breadcrumb/breadcrumb.scss +12 -7
- package/breadcrumb/index.scss +2 -2
- package/buttons/README.md +1 -1
- package/buttons/button.scss +115 -121
- package/buttons/index.scss +4 -4
- package/buttons/misc.scss +52 -41
- package/color-modes/index.scss +9 -0
- package/color-modes/native.scss +10 -0
- package/color-modes/themes/dark.scss +7 -0
- package/color-modes/themes/dark_colorblind.scss +7 -0
- package/color-modes/themes/dark_dimmed.scss +7 -0
- package/color-modes/themes/dark_high_contrast.scss +7 -0
- package/color-modes/themes/light.scss +7 -0
- package/color-modes/themes/light_colorblind.scss +7 -0
- package/core/README.md +1 -1
- package/core/index.scss +17 -16
- package/deprecations.js +18 -200
- package/deprecations.json +539 -0
- package/dist/actionlist.css +2 -0
- package/dist/actionlist.css.map +1 -0
- package/dist/actionlist.js +1 -0
- package/dist/alerts.css +1 -2
- package/dist/alerts.css.map +1 -1
- package/dist/alerts.js +1 -1
- package/dist/autocomplete.css +1 -2
- package/dist/autocomplete.css.map +1 -1
- package/dist/autocomplete.js +1 -1
- package/dist/avatars.css +1 -2
- package/dist/avatars.css.map +1 -1
- package/dist/avatars.js +1 -1
- package/dist/base.css +1 -2
- package/dist/base.css.map +1 -1
- package/dist/base.js +1 -1
- package/dist/blankslate.css +1 -2
- package/dist/blankslate.css.map +1 -1
- package/dist/blankslate.js +1 -1
- package/dist/box.css +1 -2
- package/dist/box.css.map +1 -1
- package/dist/box.js +1 -1
- package/dist/branch-name.css +1 -2
- package/dist/branch-name.css.map +1 -1
- package/dist/branch-name.js +1 -1
- package/dist/breadcrumb.css +1 -2
- package/dist/breadcrumb.css.map +1 -1
- package/dist/breadcrumb.js +1 -1
- package/dist/buttons.css +1 -2
- package/dist/buttons.css.map +1 -1
- package/dist/buttons.js +1 -1
- package/dist/color-modes.css +2 -0
- package/dist/color-modes.css.map +1 -0
- package/dist/color-modes.js +1 -0
- package/dist/core.css +1 -2
- package/dist/core.css.map +1 -1
- package/dist/core.js +1 -1
- package/dist/deprecations.json +534 -571
- package/dist/dropdown.css +1 -2
- package/dist/dropdown.css.map +1 -1
- package/dist/dropdown.js +1 -1
- package/dist/forms.css +1 -2
- package/dist/forms.css.map +1 -1
- package/dist/forms.js +1 -1
- package/dist/header.css +1 -2
- package/dist/header.css.map +1 -1
- package/dist/header.js +1 -1
- package/dist/labels.css +1 -2
- package/dist/labels.css.map +1 -1
- package/dist/labels.js +1 -1
- package/dist/layout.css +1 -2
- package/dist/layout.css.map +1 -1
- package/dist/layout.js +1 -1
- package/dist/links.css +2 -0
- package/dist/links.css.map +1 -0
- package/dist/links.js +1 -0
- package/dist/loaders.css +0 -1
- package/dist/loaders.css.map +1 -1
- package/dist/loaders.js +1 -1
- package/dist/markdown.css +1 -2
- package/dist/markdown.css.map +1 -1
- package/dist/markdown.js +1 -1
- package/dist/marketing-buttons.css +1 -2
- package/dist/marketing-buttons.css.map +1 -1
- package/dist/marketing-buttons.js +1 -1
- package/dist/marketing-support.css +1 -2
- package/dist/marketing-support.js +1 -1
- package/dist/marketing-type.css +1 -2
- package/dist/marketing-type.css.map +1 -1
- package/dist/marketing-type.js +1 -1
- package/dist/marketing-utilities.css +1 -2
- package/dist/marketing-utilities.css.map +1 -1
- package/dist/marketing-utilities.js +1 -1
- package/dist/marketing.css +1 -2
- package/dist/marketing.css.map +1 -1
- package/dist/marketing.js +1 -1
- package/dist/meta.json +314 -369
- package/dist/navigation.css +1 -2
- package/dist/navigation.css.map +1 -1
- package/dist/navigation.js +1 -1
- package/dist/pagination.css +1 -2
- package/dist/pagination.css.map +1 -1
- package/dist/pagination.js +1 -1
- package/dist/popover.css +1 -2
- package/dist/popover.css.map +1 -1
- package/dist/popover.js +1 -1
- package/dist/primer.css +4 -5
- package/dist/primer.css.map +1 -1
- package/dist/primer.js +1 -1
- package/dist/product.css +1 -2
- package/dist/product.css.map +1 -1
- package/dist/product.js +1 -1
- package/dist/progress.css +1 -2
- package/dist/progress.css.map +1 -1
- package/dist/progress.js +1 -1
- package/dist/select-menu.css +1 -2
- package/dist/select-menu.css.map +1 -1
- package/dist/select-menu.js +1 -1
- package/dist/stats/actionlist.json +1 -0
- package/dist/stats/alerts.json +1 -1
- package/dist/stats/autocomplete.json +1 -1
- package/dist/stats/avatars.json +1 -1
- package/dist/stats/base.json +1 -1
- package/dist/stats/blankslate.json +1 -1
- package/dist/stats/box.json +1 -1
- package/dist/stats/branch-name.json +1 -1
- package/dist/stats/breadcrumb.json +1 -1
- package/dist/stats/buttons.json +1 -1
- package/dist/stats/color-modes.json +1 -0
- package/dist/stats/core.json +1 -1
- package/dist/stats/dropdown.json +1 -1
- package/dist/stats/forms.json +1 -1
- package/dist/stats/header.json +1 -1
- package/dist/stats/labels.json +1 -1
- package/dist/stats/layout.json +1 -1
- package/dist/stats/links.json +1 -0
- package/dist/stats/loaders.json +1 -1
- package/dist/stats/markdown.json +1 -1
- package/dist/stats/marketing-buttons.json +1 -1
- package/dist/stats/marketing-support.json +1 -1
- package/dist/stats/marketing-type.json +1 -1
- package/dist/stats/marketing-utilities.json +1 -1
- package/dist/stats/marketing.json +1 -1
- package/dist/stats/navigation.json +1 -1
- package/dist/stats/pagination.json +1 -1
- package/dist/stats/popover.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/dist/stats/product.json +1 -1
- package/dist/stats/progress.json +1 -1
- package/dist/stats/select-menu.json +1 -1
- package/dist/stats/subhead.json +1 -1
- package/dist/stats/support.json +1 -1
- package/dist/stats/table-object.json +1 -1
- package/dist/stats/timeline.json +1 -1
- package/dist/stats/toasts.json +1 -1
- package/dist/stats/tooltips.json +1 -1
- package/dist/stats/truncate.json +1 -1
- package/dist/stats/utilities.json +1 -1
- package/dist/subhead.css +1 -2
- package/dist/subhead.css.map +1 -1
- package/dist/subhead.js +1 -1
- package/dist/support.css +1 -1
- package/dist/support.js +1 -1
- package/dist/table-object.css +0 -1
- package/dist/table-object.css.map +1 -1
- package/dist/table-object.js +1 -1
- package/dist/timeline.css +1 -2
- package/dist/timeline.css.map +1 -1
- package/dist/timeline.js +1 -1
- package/dist/toasts.css +1 -2
- package/dist/toasts.css.map +1 -1
- package/dist/toasts.js +1 -1
- package/dist/tooltips.css +1 -2
- package/dist/tooltips.css.map +1 -1
- package/dist/tooltips.js +1 -1
- package/dist/truncate.css +1 -2
- package/dist/truncate.css.map +1 -1
- package/dist/truncate.js +1 -1
- package/dist/utilities.css +1 -2
- package/dist/utilities.css.map +1 -1
- package/dist/utilities.js +1 -1
- package/dist/variables.json +630 -2274
- package/dropdown/README.md +1 -1
- package/dropdown/dropdown.scss +32 -88
- package/dropdown/index.scss +2 -2
- package/forms/README.md +1 -1
- package/forms/form-control.scss +39 -57
- package/forms/form-group.scss +31 -48
- package/forms/form-select.scss +12 -4
- package/forms/form-validation.scss +27 -32
- package/forms/index.scss +7 -7
- package/forms/input-group.scss +7 -0
- package/forms/radio-group.scss +22 -3
- package/header/README.md +1 -1
- package/header/header.scss +16 -6
- package/header/index.scss +2 -2
- package/index.scss +4 -1
- package/labels/README.md +1 -1
- package/labels/counters.scss +10 -11
- package/labels/diffstat.scss +8 -8
- package/labels/index.scss +7 -7
- package/labels/labels.scss +30 -41
- package/labels/states.scss +17 -16
- package/layout/README.md +1 -1
- package/layout/grid-offset.scss +11 -11
- package/layout/grid.scss +23 -23
- package/layout/index.scss +7 -4
- package/layout/layout.scss +185 -0
- package/layout/mixins.scss +79 -0
- package/{README.template.md → links/README.md} +5 -5
- package/links/index.scss +3 -0
- package/links/link.scss +55 -0
- package/loaders/README.md +1 -1
- package/loaders/index.scss +2 -2
- package/loaders/loaders.scss +1 -1
- package/markdown/README.md +1 -1
- package/markdown/blob-csv.scss +2 -2
- package/markdown/code.scss +7 -5
- package/markdown/footnotes.scss +37 -0
- package/markdown/headings.scss +6 -4
- package/markdown/images.scss +3 -4
- package/markdown/index.scss +9 -8
- package/markdown/lists.scss +18 -5
- package/markdown/markdown-body.scss +14 -9
- package/markdown/tables.scss +7 -7
- package/marketing/README.md +1 -1
- package/marketing/buttons/button.scss +81 -75
- package/marketing/index.scss +4 -4
- package/marketing/support/index.scss +1 -0
- package/marketing/support/mixins.scss +66 -0
- package/marketing/support/variables.scss +109 -58
- package/marketing/type/typography.scss +100 -62
- package/marketing/utilities/animations.scss +9 -0
- package/marketing/utilities/index.scss +2 -3
- package/marketing/utilities/layout.scss +31 -10
- package/navigation/README.md +1 -1
- package/navigation/filter-list.scss +8 -9
- package/navigation/index.scss +7 -7
- package/navigation/menu.scss +22 -23
- package/navigation/sidenav.scss +19 -25
- package/navigation/subnav.scss +9 -13
- package/navigation/tabnav.scss +20 -10
- package/navigation/underline-nav.scss +19 -14
- package/package.json +75 -63
- package/pagination/README.md +1 -1
- package/pagination/index.scss +2 -2
- package/pagination/pagination.scss +8 -8
- package/popover/README.md +1 -1
- package/popover/index.scss +2 -2
- package/popover/popover.scss +14 -13
- package/postcss.config.cjs +22 -0
- package/prettier.config.cjs +1 -0
- package/product/README.md +1 -1
- package/product/index.scss +17 -17
- package/progress/README.md +1 -1
- package/progress/index.scss +2 -2
- package/progress/progress.scss +3 -4
- package/select-menu/README.md +1 -1
- package/select-menu/index.scss +2 -2
- package/select-menu/select-menu.scss +44 -46
- package/{stylelint.config.js → stylelint.config.cjs} +5 -6
- package/subhead/README.md +1 -1
- package/subhead/index.scss +2 -2
- package/subhead/subhead.scss +9 -3
- package/support/README.md +1 -1
- package/support/index.scss +7 -8
- package/support/mixins/color-modes.scss +106 -0
- package/support/mixins/misc.scss +19 -13
- package/support/variables/layout.scss +68 -9
- package/support/variables/misc.scss +2 -27
- package/support/variables/typography.scss +2 -1
- package/table-object/README.md +1 -1
- package/table-object/index.scss +1 -1
- package/timeline/README.md +1 -1
- package/timeline/index.scss +2 -2
- package/timeline/timeline-item.scss +18 -18
- package/toasts/README.md +1 -1
- package/toasts/index.scss +2 -2
- package/toasts/toasts.scss +45 -24
- package/tooltips/README.md +1 -1
- package/tooltips/index.scss +2 -2
- package/tooltips/tooltips.scss +8 -12
- package/truncate/README.md +1 -1
- package/truncate/index.scss +2 -1
- package/truncate/truncate.scss +30 -0
- package/utilities/README.md +1 -1
- package/utilities/animations.scss +14 -1
- package/utilities/borders.scss +5 -50
- package/utilities/box-shadow.scss +8 -8
- package/utilities/colors.scss +71 -107
- package/utilities/details.scss +18 -6
- package/utilities/flexbox.scss +4 -3
- package/utilities/index.scss +12 -12
- package/utilities/layout.scss +23 -14
- package/utilities/margin.scss +34 -16
- package/utilities/padding.scss +13 -8
- package/utilities/typography.scss +5 -15
- package/.browserslistrc +0 -6
- package/.eslintrc.json +0 -13
- package/.nowignore +0 -5
- package/MIGRATING.md +0 -74
- package/bin/primer-migrate +0 -86
- package/dist/marketing-support.css.map +0 -1
- package/dist/support.css.map +0 -1
- package/fonts/Inter-Bold.woff +0 -0
- package/fonts/Inter-Medium.woff +0 -0
- package/fonts/Inter-Regular.woff +0 -0
- package/marketing/utilities/margin.scss +0 -17
- package/marketing/utilities/padding.scss +0 -24
- package/postcss.config.js +0 -14
- package/prettier.config.js +0 -1
- package/release.config.js +0 -4
- package/support/mixins/buttons.scss +0 -172
- package/support/variables/color-system.scss +0 -243
- package/support/variables/colors.scss +0 -55
package/dist/deprecations.json
CHANGED
|
@@ -1,576 +1,539 @@
|
|
|
1
1
|
{
|
|
2
|
-
"versions": {
|
|
3
|
-
"15.0.0": [
|
|
4
|
-
{
|
|
5
|
-
"selectors": [
|
|
6
|
-
".btn-outline:active .Counter",
|
|
7
|
-
".btn-outline.selected .Counter",
|
|
8
|
-
".btn-outline[aria-selected=true] .Counter",
|
|
9
|
-
".tabnav .Counter",
|
|
10
|
-
".SideNav-item:hover::before",
|
|
11
|
-
".SideNav-item:focus::before",
|
|
12
|
-
".UnderlineNav-item:hover .UnderlineNav-octicon",
|
|
13
|
-
".UnderlineNav-item:focus .UnderlineNav-octicon",
|
|
14
|
-
".UnderlineNav--right .UnderlineNav-item",
|
|
15
|
-
".pagination::before",
|
|
16
|
-
".pagination::after",
|
|
17
|
-
".pagination a:first-child",
|
|
18
|
-
".pagination span:first-child",
|
|
19
|
-
".pagination em:first-child",
|
|
20
|
-
".pagination a:last-child",
|
|
21
|
-
".pagination span:last-child",
|
|
22
|
-
".pagination em:last-child",
|
|
23
|
-
".pagination .selected",
|
|
24
|
-
".IssueLabel--big .g-emoji",
|
|
25
|
-
".IssueLabel--big:hover",
|
|
26
|
-
".SelectMenu-item[aria-checked=\"true\"]",
|
|
27
|
-
".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon--check",
|
|
28
|
-
".SelectMenu-tab:not([aria-checked=\"true\"]):hover",
|
|
29
|
-
".SelectMenu-tab:not([aria-checked=\"true\"]):active",
|
|
30
|
-
".SelectMenu-tab:not([aria-selected=\"true\"]):hover"
|
|
31
|
-
],
|
|
32
|
-
"message": "This selector is not available in Primer CSS 15.0.0. Please refer to the documentation."
|
|
33
|
-
}
|
|
34
|
-
],
|
|
35
|
-
"14.4.0": [
|
|
36
|
-
{
|
|
37
|
-
"selectors": [
|
|
38
|
-
".breadcrumb-item[aria-current]",
|
|
39
|
-
".breadcrumb-item[aria-current]::after",
|
|
40
|
-
".menu-item[aria-current]",
|
|
41
|
-
".menu-item[aria-current]::before",
|
|
42
|
-
".tabnav-tab[aria-current]",
|
|
43
|
-
".filter-item[aria-current]",
|
|
44
|
-
".SideNav-item[aria-current=\"page\"]",
|
|
45
|
-
".SideNav-item[aria-current=\"page\"]::before",
|
|
46
|
-
".SideNav-subItem[aria-current=\"page\"]",
|
|
47
|
-
".subnav-item[aria-current]",
|
|
48
|
-
".UnderlineNav-item[aria-current]",
|
|
49
|
-
".UnderlineNav-item[aria-current] .UnderlineNav-octicon",
|
|
50
|
-
".pagination [aria-current]",
|
|
51
|
-
".pagination [aria-current]:hover"
|
|
52
|
-
],
|
|
53
|
-
"message": "These selectors are not needed anymore."
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"14.0.0": [
|
|
57
|
-
{
|
|
58
|
-
"selectors": [
|
|
59
|
-
".SelectMenu-item+.SelectMenu-item",
|
|
60
|
-
".SelectMenu-divider:first-child",
|
|
61
|
-
".SelectMenu-divider:last-child",
|
|
62
|
-
".SelectMenu--hasFilter .SelectMenu-item:last-child",
|
|
63
|
-
".SelectMenu-item[aria-checked=\"true\"] .SelectMenu-icon"
|
|
64
|
-
],
|
|
65
|
-
"message": "These selectors are deprecated and not used anymore."
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"selectors": [
|
|
69
|
-
".flex-item-equal",
|
|
70
|
-
".flex-sm-item-equal",
|
|
71
|
-
".flex-md-item-equal",
|
|
72
|
-
".flex-lg-item-equal",
|
|
73
|
-
".flex-xl-item-equal"
|
|
74
|
-
],
|
|
75
|
-
"message": "This variable is deprecated. Use \"flex-1\" instead."
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"selectors": [
|
|
79
|
-
".UnderlineNav-item.selected",
|
|
80
|
-
".UnderlineNav-item.selected .UnderlineNav-octicon"
|
|
81
|
-
],
|
|
82
|
-
"message": "Please use aria-selected=\"true\" to indicate the selected state of an UnderlineNav item."
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"variables": [
|
|
86
|
-
"$status-pending"
|
|
87
|
-
],
|
|
88
|
-
"message": "This variable is deprecated."
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
"variables": [
|
|
92
|
-
"$highlight-yellow"
|
|
93
|
-
],
|
|
94
|
-
"message": "This variable is deprecated."
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"variables": [
|
|
98
|
-
"$repo-private-text",
|
|
99
|
-
"$repo-private-bg",
|
|
100
|
-
"$repo-private-icon"
|
|
101
|
-
],
|
|
102
|
-
"message": "These variables are deprecated."
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"variables": [
|
|
106
|
-
"$marketingSpacers",
|
|
107
|
-
"$allSpacers"
|
|
108
|
-
],
|
|
109
|
-
"message": "Please use the $marketing-spacers and $marketing-all-spacers variables."
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"variables": [
|
|
113
|
-
"$exploregrid-item-border-radius"
|
|
114
|
-
],
|
|
115
|
-
"message": "This variable is deprecated. Use \"4px\" instead."
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
"variables": [
|
|
119
|
-
"$stats-switcher-py",
|
|
120
|
-
"$stats-viewport-height"
|
|
121
|
-
],
|
|
122
|
-
"message": "These variables are deprecated."
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"variables": [
|
|
126
|
-
"$min_tab_size",
|
|
127
|
-
"$max_tab_size"
|
|
128
|
-
],
|
|
129
|
-
"message": "These variables are deprecated."
|
|
130
|
-
}
|
|
131
|
-
],
|
|
132
|
-
"13.0.0": [
|
|
133
|
-
{
|
|
134
|
-
"selectors": [
|
|
135
|
-
".btn-purple",
|
|
136
|
-
".btn-purple:focus",
|
|
137
|
-
".btn-purple.focus",
|
|
138
|
-
".btn-purple:hover",
|
|
139
|
-
".btn-purple.hover",
|
|
140
|
-
".btn-purple:active",
|
|
141
|
-
".btn-purple.selected",
|
|
142
|
-
"[open]>.btn-purple",
|
|
143
|
-
".btn-purple:disabled",
|
|
144
|
-
".btn-purple.disabled",
|
|
145
|
-
".btn-purple .Counter"
|
|
146
|
-
],
|
|
147
|
-
"message": "Please don't make purple buttons."
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"selectors": [
|
|
151
|
-
".text-pending"
|
|
152
|
-
],
|
|
153
|
-
"message": "Please use the \"text-yellow\" class instead of \"text-pending\"."
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"selectors": [
|
|
157
|
-
".bg-pending"
|
|
158
|
-
],
|
|
159
|
-
"message": "Please use the \"bg-yellow-dark\" class instead of \"bg-pending\"."
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"selectors": [
|
|
163
|
-
".container",
|
|
164
|
-
".container::before",
|
|
165
|
-
".container::after",
|
|
166
|
-
".columns",
|
|
167
|
-
".columns::before",
|
|
168
|
-
".columns::after",
|
|
169
|
-
".column",
|
|
170
|
-
".one-third",
|
|
171
|
-
".two-thirds",
|
|
172
|
-
".one-fourth",
|
|
173
|
-
".one-half",
|
|
174
|
-
".three-fourths",
|
|
175
|
-
".one-fifth",
|
|
176
|
-
".four-fifths"
|
|
177
|
-
],
|
|
178
|
-
"message": "Please use [grid classes](https://primer.style/css/objects/grid)."
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
"selectors": [
|
|
182
|
-
".centered"
|
|
183
|
-
],
|
|
184
|
-
"message": "You can use the \"mx-auto\" class to center any element."
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
"selectors": [
|
|
188
|
-
".dropdown-menu-content",
|
|
189
|
-
".dropdown.active .dropdown-menu-content",
|
|
190
|
-
".dropdown-menu-content.anim-scale-in"
|
|
191
|
-
],
|
|
192
|
-
"message": "The \"dropdown-menu-content\" class is unnecessary."
|
|
193
|
-
}
|
|
194
|
-
]
|
|
195
|
-
},
|
|
196
2
|
"selectors": {
|
|
197
|
-
"
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
"
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
"
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
"
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
"
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
"
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
"
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
"
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
"
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
"
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
"
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
"
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
"
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
"
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
"
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
"
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
"
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
"
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
"
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
"
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
"
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
"
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
"
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
"
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
"
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
"
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
"
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
"
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
"
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
"
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
"
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
"
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
"
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
"
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
"
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
"
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
"
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
"
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
"
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
"
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
"
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
"
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
"
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
"
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
"
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
"
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
"
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
"
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
"
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
"
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
"
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
"
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
"
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
"
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
"
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
"
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
"
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
"
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
"
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
"
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
"
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
"
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
"
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
"
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
"
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
"
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
"
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
"
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
"
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
"
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
"
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
"
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
"
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
"
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
"
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
"
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
"
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
3
|
+
"color-text-primary": "color-fg-default",
|
|
4
|
+
"color-text-secondary": "color-fg-muted",
|
|
5
|
+
"color-text-tertiary": "color-fg-muted",
|
|
6
|
+
"color-text-link": "color-fg-accent",
|
|
7
|
+
"color-text-success": "color-fg-success",
|
|
8
|
+
"color-text-warning": "color-fg-attention",
|
|
9
|
+
"color-text-danger": "color-fg-danger",
|
|
10
|
+
"color-text-inverse": "color-fg-on-emphasis",
|
|
11
|
+
"color-text-white": null,
|
|
12
|
+
"color-icon-primary": "color-fg-default",
|
|
13
|
+
"color-icon-secondary": "color-fg-muted",
|
|
14
|
+
"color-icon-tertiary": "color-fg-muted",
|
|
15
|
+
"color-icon-info": "color-fg-accent",
|
|
16
|
+
"color-icon-danger": "color-fg-danger",
|
|
17
|
+
"color-icon-success": "color-fg-success",
|
|
18
|
+
"color-icon-warning": "color-fg-attention",
|
|
19
|
+
"color-border-primary": "color-border-default",
|
|
20
|
+
"color-border-secondary": "color-border-muted",
|
|
21
|
+
"color-border-tertiary": "color-border-default",
|
|
22
|
+
"color-border-inverse": null,
|
|
23
|
+
"color-border-info": "color-border-accent-emphasis",
|
|
24
|
+
"color-border-warning": "color-border-attention-emphasis",
|
|
25
|
+
"color-bg-canvas": "color-bg-default",
|
|
26
|
+
"color-bg-canvas-inverse": "color-bg-emphasis",
|
|
27
|
+
"color-bg-canvas-inset": "color-bg-inset",
|
|
28
|
+
"color-bg-primary": "color-bg-default",
|
|
29
|
+
"color-bg-secondary": "color-bg-subtle",
|
|
30
|
+
"color-bg-tertiary": "color-bg-subtle",
|
|
31
|
+
"color-bg-info": "color-bg-accent",
|
|
32
|
+
"color-bg-info-inverse": "color-bg-accent-emphasis",
|
|
33
|
+
"color-bg-danger-inverse": "color-bg-danger-emphasis",
|
|
34
|
+
"color-bg-success-inverse": "color-bg-success-emphasis",
|
|
35
|
+
"color-bg-warning": "color-bg-attention",
|
|
36
|
+
"color-bg-warning-inverse": "color-bg-attention-emphasis",
|
|
37
|
+
"text-inherit": "color-fg-inherit",
|
|
38
|
+
"centered": "mx-auto",
|
|
39
|
+
"dropdown-menu-content": null,
|
|
40
|
+
"break-word": "wb-break-word",
|
|
41
|
+
"h000-mktg": null,
|
|
42
|
+
"h00-mktg": null,
|
|
43
|
+
"lead-mktg": null,
|
|
44
|
+
"p-7": "pt-7 pr-7 pb-7 pl-7",
|
|
45
|
+
"p-8": "pt-8 pr-8 pb-8 pl-8",
|
|
46
|
+
"p-9": "pt-9 pr-9 pb-9 pl-9",
|
|
47
|
+
"p-10": "pt-10 pr-10 pb-10 pl-10",
|
|
48
|
+
"p-11": "pt-11 pr-11 pb-11 pl-11",
|
|
49
|
+
"p-12": "pt-12 pr-12 pb-12 pl-12",
|
|
50
|
+
"p-sm-7": "pt-sm-7 pr-sm-7 pb-sm-7 pl-sm-7",
|
|
51
|
+
"p-sm-8": "pt-sm-8 pr-sm-8 pb-sm-8 pl-sm-8",
|
|
52
|
+
"p-sm-9": "pt-sm-9 pr-sm-9 pb-sm-9 pl-sm-9",
|
|
53
|
+
"p-sm-10": "pt-sm-10 pr-sm-10 pb-sm-10 pl-sm-10",
|
|
54
|
+
"p-sm-11": "pt-sm-11 pr-sm-11 pb-sm-11 pl-sm-11",
|
|
55
|
+
"p-sm-12": "pt-sm-12 pr-sm-12 pb-sm-12 pl-sm-12",
|
|
56
|
+
"p-md-7": "pt-md-7 pr-md-7 pb-md-7 pl-md-7",
|
|
57
|
+
"p-md-8": "pt-md-8 pr-md-8 pb-md-8 pl-md-8",
|
|
58
|
+
"p-md-9": "pt-md-9 pr-md-9 pb-md-9 pl-md-9",
|
|
59
|
+
"p-md-10": "pt-md-10 pr-md-10 pb-md-10 pl-md-10",
|
|
60
|
+
"p-md-11": "pt-md-11 pr-md-11 pb-md-11 pl-md-11",
|
|
61
|
+
"p-md-12": "pt-md-12 pr-md-12 pb-md-12 pl-md-12",
|
|
62
|
+
"p-lg-7": "pt-lg-7 pr-lg-7 pb-lg-7 pl-lg-7",
|
|
63
|
+
"p-lg-8": "pt-lg-8 pr-lg-8 pb-lg-8 pl-lg-8",
|
|
64
|
+
"p-lg-9": "pt-lg-9 pr-lg-9 pb-lg-9 pl-lg-9",
|
|
65
|
+
"p-lg-10": "pt-lg-10 pr-lg-10 pb-lg-10 pl-lg-10",
|
|
66
|
+
"p-lg-11": "pt-lg-11 pr-lg-11 pb-lg-11 pl-lg-11",
|
|
67
|
+
"p-lg-12": "pt-lg-12 pr-lg-12 pb-lg-12 pl-lg-12",
|
|
68
|
+
"p-xl-7": "pt-xl-7 pr-xl-7 pb-xl-7 pl-xl-7",
|
|
69
|
+
"p-xl-8": "pt-xl-8 pr-xl-8 pb-xl-8 pl-xl-8",
|
|
70
|
+
"p-xl-9": "pt-xl-9 pr-xl-9 pb-xl-9 pl-xl-9",
|
|
71
|
+
"p-xl-10": "pt-xl-10 pr-xl-10 pb-xl-10 pl-xl-10",
|
|
72
|
+
"p-xl-11": "pt-xl-11 pr-xl-11 pb-xl-11 pl-xl-11",
|
|
73
|
+
"p-xl-12": "pt-xl-12 pr-xl-12 pb-xl-12 pl-xl-12",
|
|
74
|
+
"top-n0": "top-0",
|
|
75
|
+
"right-n0": "right-0",
|
|
76
|
+
"bottom-n0": "bottom-0",
|
|
77
|
+
"left-n0": "left-0",
|
|
78
|
+
"top-md-n0": "top-md-0",
|
|
79
|
+
"right-md-n0": "right-md-0",
|
|
80
|
+
"bottom-md-n0": "bottom-md-0",
|
|
81
|
+
"left-md-n0": "left-md-0",
|
|
82
|
+
"top-lg-n0": "top-lg-0",
|
|
83
|
+
"right-lg-n0": "right-lg-0",
|
|
84
|
+
"bottom-lg-n0": "bottom-lg-0",
|
|
85
|
+
"left-lg-n0": "left-lg-0",
|
|
86
|
+
"mt-n0": "mt-0",
|
|
87
|
+
"mb-n0": "mb-0",
|
|
88
|
+
"mt-sm-n0": "mt-sm-0",
|
|
89
|
+
"mb-sm-n0": "mb-sm-0",
|
|
90
|
+
"mt-md-n0": "mt-md-0",
|
|
91
|
+
"mb-md-n0": "mb-md-0",
|
|
92
|
+
"mt-lg-n0": "mt-lg-0",
|
|
93
|
+
"mb-lg-n0": "mb-lg-0",
|
|
94
|
+
"mt-xl-n0": "mt-xl-0",
|
|
95
|
+
"mb-xl-n0": "mb-xl-0",
|
|
96
|
+
"bg-shade-gradient": "color-bg-secondary",
|
|
97
|
+
"color-border-overlay": "color-border-primary",
|
|
98
|
+
"btn-blue": null,
|
|
99
|
+
"input-dark": null,
|
|
100
|
+
"border-blue": null,
|
|
101
|
+
"border-blue-light": null,
|
|
102
|
+
"border-green": null,
|
|
103
|
+
"border-green-light": null,
|
|
104
|
+
"border-red": null,
|
|
105
|
+
"border-red-light": null,
|
|
106
|
+
"border-purple": null,
|
|
107
|
+
"border-yellow": null,
|
|
108
|
+
"border-gray-light": null,
|
|
109
|
+
"border-gray-dark": null,
|
|
110
|
+
"border-black-fade": null,
|
|
111
|
+
"border-white-fade": null,
|
|
112
|
+
"border-white-fade-15": null,
|
|
113
|
+
"border-white-fade-30": null,
|
|
114
|
+
"border-white-fade-50": null,
|
|
115
|
+
"border-white-fade-70": null,
|
|
116
|
+
"border-white-fade-85": null,
|
|
117
|
+
"box-shadow": null,
|
|
118
|
+
"box-shadow-medium": null,
|
|
119
|
+
"box-shadow-large": null,
|
|
120
|
+
"box-shadow-extra-large": null,
|
|
121
|
+
"bg-white": null,
|
|
122
|
+
"bg-blue": null,
|
|
123
|
+
"bg-blue-light": null,
|
|
124
|
+
"bg-gray-dark": null,
|
|
125
|
+
"bg-gray": null,
|
|
126
|
+
"bg-gray-light": null,
|
|
127
|
+
"bg-green": null,
|
|
128
|
+
"bg-green-light": null,
|
|
129
|
+
"bg-red": null,
|
|
130
|
+
"bg-red-light": null,
|
|
131
|
+
"bg-yellow": null,
|
|
132
|
+
"bg-yellow-light": null,
|
|
133
|
+
"bg-yellow-dark": null,
|
|
134
|
+
"bg-purple": null,
|
|
135
|
+
"bg-pink": null,
|
|
136
|
+
"bg-purple-light": null,
|
|
137
|
+
"bg-orange": null,
|
|
138
|
+
"color-gray-0": null,
|
|
139
|
+
"bg-gray-0": null,
|
|
140
|
+
"color-gray-1": null,
|
|
141
|
+
"bg-gray-1": null,
|
|
142
|
+
"color-gray-2": null,
|
|
143
|
+
"bg-gray-2": null,
|
|
144
|
+
"color-gray-3": null,
|
|
145
|
+
"bg-gray-3": null,
|
|
146
|
+
"color-gray-4": null,
|
|
147
|
+
"bg-gray-4": null,
|
|
148
|
+
"color-gray-5": null,
|
|
149
|
+
"bg-gray-5": null,
|
|
150
|
+
"color-gray-6": null,
|
|
151
|
+
"bg-gray-6": null,
|
|
152
|
+
"color-gray-7": null,
|
|
153
|
+
"bg-gray-7": null,
|
|
154
|
+
"color-gray-8": null,
|
|
155
|
+
"bg-gray-8": null,
|
|
156
|
+
"color-gray-9": null,
|
|
157
|
+
"bg-gray-9": null,
|
|
158
|
+
"color-blue-0": null,
|
|
159
|
+
"bg-blue-0": null,
|
|
160
|
+
"color-blue-1": null,
|
|
161
|
+
"bg-blue-1": null,
|
|
162
|
+
"color-blue-2": null,
|
|
163
|
+
"bg-blue-2": null,
|
|
164
|
+
"color-blue-3": null,
|
|
165
|
+
"bg-blue-3": null,
|
|
166
|
+
"color-blue-4": null,
|
|
167
|
+
"bg-blue-4": null,
|
|
168
|
+
"color-blue-5": null,
|
|
169
|
+
"bg-blue-5": null,
|
|
170
|
+
"color-blue-6": null,
|
|
171
|
+
"bg-blue-6": null,
|
|
172
|
+
"color-blue-7": null,
|
|
173
|
+
"bg-blue-7": null,
|
|
174
|
+
"color-blue-8": null,
|
|
175
|
+
"bg-blue-8": null,
|
|
176
|
+
"color-blue-9": null,
|
|
177
|
+
"bg-blue-9": null,
|
|
178
|
+
"color-green-0": null,
|
|
179
|
+
"bg-green-0": null,
|
|
180
|
+
"color-green-1": null,
|
|
181
|
+
"bg-green-1": null,
|
|
182
|
+
"color-green-2": null,
|
|
183
|
+
"bg-green-2": null,
|
|
184
|
+
"color-green-3": null,
|
|
185
|
+
"bg-green-3": null,
|
|
186
|
+
"color-green-4": null,
|
|
187
|
+
"bg-green-4": null,
|
|
188
|
+
"color-green-5": null,
|
|
189
|
+
"bg-green-5": null,
|
|
190
|
+
"color-green-6": null,
|
|
191
|
+
"bg-green-6": null,
|
|
192
|
+
"color-green-7": null,
|
|
193
|
+
"bg-green-7": null,
|
|
194
|
+
"color-green-8": null,
|
|
195
|
+
"bg-green-8": null,
|
|
196
|
+
"color-green-9": null,
|
|
197
|
+
"bg-green-9": null,
|
|
198
|
+
"color-yellow-0": null,
|
|
199
|
+
"bg-yellow-0": null,
|
|
200
|
+
"color-yellow-1": null,
|
|
201
|
+
"bg-yellow-1": null,
|
|
202
|
+
"color-yellow-2": null,
|
|
203
|
+
"bg-yellow-2": null,
|
|
204
|
+
"color-yellow-3": null,
|
|
205
|
+
"bg-yellow-3": null,
|
|
206
|
+
"color-yellow-4": null,
|
|
207
|
+
"bg-yellow-4": null,
|
|
208
|
+
"color-yellow-5": null,
|
|
209
|
+
"bg-yellow-5": null,
|
|
210
|
+
"color-yellow-6": null,
|
|
211
|
+
"bg-yellow-6": null,
|
|
212
|
+
"color-yellow-7": null,
|
|
213
|
+
"bg-yellow-7": null,
|
|
214
|
+
"color-yellow-8": null,
|
|
215
|
+
"bg-yellow-8": null,
|
|
216
|
+
"color-yellow-9": null,
|
|
217
|
+
"bg-yellow-9": null,
|
|
218
|
+
"color-orange-0": null,
|
|
219
|
+
"bg-orange-0": null,
|
|
220
|
+
"color-orange-1": null,
|
|
221
|
+
"bg-orange-1": null,
|
|
222
|
+
"color-orange-2": null,
|
|
223
|
+
"bg-orange-2": null,
|
|
224
|
+
"color-orange-3": null,
|
|
225
|
+
"bg-orange-3": null,
|
|
226
|
+
"color-orange-4": null,
|
|
227
|
+
"bg-orange-4": null,
|
|
228
|
+
"color-orange-5": null,
|
|
229
|
+
"bg-orange-5": null,
|
|
230
|
+
"color-orange-6": null,
|
|
231
|
+
"bg-orange-6": null,
|
|
232
|
+
"color-orange-7": null,
|
|
233
|
+
"bg-orange-7": null,
|
|
234
|
+
"color-orange-8": null,
|
|
235
|
+
"bg-orange-8": null,
|
|
236
|
+
"color-orange-9": null,
|
|
237
|
+
"bg-orange-9": null,
|
|
238
|
+
"color-red-0": null,
|
|
239
|
+
"bg-red-0": null,
|
|
240
|
+
"color-red-1": null,
|
|
241
|
+
"bg-red-1": null,
|
|
242
|
+
"color-red-2": null,
|
|
243
|
+
"bg-red-2": null,
|
|
244
|
+
"color-red-3": null,
|
|
245
|
+
"bg-red-3": null,
|
|
246
|
+
"color-red-4": null,
|
|
247
|
+
"bg-red-4": null,
|
|
248
|
+
"color-red-5": null,
|
|
249
|
+
"bg-red-5": null,
|
|
250
|
+
"color-red-6": null,
|
|
251
|
+
"bg-red-6": null,
|
|
252
|
+
"color-red-7": null,
|
|
253
|
+
"bg-red-7": null,
|
|
254
|
+
"color-red-8": null,
|
|
255
|
+
"bg-red-8": null,
|
|
256
|
+
"color-red-9": null,
|
|
257
|
+
"bg-red-9": null,
|
|
258
|
+
"color-purple-0": null,
|
|
259
|
+
"bg-purple-0": null,
|
|
260
|
+
"color-purple-1": null,
|
|
261
|
+
"bg-purple-1": null,
|
|
262
|
+
"color-purple-2": null,
|
|
263
|
+
"bg-purple-2": null,
|
|
264
|
+
"color-purple-3": null,
|
|
265
|
+
"bg-purple-3": null,
|
|
266
|
+
"color-purple-4": null,
|
|
267
|
+
"bg-purple-4": null,
|
|
268
|
+
"color-purple-5": null,
|
|
269
|
+
"bg-purple-5": null,
|
|
270
|
+
"color-purple-6": null,
|
|
271
|
+
"bg-purple-6": null,
|
|
272
|
+
"color-purple-7": null,
|
|
273
|
+
"bg-purple-7": null,
|
|
274
|
+
"color-purple-8": null,
|
|
275
|
+
"bg-purple-8": null,
|
|
276
|
+
"color-purple-9": null,
|
|
277
|
+
"bg-purple-9": null,
|
|
278
|
+
"color-pink-0": null,
|
|
279
|
+
"bg-pink-0": null,
|
|
280
|
+
"color-pink-1": null,
|
|
281
|
+
"bg-pink-1": null,
|
|
282
|
+
"color-pink-2": null,
|
|
283
|
+
"bg-pink-2": null,
|
|
284
|
+
"color-pink-3": null,
|
|
285
|
+
"bg-pink-3": null,
|
|
286
|
+
"color-pink-4": null,
|
|
287
|
+
"bg-pink-4": null,
|
|
288
|
+
"color-pink-5": null,
|
|
289
|
+
"bg-pink-5": null,
|
|
290
|
+
"color-pink-6": null,
|
|
291
|
+
"bg-pink-6": null,
|
|
292
|
+
"color-pink-7": null,
|
|
293
|
+
"bg-pink-7": null,
|
|
294
|
+
"color-pink-8": null,
|
|
295
|
+
"bg-pink-8": null,
|
|
296
|
+
"color-pink-9": null,
|
|
297
|
+
"bg-pink-9": null,
|
|
298
|
+
"text-blue": null,
|
|
299
|
+
"text-red": null,
|
|
300
|
+
"text-gray-light": null,
|
|
301
|
+
"text-gray": null,
|
|
302
|
+
"text-gray-dark": null,
|
|
303
|
+
"text-green": null,
|
|
304
|
+
"text-yellow": null,
|
|
305
|
+
"text-orange": null,
|
|
306
|
+
"text-orange-light": null,
|
|
307
|
+
"text-purple": null,
|
|
308
|
+
"text-pink": null,
|
|
309
|
+
"text-white": null,
|
|
310
|
+
"link-gray": null,
|
|
311
|
+
"link-gray-dark": null,
|
|
312
|
+
"muted-link": null,
|
|
313
|
+
"text-shadow-dark": null,
|
|
314
|
+
"text-shadow-light": null,
|
|
315
|
+
"dropdown-menu-dark": null,
|
|
316
|
+
"Label--outline": null,
|
|
317
|
+
"Label--gray": null,
|
|
318
|
+
"Label--gray-darker": null,
|
|
319
|
+
"Label--yellow": null,
|
|
320
|
+
"Label--orange": null,
|
|
321
|
+
"Label--red": null,
|
|
322
|
+
"Label--outline-green": null,
|
|
323
|
+
"Label--green": null,
|
|
324
|
+
"Label--blue": null,
|
|
325
|
+
"Label--purple": null,
|
|
326
|
+
"Label--pink": null,
|
|
327
|
+
"State--green": null,
|
|
328
|
+
"State--red": null,
|
|
329
|
+
"State--purple": null,
|
|
330
|
+
"Counter--gray-light": null,
|
|
331
|
+
"Counter--gray": null,
|
|
332
|
+
"flex-item-equal": "flex-1",
|
|
333
|
+
"flex-sm-item-equal": "flex-sm-1",
|
|
334
|
+
"flex-md-item-equal": "flex-md-1",
|
|
335
|
+
"flex-lg-item-equal": "flex-lg-1",
|
|
336
|
+
"flex-xl-item-equal": "flex-xl-1",
|
|
337
|
+
"btn-purple": null,
|
|
338
|
+
"text-pending": "text-yellow",
|
|
339
|
+
"bg-pending": "bg-yellow-dark",
|
|
340
|
+
"container": null,
|
|
341
|
+
"columns": null,
|
|
342
|
+
"column": null,
|
|
343
|
+
"one-third": null,
|
|
344
|
+
"two-thirds": null,
|
|
345
|
+
"one-fourth": null,
|
|
346
|
+
"one-half": null,
|
|
347
|
+
"three-fourths": null,
|
|
348
|
+
"one-fifth": null,
|
|
349
|
+
"four-fifths": null
|
|
525
350
|
},
|
|
351
|
+
|
|
526
352
|
"variables": {
|
|
527
|
-
"$
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
"$
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
"$
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
"$
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
"$
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
"$
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
"$
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
"$
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
"$
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
"$
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
"$
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
"$
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
353
|
+
"$h000-size": null,
|
|
354
|
+
"$h000-size-mobile": null,
|
|
355
|
+
"$bg-black": null,
|
|
356
|
+
"$bg-black-fade": null,
|
|
357
|
+
"$bg-blue": null,
|
|
358
|
+
"$bg-blue-light": null,
|
|
359
|
+
"$bg-diffstat-added": null,
|
|
360
|
+
"$bg-diffstat-deleted": null,
|
|
361
|
+
"$bg-diffstat-neutral": null,
|
|
362
|
+
"$bg-gray": null,
|
|
363
|
+
"$bg-gray-dark": null,
|
|
364
|
+
"$bg-gray-light": null,
|
|
365
|
+
"$bg-green": null,
|
|
366
|
+
"$bg-green-light": null,
|
|
367
|
+
"$bg-orange": null,
|
|
368
|
+
"$bg-pink": null,
|
|
369
|
+
"$bg-purple": null,
|
|
370
|
+
"$bg-purple-light": null,
|
|
371
|
+
"$bg-red": null,
|
|
372
|
+
"$bg-red-light": null,
|
|
373
|
+
"$bg-white": null,
|
|
374
|
+
"$bg-yellow": null,
|
|
375
|
+
"$bg-yellow-dark": null,
|
|
376
|
+
"$bg-yellow-light": null,
|
|
377
|
+
"$black": null,
|
|
378
|
+
"$black-fade-15": null,
|
|
379
|
+
"$black-fade-30": null,
|
|
380
|
+
"$black-fade-50": null,
|
|
381
|
+
"$black-fade-70": null,
|
|
382
|
+
"$black-fade-85": null,
|
|
383
|
+
"$blue": null,
|
|
384
|
+
"$blue-000": null,
|
|
385
|
+
"$blue-100": null,
|
|
386
|
+
"$blue-200": null,
|
|
387
|
+
"$blue-300": null,
|
|
388
|
+
"$blue-400": null,
|
|
389
|
+
"$blue-500": null,
|
|
390
|
+
"$blue-600": null,
|
|
391
|
+
"$blue-700": null,
|
|
392
|
+
"$blue-800": null,
|
|
393
|
+
"$blue-900": null,
|
|
394
|
+
"$border-black-fade": null,
|
|
395
|
+
"$border-blue": null,
|
|
396
|
+
"$border-blue-light": null,
|
|
397
|
+
"$border-color": null,
|
|
398
|
+
"$border-color-button": null,
|
|
399
|
+
"$border-gray": null,
|
|
400
|
+
"$border-gray-dark": null,
|
|
401
|
+
"$border-gray-darker": null,
|
|
402
|
+
"$border-gray-light": null,
|
|
403
|
+
"$border-green": null,
|
|
404
|
+
"$border-green-light": null,
|
|
405
|
+
"$border-purple": null,
|
|
406
|
+
"$border-red": null,
|
|
407
|
+
"$border-red-light": null,
|
|
408
|
+
"$border-white": null,
|
|
409
|
+
"$border-white-fade": null,
|
|
410
|
+
"$border-yellow": null,
|
|
411
|
+
"$box-shadow": null,
|
|
412
|
+
"$box-shadow-extra-large": null,
|
|
413
|
+
"$box-shadow-focus": null,
|
|
414
|
+
"$box-shadow-highlight": null,
|
|
415
|
+
"$box-shadow-inset": null,
|
|
416
|
+
"$box-shadow-large": null,
|
|
417
|
+
"$box-shadow-medium": null,
|
|
418
|
+
"$btn-active-shadow": null,
|
|
419
|
+
"$btn-input-focus-shadow": null,
|
|
420
|
+
"$form-control-shadow": null,
|
|
421
|
+
"$gray": null,
|
|
422
|
+
"$gray-000": null,
|
|
423
|
+
"$gray-100": null,
|
|
424
|
+
"$gray-200": null,
|
|
425
|
+
"$gray-300": null,
|
|
426
|
+
"$gray-400": null,
|
|
427
|
+
"$gray-500": null,
|
|
428
|
+
"$gray-600": null,
|
|
429
|
+
"$gray-700": null,
|
|
430
|
+
"$gray-800": null,
|
|
431
|
+
"$gray-900": null,
|
|
432
|
+
"$gray-dark": null,
|
|
433
|
+
"$gray-light": null,
|
|
434
|
+
"$green": null,
|
|
435
|
+
"$green-000": null,
|
|
436
|
+
"$green-100": null,
|
|
437
|
+
"$green-200": null,
|
|
438
|
+
"$green-300": null,
|
|
439
|
+
"$green-400": null,
|
|
440
|
+
"$green-500": null,
|
|
441
|
+
"$green-600": null,
|
|
442
|
+
"$green-700": null,
|
|
443
|
+
"$green-800": null,
|
|
444
|
+
"$green-900": null,
|
|
445
|
+
"$orange": null,
|
|
446
|
+
"$orange-000": null,
|
|
447
|
+
"$orange-100": null,
|
|
448
|
+
"$orange-200": null,
|
|
449
|
+
"$orange-300": null,
|
|
450
|
+
"$orange-400": null,
|
|
451
|
+
"$orange-500": null,
|
|
452
|
+
"$orange-600": null,
|
|
453
|
+
"$orange-700": null,
|
|
454
|
+
"$orange-800": null,
|
|
455
|
+
"$orange-900": null,
|
|
456
|
+
"$pink-000": null,
|
|
457
|
+
"$pink-100": null,
|
|
458
|
+
"$pink-200": null,
|
|
459
|
+
"$pink-300": null,
|
|
460
|
+
"$pink-400": null,
|
|
461
|
+
"$pink-500": null,
|
|
462
|
+
"$pink-600": null,
|
|
463
|
+
"$pink-700": null,
|
|
464
|
+
"$pink-800": null,
|
|
465
|
+
"$pink-900": null,
|
|
466
|
+
"$purple": null,
|
|
467
|
+
"$purple-000": null,
|
|
468
|
+
"$purple-100": null,
|
|
469
|
+
"$purple-200": null,
|
|
470
|
+
"$purple-300": null,
|
|
471
|
+
"$purple-400": null,
|
|
472
|
+
"$purple-500": null,
|
|
473
|
+
"$purple-600": null,
|
|
474
|
+
"$purple-700": null,
|
|
475
|
+
"$purple-800": null,
|
|
476
|
+
"$purple-900": null,
|
|
477
|
+
"$red": null,
|
|
478
|
+
"$red-000": null,
|
|
479
|
+
"$red-100": null,
|
|
480
|
+
"$red-200": null,
|
|
481
|
+
"$red-300": null,
|
|
482
|
+
"$red-400": null,
|
|
483
|
+
"$red-500": null,
|
|
484
|
+
"$red-600": null,
|
|
485
|
+
"$red-700": null,
|
|
486
|
+
"$red-800": null,
|
|
487
|
+
"$red-900": null,
|
|
488
|
+
"$text-black": null,
|
|
489
|
+
"$text-blue": null,
|
|
490
|
+
"$text-gray": null,
|
|
491
|
+
"$text-gray-dark": null,
|
|
492
|
+
"$text-gray-light": null,
|
|
493
|
+
"$text-green": null,
|
|
494
|
+
"$text-orange": null,
|
|
495
|
+
"$text-orange-light": null,
|
|
496
|
+
"$text-pink": null,
|
|
497
|
+
"$text-purple": null,
|
|
498
|
+
"$text-red": null,
|
|
499
|
+
"$text-white": null,
|
|
500
|
+
"$text-yellow": null,
|
|
501
|
+
"$tooltip-background-color": null,
|
|
502
|
+
"$tooltip-text-color": null,
|
|
503
|
+
"$white": null,
|
|
504
|
+
"$white-fade-15": null,
|
|
505
|
+
"$white-fade-30": null,
|
|
506
|
+
"$white-fade-50": null,
|
|
507
|
+
"$white-fade-70": null,
|
|
508
|
+
"$white-fade-85": null,
|
|
509
|
+
"$yellow": null,
|
|
510
|
+
"$yellow-000": null,
|
|
511
|
+
"$yellow-100": null,
|
|
512
|
+
"$yellow-200": null,
|
|
513
|
+
"$yellow-300": null,
|
|
514
|
+
"$yellow-400": null,
|
|
515
|
+
"$yellow-500": null,
|
|
516
|
+
"$yellow-600": null,
|
|
517
|
+
"$yellow-700": null,
|
|
518
|
+
"$yellow-800": null,
|
|
519
|
+
"$yellow-900": null,
|
|
520
|
+
"$blue-mktg": null,
|
|
521
|
+
"$green-mktg": null,
|
|
522
|
+
"$status-pending": null,
|
|
523
|
+
"$highlight-yellow": null,
|
|
524
|
+
"$repo-private-text": null,
|
|
525
|
+
"$repo-private-bg": null,
|
|
526
|
+
"$repo-private-icon": null,
|
|
527
|
+
"$marketingSpacers": "$marketing-spacers",
|
|
528
|
+
"$allSpacers": "$marketing-all-spacers",
|
|
529
|
+
"$exploregrid-item-border-radius": "4px",
|
|
530
|
+
"$stats-switcher-py": null,
|
|
531
|
+
"$stats-viewport-height": null,
|
|
532
|
+
"$min_tab_size": null,
|
|
533
|
+
"$max_tab_size": null
|
|
534
|
+
},
|
|
535
|
+
|
|
536
|
+
"mixins": {
|
|
537
|
+
"rem": null
|
|
575
538
|
}
|
|
576
|
-
}
|
|
539
|
+
}
|