@conduction/theme 1.0.38 → 1.0.40

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 (137) hide show
  1. package/README.md +2 -0
  2. package/conduction-design-tokens/dist/design-tokens.css +13 -1
  3. package/conduction-design-tokens/dist/index.js +13 -1
  4. package/conduction-design-tokens/dist/index.json +250 -0
  5. package/conduction-design-tokens/dist/index.less +13 -1
  6. package/conduction-design-tokens/dist/index.scss +13 -1
  7. package/conduction-design-tokens/dist/tokens.json +282 -0
  8. package/conduction-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  9. package/conduction-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  10. package/municipalities/dinkelland-design-tokens/dist/design-tokens.css +14 -1
  11. package/municipalities/dinkelland-design-tokens/dist/index.js +14 -1
  12. package/municipalities/dinkelland-design-tokens/dist/index.json +269 -0
  13. package/municipalities/dinkelland-design-tokens/dist/index.less +14 -1
  14. package/municipalities/dinkelland-design-tokens/dist/index.scss +14 -1
  15. package/municipalities/dinkelland-design-tokens/dist/tokens.json +300 -0
  16. package/municipalities/dinkelland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  17. package/municipalities/dinkelland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  18. package/municipalities/epe-design-tokens/dist/design-tokens.css +14 -1
  19. package/municipalities/epe-design-tokens/dist/index.js +14 -1
  20. package/municipalities/epe-design-tokens/dist/index.json +269 -0
  21. package/municipalities/epe-design-tokens/dist/index.less +14 -1
  22. package/municipalities/epe-design-tokens/dist/index.scss +14 -1
  23. package/municipalities/epe-design-tokens/dist/tokens.json +300 -0
  24. package/municipalities/epe-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  25. package/municipalities/epe-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  26. package/municipalities/leiden-design-tokens/dist/design-tokens.css +14 -1
  27. package/municipalities/leiden-design-tokens/dist/index.js +14 -1
  28. package/municipalities/leiden-design-tokens/dist/index.json +269 -0
  29. package/municipalities/leiden-design-tokens/dist/index.less +14 -1
  30. package/municipalities/leiden-design-tokens/dist/index.scss +14 -1
  31. package/municipalities/leiden-design-tokens/dist/tokens.json +300 -0
  32. package/municipalities/leiden-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  33. package/municipalities/leiden-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  34. package/municipalities/noaberkracht-design-tokens/dist/design-tokens.css +13 -1
  35. package/municipalities/noaberkracht-design-tokens/dist/index.js +13 -1
  36. package/municipalities/noaberkracht-design-tokens/dist/index.json +250 -0
  37. package/municipalities/noaberkracht-design-tokens/dist/index.less +13 -1
  38. package/municipalities/noaberkracht-design-tokens/dist/index.scss +13 -1
  39. package/municipalities/noaberkracht-design-tokens/dist/tokens.json +282 -0
  40. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  41. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  42. package/municipalities/noordwijk-design-tokens/dist/design-tokens.css +15 -1
  43. package/municipalities/noordwijk-design-tokens/dist/index.js +15 -1
  44. package/municipalities/noordwijk-design-tokens/dist/index.json +290 -0
  45. package/municipalities/noordwijk-design-tokens/dist/index.less +15 -1
  46. package/municipalities/noordwijk-design-tokens/dist/index.scss +15 -1
  47. package/municipalities/noordwijk-design-tokens/dist/tokens.json +321 -0
  48. package/municipalities/noordwijk-design-tokens/src/brand/noordwijk/color.tokens.json +3 -0
  49. package/municipalities/noordwijk-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  50. package/municipalities/noordwijk-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  51. package/municipalities/open-webconcept-design-tokens/LICENSE.md +17 -0
  52. package/municipalities/open-webconcept-design-tokens/README.md +34 -0
  53. package/municipalities/open-webconcept-design-tokens/dist/design-tokens.css +437 -0
  54. package/municipalities/open-webconcept-design-tokens/dist/font.css +361 -0
  55. package/municipalities/open-webconcept-design-tokens/dist/index.css +7 -0
  56. package/municipalities/open-webconcept-design-tokens/dist/index.js +435 -0
  57. package/municipalities/open-webconcept-design-tokens/dist/index.json +8655 -0
  58. package/municipalities/open-webconcept-design-tokens/dist/index.less +434 -0
  59. package/municipalities/open-webconcept-design-tokens/dist/index.scss +434 -0
  60. package/municipalities/open-webconcept-design-tokens/dist/tokens.json +9214 -0
  61. package/municipalities/open-webconcept-design-tokens/documentation/color.stories.mdx +17 -0
  62. package/municipalities/open-webconcept-design-tokens/documentation/components.stories.mdx +11 -0
  63. package/municipalities/open-webconcept-design-tokens/documentation/design-tokens.stories.mdx +14 -0
  64. package/municipalities/open-webconcept-design-tokens/documentation/readme.stories.mdx +7 -0
  65. package/municipalities/open-webconcept-design-tokens/package.json +38 -0
  66. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/color.tokens.json +89 -0
  67. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/font-size.tokens.json +17 -0
  68. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/size.tokens.json +17 -0
  69. package/municipalities/open-webconcept-design-tokens/src/brand/open-webconcept/typography.tokens.json +40 -0
  70. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/action.tokens.json +9 -0
  71. package/municipalities/open-webconcept-design-tokens/src/common/utrecht/space.tokens.json +28 -0
  72. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-header.tokens.json +26 -0
  73. package/municipalities/open-webconcept-design-tokens/src/component/conduction/card-wrapper.tokens.json +25 -0
  74. package/municipalities/open-webconcept-design-tokens/src/component/conduction/navigation.tokens.json +39 -0
  75. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +45 -0
  76. package/municipalities/open-webconcept-design-tokens/src/component/conduction/select.tokens.json +30 -0
  77. package/municipalities/open-webconcept-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -0
  78. package/municipalities/open-webconcept-design-tokens/src/component/conduction/tabs.tokens.json +84 -0
  79. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/alert.tokens.json +46 -0
  80. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -0
  81. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -0
  82. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  83. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/button.tokens.json +152 -0
  84. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/code.tokens.json +26 -0
  85. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/document.tokens.json +12 -0
  86. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -0
  87. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -0
  88. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  89. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -0
  90. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -0
  91. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +12 -0
  92. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +10 -0
  93. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +24 -0
  94. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -0
  95. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/form-input.tokens.json +31 -0
  96. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/heading.tokens.json +49 -0
  97. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/icon.tokens.json +12 -0
  98. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/link.tokens.json +33 -0
  99. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/list.tokens.json +31 -0
  100. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -0
  101. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page-header.tokens.json +10 -0
  102. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/page.tokens.json +11 -0
  103. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -0
  104. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/surface.tokens.json +8 -0
  105. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/table.tokens.json +60 -0
  106. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/textbox.tokens.json +31 -0
  107. package/municipalities/open-webconcept-design-tokens/src/config.json +47 -0
  108. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -0
  109. package/municipalities/open-webconcept-design-tokens/src/font.scss +363 -0
  110. package/municipalities/open-webconcept-design-tokens/src/index.scss +8 -0
  111. package/municipalities/open-webconcept-design-tokens/style-dictionary.config.js +6 -0
  112. package/municipalities/rotterdam-design-tokens/dist/design-tokens.css +8 -1
  113. package/municipalities/rotterdam-design-tokens/dist/index.js +8 -1
  114. package/municipalities/rotterdam-design-tokens/dist/index.json +155 -0
  115. package/municipalities/rotterdam-design-tokens/dist/index.less +8 -1
  116. package/municipalities/rotterdam-design-tokens/dist/index.scss +8 -1
  117. package/municipalities/rotterdam-design-tokens/dist/tokens.json +192 -0
  118. package/municipalities/rotterdam-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  119. package/municipalities/rotterdam-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  120. package/municipalities/tubbergen-design-tokens/dist/design-tokens.css +14 -1
  121. package/municipalities/tubbergen-design-tokens/dist/index.js +14 -1
  122. package/municipalities/tubbergen-design-tokens/dist/index.json +269 -0
  123. package/municipalities/tubbergen-design-tokens/dist/index.less +14 -1
  124. package/municipalities/tubbergen-design-tokens/dist/index.scss +14 -1
  125. package/municipalities/tubbergen-design-tokens/dist/tokens.json +300 -0
  126. package/municipalities/tubbergen-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  127. package/municipalities/tubbergen-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  128. package/municipalities/xxllnc-design-tokens/dist/design-tokens.css +13 -1
  129. package/municipalities/xxllnc-design-tokens/dist/index.js +13 -1
  130. package/municipalities/xxllnc-design-tokens/dist/index.json +252 -0
  131. package/municipalities/xxllnc-design-tokens/dist/index.less +13 -1
  132. package/municipalities/xxllnc-design-tokens/dist/index.scss +13 -1
  133. package/municipalities/xxllnc-design-tokens/dist/tokens.json +285 -0
  134. package/municipalities/xxllnc-design-tokens/src/brand/xxllnc/color.tokens.json +3 -0
  135. package/municipalities/xxllnc-design-tokens/src/component/utrecht/breadcrumb.tokens.json +35 -0
  136. package/municipalities/xxllnc-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -0
  137. package/package.json +3 -2
