@workday/canvas-kit-docs 11.1.5 → 11.1.7

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.
Files changed (2) hide show
  1. package/dist/es6/lib/docs.js +151 -144
  2. package/package.json +6 -6
@@ -5248,11 +5248,24 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
5248
5248
  "name": "colorSet",
5249
5249
  "required": false,
5250
5250
  "type": {
5251
- "kind": "array",
5252
- "value": {
5253
- "kind": "primitive",
5254
- "value": "string"
5255
- }
5251
+ "kind": "union",
5252
+ "value": [
5253
+ {
5254
+ "kind": "array",
5255
+ "value": {
5256
+ "kind": "primitive",
5257
+ "value": "string"
5258
+ }
5259
+ },
5260
+ {
5261
+ "kind": "array",
5262
+ "value": {
5263
+ "kind": "symbol",
5264
+ "name": "SwatchBookColorObject",
5265
+ "value": "SwatchBookColorObject"
5266
+ }
5267
+ }
5268
+ ]
5256
5269
  },
5257
5270
  "description": "The array of colors to be rendered in the swatchbook.",
5258
5271
  "declarations": [
@@ -5566,6 +5579,57 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
5566
5579
  ]
5567
5580
  }
5568
5581
  },
5582
+ {
5583
+ "name": "SwatchBookColorObject",
5584
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx",
5585
+ "description": "",
5586
+ "declarations": [
5587
+ {
5588
+ "name": "SwatchBookColorObject",
5589
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx"
5590
+ }
5591
+ ],
5592
+ "tags": {},
5593
+ "type": {
5594
+ "kind": "object",
5595
+ "properties": [
5596
+ {
5597
+ "kind": "property",
5598
+ "name": "value",
5599
+ "required": true,
5600
+ "type": {
5601
+ "kind": "primitive",
5602
+ "value": "string"
5603
+ },
5604
+ "description": "",
5605
+ "declarations": [
5606
+ {
5607
+ "name": "value",
5608
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx"
5609
+ }
5610
+ ],
5611
+ "tags": {}
5612
+ },
5613
+ {
5614
+ "kind": "property",
5615
+ "name": "label",
5616
+ "required": true,
5617
+ "type": {
5618
+ "kind": "primitive",
5619
+ "value": "string"
5620
+ },
5621
+ "description": "",
5622
+ "declarations": [
5623
+ {
5624
+ "name": "label",
5625
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx"
5626
+ }
5627
+ ],
5628
+ "tags": {}
5629
+ }
5630
+ ]
5631
+ }
5632
+ },
5569
5633
  {
5570
5634
  "name": "SwatchBookProps",
5571
5635
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/preview-react/color-picker/lib/parts/SwatchBook.tsx",
@@ -5603,8 +5667,21 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
5603
5667
  "type": {
5604
5668
  "kind": "array",
5605
5669
  "value": {
5606
- "kind": "primitive",
5607
- "value": "string"
5670
+ "kind": "parenthesis",
5671
+ "value": {
5672
+ "kind": "union",
5673
+ "value": [
5674
+ {
5675
+ "kind": "primitive",
5676
+ "value": "string"
5677
+ },
5678
+ {
5679
+ "kind": "symbol",
5680
+ "name": "SwatchBookColorObject",
5681
+ "value": "SwatchBookColorObject"
5682
+ }
5683
+ ]
5684
+ }
5608
5685
  }
5609
5686
  },
5610
5687
  "description": "",
@@ -42847,143 +42924,6 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
42847
42924
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx",
42848
42925
  "value": "useOverflowListItemMeasure"
42849
42926
  },
