@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
@@ -4699,6 +4699,275 @@
4699
4699
  "margin-inline-start"
4700
4700
  ]
4701
4701
  },
4702
+ {
4703
+ "value": "#0b612d",
4704
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4705
+ "isSource": true,
4706
+ "original": {
4707
+ "value": "{tubbergen.color.green.21}"
4708
+ },
4709
+ "name": "utrechtBreadcrumbBackgroundColor",
4710
+ "attributes": {
4711
+ "category": "utrecht",
4712
+ "type": "breadcrumb",
4713
+ "item": "background-color"
4714
+ },
4715
+ "path": [
4716
+ "utrecht",
4717
+ "breadcrumb",
4718
+ "background-color"
4719
+ ]
4720
+ },
4721
+ {
4722
+ "value": "\"Lato\", Arial, sans-serif",
4723
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4724
+ "isSource": true,
4725
+ "original": {
4726
+ "value": "{utrecht.document.font-family}"
4727
+ },
4728
+ "name": "utrechtBreadcrumbFontFamily",
4729
+ "attributes": {
4730
+ "category": "utrecht",
4731
+ "type": "breadcrumb",
4732
+ "item": "font-family"
4733
+ },
4734
+ "path": [
4735
+ "utrecht",
4736
+ "breadcrumb",
4737
+ "font-family"
4738
+ ]
4739
+ },
4740
+ {
4741
+ "value": "12px",
4742
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4743
+ "isSource": true,
4744
+ "original": {
4745
+ "value": "{tubbergen.font-size.xs}"
4746
+ },
4747
+ "name": "utrechtBreadcrumbFontSize",
4748
+ "attributes": {
4749
+ "category": "utrecht",
4750
+ "type": "breadcrumb",
4751
+ "item": "font-size"
4752
+ },
4753
+ "path": [
4754
+ "utrecht",
4755
+ "breadcrumb",
4756
+ "font-size"
4757
+ ]
4758
+ },
4759
+ {
4760
+ "value": "#ffffff",
4761
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4762
+ "isSource": true,
4763
+ "original": {
4764
+ "value": "{tubbergen.color.white.100}"
4765
+ },
4766
+ "name": "utrechtBreadcrumbLinkColor",
4767
+ "attributes": {
4768
+ "category": "utrecht",
4769
+ "type": "breadcrumb",
4770
+ "item": "link",
4771
+ "subitem": "color"
4772
+ },
4773
+ "path": [
4774
+ "utrecht",
4775
+ "breadcrumb",
4776
+ "link",
4777
+ "color"
4778
+ ]
4779
+ },
4780
+ {
4781
+ "value": "#ffffff",
4782
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4783
+ "isSource": true,
4784
+ "original": {
4785
+ "value": "{tubbergen.color.white.100}"
4786
+ },
4787
+ "name": "utrechtBreadcrumbLinkCurrentColor",
4788
+ "attributes": {
4789
+ "category": "utrecht",
4790
+ "type": "breadcrumb",
4791
+ "item": "link",
4792
+ "subitem": "current",
4793
+ "state": "color"
4794
+ },
4795
+ "path": [
4796
+ "utrecht",
4797
+ "breadcrumb",
4798
+ "link",
4799
+ "current",
4800
+ "color"
4801
+ ]
4802
+ },
4803
+ {
4804
+ "value": "#ffffff",
4805
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4806
+ "isSource": true,
4807
+ "original": {
4808
+ "value": "{tubbergen.color.white.100}"
4809
+ },
4810
+ "name": "utrechtBreadcrumbLinkDisabledColor",
4811
+ "attributes": {
4812
+ "category": "utrecht",
4813
+ "type": "breadcrumb",
4814
+ "item": "link",
4815
+ "subitem": "disabled",
4816
+ "state": "color"
4817
+ },
4818
+ "path": [
4819
+ "utrecht",
4820
+ "breadcrumb",
4821
+ "link",
4822
+ "disabled",
4823
+ "color"
4824
+ ]
4825
+ },
4826
+ {
4827
+ "value": "#ffffff",
4828
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4829
+ "isSource": true,
4830
+ "original": {
4831
+ "value": "{tubbergen.color.white.100}"
4832
+ },
4833
+ "name": "utrechtBreadcrumbLinkHoverColor",
4834
+ "attributes": {
4835
+ "category": "utrecht",
4836
+ "type": "breadcrumb",
4837
+ "item": "link",
4838
+ "subitem": "hover",
4839
+ "state": "color"
4840
+ },
4841
+ "path": [
4842
+ "utrecht",
4843
+ "breadcrumb",
4844
+ "link",
4845
+ "hover",
4846
+ "color"
4847
+ ]
4848
+ },
4849
+ {
4850
+ "value": "15px",
4851
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4852
+ "isSource": true,
4853
+ "original": {
4854
+ "value": "15px"
4855
+ },
4856
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
4857
+ "attributes": {
4858
+ "category": "utrecht",
4859
+ "type": "breadcrumb",
4860
+ "item": "padding-block-end"
4861
+ },
4862
+ "path": [
4863
+ "utrecht",
4864
+ "breadcrumb",
4865
+ "padding-block-end"
4866
+ ]
4867
+ },
4868
+ {
4869
+ "value": "15px",
4870
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4871
+ "isSource": true,
4872
+ "original": {
4873
+ "value": "15px"
4874
+ },
4875
+ "name": "utrechtBreadcrumbPaddingBlockStart",
4876
+ "attributes": {
4877
+ "category": "utrecht",
4878
+ "type": "breadcrumb",
4879
+ "item": "padding-block-start"
4880
+ },
4881
+ "path": [
4882
+ "utrecht",
4883
+ "breadcrumb",
4884
+ "padding-block-start"
4885
+ ]
4886
+ },
4887
+ {
4888
+ "value": "7.5px",
4889
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4890
+ "isSource": true,
4891
+ "original": {
4892
+ "value": "7.5px"
4893
+ },
4894
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
4895
+ "attributes": {
4896
+ "category": "utrecht",
4897
+ "type": "breadcrumb",
4898
+ "item": "padding-inline-end"
4899
+ },
4900
+ "path": [
4901
+ "utrecht",
4902
+ "breadcrumb",
4903
+ "padding-inline-end"
4904
+ ]
4905
+ },
4906
+ {
4907
+ "value": "7.5px",
4908
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
4909
+ "isSource": true,
4910
+ "original": {
4911
+ "value": "7.5px"
4912
+ },
4913
+ "name": "utrechtBreadcrumbPaddingInlineStart",
4914
+ "attributes": {
4915
+ "category": "utrecht",
4916
+ "type": "breadcrumb",
4917
+ "item": "padding-inline-start"
4918
+ },
4919
+ "path": [
4920
+ "utrecht",
4921
+ "breadcrumb",
4922
+ "padding-inline-start"
4923
+ ]
4924
+ },
4925
+ {
4926
+ "value": "#ffffff",
4927
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4928
+ "isSource": true,
4929
+ "original": {
4930
+ "value": "{tubbergen.color.white.100}"
4931
+ },
4932
+ "name": "utrechtBreadcrumbSeparatorIconColor",
4933
+ "attributes": {
4934
+ "category": "utrecht",
4935
+ "type": "breadcrumb",
4936
+ "item": "separator",
4937
+ "subitem": "icon",
4938
+ "state": "color"
4939
+ },
4940
+ "path": [
4941
+ "utrecht",
4942
+ "breadcrumb",
4943
+ "separator",
4944
+ "icon",
4945
+ "color"
4946
+ ]
4947
+ },
4948
+ {
4949
+ "value": "12px",
4950
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
4951
+ "isSource": true,
4952
+ "original": {
4953
+ "value": "{tubbergen.font-size.xs}"
4954
+ },
4955
+ "name": "utrechtBreadcrumbSeparatorIconSize",
4956
+ "attributes": {
4957
+ "category": "utrecht",
4958
+ "type": "breadcrumb",
4959
+ "item": "separator",
4960
+ "subitem": "icon",
4961
+ "state": "size"
4962
+ },
4963
+ "path": [
4964
+ "utrecht",
4965
+ "breadcrumb",
4966
+ "separator",
4967
+ "icon",
4968
+ "size"
4969
+ ]
4970
+ },
4702
4971
  {
4703
4972
  "value": "#f0b700",
4704
4973
  "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:24 GMT
3
+ // Generated on Thu, 28 Sep 2023 14:18:16 GMT
4
4
 
5
5
  @conduction-tabs-scroll-button-border-style: solid;
6
6
  @conduction-tabs-tab-panel-border-top: 0;
@@ -82,6 +82,10 @@
82
82
  @utrecht-button-font-weight: inherit;
83
83
  @utrecht-button-font-size: inherit;
84
84
  @utrecht-button-border-radius: 0;
85
+ @utrecht-breadcrumb-padding-block-end: 15px;
86
+ @utrecht-breadcrumb-padding-block-start: 15px;
87
+ @utrecht-breadcrumb-padding-inline-end: 7.5px;
88
+ @utrecht-breadcrumb-padding-inline-start: 7.5px;
85
89
  @utrecht-badge-counter-text-decoration: none;
86
90
  @utrecht-badge-counter-border-radius: 50%;
87
91
  @utrecht-action-submit-cursor: pointer;
@@ -345,6 +349,14 @@
345
349
  @utrecht-button-border-width: @tubbergen-size-3xs;
346
350
  @utrecht-button-border-color: @tubbergen-color-yellow-0;
347
351
  @utrecht-button-background-color: @tubbergen-color-yellow-0;
352
+ @utrecht-breadcrumb-background-color: @tubbergen-color-green-21;
353
+ @utrecht-breadcrumb-separator-icon-size: @tubbergen-font-size-xs;
354
+ @utrecht-breadcrumb-separator-icon-color: @tubbergen-color-white-100;
355
+ @utrecht-breadcrumb-link-hover-color: @tubbergen-color-white-100;
356
+ @utrecht-breadcrumb-link-disabled-color: @tubbergen-color-white-100;
357
+ @utrecht-breadcrumb-link-current-color: @tubbergen-color-white-100;
358
+ @utrecht-breadcrumb-link-color: @tubbergen-color-white-100;
359
+ @utrecht-breadcrumb-font-size: @tubbergen-font-size-xs;
348
360
  @utrecht-blockquote-content-font-size: @tubbergen-font-size-md;
349
361
  @utrecht-blockquote-margin-inline-end: @tubbergen-size-xl;
350
362
  @utrecht-blockquote-margin-inline-start: @tubbergen-size-xl;
@@ -432,6 +444,7 @@
432
444
  @utrecht-button-secondary-action-hover-border-color: @tubbergen-color-primary-hover;
433
445
  @utrecht-button-secondary-action-color: @tubbergen-color-primary;
434
446
  @utrecht-button-secondary-action-border-color: @tubbergen-color-primary;
447
+ @utrecht-breadcrumb-font-family: @utrecht-document-font-family;
435
448
  @utrecht-blockquote-content-color: @utrecht-document-color;
436
449
  @utrecht-badge-counter-font-family: @utrecht-document-font-family;
437
450
  @utrecht-badge-counter-font-size: @utrecht-document-font-size;
@@ -1,6 +1,6 @@
1
1
 
2
2
  // Do not edit directly
3
- // Generated on Tue, 19 Sep 2023 14:30:23 GMT
3
+ // Generated on Thu, 28 Sep 2023 14:18:16 GMT
4
4
 
5
5
  $conduction-tabs-scroll-button-border-style: solid;
6
6
  $conduction-tabs-tab-panel-border-top: 0;
@@ -82,6 +82,10 @@ $utrecht-button-primary-action-font-weight: inherit;
82
82
  $utrecht-button-font-weight: inherit;
83
83
  $utrecht-button-font-size: inherit;
84
84
  $utrecht-button-border-radius: 0;
85
+ $utrecht-breadcrumb-padding-block-end: 15px;
86
+ $utrecht-breadcrumb-padding-block-start: 15px;
87
+ $utrecht-breadcrumb-padding-inline-end: 7.5px;
88
+ $utrecht-breadcrumb-padding-inline-start: 7.5px;
85
89
  $utrecht-badge-counter-text-decoration: none;
86
90
  $utrecht-badge-counter-border-radius: 50%;
87
91
  $utrecht-action-submit-cursor: pointer;
@@ -345,6 +349,14 @@ $utrecht-button-color: $tubbergen-color-black-0;
345
349
  $utrecht-button-border-width: $tubbergen-size-3xs;
346
350
  $utrecht-button-border-color: $tubbergen-color-yellow-0;
347
351
  $utrecht-button-background-color: $tubbergen-color-yellow-0;
352
+ $utrecht-breadcrumb-background-color: $tubbergen-color-green-21;
353
+ $utrecht-breadcrumb-separator-icon-size: $tubbergen-font-size-xs;
354
+ $utrecht-breadcrumb-separator-icon-color: $tubbergen-color-white-100;
355
+ $utrecht-breadcrumb-link-hover-color: $tubbergen-color-white-100;
356
+ $utrecht-breadcrumb-link-disabled-color: $tubbergen-color-white-100;
357
+ $utrecht-breadcrumb-link-current-color: $tubbergen-color-white-100;
358
+ $utrecht-breadcrumb-link-color: $tubbergen-color-white-100;
359
+ $utrecht-breadcrumb-font-size: $tubbergen-font-size-xs;
348
360
  $utrecht-blockquote-content-font-size: $tubbergen-font-size-md;
349
361
  $utrecht-blockquote-margin-inline-end: $tubbergen-size-xl;
350
362
  $utrecht-blockquote-margin-inline-start: $tubbergen-size-xl;
@@ -432,6 +444,7 @@ $utrecht-button-secondary-action-hover-color: $tubbergen-color-primary-hover;
432
444
  $utrecht-button-secondary-action-hover-border-color: $tubbergen-color-primary-hover;
433
445
  $utrecht-button-secondary-action-color: $tubbergen-color-primary;
434
446
  $utrecht-button-secondary-action-border-color: $tubbergen-color-primary;
447
+ $utrecht-breadcrumb-font-family: $utrecht-document-font-family;
435
448
  $utrecht-blockquote-content-color: $utrecht-document-color;
436
449
  $utrecht-badge-counter-font-family: $utrecht-document-font-family;
437
450
  $utrecht-badge-counter-font-size: $utrecht-document-font-size;
@@ -2757,6 +2757,306 @@
2757
2757
  }