@@ -4103,6 +4103,275 @@
4103
4103
  "margin-inline-start"
4104
4104
  ]
4105
4105
  },
4106
+ {
4107
+ "value": "#00549e",
4108
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4109
+ "isSource": true,
4110
+ "original": {
4111
+ "value": "{epe.color.blue.31}"
4112
+ },
4113
+ "name": "utrechtBreadcrumbBackgroundColor",
4114
+ "attributes": {
4115
+ "category": "utrecht",
4116
+ "type": "breadcrumb",
4117
+ "item": "background-color"
4118
+ },
4119
+ "path": [
4120
+ "utrecht",
4121
+ "breadcrumb",
4122
+ "background-color"
4123
+ ]
4124
+ },
4125
+ {
4126
+ "value": "\"Source Sans\"",
4127
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4128
+ "isSource": true,
4129
+ "original": {
4130
+ "value": "{utrecht.document.font-family}"
4131
+ },
4132
+ "name": "utrechtBreadcrumbFontFamily",
4133
+ "attributes": {
4134
+ "category": "utrecht",
4135
+ "type": "breadcrumb",
4136
+ "item": "font-family"
4137
+ },
4138
+ "path": [
4139
+ "utrecht",
4140
+ "breadcrumb",
4141
+ "font-family"
4142
+ ]
4143
+ },
4144
+ {
4145
+ "value": "16px",
4146
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4147
+ "isSource": true,
4148
+ "original": {
4149
+ "value": "16px"
4150
+ },
4151
+ "name": "utrechtBreadcrumbFontSize",
4152
+ "attributes": {
4153
+ "category": "utrecht",
4154
+ "type": "breadcrumb",
4155
+ "item": "font-size"
4156
+ },
4157
+ "path": [
4158
+ "utrecht",
4159
+ "breadcrumb",
4160
+ "font-size"
4161
+ ]
4162
+ },
4163
+ {
4164
+ "value": "#ffffff",
4165
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4166
+ "isSource": true,
4167
+ "original": {
4168
+ "value": "{epe.color.white.100}"
4169
+ },
4170
+ "name": "utrechtBreadcrumbLinkColor",
4171
+ "attributes": {
4172
+ "category": "utrecht",
4173
+ "type": "breadcrumb",
4174
+ "item": "link",
4175
+ "subitem": "color"
4176
+ },
4177
+ "path": [
4178
+ "utrecht",
4179
+ "breadcrumb",
4180
+ "link",
4181
+ "color"
4182
+ ]
4183
+ },
4184
+ {
4185
+ "value": "#ffffff",
4186
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4187
+ "isSource": true,
4188
+ "original": {
4189
+ "value": "{epe.color.white.100}"
4190
+ },
4191
+ "name": "utrechtBreadcrumbLinkCurrentColor",
4192
+ "attributes": {
4193
+ "category": "utrecht",
4194
+ "type": "breadcrumb",
4195
+ "item": "link",
4196
+ "subitem": "current",
4197
+ "state": "color"
4198
+ },
4199
+ "path": [
4200
+ "utrecht",
4201
+ "breadcrumb",
4202
+ "link",
4203
+ "current",
4204
+ "color"
4205
+ ]
4206
+ },
4207
+ {
4208
+ "value": "#ffffff",
4209
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4210
+ "isSource": true,
4211
+ "original": {
4212
+ "value": "{epe.color.white.100}"
4213
+ },
4214
+ "name": "utrechtBreadcrumbLinkDisabledColor",
4215
+ "attributes": {
4216
+ "category": "utrecht",
4217
+ "type": "breadcrumb",
4218
+ "item": "link",
4219
+ "subitem": "disabled",
4220
+ "state": "color"
4221
+ },
4222
+ "path": [
4223
+ "utrecht",
4224
+ "breadcrumb",
4225
+ "link",
4226
+ "disabled",
4227
+ "color"
4228
+ ]
4229
+ },
4230
+ {
4231
+ "value": "#ffffff",
4232
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4233
+ "isSource": true,
4234
+ "original": {
4235
+ "value": "{epe.color.white.100}"
4236
+ },
4237
+ "name": "utrechtBreadcrumbLinkHoverColor",
4238
+ "attributes": {
4239
+ "category": "utrecht",
4240
+ "type": "breadcrumb",
4241
+ "item": "link",
4242
+ "subitem": "hover",
4243
+ "state": "color"
4244
+ },
4245
+ "path": [
4246
+ "utrecht",
4247
+ "breadcrumb",
4248
+ "link",
4249
+ "hover",
4250
+ "color"
4251
+ ]
4252
+ },
4253
+ {
4254
+ "value": "12px",
4255
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4256
+ "isSource": true,
4257
+ "original": {
4258
+ "value": "12px"
4259
+ },
4260
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
4261
+ "attributes": {
4262
+ "category": "utrecht",
4263
+ "type": "breadcrumb",
4264
+ "item": "padding-block-end"
4265
+ },
4266
+ "path": [
4267
+ "utrecht",
4268
+ "breadcrumb",
4269
+ "padding-block-end"
4270
+ ]
4271
+ },
4272
+ {
4273
+ "value": "12px",
4274
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4275
+ "isSource": true,
4276
+ "original": {
4277
+ "value": "12px"
4278
+ },
4279
+ "name": "utrechtBreadcrumbPaddingBlockStart",
4280
+ "attributes": {
4281
+ "category": "utrecht",
4282
+ "type": "breadcrumb",
4283
+ "item": "padding-block-start"
4284
+ },
4285
+ "path": [
4286
+ "utrecht",
4287
+ "breadcrumb",
4288
+ "padding-block-start"
4289
+ ]
4290
+ },
4291
+ {
4292
+ "value": "0",
4293
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4294
+ "isSource": true,
4295
+ "original": {
4296
+ "value": "0"
4297
+ },
4298
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
4299
+ "attributes": {
4300
+ "category": "utrecht",
4301
+ "type": "breadcrumb",
4302
+ "item": "padding-inline-end"
4303
+ },
4304
+ "path": [
4305
+ "utrecht",
4306
+ "breadcrumb",
4307
+ "padding-inline-end"
4308
+ ]
4309
+ },
4310
+ {
4311
+ "value": "0",
4312
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4313
+ "isSource": true,
4314
+ "original": {
4315
+ "value": "0"
4316
+ },
4317
+ "name": "utrechtBreadcrumbPaddingInlineStart",
4318
+ "attributes": {
4319
+ "category": "utrecht",
4320
+ "type": "breadcrumb",
4321
+ "item": "padding-inline-start"
4322
+ },
4323
+ "path": [
4324
+ "utrecht",
4325
+ "breadcrumb",
4326
+ "padding-inline-start"
4327
+ ]
4328
+ },
4329
+ {
4330
+ "value": "#ffffff",
4331
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4332
+ "isSource": true,
4333
+ "original": {
4334
+ "value": "{epe.color.white.100}"
4335
+ },
4336
+ "name": "utrechtBreadcrumbSeparatorIconColor",
4337
+ "attributes": {
4338
+ "category": "utrecht",
4339
+ "type": "breadcrumb",
4340
+ "item": "separator",
4341
+ "subitem": "icon",
4342
+ "state": "color"
4343
+ },
4344
+ "path": [
4345
+ "utrecht",
4346
+ "breadcrumb",
4347
+ "separator",
4348
+ "icon",
4349
+ "color"
4350
+ ]
4351
+ },
4352
+ {
4353
+ "value": "13px",
4354
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4355
+ "isSource": true,
4356
+ "original": {
4357
+ "value": "13px"
4358
+ },
4359
+ "name": "utrechtBreadcrumbSeparatorIconSize",
4360
+ "attributes": {
4361
+ "category": "utrecht",
4362
+ "type": "breadcrumb",
4363
+ "item": "separator",
4364
+ "subitem": "icon",
4365
+ "state": "size"
4366
+ },
4367
+ "path": [
4368
+ "utrecht",
4369
+ "breadcrumb",
4370
+ "separator",
4371
+ "icon",
4372
+ "size"
4373
+ ]
4374
+ },
4106
4375
  {
4107
4376
  "value": "#00549e",
4108
4377
  "filePath": "src/component/utrecht/button.tokens.json",
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Sep 2023 14:30:56 GMT
3
+ // Generated on Thu, 28 Sep 2023 14:18:41 GMT
4
4
 
5
5
  @conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  @conduction-tabs-tab-list-margin-block-end: 0px;
@@ -77,6 +77,12 @@
77
77
  @utrecht-button-font-weight: 500;
78
78
  @utrecht-button-font-size: inherit;
79
79
  @utrecht-button-border-width: 3px;
80
+ @utrecht-breadcrumb-padding-block-end: 12px;
81
+ @utrecht-breadcrumb-padding-block-start: 12px;
82
+ @utrecht-breadcrumb-padding-inline-end: 0;
83
+ @utrecht-breadcrumb-padding-inline-start: 0;
84
+ @utrecht-breadcrumb-separator-icon-size: 13px;
85
+ @utrecht-breadcrumb-font-size: 16px;
80
86
  @utrecht-badge-counter-text-decoration: none;
81
87
  @utrecht-badge-counter-border-radius: 50%;
82
88
  @utrecht-action-submit-cursor: pointer;
@@ -326,6 +332,12 @@
326
332
  @utrecht-button-border-radius: @epe-size-2xs;
327
333
  @utrecht-button-border-color: @epe-color-blue-31;
328
334
  @utrecht-button-background-color: @epe-color-blue-31;
335
+ @utrecht-breadcrumb-background-color: @epe-color-blue-31;
336
+ @utrecht-breadcrumb-separator-icon-color: @epe-color-white-100;
337
+ @utrecht-breadcrumb-link-hover-color: @epe-color-white-100;
338
+ @utrecht-breadcrumb-link-disabled-color: @epe-color-white-100;
339
+ @utrecht-breadcrumb-link-current-color: @epe-color-white-100;
340
+ @utrecht-breadcrumb-link-color: @epe-color-white-100;
329
341
  @utrecht-blockquote-content-font-size: @epe-font-size-md;
330
342
  @utrecht-blockquote-content-color: @epe-color-black-19;
331
343
  @utrecht-blockquote-margin-inline-end: @epe-size-xl;
@@ -402,6 +414,7 @@
402
414
  @utrecht-table-font-size: @utrecht-document-font-size;
403
415
  @utrecht-table-font-family: @utrecht-document-font-family;
404
416
  @utrecht-table-header-color: @utrecht-document-color;
417
+ @utrecht-breadcrumb-font-family: @utrecht-document-font-family;
405
418
  @utrecht-badge-counter-font-family: @utrecht-document-font-family;
406
419
  @utrecht-badge-counter-font-size: @utrecht-document-font-size;
407
420
  @utrecht-badge-counter-background-color: @epe-color-primary;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Sep 2023 14:30:56 GMT
3
+ // Generated on Thu, 28 Sep 2023 14:18:41 GMT
4
4
 
5
5
  $conduction-tabs-tab-list-border-bottom-style: solid;
6
6
  $conduction-tabs-tab-list-margin-block-end: 0px;
@@ -77,6 +77,12 @@ $utrecht-button-primary-action-font-weight: 500;
77
77
  $utrecht-button-font-weight: 500;
78
78
  $utrecht-button-font-size: inherit;
79
79
  $utrecht-button-border-width: 3px;
80
+ $utrecht-breadcrumb-padding-block-end: 12px;
81
+ $utrecht-breadcrumb-padding-block-start: 12px;
82
+ $utrecht-breadcrumb-padding-inline-end: 0;
83
+ $utrecht-breadcrumb-padding-inline-start: 0;
84
+ $utrecht-breadcrumb-separator-icon-size: 13px;
85
+ $utrecht-breadcrumb-font-size: 16px;
80
86
  $utrecht-badge-counter-text-decoration: none;
81
87
  $utrecht-badge-counter-border-radius: 50%;
82
88
  $utrecht-action-submit-cursor: pointer;
@@ -326,6 +332,12 @@ $utrecht-button-color: $epe-color-white-100;
326
332
  $utrecht-button-border-radius: $epe-size-2xs;
327
333
  $utrecht-button-border-color: $epe-color-blue-31;
328
334
  $utrecht-button-background-color: $epe-color-blue-31;
335
+ $utrecht-breadcrumb-background-color: $epe-color-blue-31;
336
+ $utrecht-breadcrumb-separator-icon-color: $epe-color-white-100;
337
+ $utrecht-breadcrumb-link-hover-color: $epe-color-white-100;
338
+ $utrecht-breadcrumb-link-disabled-color: $epe-color-white-100;
339
+ $utrecht-breadcrumb-link-current-color: $epe-color-white-100;
340
+ $utrecht-breadcrumb-link-color: $epe-color-white-100;
329
341
  $utrecht-blockquote-content-font-size: $epe-font-size-md;
330
342
  $utrecht-blockquote-content-color: $epe-color-black-19;
331
343
  $utrecht-blockquote-margin-inline-end: $epe-size-xl;
@@ -402,6 +414,7 @@ $utrecht-table-header-cell-font-size: $utrecht-document-font-size;
402
414
  $utrecht-table-font-size: $utrecht-document-font-size;
403
415
  $utrecht-table-font-family: $utrecht-document-font-family;
404
416
  $utrecht-table-header-color: $utrecht-document-color;
417
+ $utrecht-breadcrumb-font-family: $utrecht-document-font-family;
405
418
  $utrecht-badge-counter-font-family: $utrecht-document-font-family;
406
419
  $utrecht-badge-counter-font-size: $utrecht-document-font-size;
407
420
  $utrecht-badge-counter-background-color: $epe-color-primary;
@@ -2534,6 +2534,306 @@
2534
2534
  }
