@workday/canvas-kit-docs 12.6.24 → 12.6.25

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.
@@ -77529,7 +77529,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
77529
77529
  "type": {
77530
77530
  "kind": "enhancedComponent",
77531
77531
  "componentType": "regular",
77532
- "displayName": "ButtonLabelIconNew",
77533
77532
  "props": [
77534
77533
  {
77535
77534
  "kind": "property",
@@ -146572,6 +146571,109 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
146572
146571
  }
146573
146572
  }
146574
146573
  },
146574
+ {
146575
+ "name": "setCanvasKitTags",
146576
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/insights.ts",
146577
+ "description": "This function returns data attributes for tagging\nWe use this to track when and where our components render. It also allows us to see what version is rendering.",
146578
+ "declarations": [
146579
+ {
146580
+ "name": "setCanvasKitTags",
146581
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/insights.ts"
146582
+ }
146583
+ ],
146584
+ "tags": {},
146585
+ "type": {
146586
+ "kind": "function",
146587
+ "parameters": [
146588
+ {
146589
+ "kind": "parameter",
146590
+ "name": "displayName",
146591
+ "defaultValue": {
146592
+ "kind": "string",
146593
+ "value": ""
146594
+ },
146595
+ "type": {
146596
+ "kind": "primitive",
146597
+ "value": "string"
146598
+ },
146599
+ "required": false,
146600
+ "rest": false,
146601
+ "description": "",
146602
+ "declarations": [
146603
+ {
146604
+ "name": "displayName",
146605
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/insights.ts"
146606
+ }
146607
+ ],
146608
+ "tags": {}
146609
+ }
146610
+ ],
146611
+ "members": [],
146612
+ "returnType": {
146613
+ "kind": "union",
146614
+ "value": [
146615
+ {
146616
+ "kind": "object",
146617
+ "properties": [
146618
+ {
146619
+ "kind": "property",
146620
+ "name": "data-uxi-canvas-kit-version",
146621
+ "required": true,
146622
+ "type": {
146623
+ "kind": "primitive",
146624
+ "value": "string"
146625
+ },
146626
+ "description": "",
146627
+ "tags": {},
146628
+ "declarations": []
146629
+ },
146630
+ {
146631
+ "kind": "property",
146632
+ "name": "data-uxi-canvas-kit-component-type",
146633
+ "required": true,
146634
+ "type": {
146635
+ "kind": "primitive",
146636
+ "value": "string"
146637
+ },
146638
+ "description": "",
146639
+ "tags": {},
146640
+ "declarations": []
146641
+ }
146642
+ ]
146643
+ },
146644
+ {
146645
+ "kind": "object",
146646
+ "properties": [
146647
+ {
146648
+ "kind": "property",
146649
+ "name": "data-uxi-canvas-kit-version",
146650
+ "required": true,
146651
+ "type": {
146652
+ "kind": "primitive",
146653
+ "value": "undefined"
146654
+ },
146655
+ "description": "",
146656
+ "tags": {},
146657
+ "declarations": []
146658
+ },
146659
+ {
146660
+ "kind": "property",
146661
+ "name": "data-uxi-canvas-kit-component-type",
146662
+ "required": true,
146663
+ "type": {
146664
+ "kind": "primitive",
146665
+ "value": "undefined"
146666
+ },
146667
+ "description": "",
146668
+ "tags": {},
146669
+ "declarations": []
146670
+ }
146671
+ ]
146672
+ }
146673
+ ]
146674
+ }
146675
+ }
146676
+ },
146575
146677
  {
146576
146678
  "name": "isWithinBreakpoint",
146577
146679
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/common/lib/utils/isWithinBreakpoint.ts",
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "12.6.24",
22
- "@workday/canvas-kit-preview-react": "12.6.24",
23
- "@workday/canvas-kit-react": "12.6.24",
24
- "@workday/canvas-kit-react-fonts": "^12.6.24",
25
- "@workday/canvas-kit-styling": "12.6.24",
21
+ "@workday/canvas-kit-labs-react": "12.6.25",
22
+ "@workday/canvas-kit-preview-react": "12.6.25",
23
+ "@workday/canvas-kit-react": "12.6.25",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.25",
25
+ "@workday/canvas-kit-styling": "12.6.25",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
@@ -18,11 +18,11 @@ export const packageJSONFile = `{
18
18
  "@emotion/react": "11.11.4",
19
19
  "@types/react": "18.2.60",
20
20
  "@types/react-dom": "18.2.19",
21
- "@workday/canvas-kit-labs-react": "12.6.24",
22
- "@workday/canvas-kit-preview-react": "12.6.24",
23
- "@workday/canvas-kit-react": "12.6.24",
24
- "@workday/canvas-kit-react-fonts": "^12.6.24",
25
- "@workday/canvas-kit-styling": "12.6.24",
21
+ "@workday/canvas-kit-labs-react": "12.6.25",
22
+ "@workday/canvas-kit-preview-react": "12.6.25",
23
+ "@workday/canvas-kit-react": "12.6.25",
24
+ "@workday/canvas-kit-react-fonts": "^12.6.25",
25
+ "@workday/canvas-kit-styling": "12.6.25",
26
26
  "@workday/canvas-system-icons-web": "3.0.22",
27
27
  "@workday/canvas-tokens-web": "2.0.0"
28
28
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "12.6.24",
3
+ "version": "12.6.25",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@stackblitz/sdk": "^1.11.0",
47
47
  "@storybook/csf": "0.0.1",
48
- "@workday/canvas-kit-labs-react": "^12.6.24",
49
- "@workday/canvas-kit-preview-react": "^12.6.24",
50
- "@workday/canvas-kit-react": "^12.6.24",
51
- "@workday/canvas-kit-styling": "^12.6.24",
48
+ "@workday/canvas-kit-labs-react": "^12.6.25",
49
+ "@workday/canvas-kit-preview-react": "^12.6.25",
50
+ "@workday/canvas-kit-react": "^12.6.25",
51
+ "@workday/canvas-kit-styling": "^12.6.25",
52
52
  "@workday/canvas-system-icons-web": "^3.0.0",
53
53
  "@workday/canvas-tokens-web": "^2.1.1",
54
54
  "markdown-to-jsx": "^7.2.0",
@@ -61,5 +61,5 @@
61
61
  "mkdirp": "^1.0.3",
62
62
  "typescript": "5.0"
63
63
  },
64
- "gitHead": "fbd6c218bb1814cfcc6a15181ed3b4b9373a56d0"
64
+ "gitHead": "5c449eb74dfc1afa174037522367c0a14500d8e9"
65
65
  }