42850
- {
42851
- "kind": "function",
42852
- "name": {
42853
- "kind": "symbol",
42854
- "name": "createElemPropsHook"
42855
- },
42856
- "parameters": [
42857
- {
42858
- "kind": "parameter",
42859
- "name": "model",
42860
- "description": "",
42861
- "tags": {},
42862
- "declarations": [],
42863
- "type": {
42864
- "kind": "symbol",
42865
- "name": "BreadcrumbsModel"
42866
- },
42867
- "required": true
42868
- },
42869
- {
42870
- "kind": "parameter",
42871
- "name": "elemProps",
42872
- "description": "",
42873
- "tags": {},
42874
- "declarations": [],
42875
- "type": {
42876
- "kind": "object",
42877
- "properties": [
42878
- {
42879
- "kind": "property",
42880
- "name": "data-id",
42881
- "required": false,
42882
- "type": {
42883
- "kind": "primitive",
42884
- "value": "string"
42885
- },
42886
- "description": "",
42887
- "declarations": [
42888
- {
42889
- "name": "data-id",
42890
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
42891
- }
42892
- ],
42893
- "tags": {}
42894
- },
42895
- {
42896
- "kind": "property",
42897
- "name": "item",
42898
- "required": false,
42899
- "type": {
42900
- "kind": "object",
42901
- "properties": [
42902
- {
42903
- "kind": "property",
42904
- "name": "id",
42905
- "required": true,
42906
- "type": {
42907
- "kind": "primitive",
42908
- "value": "string"
42909
- },
42910
- "description": "",
42911
- "declarations": [
42912
- {
42913
- "name": "id",
42914
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
42915
- }
42916
- ],
42917
- "tags": {}
42918
- }
42919
- ]
42920
- },
42921
- "description": "",
42922
- "declarations": [
42923
- {
42924
- "name": "item",
42925
- "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/react/breadcrumbs/lib/BreadcrumbsItem.tsx"
42926
- }
42927
- ],
42928
- "tags": {}
42929
- }
42930
- ]
42931
- },
42932
- "required": false
42933
- },
42934
- {
42935
- "kind": "parameter",
42936
- "name": "ref",
42937
- "description": "",
42938
- "tags": {},
42939
- "declarations": [],
42940
- "type": {
42941
- "kind": "external",
42942
- "name": "React.Ref",
42943
- "url": "https://reactjs.org/docs/refs-and-the-dom.html"
42944
- },
42945
- "required": false
42946
- }
42947
- ],
42948
- "returnType": {
42949
- "kind": "object",
42950
- "properties": [
42951
- {
42952
- "kind": "property",
42953
- "name": "inert",
42954
- "required": true,
42955
- "type": {
42956
- "kind": "union",
42957
- "value": [
42958
- {
42959
- "kind": "primitive",
42960
- "value": "string"
42961
- },
42962
- {
42963
- "kind": "primitive",
42964
- "value": "undefined"
42965
- }
42966
- ]
42967
- },
42968
- "description": "",
42969
- "tags": {},
42970
- "declarations": []
42971
- },
42972
- {
42973
- "kind": "property",
42974
- "name": "disabled",
42975
- "required": true,
42976
- "type": {
42977
- "kind": "primitive",
42978
- "value": "undefined"
42979
- },
42980
- "description": "",
42981
- "tags": {},
42982
- "declarations": []
42983
- }
42984
- ]
42985
- }
42986
- },
42987
42927
  {
42988
42928
  "kind": "symbol",
42989
42929
  "name": "useListItemRegister",
@@ -88892,6 +88832,27 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
88892
88832
  "description": "",
88893
88833
  "tags": {},
88894
88834
  "declarations": []
88835
+ },
88836
+ {
88837
+ "kind": "property",
88838
+ "name": "inert",
88839
+ "required": true,
88840
+ "type": {
88841
+ "kind": "union",
88842
+ "value": [
88843
+ {
88844
+ "kind": "primitive",
88845
+ "value": "string"
88846
+ },
88847
+ {
88848
+ "kind": "primitive",
88849
+ "value": "undefined"
88850
+ }
88851
+ ]
88852
+ },
88853
+ "description": "",
88854
+ "tags": {},
88855
+ "declarations": []
88895
88856
  }
88896
88857
  ]
88897
88858
  }
@@ -199136,6 +199097,52 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
199136
199097
  "tags": {},
199137
199098
  "declarations": []
199138
199099
  },
199100
+ {
199101
+ "kind": "property",
199102
+ "name": "ref",
199103
+ "required": true,
199104
+ "type": {
199105
+ "kind": "function",
199106
+ "parameters": [
199107
+ {
199108
+ "kind": "parameter",
199109
+ "name": "instance",
199110
+ "type": {
199111
+ "kind": "union",
199112
+ "value": [
199113
+ {
199114
+ "kind": "symbol",
199115
+ "name": "T",
199116
+ "value": "T"
199117
+ },
199118
+ {
199119
+ "kind": "primitive",
199120
+ "value": "null"
199121
+ }
199122
+ ]
199123
+ },
199124
+ "required": true,
199125
+ "rest": false,
199126
+ "description": "",
199127
+ "declarations": [
199128
+ {
199129
+ "name": "instance",
199130
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/node_modules/@types/react/index.d.ts"
199131
+ }
199132
+ ],
199133
+ "tags": {}
199134
+ }
199135
+ ],
199136
+ "members": [],
199137
+ "returnType": {
199138
+ "kind": "primitive",
199139
+ "value": "void"
199140
+ }
199141
+ },
199142
+ "description": "",
199143
+ "tags": {},
199144
+ "declarations": []
199145
+ },
199139
199146
  {
199140
199147
  "kind": "property",
199141
199148
  "name": "onFocus",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.1.5",
3
+ "version": "11.1.7",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^11.1.5",
48
- "@workday/canvas-kit-preview-react": "^11.1.5",
49
- "@workday/canvas-kit-react": "^11.1.5",
50
- "@workday/canvas-kit-styling": "^11.1.5",
47
+ "@workday/canvas-kit-labs-react": "^11.1.7",
48
+ "@workday/canvas-kit-preview-react": "^11.1.7",
49
+ "@workday/canvas-kit-react": "^11.1.7",
50
+ "@workday/canvas-kit-styling": "^11.1.7",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^2.0.0",
53
53
  "markdown-to-jsx": "^7.2.0",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "deb1fdc2d7f4d17c80dcc0013804c14a21133b3d"
62
+ "gitHead": "f2f16c84455ece760c07e75631480f0ec65b9ada"
63
63
  }