Unverified Commit 14074453 authored by Denys Mishunov's avatar Denys Mishunov
Browse files

feat: upgraded gitlab-ui to 68.7.0

The change also contains style updates
parent 5b13eeaf
Loading
Loading
Loading
Loading
+17 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
  --glDuoChat-background: var(--vscode-sideBar-background);
  --glDuoChat-background-alternative: var(--vscode-editor-background);
  
  --glDuoChat-border-color: var(--vscode-widget-border);
  --glDuoChat-border-color: var(--vscode-widget-border, var(--vscode-editorWidget-border));
  --glDuoChat-shadow: var(--vscode-widget-shadow);

  --glDuoChat-alert-foreground: var(--vscode-sideBarSectionHeader-foreground);
@@ -134,6 +134,12 @@ pre.code {
    outline: 1px solid var(--glDuoChat-input-border-focus);
  }
}
.gl-icon {
  color: var(--glDuoChat-icon-foreground);
}
.gl-button .gl-icon {
  color: var(--glDuoChat-button-foreground);
}
.gl-button.gl-button.btn-default,
.gl-button.gl-button.btn-dashed,
.gl-button.gl-button.btn-block.btn-default,
@@ -227,6 +233,11 @@ pre.code {
    @include gl-bg-transparent;
    color: var(--glDuoChat-textPreformat-foreground);
  }
  &:first-child {
    pre {
      @include gl-mt-0;
    }
  }
}
.gl-modal {
  color: var(--glDuoChat-foreground);
@@ -363,9 +374,7 @@ pre.code {
    }
  }
}
.gl-icon {
  color: var(--glDuoChat-icon-foreground);
}


// Components
.duo-chat {
@@ -398,3 +407,7 @@ pre.code {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.duo-chat copy-code .gl-button.gl-button.btn-default {
  @include gl-bg-transparent;
}
 No newline at end of file
+7 −7
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
      "name": "vue2-webviews",
      "version": "0.0.0",
      "dependencies": {
        "@gitlab/ui": "^67.3.3",
        "@gitlab/ui": "^68.7.0",
        "concurrently": "^8.2.2",
        "dompurify": "^3.0.5",
        "marked": "^7.0.4",
@@ -196,9 +196,9 @@
      "peer": true
    },
    "node_modules/@gitlab/ui": {
      "version": "67.3.3",
      "resolved": "https://registry.npmjs.org/@gitlab/ui/-/ui-67.3.3.tgz",
      "integrity": "sha512-Gc+HYwB0MdEO0qDboNnDTROpItlWB1rFFqFqe7h/IuqJUHyr2NmUAvhrPINE6f56qa5GcMTDlFazmUUY4kcxCg==",
      "version": "68.7.0",
      "resolved": "https://registry.npmjs.org/@gitlab/ui/-/ui-68.7.0.tgz",
      "integrity": "sha512-OpDtJlrE1qYbEtNN1scHNtIIWkFuCP+em+XkJYOKZvcrvblF+CDrDO6AXES7ExuIiTHaXDaIZF+pvLb+Ibu/ng==",
      "dependencies": {
        "@floating-ui/dom": "1.2.9",
        "bootstrap-vue": "2.23.1",
@@ -4178,9 +4178,9 @@
      "peer": true
    },
    "@gitlab/ui": {
      "version": "67.3.3",
      "resolved": "https://registry.npmjs.org/@gitlab/ui/-/ui-67.3.3.tgz",
      "integrity": "sha512-Gc+HYwB0MdEO0qDboNnDTROpItlWB1rFFqFqe7h/IuqJUHyr2NmUAvhrPINE6f56qa5GcMTDlFazmUUY4kcxCg==",
      "version": "68.7.0",
      "resolved": "https://registry.npmjs.org/@gitlab/ui/-/ui-68.7.0.tgz",
      "integrity": "sha512-OpDtJlrE1qYbEtNN1scHNtIIWkFuCP+em+XkJYOKZvcrvblF+CDrDO6AXES7ExuIiTHaXDaIZF+pvLb+Ibu/ng==",
      "requires": {
        "@floating-ui/dom": "1.2.9",
        "bootstrap-vue": "2.23.1",
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
  },
  "dependencies": {
    "@gitlab/ui": "^67.3.3",
    "@gitlab/ui": "^68.7.0",
    "concurrently": "^8.2.2",
    "dompurify": "^3.0.5",
    "marked": "^7.0.4",