@atlaskit/progress-indicator 12.0.7 → 12.0.8

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,11 @@
1
1
  # @atlaskit/progress-indicator
2
2
 
3
+ ## 12.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.0.7
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* indicator.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* indicator.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./indicator.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
package/offerings.json ADDED
@@ -0,0 +1,34 @@
1
+ [
2
+ {
3
+ "name": "ProgressIndicator",
4
+ "package": "@atlaskit/progress-indicator",
5
+ "import": {
6
+ "name": "ProgressIndicator",
7
+ "package": "@atlaskit/progress-indicator",
8
+ "type": "named"
9
+ },
10
+ "keywords": ["progress", "indicator", "steps", "completion", "status"],
11
+ "categories": ["feedback"],
12
+ "shortDescription": "A component for displaying progress through steps or completion status.",
13
+ "status": "general-availability",
14
+ "accessibilityGuidelines": [
15
+ "Ensure progress is announced by screen readers",
16
+ "Use appropriate progress indicators",
17
+ "Provide clear progress context",
18
+ "Consider progress timing and updates"
19
+ ],
20
+ "usageGuidelines": [
21
+ "Use for step-by-step processes",
22
+ "Provide clear progress indicators",
23
+ "Handle progress updates appropriately",
24
+ "Consider progress completion states"
25
+ ],
26
+ "contentGuidelines": [
27
+ "Use clear, descriptive step labels",
28
+ "Provide meaningful progress descriptions",
29
+ "Use appropriate progress terminology",
30
+ "Keep progress information concise"
31
+ ],
32
+ "examples": ["./examples/ai/progress-indicator.tsx"]
33
+ }
34
+ ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/progress-indicator",
3
- "version": "12.0.7",
3
+ "version": "12.0.8",
4
4
  "description": "A progress indicator shows the user where they are along the steps of a journey.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^11.1.0",
28
- "@atlaskit/ds-lib": "^5.0.0",
29
- "@atlaskit/primitives": "^14.12.0",
30
- "@atlaskit/tokens": "^6.1.0",
28
+ "@atlaskit/ds-lib": "^5.1.0",
29
+ "@atlaskit/primitives": "^15.0.0",
30
+ "@atlaskit/tokens": "^6.5.0",
31
31
  "@atlaskit/visually-hidden": "^3.0.0",
32
32
  "@babel/runtime": "^7.0.0",
33
33
  "@compiled/react": "^0.18.3",
@@ -40,9 +40,9 @@
40
40
  "@af/accessibility-testing": "workspace:^",
41
41
  "@af/integration-testing": "workspace:^",
42
42
  "@af/visual-regression": "workspace:^",
43
- "@atlaskit/button": "^23.4.0",
44
- "@atlaskit/css": "^0.12.0",
45
- "@atlaskit/docs": "^11.0.0",
43
+ "@atlaskit/button": "^23.5.0",
44
+ "@atlaskit/css": "^0.15.0",
45
+ "@atlaskit/docs": "^11.1.0",
46
46
  "@atlaskit/link": "^3.2.0",
47
47
  "@atlaskit/section-message": "^8.7.0",
48
48
  "@atlassian/ssr-tests": "^0.3.0",