@workday/canvas-kit-docs 10.0.0-alpha.552-next.0 → 10.0.0-alpha.554-next.0

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.
@@ -247664,6 +247664,562 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
247664
247664
  }
247665
247665
  }
247666
247666
  },
247667
+ {
247668
+ "name": "getVariablesFromFiles",
247669
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts",
247670
+ "description": "",
247671
+ "declarations": [
247672
+ {
247673
+ "name": "getVariablesFromFiles",
247674
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247675
+ }
247676
+ ],
247677
+ "tags": {},
247678
+ "type": {
247679
+ "kind": "function",
247680
+ "parameters": [
247681
+ {
247682
+ "kind": "parameter",
247683
+ "name": "files",
247684
+ "type": {
247685
+ "kind": "array",
247686
+ "value": {
247687
+ "kind": "primitive",
247688
+ "value": "string"
247689
+ }
247690
+ },
247691
+ "required": true,
247692
+ "rest": false,
247693
+ "description": "",
247694
+ "declarations": [
247695
+ {
247696
+ "name": "files",
247697
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247698
+ }
247699
+ ],
247700
+ "tags": {}
247701
+ }
247702
+ ],
247703
+ "members": [],
247704
+ "returnType": {
247705
+ "kind": "external",
247706
+ "name": "Record",
247707
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
247708
+ "typeParameters": [
247709
+ {
247710
+ "kind": "primitive",
247711
+ "value": "string"
247712
+ },
247713
+ {
247714
+ "kind": "primitive",
247715
+ "value": "string"
247716
+ }
247717
+ ]
247718
+ }
247719
+ }
247720
+ },
247721
+ {
247722
+ "name": "extractVariables",
247723
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts",
247724
+ "description": "",
247725
+ "declarations": [
247726
+ {
247727
+ "name": "extractVariables",
247728
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247729
+ }
247730
+ ],
247731
+ "tags": {},
247732
+ "type": {
247733
+ "kind": "function",
247734
+ "parameters": [
247735
+ {
247736
+ "kind": "parameter",
247737
+ "name": "blocks",
247738
+ "type": {
247739
+ "kind": "union",
247740
+ "value": [
247741
+ {
247742
+ "kind": "array",
247743
+ "value": {
247744
+ "kind": "external",
247745
+ "name": "Element",
247746
+ "url": "https://developer.mozilla.org/en-US/docs/Web/API/element"
247747
+ }
247748
+ },
247749
+ {
247750
+ "kind": "primitive",
247751
+ "value": "string"
247752
+ }
247753
+ ]
247754
+ },
247755
+ "required": true,
247756
+ "rest": false,
247757
+ "description": "",
247758
+ "declarations": [
247759
+ {
247760
+ "name": "blocks",
247761
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247762
+ }
247763
+ ],
247764
+ "tags": {}
247765
+ },
247766
+ {
247767
+ "kind": "parameter",
247768
+ "name": "variables",
247769
+ "defaultValue": {
247770
+ "kind": "object",
247771
+ "properties": []
247772
+ },
247773
+ "type": {
247774
+ "kind": "external",
247775
+ "name": "Record",
247776
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
247777
+ "typeParameters": [
247778
+ {
247779
+ "kind": "primitive",
247780
+ "value": "string"
247781
+ },
247782
+ {
247783
+ "kind": "primitive",
247784
+ "value": "string"
247785
+ }
247786
+ ]
247787
+ },
247788
+ "required": false,
247789
+ "rest": false,
247790
+ "description": "",
247791
+ "declarations": [
247792
+ {
247793
+ "name": "variables",
247794
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247795
+ }
247796
+ ],
247797
+ "tags": {}
247798
+ }
247799
+ ],
247800
+ "members": [],
247801
+ "returnType": {
247802
+ "kind": "external",
247803
+ "name": "Record",
247804
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
247805
+ "typeParameters": [
247806
+ {
247807
+ "kind": "primitive",
247808
+ "value": "string"
247809
+ },
247810
+ {
247811
+ "kind": "primitive",
247812
+ "value": "string"
247813
+ }
247814
+ ]
247815
+ }
247816
+ }
247817
+ },
247818
+ {
247819
+ "name": "getFallbackVariable",
247820
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts",
247821
+ "description": "",
247822
+ "declarations": [
247823
+ {
247824
+ "name": "getFallbackVariable",
247825
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247826
+ }
247827
+ ],
247828
+ "tags": {},
247829
+ "type": {
247830
+ "kind": "function",
247831
+ "parameters": [
247832
+ {
247833
+ "kind": "parameter",
247834
+ "name": "variableName",
247835
+ "type": {
247836
+ "kind": "primitive",
247837
+ "value": "string"
247838
+ },
247839
+ "required": true,
247840
+ "rest": false,
247841
+ "description": "",
247842
+ "declarations": [
247843
+ {
247844
+ "name": "variableName",
247845
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247846
+ }
247847
+ ],
247848
+ "tags": {}
247849
+ },
247850
+ {
247851
+ "kind": "parameter",
247852
+ "name": "variables",
247853
+ "type": {
247854
+ "kind": "external",
247855
+ "name": "Record",
247856
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
247857
+ "typeParameters": [
247858
+ {
247859
+ "kind": "primitive",
247860
+ "value": "string"
247861
+ },
247862
+ {
247863
+ "kind": "primitive",
247864
+ "value": "string"
247865
+ }
247866
+ ]
247867
+ },
247868
+ "required": true,
247869
+ "rest": false,
247870
+ "description": "",
247871
+ "declarations": [
247872
+ {
247873
+ "name": "variables",
247874
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/getCssVariables.ts"
247875
+ }
247876
+ ],
247877
+ "tags": {}
247878
+ }
247879
+ ],
247880
+ "members": [],
247881
+ "returnType": {
247882
+ "kind": "union",
247883
+ "value": [
247884
+ {
247885
+ "kind": "primitive",
247886
+ "value": "string"
247887
+ },
247888
+ {
247889
+ "kind": "primitive",
247890
+ "value": "undefined"
247891
+ }
247892
+ ]
247893
+ }
247894
+ }
247895
+ },
247896
+ {
247897
+ "name": "NestedStyleObject",
247898
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts",
247899
+ "description": "",
247900
+ "declarations": [
247901
+ {
247902
+ "name": "NestedStyleObject",
247903
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
247904
+ }
247905
+ ],
247906
+ "tags": {},
247907
+ "type": {
247908
+ "kind": "object",
247909
+ "properties": [],
247910
+ "indexSignature": {
247911
+ "kind": "indexSignature",
247912
+ "name": "key",
247913
+ "type": {
247914
+ "kind": "primitive",
247915
+ "value": "string"
247916
+ },
247917
+ "value": {
247918
+ "kind": "union",
247919
+ "value": [
247920
+ {
247921
+ "kind": "primitive",
247922
+ "value": "string"
247923
+ },
247924
+ {
247925
+ "kind": "symbol",
247926
+ "name": "NestedStyleObject",
247927
+ "value": "NestedStyleObject"
247928
+ }
247929
+ ]
247930
+ }
247931
+ }
247932
+ }
247933
+ },
247934
+ {
247935
+ "name": "StyleTransformerOptions",
247936
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts",
247937
+ "description": "",
247938
+ "declarations": [
247939
+ {
247940
+ "name": "StyleTransformerOptions",
247941
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
247942
+ }
247943
+ ],
247944
+ "tags": {},
247945
+ "type": {
247946
+ "kind": "object",
247947
+ "properties": [
247948
+ {
247949
+ "kind": "property",
247950
+ "name": "prefix",
247951
+ "required": true,
247952
+ "type": {
247953
+ "kind": "primitive",
247954
+ "value": "string"
247955
+ },
247956
+ "description": "",
247957
+ "declarations": [
247958
+ {
247959
+ "name": "prefix",
247960
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
247961
+ }
247962
+ ],
247963
+ "tags": {}
247964
+ },
247965
+ {
247966
+ "kind": "property",
247967
+ "name": "variables",
247968
+ "required": true,
247969
+ "type": {
247970
+ "kind": "external",
247971
+ "name": "Record",
247972
+ "url": "https://www.typescriptlang.org/docs/handbook/utility-types.html#recordkeys-type",
247973
+ "typeParameters": [
247974
+ {
247975
+ "kind": "primitive",
247976
+ "value": "string"
247977
+ },
247978
+ {
247979
+ "kind": "primitive",
247980
+ "value": "string"
247981
+ }
247982
+ ]
247983
+ },
247984
+ "description": "",
247985
+ "declarations": [
247986
+ {
247987
+ "name": "variables",
247988
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
247989
+ }
247990
+ ],
247991
+ "tags": {}
247992
+ },
247993
+ {
247994
+ "kind": "property",
247995
+ "name": "fallbackFiles",
247996
+ "required": false,
247997
+ "type": {
247998
+ "kind": "array",
247999
+ "value": {
248000
+ "kind": "primitive",
248001
+ "value": "string"
248002
+ }
248003
+ },
248004
+ "description": "",
248005
+ "declarations": [
248006
+ {
248007
+ "name": "fallbackFiles",
248008
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248009
+ }
248010
+ ],
248011
+ "tags": {}
248012
+ }
248013
+ ]
248014
+ }
248015
+ },
248016
+ {
248017
+ "name": "default",
248018
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts",
248019
+ "description": "",
248020
+ "declarations": [
248021
+ {
248022
+ "name": "default",
248023
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248024
+ }
248025
+ ],
248026
+ "tags": {},
248027
+ "type": {
248028
+ "kind": "function",
248029
+ "parameters": [
248030
+ {
248031
+ "kind": "parameter",
248032
+ "name": "program",
248033
+ "type": {
248034
+ "kind": "symbol",
248035
+ "name": "ts.Program",
248036
+ "value": "Program"
248037
+ },
248038
+ "required": true,
248039
+ "rest": false,
248040
+ "description": "",
248041
+ "declarations": [
248042
+ {
248043
+ "name": "program",
248044
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248045
+ }
248046
+ ],
248047
+ "tags": {}
248048
+ },
248049
+ {
248050
+ "kind": "parameter",
248051
+ "name": "__1",
248052
+ "defaultValue": {
248053
+ "kind": "object",
248054
+ "properties": [
248055
+ {
248056
+ "kind": "property",
248057
+ "name": "prefix",
248058
+ "defaultValue": {
248059
+ "kind": "string",
248060
+ "value": "css"
248061
+ },
248062
+ "type": {
248063
+ "kind": "primitive",
248064
+ "value": "string"
248065
+ },
248066
+ "required": true,
248067
+ "description": "",
248068
+ "declarations": [
248069
+ {
248070
+ "name": "prefix",
248071
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248072
+ }
248073
+ ],
248074
+ "tags": {}
248075
+ },
248076
+ {
248077
+ "kind": "property",
248078
+ "name": "variables",
248079
+ "defaultValue": {
248080
+ "kind": "object",
248081
+ "properties": []
248082
+ },
248083
+ "type": {
248084
+ "kind": "object",
248085
+ "properties": []
248086
+ },
248087
+ "required": true,
248088
+ "description": "",
248089
+ "declarations": [
248090
+ {
248091
+ "name": "variables",
248092
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248093
+ }
248094
+ ],
248095
+ "tags": {}
248096
+ }
248097
+ ]
248098
+ },
248099
+ "type": {
248100
+ "kind": "symbol",
248101
+ "name": "Partial",
248102
+ "typeParameters": [
248103
+ {
248104
+ "kind": "symbol",
248105
+ "name": "StyleTransformerOptions",
248106
+ "value": "StyleTransformerOptions"
248107
+ }
248108
+ ],
248109
+ "value": "Partial<T>"
248110
+ },
248111
+ "required": false,
248112
+ "rest": false,
248113
+ "description": "",
248114
+ "declarations": [
248115
+ {
248116
+ "name": "__1",
248117
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248118
+ }
248119
+ ],
248120
+ "tags": {}
248121
+ }
248122
+ ],
248123
+ "members": [],
248124
+ "returnType": {
248125
+ "kind": "symbol",
248126
+ "name": "ts.TransformerFactory",
248127
+ "typeParameters": [
248128
+ {
248129
+ "kind": "symbol",
248130
+ "name": "ts.SourceFile",
248131
+ "value": "SourceFile"
248132
+ }
248133
+ ],
248134
+ "value": "TransformerFactory<T>"
248135
+ }
248136
+ }
248137
+ },
248138
+ {
248139
+ "name": "transform",
248140
+ "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts",
248141
+ "description": "",
248142
+ "declarations": [
248143
+ {
248144
+ "name": "transform",
248145
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248146
+ }
248147
+ ],
248148
+ "tags": {},
248149
+ "type": {
248150
+ "kind": "function",
248151
+ "parameters": [
248152
+ {
248153
+ "kind": "parameter",
248154
+ "name": "program",
248155
+ "type": {
248156
+ "kind": "symbol",
248157
+ "name": "ts.Program",
248158
+ "value": "Program"
248159
+ },
248160
+ "required": true,
248161
+ "rest": false,
248162
+ "description": "",
248163
+ "declarations": [
248164
+ {
248165
+ "name": "program",
248166
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248167
+ }
248168
+ ],
248169
+ "tags": {}
248170
+ },
248171
+ {
248172
+ "kind": "parameter",
248173
+ "name": "fileName",
248174
+ "type": {
248175
+ "kind": "primitive",
248176
+ "value": "string"
248177
+ },
248178
+ "required": true,
248179
+ "rest": false,
248180
+ "description": "",
248181
+ "declarations": [
248182
+ {
248183
+ "name": "fileName",
248184
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248185
+ }
248186
+ ],
248187
+ "tags": {}
248188
+ },
248189
+ {
248190
+ "kind": "parameter",
248191
+ "name": "options",
248192
+ "type": {
248193
+ "kind": "symbol",
248194
+ "name": "Partial",
248195
+ "typeParameters": [
248196
+ {
248197
+ "kind": "symbol",
248198
+ "name": "StyleTransformerOptions",
248199
+ "value": "StyleTransformerOptions"
248200
+ }
248201
+ ],
248202
+ "value": "Partial<T>"
248203
+ },
248204
+ "required": false,
248205
+ "rest": false,
248206
+ "description": "",
248207
+ "declarations": [
248208
+ {
248209
+ "name": "options",
248210
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling-transform/lib/styleTransform.ts"
248211
+ }
248212
+ ],
248213
+ "tags": {}
248214
+ }
248215
+ ],
248216
+ "members": [],
248217
+ "returnType": {
248218
+ "kind": "primitive",
248219
+ "value": "string"
248220
+ }
248221
+ }
248222
+ },
247667
248223
  {
247668
248224
  "name": "StyleProps",
247669
248225
  "fileName": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts",
@@ -248498,6 +249054,45 @@ export const docs = (typeof window !== 'undefined' && window.__docs) ||
248498
249054
  "value": {
248499
249055
  "kind": "union",
248500
249056
  "value": [
249057
+ {
249058
+ "kind": "object",
249059
+ "properties": [
249060
+ {
249061
+ "kind": "property",
249062
+ "name": "name",
249063
+ "required": true,
249064
+ "type": {
249065
+ "kind": "primitive",
249066
+ "value": "string"
249067
+ },
249068
+ "description": "",
249069
+ "declarations": [
249070
+ {
249071
+ "name": "name",
249072
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
249073
+ }
249074
+ ],
249075
+ "tags": {}
249076
+ },
249077
+ {
249078
+ "kind": "property",
249079
+ "name": "styles",
249080
+ "required": true,
249081
+ "type": {
249082
+ "kind": "primitive",
249083
+ "value": "string"
249084
+ },
249085
+ "description": "",
249086
+ "declarations": [
249087
+ {
249088
+ "name": "styles",
249089
+ "filePath": "/home/runner/work/canvas-kit/canvas-kit/modules/styling/lib/cs.ts"
249090
+ }
249091
+ ],
249092
+ "tags": {}
249093
+ }
249094
+ ]
249095
+ },
248501
249096
  {
248502
249097
  "kind": "symbol",
248503
249098
  "name": "StyleProps",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "10.0.0-alpha.552-next.0",
3
+ "version": "10.0.0-alpha.554-next.0",
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,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^10.0.0-alpha.552-next.0",
48
- "@workday/canvas-kit-preview-react": "^10.0.0-alpha.552-next.0",
49
- "@workday/canvas-kit-react": "^10.0.0-alpha.552-next.0",
47
+ "@workday/canvas-kit-labs-react": "^10.0.0-alpha.554-next.0",
48
+ "@workday/canvas-kit-preview-react": "^10.0.0-alpha.554-next.0",
49
+ "@workday/canvas-kit-react": "^10.0.0-alpha.554-next.0",
50
50
  "@workday/canvas-system-icons-web": "^3.0.0",
51
51
  "markdown-to-jsx": "^6.10.3",
52
52
  "ts-node": "^10.9.1"
@@ -57,5 +57,5 @@
57
57
  "mkdirp": "^1.0.3",
58
58
  "typescript": "4.2"
59
59
  },
60
- "gitHead": "73b9c6f0e6ae847d93cc460065857756e25c9d90"
60
+ "gitHead": "0824d1f866f934df919c83135c5e25ee2f1b0214"
61
61
  }