2758
2758
  }
2759
2759
  },
2760
+ "breadcrumb": {
2761
+ "block-size": {},
2762
+ "font-family": {
2763
+ "value": "\"Lato\", Arial, sans-serif",
2764
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2765
+ "isSource": true,
2766
+ "original": {
2767
+ "value": "{utrecht.document.font-family}"
2768
+ },
2769
+ "name": "utrechtBreadcrumbFontFamily",
2770
+ "attributes": {
2771
+ "category": "utrecht",
2772
+ "type": "breadcrumb",
2773
+ "item": "font-family"
2774
+ },
2775
+ "path": [
2776
+ "utrecht",
2777
+ "breadcrumb",
2778
+ "font-family"
2779
+ ]
2780
+ },
2781
+ "font-size": {
2782
+ "value": "12px",
2783
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2784
+ "isSource": true,
2785
+ "original": {
2786
+ "value": "{tubbergen.font-size.xs}"
2787
+ },
2788
+ "name": "utrechtBreadcrumbFontSize",
2789
+ "attributes": {
2790
+ "category": "utrecht",
2791
+ "type": "breadcrumb",
2792
+ "item": "font-size"
2793
+ },
2794
+ "path": [
2795
+ "utrecht",
2796
+ "breadcrumb",
2797
+ "font-size"
2798
+ ]
2799
+ },
2800
+ "text-transform": {},
2801
+ "item": {
2802
+ "padding-block-start": {},
2803
+ "padding-block-end": {},
2804
+ "padding-inline-end": {},
2805
+ "padding-inline-start": {}
2806
+ },
2807
+ "link": {
2808
+ "background-color": {},
2809
+ "color": {
2810
+ "value": "#ffffff",
2811
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2812
+ "isSource": true,
2813
+ "original": {
2814
+ "value": "{tubbergen.color.white.100}"
2815
+ },
2816
+ "name": "utrechtBreadcrumbLinkColor",
2817
+ "attributes": {
2818
+ "category": "utrecht",
2819
+ "type": "breadcrumb",
2820
+ "item": "link",
2821
+ "subitem": "color"
2822
+ },
2823
+ "path": [
2824
+ "utrecht",
2825
+ "breadcrumb",
2826
+ "link",
2827
+ "color"
2828
+ ]
2829
+ },
2830
+ "focus": {
2831
+ "background-color": {},
2832
+ "color": {}
2833
+ },
2834
+ "current": {
2835
+ "background-color": {},
2836
+ "color": {
2837
+ "value": "#ffffff",
2838
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2839
+ "isSource": true,
2840
+ "original": {
2841
+ "value": "{tubbergen.color.white.100}"
2842
+ },
2843
+ "name": "utrechtBreadcrumbLinkCurrentColor",
2844
+ "attributes": {
2845
+ "category": "utrecht",
2846
+ "type": "breadcrumb",
2847
+ "item": "link",
2848
+ "subitem": "current",
2849
+ "state": "color"
2850
+ },
2851
+ "path": [
2852
+ "utrecht",
2853
+ "breadcrumb",
2854
+ "link",
2855
+ "current",
2856
+ "color"
2857
+ ]
2858
+ }
2859
+ },
2860
+ "disabled": {
2861
+ "background-color": {},
2862
+ "color": {
2863
+ "value": "#ffffff",
2864
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2865
+ "isSource": true,
2866
+ "original": {
2867
+ "value": "{tubbergen.color.white.100}"
2868
+ },
2869
+ "name": "utrechtBreadcrumbLinkDisabledColor",
2870
+ "attributes": {
2871
+ "category": "utrecht",
2872
+ "type": "breadcrumb",
2873
+ "item": "link",
2874
+ "subitem": "disabled",
2875
+ "state": "color"
2876
+ },
2877
+ "path": [
2878
+ "utrecht",
2879
+ "breadcrumb",
2880
+ "link",
2881
+ "disabled",
2882
+ "color"
2883
+ ]
2884
+ }
2885
+ },
2886
+ "hover": {
2887
+ "background-color": {},
2888
+ "color": {
2889
+ "value": "#ffffff",
2890
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2891
+ "isSource": true,
2892
+ "original": {
2893
+ "value": "{tubbergen.color.white.100}"
2894
+ },
2895
+ "name": "utrechtBreadcrumbLinkHoverColor",
2896
+ "attributes": {
2897
+ "category": "utrecht",
2898
+ "type": "breadcrumb",
2899
+ "item": "link",
2900
+ "subitem": "hover",
2901
+ "state": "color"
2902
+ },
2903
+ "path": [
2904
+ "utrecht",
2905
+ "breadcrumb",
2906
+ "link",
2907
+ "hover",
2908
+ "color"
2909
+ ]
2910
+ }
2911
+ }
2912
+ },
2913
+ "separator": {
2914
+ "inline-size": {},
2915
+ "icon": {
2916
+ "color": {
2917
+ "value": "#ffffff",
2918
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2919
+ "isSource": true,
2920
+ "original": {
2921
+ "value": "{tubbergen.color.white.100}"
2922
+ },
2923
+ "name": "utrechtBreadcrumbSeparatorIconColor",
2924
+ "attributes": {
2925
+ "category": "utrecht",
2926
+ "type": "breadcrumb",
2927
+ "item": "separator",
2928
+ "subitem": "icon",
2929
+ "state": "color"
2930
+ },
2931
+ "path": [
2932
+ "utrecht",
2933
+ "breadcrumb",
2934
+ "separator",
2935
+ "icon",
2936
+ "color"
2937
+ ]
2938
+ },
2939
+ "size": {
2940
+ "value": "12px",
2941
+ "filePath": "src/component/utrecht/breadcrumb.tokens.json",
2942
+ "isSource": true,
2943
+ "original": {
2944
+ "value": "{tubbergen.font-size.xs}"
2945
+ },
2946
+ "name": "utrechtBreadcrumbSeparatorIconSize",
2947
+ "attributes": {
2948
+ "category": "utrecht",
2949
+ "type": "breadcrumb",
2950
+ "item": "separator",
2951
+ "subitem": "icon",
2952
+ "state": "size"
2953
+ },
2954
+ "path": [
2955
+ "utrecht",
2956
+ "breadcrumb",
2957
+ "separator",
2958
+ "icon",
2959
+ "size"
2960
+ ]
2961
+ }
2962
+ }
2963
+ },
2964
+ "background-color": {
2965
+ "value": "#0b612d",
2966
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2967
+ "isSource": true,
2968
+ "original": {
2969
+ "value": "{tubbergen.color.green.21}"
2970
+ },
2971
+ "name": "utrechtBreadcrumbBackgroundColor",
2972
+ "attributes": {
2973
+ "category": "utrecht",
2974
+ "type": "breadcrumb",
2975
+ "item": "background-color"
2976
+ },
2977
+ "path": [
2978
+ "utrecht",
2979
+ "breadcrumb",
2980
+ "background-color"
2981
+ ]
2982
+ },
2983
+ "padding-inline-start": {
2984
+ "value": "7.5px",
2985
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
2986
+ "isSource": true,
2987
+ "original": {
2988
+ "value": "7.5px"
2989
+ },
2990
+ "name": "utrechtBreadcrumbPaddingInlineStart",
2991
+ "attributes": {
2992
+ "category": "utrecht",
2993
+ "type": "breadcrumb",
2994
+ "item": "padding-inline-start"
2995
+ },
2996
+ "path": [
2997
+ "utrecht",
2998
+ "breadcrumb",
2999
+ "padding-inline-start"
3000
+ ]
3001
+ },
3002
+ "padding-inline-end": {
3003
+ "value": "7.5px",
3004
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
3005
+ "isSource": true,
3006
+ "original": {
3007
+ "value": "7.5px"
3008
+ },
3009
+ "name": "utrechtBreadcrumbPaddingInlineEnd",
3010
+ "attributes": {
3011
+ "category": "utrecht",
3012
+ "type": "breadcrumb",
3013
+ "item": "padding-inline-end"
3014
+ },
3015
+ "path": [
3016
+ "utrecht",
3017
+ "breadcrumb",
3018
+ "padding-inline-end"
3019
+ ]
3020
+ },
3021
+ "padding-block-start": {
3022
+ "value": "15px",
3023
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
3024
+ "isSource": true,
3025
+ "original": {
3026
+ "value": "15px"
3027
+ },
3028
+ "name": "utrechtBreadcrumbPaddingBlockStart",
3029
+ "attributes": {
3030
+ "category": "utrecht",
3031
+ "type": "breadcrumb",
3032
+ "item": "padding-block-start"
3033
+ },
3034
+ "path": [
3035
+ "utrecht",
3036
+ "breadcrumb",
3037
+ "padding-block-start"
3038
+ ]
3039
+ },
3040
+ "padding-block-end": {
3041
+ "value": "15px",
3042
+ "filePath": "src/component/utrecht/extra-tokens/breadcrumb.tokens.json",
3043
+ "isSource": true,
3044
+ "original": {
3045
+ "value": "15px"
3046
+ },
3047
+ "name": "utrechtBreadcrumbPaddingBlockEnd",
3048
+ "attributes": {
3049
+ "category": "utrecht",
3050
+ "type": "breadcrumb",
3051
+ "item": "padding-block-end"
3052
+ },
3053
+ "path": [
3054
+ "utrecht",
3055
+ "breadcrumb",
3056
+ "padding-block-end"
3057
+ ]
3058
+ }
3059
+ },
2760
3060
  "button": {
2761
3061
  "background-color": {
2762
3062
  "value": "#f0b700",
@@ -0,0 +1,35 @@
1
+ {
2
+ "utrecht": {
3
+ "breadcrumb": {
4
+ "block-size": {},
5
+ "font-family": { "value": "{utrecht.document.font-family}" },
6
+ "font-size": { "value": "{tubbergen.font-size.xs}" },
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": "{tubbergen.color.white.100}" },
17
+ "focus": {
18
+ "background-color": {},
19
+ "color": {}
20
+ },
21
+ "current": {
22
+ "background-color": {},
23
+ "color": { "value": "{tubbergen.color.white.100}" }
24
+ }
25
+ },
26
+ "separator": {
27
+ "inline-size": {},
28
+ "icon": {
29
+ "color": { "value": "{tubbergen.color.white.100}" },
30
+ "size": { "value": "{tubbergen.font-size.xs}" }
31
+ }
32
+ }
33
+ }
34
+ }
35
+ }