@carbon/ibmdotcom-web-components 0.6.0-rc.4 → 0.6.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.
- package/CHANGELOG.md +4 -0
- package/custom-elements.json +296 -296
- package/dist/ibmdotcom-web-components-dotcom-shell.js +1 -1
- package/dist/ibmdotcom-web-components-dotcom-shell.min.js +1 -1
- package/dist/ibmdotcom-web-components-dotcom-shell.rtl.js +1 -1
- package/dist/ibmdotcom-web-components-dotcom-shell.rtl.min.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.6.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/compare/@carbon/ibmdotcom-web-components@0.6.0-rc.4...@carbon/ibmdotcom-web-components@0.6.0) (2020-11-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/ibmdotcom-web-components
|
|
9
|
+
|
|
6
10
|
# [0.6.0-rc.4](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/compare/@carbon/ibmdotcom-web-components@0.6.0-rc.3...@carbon/ibmdotcom-web-components@0.6.0-rc.4) (2020-11-23)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @carbon/ibmdotcom-web-components
|
package/custom-elements.json
CHANGED
|
@@ -2992,25 +2992,6 @@
|
|
|
2992
2992
|
"path": "./src/components/button-group/button-group.ts",
|
|
2993
2993
|
"description": "Button group."
|
|
2994
2994
|
},
|
|
2995
|
-
{
|
|
2996
|
-
"name": "dds-callout-data",
|
|
2997
|
-
"path": "./src/components/callout-data/callout-data.ts",
|
|
2998
|
-
"description": "Callout Data.",
|
|
2999
|
-
"slots": [
|
|
3000
|
-
{
|
|
3001
|
-
"name": "data",
|
|
3002
|
-
"description": "The data content."
|
|
3003
|
-
},
|
|
3004
|
-
{
|
|
3005
|
-
"name": "copy",
|
|
3006
|
-
"description": "The copy content."
|
|
3007
|
-
},
|
|
3008
|
-
{
|
|
3009
|
-
"name": "source",
|
|
3010
|
-
"description": "The source content."
|
|
3011
|
-
}
|
|
3012
|
-
]
|
|
3013
|
-
},
|
|
3014
2995
|
{
|
|
3015
2996
|
"name": "dds-hr",
|
|
3016
2997
|
"path": "./src/components/horizontal-rule/horizontal-rule.ts",
|
|
@@ -3163,209 +3144,21 @@
|
|
|
3163
3144
|
]
|
|
3164
3145
|
},
|
|
3165
3146
|
{
|
|
3166
|
-
"name": "dds-
|
|
3167
|
-
"path": "./src/components/
|
|
3168
|
-
"description": "
|
|
3169
|
-
"attributes": [
|
|
3170
|
-
{
|
|
3171
|
-
"name": "color-scheme",
|
|
3172
|
-
"description": "The color scheme.",
|
|
3173
|
-
"type": "BASIC_COLOR_SCHEME",
|
|
3174
|
-
"default": "\"\""
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"name": "parent-href",
|
|
3178
|
-
"description": "The `href` in parent `<dds-card>`.\n`<dds-card>` sets this automatically.",
|
|
3179
|
-
"type": "string | undefined"
|
|
3180
|
-
},
|
|
3181
|
-
{
|
|
3182
|
-
"name": "slot",
|
|
3183
|
-
"description": "The slot in parent `<dds-card>`.",
|
|
3184
|
-
"type": "string",
|
|
3185
|
-
"default": "\"footer\""
|
|
3186
|
-
},
|
|
3187
|
-
{
|
|
3188
|
-
"name": "icon-placement",
|
|
3189
|
-
"description": "Icon placement(right (default) | left)",
|
|
3190
|
-
"type": "ICON_PLACEMENT",
|
|
3191
|
-
"default": "\"right\""
|
|
3192
|
-
}
|
|
3193
|
-
],
|
|
3194
|
-
"properties": [
|
|
3195
|
-
{
|
|
3196
|
-
"name": "colorScheme",
|
|
3197
|
-
"attribute": "color-scheme",
|
|
3198
|
-
"description": "The color scheme.",
|
|
3199
|
-
"type": "BASIC_COLOR_SCHEME",
|
|
3200
|
-
"default": "\"\""
|
|
3201
|
-
},
|
|
3202
|
-
{
|
|
3203
|
-
"name": "parentHref",
|
|
3204
|
-
"attribute": "parent-href",
|
|
3205
|
-
"description": "The `href` in parent `<dds-card>`.\n`<dds-card>` sets this automatically.",
|
|
3206
|
-
"type": "string | undefined"
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"name": "slot",
|
|
3210
|
-
"attribute": "slot",
|
|
3211
|
-
"description": "The slot in parent `<dds-card>`.",
|
|
3212
|
-
"type": "string",
|
|
3213
|
-
"default": "\"footer\""
|
|
3214
|
-
},
|
|
3215
|
-
{
|
|
3216
|
-
"name": "iconPlacement",
|
|
3217
|
-
"attribute": "icon-placement",
|
|
3218
|
-
"description": "Icon placement(right (default) | left)",
|
|
3219
|
-
"type": "ICON_PLACEMENT",
|
|
3220
|
-
"default": "\"right\""
|
|
3221
|
-
},
|
|
3222
|
-
{
|
|
3223
|
-
"name": "disabled",
|
|
3224
|
-
"description": "`true` if the button should be disabled.",
|
|
3225
|
-
"type": "boolean"
|
|
3226
|
-
},
|
|
3227
|
-
{
|
|
3228
|
-
"name": "download",
|
|
3229
|
-
"description": "The default file name.",
|
|
3230
|
-
"type": "string"
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"name": "href",
|
|
3234
|
-
"description": "Link `href`.",
|
|
3235
|
-
"type": "string"
|
|
3236
|
-
},
|
|
3237
|
-
{
|
|
3238
|
-
"name": "hreflang",
|
|
3239
|
-
"description": "The language of what `href` points to.",
|
|
3240
|
-
"type": "string"
|
|
3241
|
-
},
|
|
3242
|
-
{
|
|
3243
|
-
"name": "linkRole",
|
|
3244
|
-
"description": "The a11y role for `<a>`.",
|
|
3245
|
-
"type": "string"
|
|
3246
|
-
},
|
|
3247
|
-
{
|
|
3248
|
-
"name": "ping",
|
|
3249
|
-
"description": "URLs to ping.",
|
|
3250
|
-
"type": "string"
|
|
3251
|
-
},
|
|
3252
|
-
{
|
|
3253
|
-
"name": "rel",
|
|
3254
|
-
"description": "The link type.",
|
|
3255
|
-
"type": "string"
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"name": "target",
|
|
3259
|
-
"description": "The link target.",
|
|
3260
|
-
"type": "string"
|
|
3261
|
-
},
|
|
3262
|
-
{
|
|
3263
|
-
"name": "type",
|
|
3264
|
-
"description": "MIME type of the `target`.",
|
|
3265
|
-
"type": "string"
|
|
3266
|
-
}
|
|
3267
|
-
],
|
|
3268
|
-
"slots": [
|
|
3269
|
-
{
|
|
3270
|
-
"name": "icon",
|
|
3271
|
-
"description": "The icon."
|
|
3272
|
-
},
|
|
3273
|
-
{
|
|
3274
|
-
"name": "icon-left",
|
|
3275
|
-
"description": "The CTA icon to place at the left."
|
|
3276
|
-
}
|
|
3277
|
-
]
|
|
3278
|
-
},
|
|
3279
|
-
{
|
|
3280
|
-
"name": "dds-card",
|
|
3281
|
-
"path": "./src/components/card/card.ts",
|
|
3282
|
-
"description": "Card.",
|
|
3283
|
-
"attributes": [
|
|
3284
|
-
{
|
|
3285
|
-
"name": "color-scheme",
|
|
3286
|
-
"description": "The color scheme.",
|
|
3287
|
-
"type": "BASIC_COLOR_SCHEME",
|
|
3288
|
-
"default": "\"\""
|
|
3289
|
-
},
|
|
3290
|
-
{
|
|
3291
|
-
"name": "href",
|
|
3292
|
-
"description": "Link `href`.",
|
|
3293
|
-
"type": "string",
|
|
3294
|
-
"default": "\"\""
|
|
3295
|
-
}
|
|
3296
|
-
],
|
|
3297
|
-
"properties": [
|
|
3298
|
-
{
|
|
3299
|
-
"name": "colorScheme",
|
|
3300
|
-
"attribute": "color-scheme",
|
|
3301
|
-
"description": "The color scheme.",
|
|
3302
|
-
"type": "BASIC_COLOR_SCHEME",
|
|
3303
|
-
"default": "\"\""
|
|
3304
|
-
},
|
|
3305
|
-
{
|
|
3306
|
-
"name": "disabled",
|
|
3307
|
-
"description": "`true` if the button should be disabled.",
|
|
3308
|
-
"type": "boolean"
|
|
3309
|
-
},
|
|
3310
|
-
{
|
|
3311
|
-
"name": "download",
|
|
3312
|
-
"description": "The default file name.",
|
|
3313
|
-
"type": "string"
|
|
3314
|
-
},
|
|
3315
|
-
{
|
|
3316
|
-
"name": "href",
|
|
3317
|
-
"attribute": "href",
|
|
3318
|
-
"description": "Link `href`.",
|
|
3319
|
-
"type": "string",
|
|
3320
|
-
"default": "\"\""
|
|
3321
|
-
},
|
|
3322
|
-
{
|
|
3323
|
-
"name": "hreflang",
|
|
3324
|
-
"description": "The language of what `href` points to.",
|
|
3325
|
-
"type": "string"
|
|
3326
|
-
},
|
|
3327
|
-
{
|
|
3328
|
-
"name": "linkRole",
|
|
3329
|
-
"description": "The a11y role for `<a>`.",
|
|
3330
|
-
"type": "string"
|
|
3331
|
-
},
|
|
3332
|
-
{
|
|
3333
|
-
"name": "ping",
|
|
3334
|
-
"description": "URLs to ping.",
|
|
3335
|
-
"type": "string"
|
|
3336
|
-
},
|
|
3337
|
-
{
|
|
3338
|
-
"name": "rel",
|
|
3339
|
-
"description": "The link type.",
|
|
3340
|
-
"type": "string"
|
|
3341
|
-
},
|
|
3342
|
-
{
|
|
3343
|
-
"name": "target",
|
|
3344
|
-
"description": "The link target.",
|
|
3345
|
-
"type": "string"
|
|
3346
|
-
},
|
|
3347
|
-
{
|
|
3348
|
-
"name": "type",
|
|
3349
|
-
"description": "MIME type of the `target`.",
|
|
3350
|
-
"type": "string"
|
|
3351
|
-
}
|
|
3352
|
-
],
|
|
3147
|
+
"name": "dds-callout-data",
|
|
3148
|
+
"path": "./src/components/callout-data/callout-data.ts",
|
|
3149
|
+
"description": "Callout Data.",
|
|
3353
3150
|
"slots": [
|
|
3354
3151
|
{
|
|
3355
|
-
"name": "
|
|
3356
|
-
"description": "The
|
|
3357
|
-
},
|
|
3358
|
-
{
|
|
3359
|
-
"name": "heading",
|
|
3360
|
-
"description": "The heading content."
|
|
3152
|
+
"name": "data",
|
|
3153
|
+
"description": "The data content."
|
|
3361
3154
|
},
|
|
3362
3155
|
{
|
|
3363
|
-
"name": "
|
|
3364
|
-
"description": "The
|
|
3156
|
+
"name": "copy",
|
|
3157
|
+
"description": "The copy content."
|
|
3365
3158
|
},
|
|
3366
3159
|
{
|
|
3367
|
-
"name": "
|
|
3368
|
-
"description": "The
|
|
3160
|
+
"name": "source",
|
|
3161
|
+
"description": "The source content."
|
|
3369
3162
|
}
|
|
3370
3163
|
]
|
|
3371
3164
|
},
|
|
@@ -4018,21 +3811,10 @@
|
|
|
4018
3811
|
]
|
|
4019
3812
|
},
|
|
4020
3813
|
{
|
|
4021
|
-
"name": "dds-card-
|
|
4022
|
-
"path": "./src/components/
|
|
4023
|
-
"description": "Card
|
|
3814
|
+
"name": "dds-card-footer",
|
|
3815
|
+
"path": "./src/components/card/card-footer.ts",
|
|
3816
|
+
"description": "Card footer.",
|
|
4024
3817
|
"attributes": [
|
|
4025
|
-
{
|
|
4026
|
-
"name": "cta-type",
|
|
4027
|
-
"description": "The CTA type.",
|
|
4028
|
-
"type": "CTA_TYPE",
|
|
4029
|
-
"default": "\"\""
|
|
4030
|
-
},
|
|
4031
|
-
{
|
|
4032
|
-
"name": "video-duration",
|
|
4033
|
-
"description": "The video duration.",
|
|
4034
|
-
"type": "number | undefined"
|
|
4035
|
-
},
|
|
4036
3818
|
{
|
|
4037
3819
|
"name": "color-scheme",
|
|
4038
3820
|
"description": "The color scheme.",
|
|
@@ -4059,19 +3841,237 @@
|
|
|
4059
3841
|
],
|
|
4060
3842
|
"properties": [
|
|
4061
3843
|
{
|
|
4062
|
-
"name": "
|
|
4063
|
-
"attribute": "
|
|
4064
|
-
"description": "The
|
|
4065
|
-
"type": "
|
|
3844
|
+
"name": "colorScheme",
|
|
3845
|
+
"attribute": "color-scheme",
|
|
3846
|
+
"description": "The color scheme.",
|
|
3847
|
+
"type": "BASIC_COLOR_SCHEME",
|
|
4066
3848
|
"default": "\"\""
|
|
4067
3849
|
},
|
|
4068
3850
|
{
|
|
4069
|
-
"name": "
|
|
4070
|
-
"
|
|
4071
|
-
"
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
3851
|
+
"name": "parentHref",
|
|
3852
|
+
"attribute": "parent-href",
|
|
3853
|
+
"description": "The `href` in parent `<dds-card>`.\n`<dds-card>` sets this automatically.",
|
|
3854
|
+
"type": "string | undefined"
|
|
3855
|
+
},
|
|
3856
|
+
{
|
|
3857
|
+
"name": "slot",
|
|
3858
|
+
"attribute": "slot",
|
|
3859
|
+
"description": "The slot in parent `<dds-card>`.",
|
|
3860
|
+
"type": "string",
|
|
3861
|
+
"default": "\"footer\""
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"name": "iconPlacement",
|
|
3865
|
+
"attribute": "icon-placement",
|
|
3866
|
+
"description": "Icon placement(right (default) | left)",
|
|
3867
|
+
"type": "ICON_PLACEMENT",
|
|
3868
|
+
"default": "\"right\""
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"name": "disabled",
|
|
3872
|
+
"description": "`true` if the button should be disabled.",
|
|
3873
|
+
"type": "boolean"
|
|
3874
|
+
},
|
|
3875
|
+
{
|
|
3876
|
+
"name": "download",
|
|
3877
|
+
"description": "The default file name.",
|
|
3878
|
+
"type": "string"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"name": "href",
|
|
3882
|
+
"description": "Link `href`.",
|
|
3883
|
+
"type": "string"
|
|
3884
|
+
},
|
|
3885
|
+
{
|
|
3886
|
+
"name": "hreflang",
|
|
3887
|
+
"description": "The language of what `href` points to.",
|
|
3888
|
+
"type": "string"
|
|
3889
|
+
},
|
|
3890
|
+
{
|
|
3891
|
+
"name": "linkRole",
|
|
3892
|
+
"description": "The a11y role for `<a>`.",
|
|
3893
|
+
"type": "string"
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"name": "ping",
|
|
3897
|
+
"description": "URLs to ping.",
|
|
3898
|
+
"type": "string"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
"name": "rel",
|
|
3902
|
+
"description": "The link type.",
|
|
3903
|
+
"type": "string"
|
|
3904
|
+
},
|
|
3905
|
+
{
|
|
3906
|
+
"name": "target",
|
|
3907
|
+
"description": "The link target.",
|
|
3908
|
+
"type": "string"
|
|
3909
|
+
},
|
|
3910
|
+
{
|
|
3911
|
+
"name": "type",
|
|
3912
|
+
"description": "MIME type of the `target`.",
|
|
3913
|
+
"type": "string"
|
|
3914
|
+
}
|
|
3915
|
+
],
|
|
3916
|
+
"slots": [
|
|
3917
|
+
{
|
|
3918
|
+
"name": "icon",
|
|
3919
|
+
"description": "The icon."
|
|
3920
|
+
},
|
|
3921
|
+
{
|
|
3922
|
+
"name": "icon-left",
|
|
3923
|
+
"description": "The CTA icon to place at the left."
|
|
3924
|
+
}
|
|
3925
|
+
]
|
|
3926
|
+
},
|
|
3927
|
+
{
|
|
3928
|
+
"name": "dds-card",
|
|
3929
|
+
"path": "./src/components/card/card.ts",
|
|
3930
|
+
"description": "Card.",
|
|
3931
|
+
"attributes": [
|
|
3932
|
+
{
|
|
3933
|
+
"name": "color-scheme",
|
|
3934
|
+
"description": "The color scheme.",
|
|
3935
|
+
"type": "BASIC_COLOR_SCHEME",
|
|
3936
|
+
"default": "\"\""
|
|
3937
|
+
},
|
|
3938
|
+
{
|
|
3939
|
+
"name": "href",
|
|
3940
|
+
"description": "Link `href`.",
|
|
3941
|
+
"type": "string",
|
|
3942
|
+
"default": "\"\""
|
|
3943
|
+
}
|
|
3944
|
+
],
|
|
3945
|
+
"properties": [
|
|
3946
|
+
{
|
|
3947
|
+
"name": "colorScheme",
|
|
3948
|
+
"attribute": "color-scheme",
|
|
3949
|
+
"description": "The color scheme.",
|
|
3950
|
+
"type": "BASIC_COLOR_SCHEME",
|
|
3951
|
+
"default": "\"\""
|
|
3952
|
+
},
|
|
3953
|
+
{
|
|
3954
|
+
"name": "disabled",
|
|
3955
|
+
"description": "`true` if the button should be disabled.",
|
|
3956
|
+
"type": "boolean"
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"name": "download",
|
|
3960
|
+
"description": "The default file name.",
|
|
3961
|
+
"type": "string"
|
|
3962
|
+
},
|
|
3963
|
+
{
|
|
3964
|
+
"name": "href",
|
|
3965
|
+
"attribute": "href",
|
|
3966
|
+
"description": "Link `href`.",
|
|
3967
|
+
"type": "string",
|
|
3968
|
+
"default": "\"\""
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
"name": "hreflang",
|
|
3972
|
+
"description": "The language of what `href` points to.",
|
|
3973
|
+
"type": "string"
|
|
3974
|
+
},
|
|
3975
|
+
{
|
|
3976
|
+
"name": "linkRole",
|
|
3977
|
+
"description": "The a11y role for `<a>`.",
|
|
3978
|
+
"type": "string"
|
|
3979
|
+
},
|
|
3980
|
+
{
|
|
3981
|
+
"name": "ping",
|
|
3982
|
+
"description": "URLs to ping.",
|
|
3983
|
+
"type": "string"
|
|
3984
|
+
},
|
|
3985
|
+
{
|
|
3986
|
+
"name": "rel",
|
|
3987
|
+
"description": "The link type.",
|
|
3988
|
+
"type": "string"
|
|
3989
|
+
},
|
|
3990
|
+
{
|
|
3991
|
+
"name": "target",
|
|
3992
|
+
"description": "The link target.",
|
|
3993
|
+
"type": "string"
|
|
3994
|
+
},
|
|
3995
|
+
{
|
|
3996
|
+
"name": "type",
|
|
3997
|
+
"description": "MIME type of the `target`.",
|
|
3998
|
+
"type": "string"
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
"slots": [
|
|
4002
|
+
{
|
|
4003
|
+
"name": "eyebrow",
|
|
4004
|
+
"description": "The eyebrow content."
|
|
4005
|
+
},
|
|
4006
|
+
{
|
|
4007
|
+
"name": "heading",
|
|
4008
|
+
"description": "The heading content."
|
|
4009
|
+
},
|
|
4010
|
+
{
|
|
4011
|
+
"name": "image",
|
|
4012
|
+
"description": "The image content."
|
|
4013
|
+
},
|
|
4014
|
+
{
|
|
4015
|
+
"name": "footer",
|
|
4016
|
+
"description": "The footer content."
|
|
4017
|
+
}
|
|
4018
|
+
]
|
|
4019
|
+
},
|
|
4020
|
+
{
|
|
4021
|
+
"name": "dds-card-cta-footer",
|
|
4022
|
+
"path": "./src/components/cta/card-cta-footer.ts",
|
|
4023
|
+
"description": "Card CTA footer.",
|
|
4024
|
+
"attributes": [
|
|
4025
|
+
{
|
|
4026
|
+
"name": "cta-type",
|
|
4027
|
+
"description": "The CTA type.",
|
|
4028
|
+
"type": "CTA_TYPE",
|
|
4029
|
+
"default": "\"\""
|
|
4030
|
+
},
|
|
4031
|
+
{
|
|
4032
|
+
"name": "video-duration",
|
|
4033
|
+
"description": "The video duration.",
|
|
4034
|
+
"type": "number | undefined"
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
"name": "color-scheme",
|
|
4038
|
+
"description": "The color scheme.",
|
|
4039
|
+
"type": "BASIC_COLOR_SCHEME",
|
|
4040
|
+
"default": "\"\""
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "parent-href",
|
|
4044
|
+
"description": "The `href` in parent `<dds-card>`.\n`<dds-card>` sets this automatically.",
|
|
4045
|
+
"type": "string | undefined"
|
|
4046
|
+
},
|
|
4047
|
+
{
|
|
4048
|
+
"name": "slot",
|
|
4049
|
+
"description": "The slot in parent `<dds-card>`.",
|
|
4050
|
+
"type": "string",
|
|
4051
|
+
"default": "\"footer\""
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"name": "icon-placement",
|
|
4055
|
+
"description": "Icon placement(right (default) | left)",
|
|
4056
|
+
"type": "ICON_PLACEMENT",
|
|
4057
|
+
"default": "\"right\""
|
|
4058
|
+
}
|
|
4059
|
+
],
|
|
4060
|
+
"properties": [
|
|
4061
|
+
{
|
|
4062
|
+
"name": "ctaType",
|
|
4063
|
+
"attribute": "cta-type",
|
|
4064
|
+
"description": "The CTA type.",
|
|
4065
|
+
"type": "CTA_TYPE",
|
|
4066
|
+
"default": "\"\""
|
|
4067
|
+
},
|
|
4068
|
+
{
|
|
4069
|
+
"name": "formatVideoCaption",
|
|
4070
|
+
"description": "The formatter for the video caption, composed with the video name and the video duration.\nShould be changed upon the locale the UI is rendered with.",
|
|
4071
|
+
"default": "\"formatVideoCaption\""
|
|
4072
|
+
},
|
|
4073
|
+
{
|
|
4074
|
+
"name": "formatVideoDuration",
|
|
4075
4075
|
"description": "The formatter for the video duration.\nShould be changed upon the locale the UI is rendered with.",
|
|
4076
4076
|
"default": "\"formatVideoDuration\""
|
|
4077
4077
|
},
|
|
@@ -4476,62 +4476,6 @@
|
|
|
4476
4476
|
"path": "./src/components/card-group/card-group.ts",
|
|
4477
4477
|
"description": "Card Group."
|
|
4478
4478
|
},
|
|
4479
|
-
{
|
|
4480
|
-
"name": "dds-content-section",
|
|
4481
|
-
"path": "./src/components/content-section/content-section.ts",
|
|
4482
|
-
"description": "The Content Section component for use with cardSection",
|
|
4483
|
-
"attributes": [
|
|
4484
|
-
{
|
|
4485
|
-
"name": "heading",
|
|
4486
|
-
"description": "The Content Section heading.",
|
|
4487
|
-
"type": "string",
|
|
4488
|
-
"default": "\"\""
|
|
4489
|
-
}
|
|
4490
|
-
],
|
|
4491
|
-
"properties": [
|
|
4492
|
-
{
|
|
4493
|
-
"name": "heading",
|
|
4494
|
-
"attribute": "heading",
|
|
4495
|
-
"description": "The Content Section heading.",
|
|
4496
|
-
"type": "string",
|
|
4497
|
-
"default": "\"\""
|
|
4498
|
-
}
|
|
4499
|
-
],
|
|
4500
|
-
"slots": [
|
|
4501
|
-
{
|
|
4502
|
-
"name": "heading",
|
|
4503
|
-
"description": "Section heading"
|
|
4504
|
-
}
|
|
4505
|
-
]
|
|
4506
|
-
},
|
|
4507
|
-
{
|
|
4508
|
-
"name": "dds-card-section-images",
|
|
4509
|
-
"path": "./src/components/card-section-images/card-section-images.ts",
|
|
4510
|
-
"description": "The Card Section Images pattern",
|
|
4511
|
-
"attributes": [
|
|
4512
|
-
{
|
|
4513
|
-
"name": "heading",
|
|
4514
|
-
"description": "The Content Section heading.",
|
|
4515
|
-
"type": "string",
|
|
4516
|
-
"default": "\"\""
|
|
4517
|
-
}
|
|
4518
|
-
],
|
|
4519
|
-
"properties": [
|
|
4520
|
-
{
|
|
4521
|
-
"name": "heading",
|
|
4522
|
-
"attribute": "heading",
|
|
4523
|
-
"description": "The Content Section heading.",
|
|
4524
|
-
"type": "string",
|
|
4525
|
-
"default": "\"\""
|
|
4526
|
-
}
|
|
4527
|
-
],
|
|
4528
|
-
"slots": [
|
|
4529
|
-
{
|
|
4530
|
-
"name": "heading",
|
|
4531
|
-
"description": "Section heading"
|
|
4532
|
-
}
|
|
4533
|
-
]
|
|
4534
|
-
},
|
|
4535
4479
|
{
|
|
4536
4480
|
"name": "dds-card-link",
|
|
4537
4481
|
"path": "./src/components/card-link/card-link.ts",
|
|
@@ -4633,6 +4577,34 @@
|
|
|
4633
4577
|
}
|
|
4634
4578
|
]
|
|
4635
4579
|
},
|
|
4580
|
+
{
|
|
4581
|
+
"name": "dds-content-section",
|
|
4582
|
+
"path": "./src/components/content-section/content-section.ts",
|
|
4583
|
+
"description": "The Content Section component for use with cardSection",
|
|
4584
|
+
"attributes": [
|
|
4585
|
+
{
|
|
4586
|
+
"name": "heading",
|
|
4587
|
+
"description": "The Content Section heading.",
|
|
4588
|
+
"type": "string",
|
|
4589
|
+
"default": "\"\""
|
|
4590
|
+
}
|
|
4591
|
+
],
|
|
4592
|
+
"properties": [
|
|
4593
|
+
{
|
|
4594
|
+
"name": "heading",
|
|
4595
|
+
"attribute": "heading",
|
|
4596
|
+
"description": "The Content Section heading.",
|
|
4597
|
+
"type": "string",
|
|
4598
|
+
"default": "\"\""
|
|
4599
|
+
}
|
|
4600
|
+
],
|
|
4601
|
+
"slots": [
|
|
4602
|
+
{
|
|
4603
|
+
"name": "heading",
|
|
4604
|
+
"description": "Section heading"
|
|
4605
|
+
}
|
|
4606
|
+
]
|
|
4607
|
+
},
|
|
4636
4608
|
{
|
|
4637
4609
|
"name": "dds-card-section-simple",
|
|
4638
4610
|
"path": "./src/components/card-section-simple/card-section-simple.ts",
|
|
@@ -4661,6 +4633,34 @@
|
|
|
4661
4633
|
}
|
|
4662
4634
|
]
|
|
4663
4635
|
},
|
|
4636
|
+
{
|
|
4637
|
+
"name": "dds-card-section-images",
|
|
4638
|
+
"path": "./src/components/card-section-images/card-section-images.ts",
|
|
4639
|
+
"description": "The Card Section Images pattern",
|
|
4640
|
+
"attributes": [
|
|
4641
|
+
{
|
|
4642
|
+
"name": "heading",
|
|
4643
|
+
"description": "The Content Section heading.",
|
|
4644
|
+
"type": "string",
|
|
4645
|
+
"default": "\"\""
|
|
4646
|
+
}
|
|
4647
|
+
],
|
|
4648
|
+
"properties": [
|
|
4649
|
+
{
|
|
4650
|
+
"name": "heading",
|
|
4651
|
+
"attribute": "heading",
|
|
4652
|
+
"description": "The Content Section heading.",
|
|
4653
|
+
"type": "string",
|
|
4654
|
+
"default": "\"\""
|
|
4655
|
+
}
|
|
4656
|
+
],
|
|
4657
|
+
"slots": [
|
|
4658
|
+
{
|
|
4659
|
+
"name": "heading",
|
|
4660
|
+
"description": "Section heading"
|
|
4661
|
+
}
|
|
4662
|
+
]
|
|
4663
|
+
},
|
|
4664
4664
|
{
|
|
4665
4665
|
"name": "dds-content-block-complementary",
|
|
4666
4666
|
"path": "./src/components/content-block/content-block-complementary.ts",
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
*
|
|
66
66
|
* https://www.npmjs.com/package/lodash-es
|
|
67
67
|
* https://www.npmjs.com/package/redux
|
|
68
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
69
68
|
* https://www.npmjs.com/package/redux-logger
|
|
69
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
70
70
|
* https://www.npmjs.com/package/symbol-observable
|
|
71
71
|
* https://www.npmjs.com/package/window-or-global
|
|
72
72
|
* https://www.npmjs.com/package/@babel/runtime
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
*
|
|
66
66
|
* https://www.npmjs.com/package/lodash-es
|
|
67
67
|
* https://www.npmjs.com/package/redux
|
|
68
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
69
68
|
* https://www.npmjs.com/package/redux-logger
|
|
69
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
70
70
|
* https://www.npmjs.com/package/symbol-observable
|
|
71
71
|
* https://www.npmjs.com/package/window-or-global
|
|
72
72
|
* https://www.npmjs.com/package/@babel/runtime
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
*
|
|
66
66
|
* https://www.npmjs.com/package/lodash-es
|
|
67
67
|
* https://www.npmjs.com/package/redux
|
|
68
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
69
68
|
* https://www.npmjs.com/package/redux-logger
|
|
69
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
70
70
|
* https://www.npmjs.com/package/symbol-observable
|
|
71
71
|
* https://www.npmjs.com/package/window-or-global
|
|
72
72
|
* https://www.npmjs.com/package/@babel/runtime
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
*
|
|
66
66
|
* https://www.npmjs.com/package/lodash-es
|
|
67
67
|
* https://www.npmjs.com/package/redux
|
|
68
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
69
68
|
* https://www.npmjs.com/package/redux-logger
|
|
69
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
70
70
|
* https://www.npmjs.com/package/symbol-observable
|
|
71
71
|
* https://www.npmjs.com/package/window-or-global
|
|
72
72
|
* https://www.npmjs.com/package/@babel/runtime
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibmdotcom-web-components",
|
|
3
|
-
"version": "0.6.0
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Carbon for IBM.com Web Components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"prettier": "^1.19.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@carbon/ibmdotcom-services": "1.13.0
|
|
63
|
-
"@carbon/ibmdotcom-styles": "1.13.0
|
|
64
|
-
"@carbon/ibmdotcom-utilities": "1.13.0
|
|
62
|
+
"@carbon/ibmdotcom-services": "1.13.0",
|
|
63
|
+
"@carbon/ibmdotcom-styles": "1.13.0",
|
|
64
|
+
"@carbon/ibmdotcom-utilities": "1.13.0",
|
|
65
65
|
"@carbon/layout": "10.14.0",
|
|
66
66
|
"carbon-components": "10.24.0",
|
|
67
67
|
"carbon-web-components": "1.8.0",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"@babel/preset-modules": "^0.1.0",
|
|
86
86
|
"@babel/template": "^7.8.0",
|
|
87
87
|
"@babel/traverse": "^7.8.0",
|
|
88
|
-
"@carbon/ibmdotcom-services-store": "1.13.0
|
|
88
|
+
"@carbon/ibmdotcom-services-store": "1.13.0",
|
|
89
89
|
"@carbon/icon-helpers": "^10.9.0",
|
|
90
90
|
"@carbon/icons": "10.21.0",
|
|
91
91
|
"@open-wc/semantic-dom-diff": "^0.15.0",
|
|
@@ -222,5 +222,5 @@
|
|
|
222
222
|
"singleQuote": true,
|
|
223
223
|
"trailingComma": "es5"
|
|
224
224
|
},
|
|
225
|
-
"gitHead": "
|
|
225
|
+
"gitHead": "919083395a705c4604a2d1e8ad2cef84c35a1f0d"
|
|
226
226
|
}
|