@gitlab/ui 80.0.1 → 80.1.0
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 +7 -0
- package/dist/index.css +1 -1
- package/dist/index.css.map +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/package.json +6 -6
- package/src/components/base/drawer/drawer.scss +1 -0
- package/src/components/base/drawer/drawer.stories.js +1 -1
package/dist/tokens/js/tokens.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 03 May 2024 04:11:26 GMT
|
|
4
4
|
|
|
5
5
|
$gl-text-color-disabled: #89888d !default; // Used for disabled text.
|
|
6
6
|
$gl-text-color-link: #63a6e9 !default; // Used for default text links.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Fri, 03 May 2024 04:11:25 GMT
|
|
4
4
|
|
|
5
5
|
$gl-text-color-disabled: #89888d !default; // Used for disabled text.
|
|
6
6
|
$gl-text-color-success: #217645 !default; // Used for text indicating success or validity.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlab/ui",
|
|
3
|
-
"version": "80.0
|
|
3
|
+
"version": "80.1.0",
|
|
4
4
|
"description": "GitLab UI Components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"peerDependencies": {
|
|
81
81
|
"@gitlab/svgs": "^1.116.0 || ^2.0.0 || ^3.0.0",
|
|
82
82
|
"bootstrap": ">=4.5.3 <=4.6.2",
|
|
83
|
-
"dompurify": "
|
|
83
|
+
"dompurify": ">=2.5.2 <3.0.0 || >=3.1.2",
|
|
84
84
|
"emoji-regex": ">=10.0.0",
|
|
85
85
|
"pikaday": "^1.8.0",
|
|
86
86
|
"tailwindcss": "^3",
|
|
@@ -93,10 +93,10 @@
|
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@arkweid/lefthook": "0.7.7",
|
|
96
|
-
"@babel/core": "^7.24.
|
|
96
|
+
"@babel/core": "^7.24.5",
|
|
97
97
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
|
98
98
|
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
|
|
99
|
-
"@babel/preset-env": "^7.24.
|
|
99
|
+
"@babel/preset-env": "^7.24.5",
|
|
100
100
|
"@babel/preset-react": "^7.24.1",
|
|
101
101
|
"@cypress/grep": "^4.0.1",
|
|
102
102
|
"@gitlab/eslint-plugin": "19.5.0",
|
|
@@ -134,11 +134,11 @@
|
|
|
134
134
|
"cypress": "13.8.1",
|
|
135
135
|
"cypress-axe": "^1.4.0",
|
|
136
136
|
"cypress-real-events": "^1.11.0",
|
|
137
|
-
"dompurify": "^3.
|
|
137
|
+
"dompurify": "^3.1.2",
|
|
138
138
|
"emoji-regex": "^10.0.0",
|
|
139
139
|
"eslint": "8.57.0",
|
|
140
140
|
"eslint-import-resolver-jest": "3.0.2",
|
|
141
|
-
"eslint-plugin-cypress": "3.0.
|
|
141
|
+
"eslint-plugin-cypress": "3.0.3",
|
|
142
142
|
"eslint-plugin-storybook": "0.8.0",
|
|
143
143
|
"glob": "10.3.3",
|
|
144
144
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -144,7 +144,7 @@ export const WithActions = (_args, { viewMode }) => ({
|
|
|
144
144
|
<gl-button @click="toggle">Toggle Drawer</gl-button>
|
|
145
145
|
${createSidebarTemplate(`
|
|
146
146
|
<template #title>
|
|
147
|
-
<h3>custom-network-policy</h3>
|
|
147
|
+
<h3>custom-network-policy multiple lines headline</h3>
|
|
148
148
|
</template>
|
|
149
149
|
<template #header>
|
|
150
150
|
<div class="gl-mt-5">
|