From fa095ac3cc4eb83820cdd0d6139f86c977f60dfa Mon Sep 17 00:00:00 2001 From: GitLab UI Integration Test Date: Mon, 21 Aug 2023 12:44:52 +0000 Subject: [PATCH 1/2] GitLab UI integration branch for new-card --- package.json | 2 +- yarn.lock | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5ded636a3ce59e..2bab7efa9a0c3a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@gitlab/favicon-overlay": "2.0.0", "@gitlab/fonts": "^1.3.0", "@gitlab/svgs": "3.59.0", - "@gitlab/ui": "65.3.1", + "@gitlab/ui": "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/4912579819/artifacts/raw/gitlab-ui.new-card.tgz", "@gitlab/visual-review-tools": "1.7.3", "@gitlab/web-ide": "0.0.1-dev-20230807045127", "@mattiasbuelens/web-streams-adapter": "^0.1.0", diff --git a/yarn.lock b/yarn.lock index 4d536a079258f3..09399e65e18227 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1147,10 +1147,9 @@ resolved "https://registry.yarnpkg.com/@gitlab/svgs/-/svgs-3.59.0.tgz#21090154aa7987e059264e13182c4c60e6d0d4b3" integrity sha512-5+FZ0Clwtf2X6oHEEVCwbhqhmnxT8Ds1CGFxHzzWsvQ5Hkdt658BVAicsbvQSU+TuEIhnKOK3BfooyleMUwLlQ== -"@gitlab/ui@65.3.1": +"@gitlab/ui@https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/4912579819/artifacts/raw/gitlab-ui.new-card.tgz": version "65.3.1" - resolved "https://registry.yarnpkg.com/@gitlab/ui/-/ui-65.3.1.tgz#5dd995549f32e67f6d286d29cff7445884a351bb" - integrity sha512-3mGY76IfS7RiAeb9U/j8/7c35lJ3AX0utFQDEWV39ttwylArpNCRuNsjgFaWI7o2RgRhohM0ZBoNKmIm3haJaA== + resolved "https://gitlab.com/gitlab-org/gitlab-ui/-/jobs/4912579819/artifacts/raw/gitlab-ui.new-card.tgz#f92aa10029bf8676723e16014bd86bd084485d6b" dependencies: "@floating-ui/dom" "1.2.9" bootstrap-vue "2.23.1" -- GitLab From 2be30a28e3ed375a398d9a51594ca041dd5e0c92 Mon Sep 17 00:00:00 2001 From: Sascha Eggenberger Date: Mon, 21 Aug 2023 16:31:50 +0200 Subject: [PATCH 2/2] Changes to GlCard Haml component, test changes --- .../broadcast_messages/components/base.vue | 27 +++------ .../components/related_issues_block.vue | 57 ++++++++----------- .../components/related_issues_list.vue | 9 +-- app/assets/stylesheets/framework/lists.scss | 2 +- .../pajamas/card_component.html.haml | 27 ++++++++- app/components/pajamas/card_component.rb | 52 ++++++++++++++++- app/views/projects/branches/_panel.html.haml | 4 +- .../protected_tags/shared/_index.html.haml | 36 ++++++------ package.json | 2 +- yarn.lock | 4 +- 10 files changed, 136 insertions(+), 84 deletions(-) diff --git a/app/assets/javascripts/admin/broadcast_messages/components/base.vue b/app/assets/javascripts/admin/broadcast_messages/components/base.vue index 55bffe0a340d7b..004fe7f2b3a661 100644 --- a/app/assets/javascripts/admin/broadcast_messages/components/base.vue +++ b/app/assets/javascripts/admin/broadcast_messages/components/base.vue @@ -1,5 +1,5 @@