@gitlab/ui 72.12.1 → 72.12.3
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 +15 -0
- package/dist/components/base/new_dropdowns/listbox/listbox.js +1 -1
- package/dist/tokens/css/tokens.css +1 -1
- package/dist/tokens/css/tokens.dark.css +1 -1
- package/dist/tokens/js/tokens.dark.js +1 -1
- package/dist/tokens/js/tokens.js +1 -1
- package/dist/tokens/scss/_tokens.dark.scss +1 -1
- package/dist/tokens/scss/_tokens.scss +1 -1
- package/dist/utility_classes.css +1 -1
- package/dist/utility_classes.css.map +1 -1
- package/package.json +13 -13
- package/src/components/base/new_dropdowns/listbox/listbox.vue +0 -1
- package/src/scss/utilities.scss +8 -8
- package/src/scss/utility-mixins/typography.scss +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "72.12.
|
|
3
|
+
"version": "72.12.3",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"dompurify": "^2.4.7 || ^3.0.5",
|
|
82
82
|
"emoji-regex": ">=10.0.0",
|
|
83
83
|
"pikaday": "^1.8.0",
|
|
84
|
-
"tailwindcss": "3
|
|
84
|
+
"tailwindcss": "^3",
|
|
85
85
|
"vue": "^2.7.16"
|
|
86
86
|
},
|
|
87
87
|
"resolutions": {
|
|
@@ -104,17 +104,17 @@
|
|
|
104
104
|
"@rollup/plugin-commonjs": "^11.1.0",
|
|
105
105
|
"@rollup/plugin-node-resolve": "^7.1.3",
|
|
106
106
|
"@rollup/plugin-replace": "^2.3.2",
|
|
107
|
-
"@storybook/addon-a11y": "7.6.
|
|
108
|
-
"@storybook/addon-docs": "7.6.
|
|
109
|
-
"@storybook/addon-essentials": "7.6.
|
|
110
|
-
"@storybook/addon-viewport": "7.6.
|
|
111
|
-
"@storybook/builder-webpack5": "7.6.
|
|
107
|
+
"@storybook/addon-a11y": "7.6.10",
|
|
108
|
+
"@storybook/addon-docs": "7.6.10",
|
|
109
|
+
"@storybook/addon-essentials": "7.6.10",
|
|
110
|
+
"@storybook/addon-viewport": "7.6.10",
|
|
111
|
+
"@storybook/builder-webpack5": "7.6.10",
|
|
112
112
|
"@storybook/test-runner": "0.16.0",
|
|
113
|
-
"@storybook/theming": "7.6.
|
|
114
|
-
"@storybook/vue": "7.6.
|
|
115
|
-
"@storybook/vue-webpack5": "7.6.
|
|
116
|
-
"@storybook/vue3": "7.6.
|
|
117
|
-
"@storybook/vue3-webpack5": "7.6.
|
|
113
|
+
"@storybook/theming": "7.6.10",
|
|
114
|
+
"@storybook/vue": "7.6.10",
|
|
115
|
+
"@storybook/vue-webpack5": "7.6.10",
|
|
116
|
+
"@storybook/vue3": "7.6.10",
|
|
117
|
+
"@storybook/vue3-webpack5": "7.6.10",
|
|
118
118
|
"@types/jest": "^29.5.11",
|
|
119
119
|
"@types/jest-image-snapshot": "^6.4.0",
|
|
120
120
|
"@vue/compat": "^3.2.40",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"sass-loader": "^10.2.0",
|
|
168
168
|
"sass-true": "^6.1.0",
|
|
169
169
|
"start-server-and-test": "^1.10.6",
|
|
170
|
-
"storybook": "7.6.
|
|
170
|
+
"storybook": "7.6.10",
|
|
171
171
|
"storybook-dark-mode": "3.0.3",
|
|
172
172
|
"style-dictionary": "^3.8.0",
|
|
173
173
|
"stylelint": "15.10.2",
|
package/src/scss/utilities.scss
CHANGED
|
@@ -8837,42 +8837,42 @@ $gl-animate-skeleton-loader-max-width: 64 * $grid-size;
|
|
|
8837
8837
|
font-style: normal !important;
|
|
8838
8838
|
}
|
|
8839
8839
|
|
|
8840
|
-
.gl-heading-
|
|
8840
|
+
.gl-heading-6{
|
|
8841
8841
|
@include gl-heading-scale-200;
|
|
8842
8842
|
margin-bottom: $gl-mb-heading;
|
|
8843
8843
|
}
|
|
8844
8844
|
|
|
8845
|
-
.gl-heading-
|
|
8845
|
+
.gl-heading-6\!{
|
|
8846
8846
|
@include gl-heading-scale-200;
|
|
8847
8847
|
margin-bottom: $gl-mb-heading !important;
|
|
8848
8848
|
}
|
|
8849
8849
|
|
|
8850
|
-
.gl-heading-
|
|
8850
|
+
.gl-heading-6-fixed{
|
|
8851
8851
|
@include gl-heading-scale-200-fixed;
|
|
8852
8852
|
margin-bottom: $gl-mb-heading;
|
|
8853
8853
|
}
|
|
8854
8854
|
|
|
8855
|
-
.gl-heading-
|
|
8855
|
+
.gl-heading-6-fixed\!{
|
|
8856
8856
|
@include gl-heading-scale-200-fixed;
|
|
8857
8857
|
margin-bottom: $gl-mb-heading !important;
|
|
8858
8858
|
}
|
|
8859
8859
|
|
|
8860
|
-
.gl-heading-
|
|
8860
|
+
.gl-heading-5{
|
|
8861
8861
|
@include gl-heading-scale-300;
|
|
8862
8862
|
margin-bottom: $gl-mb-heading;
|
|
8863
8863
|
}
|
|
8864
8864
|
|
|
8865
|
-
.gl-heading-
|
|
8865
|
+
.gl-heading-5\!{
|
|
8866
8866
|
@include gl-heading-scale-300;
|
|
8867
8867
|
margin-bottom: $gl-mb-heading !important;
|
|
8868
8868
|
}
|
|
8869
8869
|
|
|
8870
|
-
.gl-heading-
|
|
8870
|
+
.gl-heading-5-fixed{
|
|
8871
8871
|
@include gl-heading-scale-300-fixed;
|
|
8872
8872
|
margin-bottom: $gl-mb-heading;
|
|
8873
8873
|
}
|
|
8874
8874
|
|
|
8875
|
-
.gl-heading-
|
|
8875
|
+
.gl-heading-5-fixed\!{
|
|
8876
8876
|
@include gl-heading-scale-300-fixed;
|
|
8877
8877
|
margin-bottom: $gl-mb-heading !important;
|
|
8878
8878
|
}
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
* https://design.gitlab.com/product-foundations/type-fundamentals
|
|
38
38
|
*/
|
|
39
39
|
|
|
40
|
-
@mixin gl-heading-
|
|
40
|
+
@mixin gl-heading-6 {
|
|
41
41
|
@include gl-heading-scale-200;
|
|
42
42
|
margin-bottom: $gl-mb-heading;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
@mixin gl-heading-
|
|
45
|
+
@mixin gl-heading-6-fixed {
|
|
46
46
|
@include gl-heading-scale-200-fixed;
|
|
47
47
|
margin-bottom: $gl-mb-heading;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
@mixin gl-heading-
|
|
50
|
+
@mixin gl-heading-5 {
|
|
51
51
|
@include gl-heading-scale-300;
|
|
52
52
|
margin-bottom: $gl-mb-heading;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
@mixin gl-heading-
|
|
55
|
+
@mixin gl-heading-5-fixed {
|
|
56
56
|
@include gl-heading-scale-300-fixed;
|
|
57
57
|
margin-bottom: $gl-mb-heading;
|
|
58
58
|
}
|