2535
2535
  }
2536
2536
  },
2537
+ "breadcrumb": {
2538
+ "block-size": {},
2539
+ "font-family": {
2540
+ "value": "\"Source Sans\"",
2541
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2542
+ "isSource": true,
2543
+ "original": {
2544
+ "value": "{utrecht.document.font-family}"
2545
+ },
2546
+ "name": "utrechtBreadcrumbFontFamily",
2547
+ "attributes": {
2548
+ "category": "utrecht",
2549
+ "type": "breadcrumb",
2550
+ "item": "font-family"
2551
+ },
2552
+ "path": [
2553
+ "utrecht",
2554
+ "breadcrumb",
2555
+ "font-family"
2556
+ ]
2557
+ },
2558
+ "font-size": {
2559
+ "value": "16px",
2560
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2561
+ "isSource": true,
2562
+ "original": {
2563
+ "value": "16px"
2564
+ },
2565
+ "name": "utrechtBreadcrumbFontSize",
2566
+ "attributes": {
2567
+ "category": "utrecht",
2568
+ "type": "breadcrumb",
2569
+ "item": "font-size"
2570
+ },
2571
+ "path": [
2572
+ "utrecht",
2573
+ "breadcrumb",
2574
+ "font-size"
2575
+ ]
2576
+ },
2577
+ "text-transform": {},
2578
+ "item": {
2579
+ "padding-block-start": {},
2580
+ "padding-block-end": {},
2581
+ "padding-inline-end": {},
2582
+ "padding-inline-start": {}
2583
+ },
2584
+ "link": {
2585
+ "background-color": {},
2586
+ "color": {
2587
+ "value": "#ffffff",
2588
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2589
+ "isSource": true,
2590
+ "original": {
2591
+ "value": "{epe.color.white.100}"
2592
+ },
2593
+ "name": "utrechtBreadcrumbLinkColor",
2594
+ "attributes": {
2595
+ "category": "utrecht",
2596
+ "type": "breadcrumb",
2597
+ "item": "link",
2598
+ "subitem": "color"
2599
+ },
2600
+ "path": [
2601
+ "utrecht",
2602
+ "breadcrumb",
2603
+ "link",
2604
+ "color"
2605
+ ]
2606
+ },
2607
+ "focus": {
2608
+ "background-color": {},
2609
+ "color": {}
2610
+ },
2611
+ "current": {
2612
+ "background-color": {},
2613
+ "color": {
2614
+ "value": "#ffffff",
2615
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2616
+ "isSource": true,
2617
+ "original": {
2618
+ "value": "{epe.color.white.100}"
2619
+ },
2620
+ "name": "utrechtBreadcrumbLinkCurrentColor",
2621
+ "attributes": {
2622
+ "category": "utrecht",
2623
+ "type": "breadcrumb",
2624
+ "item": "link",
2625
+ "subitem": "current",
2626
+ "state": "color"
2627
+ },
2628
+ "path": [
2629
+ "utrecht",
2630
+ "breadcrumb",
2631
+ "link",
2632
+ "current",
2633
+ "color"
2634
+ ]
2635
+ }
2636
+ },
2637
+ "disabled": {
2638
+ "background-color": {},
2639
+ "color": {
2640
+ "value": "#ffffff",
2641
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2642
+ "isSource": true,
2643
+ "original": {
2644
+ "value": "{epe.color.white.100}"
2645
+ },
2646
+ "name": "utrechtBreadcrumbLinkDisabledColor",
2647
+ "attributes": {
2648
+ "category": "utrecht",
2649
+ "type": "breadcrumb",
2650
+ "item": "link",
2651
+ "subitem": "disabled",
2652
+ "state": "color"
2653
+ },
2654
+ "path": [
2655
+ "utrecht",
2656
+ "breadcrumb",
2657
+ "link",
2658
+ "disabled",
2659
+ "color"
2660
+ ]
2661
+ }
2662
+ },
2663
+ "hover": {
2664
+ "background-color": {},
2665
+ "color": {
2666
+ "value": "#ffffff",
2667
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2668
+ "isSource": true,
2669
+ "original": {
2670
+ "value": "{epe.color.white.100}"
2671
+ },
2672
+ "name": "utrechtBreadcrumbLinkHoverColor",
2673
+ "attributes": {
2674
+ "category": "utrecht",
2675
+ "type": "breadcrumb",
2676
+ "item": "link",
2677
+ "subitem": "hover",
2678
+ "state": "color"
2679
+ },
2680
+ "path": [
2681
+ "utrecht",
2682
+ "breadcrumb",
2683
+ "link",
2684
+ "hover",
2685
+ "color"
2686
+ ]
2687
+ }
2688
+ }
2689
+ },
2690
+ "separator": {
2691
+ "inline-size": {},
2692
+ "icon": {
2693
+ "color": {
2694
+ "value": "#ffffff",
2695
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2696
+ "isSource": true,
2697
+ "original": {
2698
+ "value": "{epe.color.white.100}"
2699
+ },
2700
+ "name": "utrechtBreadcrumbSeparatorIconColor",
2701
+ "attributes": {
2702
+ "category": "utrecht",
2703
+ "type": "breadcrumb",
2704
+ "item": "separator",
2705
+ "subitem": "icon",
2706
+ "state": "color"
2707
+ },
2708
+ "path": [
2709
+ "utrecht",
2710
+ "breadcrumb",
2711
+ "separator",
2712
+ "icon",
2713
+ "color"
2714
+ ]
2715
+ },
2716
+ "size": {
2717
+ "value": "13px",
2718
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2719
+ "isSource": true,
2720
+ "original": {
2721
+ "value": "13px"
2722
+ },
2723
+ "name": "utrechtBreadcrumbSeparatorIconSize",
2724
+ "attributes": {
2725
+ "category": "utrecht",
2726
+ "type": "breadcrumb",
2727
+ "item": "separator",
2728
+ "subitem": "icon",
2729
+ "state": "size"
2730
+ },
2731
+ "path": [
2732
+ "utrecht",
2733
+ "breadcrumb",
2734
+ "separator",
2735
+ "icon",
2736
+ "size"
2737
+ ]
2738
+ }
2739
+ }
2740
+ },
2741
+ "background-color": {
2742
+ "value": "#00549e",
2743
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2744
+ "isSource": true,
2745
+ "original": {
2746
+ "value": "{epe.color.blue.31}"
2747
+ },
2748
+ "name": "utrechtBreadcrumbBackgroundColor",
2749
+ "attributes": {
2750
+ "category": "utrecht",
2751
+ "type": "breadcrumb",
2752
+ "item": "background-color"
2753
+ },
2754
+ "path": [
2755
+ "utrecht",
2756
+ "breadcrumb",
2757
+ "background-color"
2758
+ ]
2759
+ },
2760
+ "padding-inline-start": {
2761
+ "value": "0",
2762
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2763
+ "isSource": true,
2764
+ "original": {
2765
+ "value": "0"
2766
+ },
2767
+ "name": "utrechtBreadcrumbPaddingInlineStart",
2768
+ "attributes": {
2769
+ "category": "utrecht",
2770
+ "type": "breadcrumb",
2771
+ "item": "padding-inline-start"
2772
+ },
2773
+ "path": [
2774
+ "utrecht",
2775
+ "breadcrumb",
2776
+ "padding-inline-start"
2777
+ ]
2778
+ },
2779
+ "padding-inline-end": {
2780
+ "value": "0",
2781
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2782
+ "isSource": true,
2783
+ "original": {
2784
+ "value": "0"
2785
+ },
2786
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
2787
+ "attributes": {
2788
+ "category": "utrecht",
2789
+ "type": "breadcrumb",
2790
+ "item": "padding-inline-end"
2791
+ },
2792
+ "path": [
2793
+ "utrecht",
2794
+ "breadcrumb",
2795
+ "padding-inline-end"
2796
+ ]
2797
+ },
2798
+ "padding-block-start": {
2799
+ "value": "12px",
2800
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2801
+ "isSource": true,
2802
+ "original": {
2803
+ "value": "12px"
2804
+ },
2805
+ "name": "utrechtBreadcrumbPaddingBlockStart",
2806
+ "attributes": {
2807
+ "category": "utrecht",
2808
+ "type": "breadcrumb",
2809
+ "item": "padding-block-start"
2810
+ },
2811
+ "path": [
2812
+ "utrecht",
2813
+ "breadcrumb",
2814
+ "padding-block-start"
2815
+ ]
2816
+ },
2817
+ "padding-block-end": {
2818
+ "value": "12px",
2819
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2820
+ "isSource": true,
2821
+ "original": {
2822
+ "value": "12px"
2823
+ },
2824
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
2825
+ "attributes": {
2826
+ "category": "utrecht",
2827
+ "type": "breadcrumb",
2828
+ "item": "padding-block-end"
2829
+ },
2830
+ "path": [
2831
+ "utrecht",
2832
+ "breadcrumb",
2833
+ "padding-block-end"
2834
+ ]
2835
+ }
2836
+ },
2537
2837
  "button": {
2538
2838
  "background-color": {
2539
2839
  "value": "#00549e",
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "block-size": {},
5
+ "font-family": {"value": "{utrecht.document.font-family}"},
6
+ "font-size": { "value": "16px" },
7
+ "text-transform": {},
8
+ "item": {
9
+ "padding-block-start": {},
10
+ "padding-block-end": {},
11
+ "padding-inline-end": {},
12
+ "padding-inline-start": {}
13
+ },
14
+ "link": {
15
+ "background-color": {},
16
+ "color": { "value": "{epe.color.white.100}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{epe.color.white.100}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "icon": {
29
+ "color": { "value": "{epe.color.white.100}" },
30
+ "size": { "value": "13px" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }