Browse Source

chore(deps): update atlaskit deps with minor or patch bumps

master
Leonard Kim 6 years ago
parent
commit
eeb0697e52
3 changed files with 583 additions and 434 deletions
  1. 6
    5
      css/_atlaskit_overrides.scss
  2. 565
    417
      package-lock.json
  3. 12
    12
      package.json

+ 6
- 5
css/_atlaskit_overrides.scss View File

@@ -41,17 +41,18 @@
41 41
 
42 42
 .modal-dialog-form {
43 43
     /**
44
-     * Update the dropdown trigger wrapper to make sure it looks click-able.
44
+     * Update the @atlaskit/dropdown-menu trigger wrapper to make sure it looks
45
+     * click-able.
45 46
      */
46
-    .gwEjuO {
47
+    .cjJUnw {
47 48
         cursor: pointer;
48 49
     }
49 50
 
50 51
     /**
51
-     * Override Atlaskit dropdown styling when in a modal because the dropdown
52
-     * backgrounds clash with the modal backgrounds.
52
+     * Override @atlaskit/dropdown-menu styling when in a modal because the
53
+     * dropdown backgrounds clash with the modal backgrounds.
53 54
      */
54
-    .gBLqhw[data-role=droplistContent] {
55
+    .cksvax[data-role=droplistContent] {
55 56
         border: 1px solid #455166;
56 57
     }
57 58
 }

+ 565
- 417
package-lock.json
File diff suppressed because it is too large
View File


+ 12
- 12
package.json View File

@@ -15,25 +15,25 @@
15 15
   "author": "",
16 16
   "readmeFilename": "README.md",
17 17
   "dependencies": {
18
-    "@atlaskit/avatar": "14.0.10",
18
+    "@atlaskit/avatar": "14.1.7",
19 19
     "@atlaskit/button": "10.1.1",
20 20
     "@atlaskit/checkbox": "5.0.10",
21
-    "@atlaskit/dropdown-menu": "6.1.12",
22
-    "@atlaskit/field-text": "7.0.10",
23
-    "@atlaskit/field-text-area": "4.0.9",
21
+    "@atlaskit/dropdown-menu": "6.1.25",
22
+    "@atlaskit/field-text": "7.0.19",
23
+    "@atlaskit/field-text-area": "4.0.15",
24 24
     "@atlaskit/flag": "6.1.0",
25 25
     "@atlaskit/icon": "13.8.1",
26 26
     "@atlaskit/inline-dialog": "5.3.0",
27
-    "@atlaskit/inline-message": "7.0.4",
28
-    "@atlaskit/layer-manager": "5.0.12",
29
-    "@atlaskit/lozenge": "6.2.0",
27
+    "@atlaskit/inline-message": "7.0.10",
28
+    "@atlaskit/layer-manager": "5.0.19",
29
+    "@atlaskit/lozenge": "6.2.4",
30 30
     "@atlaskit/modal-dialog": "6.0.12",
31
-    "@atlaskit/multi-select": "11.0.6",
32
-    "@atlaskit/spinner": "9.0.8",
33
-    "@atlaskit/tabs": "8.0.8",
31
+    "@atlaskit/multi-select": "11.0.13",
32
+    "@atlaskit/spinner": "9.0.13",
33
+    "@atlaskit/tabs": "8.0.11",
34 34
     "@atlaskit/theme": "6.0.2",
35
-    "@atlaskit/toggle": "5.0.8",
36
-    "@atlaskit/tooltip": "12.0.14",
35
+    "@atlaskit/toggle": "5.0.14",
36
+    "@atlaskit/tooltip": "12.1.13",
37 37
     "@microsoft/microsoft-graph-client": "1.1.0",
38 38
     "@webcomponents/url": "0.7.1",
39 39
     "dropbox": "4.0.9",

Loading…
Cancel
Save