@carbon/ibmdotcom-web-components 1.2.0-rc.1 → 1.2.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 +8 -0
- package/custom-elements.json +183 -183
- 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,14 @@
|
|
|
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
|
+
# [1.2.0](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/compare/@carbon/ibmdotcom-web-components@1.2.0-rc.1...@carbon/ibmdotcom-web-components@1.2.0) (2021-03-23)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/ibmdotcom-web-components
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [1.2.0-rc.1](https://github.com/carbon-design-system/carbon-for-ibm-dotcom/tree/master/packages/web-components/compare/@carbon/ibmdotcom-web-components@1.2.0-rc.0...@carbon/ibmdotcom-web-components@1.2.0-rc.1) (2021-03-17)
|
|
7
15
|
|
|
8
16
|
|
package/custom-elements.json
CHANGED
|
@@ -4281,181 +4281,6 @@
|
|
|
4281
4281
|
}
|
|
4282
4282
|
]
|
|
4283
4283
|
},
|
|
4284
|
-
{
|
|
4285
|
-
"name": "dds-hr",
|
|
4286
|
-
"path": "./src/components/horizontal-rule/horizontal-rule.ts",
|
|
4287
|
-
"description": "Horizontal Rule",
|
|
4288
|
-
"attributes": [
|
|
4289
|
-
{
|
|
4290
|
-
"name": "type",
|
|
4291
|
-
"description": "Style of the HR (solid (default) | dashed)",
|
|
4292
|
-
"type": "HR_TYPE",
|
|
4293
|
-
"default": "\"solid\""
|
|
4294
|
-
},
|
|
4295
|
-
{
|
|
4296
|
-
"name": "size",
|
|
4297
|
-
"description": "Length of the HR\n(fluid (default) | small | medium | large)",
|
|
4298
|
-
"type": "HR_SIZE",
|
|
4299
|
-
"default": "\"fluid\""
|
|
4300
|
-
},
|
|
4301
|
-
{
|
|
4302
|
-
"name": "contrast",
|
|
4303
|
-
"description": "Contrast of the HR\n(medium-contrast (default) | low-contrast | high-contrast)",
|
|
4304
|
-
"type": "HR_CONTRAST",
|
|
4305
|
-
"default": "\"medium-contrast\""
|
|
4306
|
-
},
|
|
4307
|
-
{
|
|
4308
|
-
"name": "weight",
|
|
4309
|
-
"description": "Weight of the HR\n(thin (default) | thick)",
|
|
4310
|
-
"type": "HR_WEIGHT",
|
|
4311
|
-
"default": "\"thin\""
|
|
4312
|
-
}
|
|
4313
|
-
],
|
|
4314
|
-
"properties": [
|
|
4315
|
-
{
|
|
4316
|
-
"name": "type",
|
|
4317
|
-
"attribute": "type",
|
|
4318
|
-
"description": "Style of the HR (solid (default) | dashed)",
|
|
4319
|
-
"type": "HR_TYPE",
|
|
4320
|
-
"default": "\"solid\""
|
|
4321
|
-
},
|
|
4322
|
-
{
|
|
4323
|
-
"name": "size",
|
|
4324
|
-
"attribute": "size",
|
|
4325
|
-
"description": "Length of the HR\n(fluid (default) | small | medium | large)",
|
|
4326
|
-
"type": "HR_SIZE",
|
|
4327
|
-
"default": "\"fluid\""
|
|
4328
|
-
},
|
|
4329
|
-
{
|
|
4330
|
-
"name": "contrast",
|
|
4331
|
-
"attribute": "contrast",
|
|
4332
|
-
"description": "Contrast of the HR\n(medium-contrast (default) | low-contrast | high-contrast)",
|
|
4333
|
-
"type": "HR_CONTRAST",
|
|
4334
|
-
"default": "\"medium-contrast\""
|
|
4335
|
-
},
|
|
4336
|
-
{
|
|
4337
|
-
"name": "weight",
|
|
4338
|
-
"attribute": "weight",
|
|
4339
|
-
"description": "Weight of the HR\n(thin (default) | thick)",
|
|
4340
|
-
"type": "HR_WEIGHT",
|
|
4341
|
-
"default": "\"thin\""
|
|
4342
|
-
}
|
|
4343
|
-
]
|
|
4344
|
-
},
|
|
4345
|
-
{
|
|
4346
|
-
"name": "dds-quote",
|
|
4347
|
-
"path": "./src/components/quote/quote.ts",
|
|
4348
|
-
"description": "Quote.",
|
|
4349
|
-
"attributes": [
|
|
4350
|
-
{
|
|
4351
|
-
"name": "mark-type",
|
|
4352
|
-
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
4353
|
-
"type": "QUOTE_TYPES",
|
|
4354
|
-
"default": "\"double-curved\""
|
|
4355
|
-
},
|
|
4356
|
-
{
|
|
4357
|
-
"name": "color-scheme",
|
|
4358
|
-
"description": "Defines if the inverse class is included",
|
|
4359
|
-
"type": "QUOTE_COLOR_SCHEMES",
|
|
4360
|
-
"default": "\"regular\""
|
|
4361
|
-
}
|
|
4362
|
-
],
|
|
4363
|
-
"properties": [
|
|
4364
|
-
{
|
|
4365
|
-
"name": "markType",
|
|
4366
|
-
"attribute": "mark-type",
|
|
4367
|
-
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
4368
|
-
"type": "QUOTE_TYPES",
|
|
4369
|
-
"default": "\"double-curved\""
|
|
4370
|
-
},
|
|
4371
|
-
{
|
|
4372
|
-
"name": "colorScheme",
|
|
4373
|
-
"attribute": "color-scheme",
|
|
4374
|
-
"description": "Defines if the inverse class is included",
|
|
4375
|
-
"type": "QUOTE_COLOR_SCHEMES",
|
|
4376
|
-
"default": "\"regular\""
|
|
4377
|
-
}
|
|
4378
|
-
],
|
|
4379
|
-
"slots": [
|
|
4380
|
-
{
|
|
4381
|
-
"name": "copy",
|
|
4382
|
-
"description": "The copy content."
|
|
4383
|
-
},
|
|
4384
|
-
{
|
|
4385
|
-
"name": "footer",
|
|
4386
|
-
"description": "The footer (CTA) content."
|
|
4387
|
-
},
|
|
4388
|
-
{
|
|
4389
|
-
"name": "source-heading",
|
|
4390
|
-
"description": "The heading content of the quote source."
|
|
4391
|
-
},
|
|
4392
|
-
{
|
|
4393
|
-
"name": "source-copy",
|
|
4394
|
-
"description": "The copy content of the quote source."
|
|
4395
|
-
},
|
|
4396
|
-
{
|
|
4397
|
-
"name": "source-bottom-copy",
|
|
4398
|
-
"description": "The copy content of the quote source placed at the bottom."
|
|
4399
|
-
}
|
|
4400
|
-
]
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"name": "dds-callout-data",
|
|
4404
|
-
"path": "./src/components/callout-quote/callout-quote.ts",
|
|
4405
|
-
"description": "Callout Data.",
|
|
4406
|
-
"attributes": [
|
|
4407
|
-
{
|
|
4408
|
-
"name": "mark-type",
|
|
4409
|
-
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
4410
|
-
"type": "QUOTE_TYPES",
|
|
4411
|
-
"default": "\"double-curved\""
|
|
4412
|
-
},
|
|
4413
|
-
{
|
|
4414
|
-
"name": "color-scheme",
|
|
4415
|
-
"description": "Defines if the inverse class is included",
|
|
4416
|
-
"type": "QUOTE_COLOR_SCHEMES",
|
|
4417
|
-
"default": "\"regular\""
|
|
4418
|
-
}
|
|
4419
|
-
],
|
|
4420
|
-
"properties": [
|
|
4421
|
-
{
|
|
4422
|
-
"name": "markType",
|
|
4423
|
-
"attribute": "mark-type",
|
|
4424
|
-
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
4425
|
-
"type": "QUOTE_TYPES",
|
|
4426
|
-
"default": "\"double-curved\""
|
|
4427
|
-
},
|
|
4428
|
-
{
|
|
4429
|
-
"name": "colorScheme",
|
|
4430
|
-
"attribute": "color-scheme",
|
|
4431
|
-
"description": "Defines if the inverse class is included",
|
|
4432
|
-
"type": "QUOTE_COLOR_SCHEMES",
|
|
4433
|
-
"default": "\"regular\""
|
|
4434
|
-
}
|
|
4435
|
-
],
|
|
4436
|
-
"slots": [
|
|
4437
|
-
{
|
|
4438
|
-
"name": "copy",
|
|
4439
|
-
"description": "The copy content."
|
|
4440
|
-
},
|
|
4441
|
-
{
|
|
4442
|
-
"name": "footer",
|
|
4443
|
-
"description": "The footer (CTA) content."
|
|
4444
|
-
},
|
|
4445
|
-
{
|
|
4446
|
-
"name": "source-heading",
|
|
4447
|
-
"description": "The heading content of the quote source."
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
"name": "source-copy",
|
|
4451
|
-
"description": "The copy content of the quote source."
|
|
4452
|
-
},
|
|
4453
|
-
{
|
|
4454
|
-
"name": "source-bottom-copy",
|
|
4455
|
-
"description": "The copy content of the quote source placed at the bottom."
|
|
4456
|
-
}
|
|
4457
|
-
]
|
|
4458
|
-
},
|
|
4459
4284
|
{
|
|
4460
4285
|
"name": "dds-image",
|
|
4461
4286
|
"path": "./src/components/image/image.ts",
|
|
@@ -5144,6 +4969,181 @@
|
|
|
5144
4969
|
}
|
|
5145
4970
|
]
|
|
5146
4971
|
},
|
|
4972
|
+
{
|
|
4973
|
+
"name": "dds-hr",
|
|
4974
|
+
"path": "./src/components/horizontal-rule/horizontal-rule.ts",
|
|
4975
|
+
"description": "Horizontal Rule",
|
|
4976
|
+
"attributes": [
|
|
4977
|
+
{
|
|
4978
|
+
"name": "type",
|
|
4979
|
+
"description": "Style of the HR (solid (default) | dashed)",
|
|
4980
|
+
"type": "HR_TYPE",
|
|
4981
|
+
"default": "\"solid\""
|
|
4982
|
+
},
|
|
4983
|
+
{
|
|
4984
|
+
"name": "size",
|
|
4985
|
+
"description": "Length of the HR\n(fluid (default) | small | medium | large)",
|
|
4986
|
+
"type": "HR_SIZE",
|
|
4987
|
+
"default": "\"fluid\""
|
|
4988
|
+
},
|
|
4989
|
+
{
|
|
4990
|
+
"name": "contrast",
|
|
4991
|
+
"description": "Contrast of the HR\n(medium-contrast (default) | low-contrast | high-contrast)",
|
|
4992
|
+
"type": "HR_CONTRAST",
|
|
4993
|
+
"default": "\"medium-contrast\""
|
|
4994
|
+
},
|
|
4995
|
+
{
|
|
4996
|
+
"name": "weight",
|
|
4997
|
+
"description": "Weight of the HR\n(thin (default) | thick)",
|
|
4998
|
+
"type": "HR_WEIGHT",
|
|
4999
|
+
"default": "\"thin\""
|
|
5000
|
+
}
|
|
5001
|
+
],
|
|
5002
|
+
"properties": [
|
|
5003
|
+
{
|
|
5004
|
+
"name": "type",
|
|
5005
|
+
"attribute": "type",
|
|
5006
|
+
"description": "Style of the HR (solid (default) | dashed)",
|
|
5007
|
+
"type": "HR_TYPE",
|
|
5008
|
+
"default": "\"solid\""
|
|
5009
|
+
},
|
|
5010
|
+
{
|
|
5011
|
+
"name": "size",
|
|
5012
|
+
"attribute": "size",
|
|
5013
|
+
"description": "Length of the HR\n(fluid (default) | small | medium | large)",
|
|
5014
|
+
"type": "HR_SIZE",
|
|
5015
|
+
"default": "\"fluid\""
|
|
5016
|
+
},
|
|
5017
|
+
{
|
|
5018
|
+
"name": "contrast",
|
|
5019
|
+
"attribute": "contrast",
|
|
5020
|
+
"description": "Contrast of the HR\n(medium-contrast (default) | low-contrast | high-contrast)",
|
|
5021
|
+
"type": "HR_CONTRAST",
|
|
5022
|
+
"default": "\"medium-contrast\""
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"name": "weight",
|
|
5026
|
+
"attribute": "weight",
|
|
5027
|
+
"description": "Weight of the HR\n(thin (default) | thick)",
|
|
5028
|
+
"type": "HR_WEIGHT",
|
|
5029
|
+
"default": "\"thin\""
|
|
5030
|
+
}
|
|
5031
|
+
]
|
|
5032
|
+
},
|
|
5033
|
+
{
|
|
5034
|
+
"name": "dds-quote",
|
|
5035
|
+
"path": "./src/components/quote/quote.ts",
|
|
5036
|
+
"description": "Quote.",
|
|
5037
|
+
"attributes": [
|
|
5038
|
+
{
|
|
5039
|
+
"name": "mark-type",
|
|
5040
|
+
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
5041
|
+
"type": "QUOTE_TYPES",
|
|
5042
|
+
"default": "\"double-curved\""
|
|
5043
|
+
},
|
|
5044
|
+
{
|
|
5045
|
+
"name": "color-scheme",
|
|
5046
|
+
"description": "Defines if the inverse class is included",
|
|
5047
|
+
"type": "QUOTE_COLOR_SCHEMES",
|
|
5048
|
+
"default": "\"regular\""
|
|
5049
|
+
}
|
|
5050
|
+
],
|
|
5051
|
+
"properties": [
|
|
5052
|
+
{
|
|
5053
|
+
"name": "markType",
|
|
5054
|
+
"attribute": "mark-type",
|
|
5055
|
+
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
5056
|
+
"type": "QUOTE_TYPES",
|
|
5057
|
+
"default": "\"double-curved\""
|
|
5058
|
+
},
|
|
5059
|
+
{
|
|
5060
|
+
"name": "colorScheme",
|
|
5061
|
+
"attribute": "color-scheme",
|
|
5062
|
+
"description": "Defines if the inverse class is included",
|
|
5063
|
+
"type": "QUOTE_COLOR_SCHEMES",
|
|
5064
|
+
"default": "\"regular\""
|
|
5065
|
+
}
|
|
5066
|
+
],
|
|
5067
|
+
"slots": [
|
|
5068
|
+
{
|
|
5069
|
+
"name": "copy",
|
|
5070
|
+
"description": "The copy content."
|
|
5071
|
+
},
|
|
5072
|
+
{
|
|
5073
|
+
"name": "footer",
|
|
5074
|
+
"description": "The footer (CTA) content."
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"name": "source-heading",
|
|
5078
|
+
"description": "The heading content of the quote source."
|
|
5079
|
+
},
|
|
5080
|
+
{
|
|
5081
|
+
"name": "source-copy",
|
|
5082
|
+
"description": "The copy content of the quote source."
|
|
5083
|
+
},
|
|
5084
|
+
{
|
|
5085
|
+
"name": "source-bottom-copy",
|
|
5086
|
+
"description": "The copy content of the quote source placed at the bottom."
|
|
5087
|
+
}
|
|
5088
|
+
]
|
|
5089
|
+
},
|
|
5090
|
+
{
|
|
5091
|
+
"name": "dds-callout-data",
|
|
5092
|
+
"path": "./src/components/callout-quote/callout-quote.ts",
|
|
5093
|
+
"description": "Callout Data.",
|
|
5094
|
+
"attributes": [
|
|
5095
|
+
{
|
|
5096
|
+
"name": "mark-type",
|
|
5097
|
+
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
5098
|
+
"type": "QUOTE_TYPES",
|
|
5099
|
+
"default": "\"double-curved\""
|
|
5100
|
+
},
|
|
5101
|
+
{
|
|
5102
|
+
"name": "color-scheme",
|
|
5103
|
+
"description": "Defines if the inverse class is included",
|
|
5104
|
+
"type": "QUOTE_COLOR_SCHEMES",
|
|
5105
|
+
"default": "\"regular\""
|
|
5106
|
+
}
|
|
5107
|
+
],
|
|
5108
|
+
"properties": [
|
|
5109
|
+
{
|
|
5110
|
+
"name": "markType",
|
|
5111
|
+
"attribute": "mark-type",
|
|
5112
|
+
"description": "Defines rendered quote mark style\nstyles:\n`double-curved`: `“ ”`;\n`single-curved`: `‘ ’`;\n`single-angle`: `‹ ›`;\n`double-angle`: `« »`;\n`low-high-reversed-double-curved`: `„ “`;\n`corner-bracket`: `「 」`;",
|
|
5113
|
+
"type": "QUOTE_TYPES",
|
|
5114
|
+
"default": "\"double-curved\""
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"name": "colorScheme",
|
|
5118
|
+
"attribute": "color-scheme",
|
|
5119
|
+
"description": "Defines if the inverse class is included",
|
|
5120
|
+
"type": "QUOTE_COLOR_SCHEMES",
|
|
5121
|
+
"default": "\"regular\""
|
|
5122
|
+
}
|
|
5123
|
+
],
|
|
5124
|
+
"slots": [
|
|
5125
|
+
{
|
|
5126
|
+
"name": "copy",
|
|
5127
|
+
"description": "The copy content."
|
|
5128
|
+
},
|
|
5129
|
+
{
|
|
5130
|
+
"name": "footer",
|
|
5131
|
+
"description": "The footer (CTA) content."
|
|
5132
|
+
},
|
|
5133
|
+
{
|
|
5134
|
+
"name": "source-heading",
|
|
5135
|
+
"description": "The heading content of the quote source."
|
|
5136
|
+
},
|
|
5137
|
+
{
|
|
5138
|
+
"name": "source-copy",
|
|
5139
|
+
"description": "The copy content of the quote source."
|
|
5140
|
+
},
|
|
5141
|
+
{
|
|
5142
|
+
"name": "source-bottom-copy",
|
|
5143
|
+
"description": "The copy content of the quote source placed at the bottom."
|
|
5144
|
+
}
|
|
5145
|
+
]
|
|
5146
|
+
},
|
|
5147
5147
|
{
|
|
5148
5148
|
"name": "dds-card-eyebrow",
|
|
5149
5149
|
"path": "./src/components/card/card-eyebrow.ts",
|
|
@@ -6858,9 +6858,9 @@
|
|
|
6858
6858
|
]
|
|
6859
6859
|
},
|
|
6860
6860
|
{
|
|
6861
|
-
"name": "dds-content-block-
|
|
6862
|
-
"path": "./src/components/content-block-
|
|
6863
|
-
"description": "Content block
|
|
6861
|
+
"name": "dds-content-block-media-content",
|
|
6862
|
+
"path": "./src/components/content-block-media/content-block-media-content.ts",
|
|
6863
|
+
"description": "Content block media.",
|
|
6864
6864
|
"attributes": [
|
|
6865
6865
|
{
|
|
6866
6866
|
"name": "complementary-style-scheme",
|
|
@@ -6902,8 +6902,8 @@
|
|
|
6902
6902
|
]
|
|
6903
6903
|
},
|
|
6904
6904
|
{
|
|
6905
|
-
"name": "dds-content-block-media
|
|
6906
|
-
"path": "./src/components/content-block-media/content-block-media
|
|
6905
|
+
"name": "dds-content-block-media",
|
|
6906
|
+
"path": "./src/components/content-block-media/content-block-media.ts",
|
|
6907
6907
|
"description": "Content block media.",
|
|
6908
6908
|
"attributes": [
|
|
6909
6909
|
{
|
|
@@ -6946,9 +6946,9 @@
|
|
|
6946
6946
|
]
|
|
6947
6947
|
},
|
|
6948
6948
|
{
|
|
6949
|
-
"name": "dds-content-block-
|
|
6950
|
-
"path": "./src/components/content-block-
|
|
6951
|
-
"description": "Content block
|
|
6949
|
+
"name": "dds-content-block-mixed",
|
|
6950
|
+
"path": "./src/components/content-block-mixed/content-block-mixed.ts",
|
|
6951
|
+
"description": "Content block mixed",
|
|
6952
6952
|
"attributes": [
|
|
6953
6953
|
{
|
|
6954
6954
|
"name": "complementary-style-scheme",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
*
|
|
59
59
|
* https://www.npmjs.com/package/lodash-es
|
|
60
60
|
* https://www.npmjs.com/package/redux
|
|
61
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
62
61
|
* https://www.npmjs.com/package/window-or-global
|
|
62
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
63
63
|
* https://www.npmjs.com/package/redux-logger
|
|
64
64
|
* https://www.npmjs.com/package/@babel/runtime
|
|
65
65
|
* https://www.npmjs.com/package/symbol-observable
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
*
|
|
59
59
|
* https://www.npmjs.com/package/lodash-es
|
|
60
60
|
* https://www.npmjs.com/package/redux
|
|
61
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
62
61
|
* https://www.npmjs.com/package/window-or-global
|
|
62
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
63
63
|
* https://www.npmjs.com/package/redux-logger
|
|
64
64
|
* https://www.npmjs.com/package/@babel/runtime
|
|
65
65
|
* https://www.npmjs.com/package/symbol-observable
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
*
|
|
59
59
|
* https://www.npmjs.com/package/lodash-es
|
|
60
60
|
* https://www.npmjs.com/package/redux
|
|
61
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
62
61
|
* https://www.npmjs.com/package/window-or-global
|
|
62
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
63
63
|
* https://www.npmjs.com/package/redux-logger
|
|
64
64
|
* https://www.npmjs.com/package/@babel/runtime
|
|
65
65
|
* https://www.npmjs.com/package/symbol-observable
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
*
|
|
59
59
|
* https://www.npmjs.com/package/lodash-es
|
|
60
60
|
* https://www.npmjs.com/package/redux
|
|
61
|
-
* https://www.npmjs.com/package/redux-thunk
|
|
62
61
|
* https://www.npmjs.com/package/window-or-global
|
|
62
|
+
* https://www.npmjs.com/package/redux-thunk
|
|
63
63
|
* https://www.npmjs.com/package/redux-logger
|
|
64
64
|
* https://www.npmjs.com/package/@babel/runtime
|
|
65
65
|
* https://www.npmjs.com/package/symbol-observable
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/ibmdotcom-web-components",
|
|
3
|
-
"version": "1.2.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Carbon for IBM.com Web Components",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"exports": {
|
|
@@ -75,9 +75,9 @@
|
|
|
75
75
|
"prettier": "^1.19.0"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@carbon/ibmdotcom-services": "1.17.0
|
|
79
|
-
"@carbon/ibmdotcom-styles": "1.17.0
|
|
80
|
-
"@carbon/ibmdotcom-utilities": "1.17.0
|
|
78
|
+
"@carbon/ibmdotcom-services": "1.17.0",
|
|
79
|
+
"@carbon/ibmdotcom-styles": "1.17.0",
|
|
80
|
+
"@carbon/ibmdotcom-utilities": "1.17.0",
|
|
81
81
|
"@carbon/layout": "10.19.0",
|
|
82
82
|
"carbon-components": "10.29.0",
|
|
83
83
|
"carbon-web-components": "1.12.0",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@babel/preset-react": "^7.0.0",
|
|
112
112
|
"@babel/template": "^7.8.0",
|
|
113
113
|
"@babel/traverse": "^7.8.0",
|
|
114
|
-
"@carbon/ibmdotcom-services-store": "1.17.0
|
|
114
|
+
"@carbon/ibmdotcom-services-store": "1.17.0",
|
|
115
115
|
"@carbon/icon-helpers": "10.14.0",
|
|
116
116
|
"@carbon/icons": "10.26.0",
|
|
117
117
|
"@open-wc/semantic-dom-diff": "^0.15.0",
|
|
@@ -252,5 +252,5 @@
|
|
|
252
252
|
"singleQuote": true,
|
|
253
253
|
"trailingComma": "es5"
|
|
254
254
|
},
|
|
255
|
-
"gitHead": "
|
|
255
|
+
"gitHead": "a6bc4bbe6f308429edc6af7e8d1270bde42230f2"
|
|
256
256
|
}
|