@atlaskit/tabs 18.1.10 → 18.1.11

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,13 @@
1
1
  # @atlaskit/tabs
2
2
 
3
+ ## 18.1.11
4
+
5
+ ### Patch Changes
6
+
7
+ - [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
8
+ Internal changes to how borders are applied.
9
+ - Updated dependencies
10
+
3
11
  ## 18.1.10
4
12
 
5
13
  ### Patch Changes
@@ -24,7 +24,7 @@ var tabsStyles = null;
24
24
  var analyticsAttributes = {
25
25
  componentName: 'tabs',
26
26
  packageName: "@atlaskit/tabs",
27
- packageVersion: "0.0.0-development"
27
+ packageVersion: "18.1.10"
28
28
  };
29
29
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
30
30
  var tabPanel = _ref.tabPanel,
@@ -10,7 +10,7 @@ const tabsStyles = null;
10
10
  const analyticsAttributes = {
11
11
  componentName: 'tabs',
12
12
  packageName: "@atlaskit/tabs",
13
- packageVersion: "0.0.0-development"
13
+ packageVersion: "18.1.10"
14
14
  };
15
15
  const getTabPanelWithContext = ({
16
16
  tabPanel,
@@ -15,7 +15,7 @@ var tabsStyles = null;
15
15
  var analyticsAttributes = {
16
16
  componentName: 'tabs',
17
17
  packageName: "@atlaskit/tabs",
18
- packageVersion: "0.0.0-development"
18
+ packageVersion: "18.1.10"
19
19
  };
20
20
  var getTabPanelWithContext = function getTabPanelWithContext(_ref) {
21
21
  var tabPanel = _ref.tabPanel,
package/offerings.json ADDED
@@ -0,0 +1,37 @@
1
+ [
2
+ {
3
+ "name": "Tabs",
4
+ "package": "@atlaskit/tabs",
5
+ "import": {
6
+ "name": "Tabs",
7
+ "package": "@atlaskit/tabs",
8
+ "type": "default"
9
+ },
10
+ "keywords": ["tabs", "navigation", "content", "organization", "grouping"],
11
+ "categories": ["navigation"],
12
+ "shortDescription": "Tabs are used to organize content by grouping similar information on the same page.",
13
+ "status": "general-availability",
14
+ "accessibilityGuidelines": [
15
+ "Ensure proper keyboard navigation between tabs",
16
+ "Use appropriate ARIA attributes for tab panels",
17
+ "Provide clear focus indicators",
18
+ "Announce tab changes to screen readers",
19
+ "Ensure tab content is accessible"
20
+ ],
21
+ "usageGuidelines": [
22
+ "Use to organize related content on the same page",
23
+ "Keep tab labels concise and descriptive",
24
+ "Limit the number of tabs to avoid overcrowding",
25
+ "Use consistent tab ordering and grouping",
26
+ "Consider responsive behavior for many tabs"
27
+ ],
28
+ "contentGuidelines": [
29
+ "Write clear, descriptive tab labels",
30
+ "Group related content logically",
31
+ "Use consistent naming conventions",
32
+ "Ensure tab content is relevant and complete"
33
+ ],
34
+ "generativeInstructions": "./docs/ai/tabs-instructions.md",
35
+ "examples": ["./examples/ai/tabs.tsx"]
36
+ }
37
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/tabs",
3
- "version": "18.1.10",
3
+ "version": "18.1.11",
4
4
  "description": "Tabs are used to organize content by grouping similar information on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -50,7 +50,7 @@
50
50
  "@af/visual-regression": "workspace:^",
51
51
  "@atlaskit/button": "^23.4.0",
52
52
  "@atlaskit/css": "^0.14.0",
53
- "@atlaskit/docs": "^11.0.0",
53
+ "@atlaskit/docs": "^11.1.0",
54
54
  "@atlaskit/ds-lib": "^5.0.0",
55
55
  "@atlaskit/link": "^3.2.0",
56
56
  "@atlaskit/section-message": "^8.7.0",