@atlaskit/page-header 12.1.11 → 12.1.13

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/page-header
2
2
 
3
+ ## 12.1.13
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 12.1.12
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 12.1.11
4
16
 
5
17
  ### Patch Changes
@@ -27,4 +27,4 @@
27
27
  ._i0dl1wug{flex-basis:auto}
28
28
  ._o5721q9c{white-space:nowrap}
29
29
  ._p12f1osq{max-width:100%}
30
- ._syaz1fxt{color:var(--ds-text,#172b4d)}
30
+ ._syazi7uo{color:var(--ds-text,#292a2e)}
@@ -56,7 +56,7 @@ var StyledTitleWrapper = exports.StyledTitleWrapper = /*#__PURE__*/_react.defaul
56
56
  tabIndex: -1,
57
57
  id: id,
58
58
  "data-testid": testId && "".concat(testId, "--title"),
59
- className: (0, _runtime.ax)(["_11c8nf1z _12ji1r31 _1qu2glyw _12y31o36 _syaz1fxt _1dyz4jg8 _1pfhidpf", truncateTitle && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
59
+ className: (0, _runtime.ax)(["_11c8nf1z _12ji1r31 _1qu2glyw _12y31o36 _syazi7uo _1dyz4jg8 _1pfhidpf", truncateTitle && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
60
60
  }, children);
61
61
  });
62
62
  /**
@@ -27,4 +27,4 @@
27
27
  ._i0dl1wug{flex-basis:auto}
28
28
  ._o5721q9c{white-space:nowrap}
29
29
  ._p12f1osq{max-width:100%}
30
- ._syaz1fxt{color:var(--ds-text,#172b4d)}
30
+ ._syazi7uo{color:var(--ds-text,#292a2e)}
@@ -51,7 +51,7 @@ export const StyledTitleWrapper = /*#__PURE__*/React.forwardRef(({
51
51
  tabIndex: -1,
52
52
  id: id,
53
53
  "data-testid": testId && `${testId}--title`,
54
- className: ax(["_11c8nf1z _12ji1r31 _1qu2glyw _12y31o36 _syaz1fxt _1dyz4jg8 _1pfhidpf", truncateTitle && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
54
+ className: ax(["_11c8nf1z _12ji1r31 _1qu2glyw _12y31o36 _syazi7uo _1dyz4jg8 _1pfhidpf", truncateTitle && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
55
55
  }, children);
56
56
  });
57
57
  /**
@@ -27,4 +27,4 @@
27
27
  ._i0dl1wug{flex-basis:auto}
28
28
  ._o5721q9c{white-space:nowrap}
29
29
  ._p12f1osq{max-width:100%}
30
- ._syaz1fxt{color:var(--ds-text,#172b4d)}
30
+ ._syazi7uo{color:var(--ds-text,#292a2e)}
@@ -49,7 +49,7 @@ export var StyledTitleWrapper = /*#__PURE__*/React.forwardRef(function (_ref2, r
49
49
  tabIndex: -1,
50
50
  id: id,
51
51
  "data-testid": testId && "".concat(testId, "--title"),
52
- className: ax(["_11c8nf1z _12ji1r31 _1qu2glyw _12y31o36 _syaz1fxt _1dyz4jg8 _1pfhidpf", truncateTitle && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
52
+ className: ax(["_11c8nf1z _12ji1r31 _1qu2glyw _12y31o36 _syazi7uo _1dyz4jg8 _1pfhidpf", truncateTitle && "_1reo15vq _18m915vq _1bto1l2s _o5721q9c"])
53
53
  }, children);
54
54
  });
55
55
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-header",
3
- "version": "12.1.11",
3
+ "version": "12.1.13",
4
4
  "description": "A page header defines the top of a page. It contains a title and can be optionally combined with breadcrumbs buttons, search, and filters.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -24,9 +24,9 @@
24
24
  }
25
25
  },
26
26
  "dependencies": {
27
- "@atlaskit/css": "^0.15.0",
28
- "@atlaskit/primitives": "^16.1.0",
29
- "@atlaskit/tokens": "^8.0.0",
27
+ "@atlaskit/css": "^0.17.0",
28
+ "@atlaskit/primitives": "^16.3.0",
29
+ "@atlaskit/tokens": "^8.3.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@compiled/react": "^0.18.6"
32
32
  },
@@ -41,13 +41,13 @@
41
41
  "@atlaskit/breadcrumbs": "^15.3.0",
42
42
  "@atlaskit/button": "^23.6.0",
43
43
  "@atlaskit/docs": "^11.2.0",
44
- "@atlaskit/ds-lib": "^5.2.0",
44
+ "@atlaskit/ds-lib": "^5.3.0",
45
45
  "@atlaskit/inline-edit": "^15.3.0",
46
46
  "@atlaskit/link": "^3.2.0",
47
47
  "@atlaskit/page": "^14.0.0",
48
48
  "@atlaskit/section-message": "^8.9.0",
49
- "@atlaskit/select": "^21.3.0",
50
- "@atlaskit/textfield": "^8.0.0",
49
+ "@atlaskit/select": "^21.4.0",
50
+ "@atlaskit/textfield": "^8.1.0",
51
51
  "@atlassian/ssr-tests": "workspace:^",
52
52
  "@testing-library/react": "^13.4.0",
53
53
  "react-dom": "^18.2.0"