@sage/design-tokens 14.6.0 → 14.7.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.
Files changed (144) hide show
  1. package/css/frozenproduct/all.css +10 -3
  2. package/css/frozenproduct/large/components/container.css +10 -3
  3. package/css/frozenproduct/small/components/container.css +10 -3
  4. package/css/marketing/all.css +10 -3
  5. package/css/marketing/large/components/container.css +10 -3
  6. package/css/marketing/small/components/container.css +10 -3
  7. package/css/product/all.css +20 -13
  8. package/css/product/large/components/container.css +10 -3
  9. package/css/product/small/components/container.css +10 -3
  10. package/css/product/small/components/table.css +10 -10
  11. package/ios/frozenproduct/large/dark/components/container.h +11 -4
  12. package/ios/frozenproduct/large/light/components/container.h +11 -4
  13. package/ios/frozenproduct/small/dark/components/container.h +11 -4
  14. package/ios/frozenproduct/small/light/components/container.h +11 -4
  15. package/ios/marketing/large/dark/components/container.h +11 -4
  16. package/ios/marketing/large/light/components/container.h +11 -4
  17. package/ios/marketing/small/dark/components/container.h +11 -4
  18. package/ios/marketing/small/light/components/container.h +11 -4
  19. package/ios/product/large/dark/components/container.h +11 -4
  20. package/ios/product/large/light/components/container.h +11 -4
  21. package/ios/product/small/dark/components/container.h +11 -4
  22. package/ios/product/small/light/components/container.h +11 -4
  23. package/js/common/frozenproduct/large/dark/components/container.d.ts +22 -11
  24. package/js/common/frozenproduct/large/dark/components/container.js +176 -81
  25. package/js/common/frozenproduct/large/light/components/container.d.ts +22 -11
  26. package/js/common/frozenproduct/large/light/components/container.js +176 -81
  27. package/js/common/frozenproduct/small/dark/components/container.d.ts +22 -11
  28. package/js/common/frozenproduct/small/dark/components/container.js +176 -81
  29. package/js/common/frozenproduct/small/light/components/container.d.ts +22 -11
  30. package/js/common/frozenproduct/small/light/components/container.js +176 -81
  31. package/js/common/marketing/large/dark/components/container.d.ts +22 -11
  32. package/js/common/marketing/large/dark/components/container.js +176 -81
  33. package/js/common/marketing/large/light/components/container.d.ts +22 -11
  34. package/js/common/marketing/large/light/components/container.js +176 -81
  35. package/js/common/marketing/small/dark/components/container.d.ts +22 -11
  36. package/js/common/marketing/small/dark/components/container.js +176 -81
  37. package/js/common/marketing/small/light/components/container.d.ts +22 -11
  38. package/js/common/marketing/small/light/components/container.js +176 -81
  39. package/js/common/product/large/dark/components/container.d.ts +22 -11
  40. package/js/common/product/large/dark/components/container.js +176 -81
  41. package/js/common/product/large/light/components/container.d.ts +22 -11
  42. package/js/common/product/large/light/components/container.js +176 -81
  43. package/js/common/product/small/dark/components/container.d.ts +22 -11
  44. package/js/common/product/small/dark/components/container.js +176 -81
  45. package/js/common/product/small/light/components/container.d.ts +22 -11
  46. package/js/common/product/small/light/components/container.js +176 -81
  47. package/js/es6/frozenproduct/large/dark/components/container.d.ts +11 -4
  48. package/js/es6/frozenproduct/large/dark/components/container.js +11 -4
  49. package/js/es6/frozenproduct/large/light/components/container.d.ts +11 -4
  50. package/js/es6/frozenproduct/large/light/components/container.js +11 -4
  51. package/js/es6/frozenproduct/small/dark/components/container.d.ts +11 -4
  52. package/js/es6/frozenproduct/small/dark/components/container.js +11 -4
  53. package/js/es6/frozenproduct/small/light/components/container.d.ts +11 -4
  54. package/js/es6/frozenproduct/small/light/components/container.js +11 -4
  55. package/js/es6/marketing/large/dark/components/container.d.ts +11 -4
  56. package/js/es6/marketing/large/dark/components/container.js +11 -4
  57. package/js/es6/marketing/large/light/components/container.d.ts +11 -4
  58. package/js/es6/marketing/large/light/components/container.js +11 -4
  59. package/js/es6/marketing/small/dark/components/container.d.ts +11 -4
  60. package/js/es6/marketing/small/dark/components/container.js +11 -4
  61. package/js/es6/marketing/small/light/components/container.d.ts +11 -4
  62. package/js/es6/marketing/small/light/components/container.js +11 -4
  63. package/js/es6/product/large/dark/components/container.d.ts +11 -4
  64. package/js/es6/product/large/dark/components/container.js +11 -4
  65. package/js/es6/product/large/light/components/container.d.ts +11 -4
  66. package/js/es6/product/large/light/components/container.js +11 -4
  67. package/js/es6/product/small/dark/components/container.d.ts +11 -4
  68. package/js/es6/product/small/dark/components/container.js +11 -4
  69. package/js/es6/product/small/light/components/container.d.ts +11 -4
  70. package/js/es6/product/small/light/components/container.js +11 -4
  71. package/js/umd/frozenproduct/large/dark/components/container.js +176 -81
  72. package/js/umd/frozenproduct/large/light/components/container.js +176 -81
  73. package/js/umd/frozenproduct/small/dark/components/container.js +176 -81
  74. package/js/umd/frozenproduct/small/light/components/container.js +176 -81
  75. package/js/umd/marketing/large/dark/components/container.js +176 -81
  76. package/js/umd/marketing/large/light/components/container.js +176 -81
  77. package/js/umd/marketing/small/dark/components/container.js +176 -81
  78. package/js/umd/marketing/small/light/components/container.js +176 -81
  79. package/js/umd/product/large/dark/components/container.js +176 -81
  80. package/js/umd/product/large/light/components/container.js +176 -81
  81. package/js/umd/product/small/dark/components/container.js +176 -81
  82. package/js/umd/product/small/light/components/container.js +176 -81
  83. package/json/flat/frozenproduct/large/dark/components/container.json +11 -4
  84. package/json/flat/frozenproduct/large/light/components/container.json +11 -4
  85. package/json/flat/frozenproduct/small/dark/components/container.json +11 -4
  86. package/json/flat/frozenproduct/small/light/components/container.json +11 -4
  87. package/json/flat/marketing/large/dark/components/container.json +11 -4
  88. package/json/flat/marketing/large/light/components/container.json +11 -4
  89. package/json/flat/marketing/small/dark/components/container.json +11 -4
  90. package/json/flat/marketing/small/light/components/container.json +11 -4
  91. package/json/flat/product/large/dark/components/container.json +11 -4
  92. package/json/flat/product/large/light/components/container.json +11 -4
  93. package/json/flat/product/small/dark/components/container.json +11 -4
  94. package/json/flat/product/small/light/components/container.json +11 -4
  95. package/json/nested/frozenproduct/large/dark/components/container.json +22 -11
  96. package/json/nested/frozenproduct/large/light/components/container.json +22 -11
  97. package/json/nested/frozenproduct/small/dark/components/container.json +22 -11
  98. package/json/nested/frozenproduct/small/light/components/container.json +22 -11
  99. package/json/nested/marketing/large/dark/components/container.json +22 -11
  100. package/json/nested/marketing/large/light/components/container.json +22 -11
  101. package/json/nested/marketing/small/dark/components/container.json +22 -11
  102. package/json/nested/marketing/small/light/components/container.json +22 -11
  103. package/json/nested/product/large/dark/components/container.json +22 -11
  104. package/json/nested/product/large/light/components/container.json +22 -11
  105. package/json/nested/product/small/dark/components/container.json +22 -11
  106. package/json/nested/product/small/light/components/container.json +22 -11
  107. package/package.json +1 -1
  108. package/sage-design-tokens-14.7.0.tgz +0 -0
  109. package/scss/frozenproduct/large/components/button.scss +13 -13
  110. package/scss/frozenproduct/large/components/container.scss +20 -13
  111. package/scss/frozenproduct/large/components/form.scss +7 -7
  112. package/scss/frozenproduct/large/components/link.scss +2 -2
  113. package/scss/frozenproduct/large/components/nav.scss +5 -5
  114. package/scss/frozenproduct/large/components/page.scss +1 -1
  115. package/scss/frozenproduct/large/components/popover.scss +2 -2
  116. package/scss/frozenproduct/large/components/progress.scss +6 -6
  117. package/scss/frozenproduct/large/components/status.scss +3 -3
  118. package/scss/frozenproduct/large/components/tab.scss +7 -7
  119. package/scss/frozenproduct/large/components/table.scss +10 -10
  120. package/scss/frozenproduct/small/components/button.scss +13 -13
  121. package/scss/frozenproduct/small/components/container.scss +20 -13
  122. package/scss/frozenproduct/small/components/form.scss +7 -7
  123. package/scss/frozenproduct/small/components/link.scss +2 -2
  124. package/scss/frozenproduct/small/components/nav.scss +5 -5
  125. package/scss/frozenproduct/small/components/page.scss +1 -1
  126. package/scss/frozenproduct/small/components/popover.scss +2 -2
  127. package/scss/frozenproduct/small/components/progress.scss +6 -6
  128. package/scss/frozenproduct/small/components/status.scss +3 -3
  129. package/scss/frozenproduct/small/components/tab.scss +7 -7
  130. package/scss/frozenproduct/small/components/table.scss +10 -10
  131. package/scss/marketing/large/components/container.scss +10 -3
  132. package/scss/marketing/small/components/container.scss +10 -3
  133. package/scss/product/large/components/container.scss +20 -13
  134. package/scss/product/large/components/form.scss +7 -7
  135. package/scss/product/large/components/link.scss +2 -2
  136. package/scss/product/large/components/nav.scss +5 -5
  137. package/scss/product/large/components/page.scss +1 -1
  138. package/scss/product/large/components/popover.scss +2 -2
  139. package/scss/product/large/components/progress.scss +6 -6
  140. package/scss/product/large/components/status.scss +3 -3
  141. package/scss/product/large/components/tab.scss +7 -7
  142. package/scss/product/large/components/table.scss +10 -10
  143. package/scss/product/small/components/container.scss +10 -3
  144. package/sage-design-tokens-14.6.0.tgz +0 -0
@@ -948,6 +948,101 @@
948
948
  },
949
949
  },
950
950
  },
951
+ dialog: {
952
+ maxWidth: {
953
+ XXS: {
954
+ $type: "sizing",
955
+ $value: "300",
956
+ filePath: "data/tokens/components/container.json",
957
+ isSource: true,
958
+ original: {
959
+ $type: "sizing",
960
+ $value: "300",
961
+ },
962
+ name: "containerSizeDialogMaxWidthXxs",
963
+ attributes: {},
964
+ path: ["container", "size", "dialog", "maxWidth", "XXS"],
965
+ },
966
+ XS: {
967
+ $type: "sizing",
968
+ $value: "380",
969
+ filePath: "data/tokens/components/container.json",
970
+ isSource: true,
971
+ original: {
972
+ $type: "sizing",
973
+ $value: "380",
974
+ },
975
+ name: "containerSizeDialogMaxWidthXs",
976
+ attributes: {},
977
+ path: ["container", "size", "dialog", "maxWidth", "XS"],
978
+ },
979
+ S: {
980
+ $type: "sizing",
981
+ $value: "540",
982
+ filePath: "data/tokens/components/container.json",
983
+ isSource: true,
984
+ original: {
985
+ $type: "sizing",
986
+ $value: "540",
987
+ },
988
+ name: "containerSizeDialogMaxWidthS",
989
+ attributes: {},
990
+ path: ["container", "size", "dialog", "maxWidth", "S"],
991
+ },
992
+ M: {
993
+ $type: "sizing",
994
+ $value: "750",
995
+ filePath: "data/tokens/components/container.json",
996
+ isSource: true,
997
+ original: {
998
+ $type: "sizing",
999
+ $value: "750",
1000
+ },
1001
+ name: "containerSizeDialogMaxWidthM",
1002
+ attributes: {},
1003
+ path: ["container", "size", "dialog", "maxWidth", "M"],
1004
+ },
1005
+ L: {
1006
+ $type: "sizing",
1007
+ $value: "850",
1008
+ filePath: "data/tokens/components/container.json",
1009
+ isSource: true,
1010
+ original: {
1011
+ $type: "sizing",
1012
+ $value: "850",
1013
+ },
1014
+ name: "containerSizeDialogMaxWidthL",
1015
+ attributes: {},
1016
+ path: ["container", "size", "dialog", "maxWidth", "L"],
1017
+ },
1018
+ XL: {
1019
+ $type: "sizing",
1020
+ $value: "960",
1021
+ filePath: "data/tokens/components/container.json",
1022
+ isSource: true,
1023
+ original: {
1024
+ $type: "sizing",
1025
+ $value: "960",
1026
+ },
1027
+ name: "containerSizeDialogMaxWidthXl",
1028
+ attributes: {},
1029
+ path: ["container", "size", "dialog", "maxWidth", "XL"],
1030
+ },
1031
+ XXL: {
1032
+ $type: "sizing",
1033
+ $value: "1080",
1034
+ filePath: "data/tokens/components/container.json",
1035
+ isSource: true,
1036
+ original: {
1037
+ $type: "sizing",
1038
+ $value: "1080",
1039
+ },
1040
+ name: "containerSizeDialogMaxWidthXxl",
1041
+ attributes: {},
1042
+ path: ["container", "size", "dialog", "maxWidth", "XXL"],
1043
+ },
1044
+ },
1045
+ },
951
1046
  drag: {
952
1047
  droptarget: {
953
1048
  $type: "sizing",
@@ -965,6 +1060,87 @@
965
1060
  path: ["container", "size", "drag", "droptarget"],
966
1061
  },
967
1062
  },
1063
+ drawer: {
1064
+ minwidth: {
1065
+ $type: "sizing",
1066
+ $value: 288,
1067
+ $description: "min-width for drawer component",
1068
+ filePath: "data/tokens/components/container.json",
1069
+ isSource: true,
1070
+ original: {
1071
+ $type: "sizing",
1072
+ $value: "{container.size.responsive.XL}",
1073
+ $description: "min-width for drawer component",
1074
+ },
1075
+ name: "containerSizeDrawerMinwidth",
1076
+ attributes: {},
1077
+ path: ["container", "size", "drawer", "minwidth"],
1078
+ },
1079
+ maxwidth: {
1080
+ $type: "sizing",
1081
+ $value: 760,
1082
+ $description: "max-width for drawer component",
1083
+ filePath: "data/tokens/components/container.json",
1084
+ isSource: true,
1085
+ original: {
1086
+ $type: "sizing",
1087
+ $value: "{container.size.responsive.XXXXL}",
1088
+ $description: "max-width for drawer component",
1089
+ },
1090
+ name: "containerSizeDrawerMaxwidth",
1091
+ attributes: {},
1092
+ path: ["container", "size", "drawer", "maxwidth"],
1093
+ },
1094
+ closed: {
1095
+ M: {
1096
+ $type: "sizing",
1097
+ $value: 40,
1098
+ $description: "width for the closed drawer state",
1099
+ filePath: "data/tokens/components/container.json",
1100
+ isSource: true,
1101
+ original: {
1102
+ $type: "sizing",
1103
+ $value: "{global.size.macro.M}",
1104
+ $description: "width for the closed drawer state",
1105
+ },
1106
+ name: "containerSizeDrawerClosedM",
1107
+ attributes: {},
1108
+ path: ["container", "size", "drawer", "closed", "M"],
1109
+ },
1110
+ },
1111
+ },
1112
+ footer: {
1113
+ M: {
1114
+ $type: "sizing",
1115
+ $value: 56,
1116
+ $description: "card and tile footers",
1117
+ filePath: "data/tokens/components/container.json",
1118
+ isSource: true,
1119
+ original: {
1120
+ $type: "sizing",
1121
+ $value: "{global.size.macro.XL}",
1122
+ $description: "card and tile footers",
1123
+ },
1124
+ name: "containerSizeFooterM",
1125
+ attributes: {},
1126
+ path: ["container", "size", "footer", "M"],
1127
+ },
1128
+ L: {
1129
+ $type: "sizing",
1130
+ $value: 72,
1131
+ $description: "Dialog, sidebar and drawer footer max-height",
1132
+ filePath: "data/tokens/components/container.json",
1133
+ isSource: true,
1134
+ original: {
1135
+ $type: "sizing",
1136
+ $value: "{global.size.macro.XS} * 3",
1137
+ $description: "Dialog, sidebar and drawer footer max-height",
1138
+ },
1139
+ name: "containerSizeFooterL",
1140
+ attributes: {},
1141
+ path: ["container", "size", "footer", "L"],
1142
+ },
1143
+ },
968
1144
  generic: {
969
1145
  emptystate: {
970
1146
  illustration: {
@@ -1070,87 +1246,6 @@
1070
1246
  },
1071
1247
  },
1072
1248
  },
1073
- drawer: {
1074
- minwidth: {
1075
- $type: "sizing",
1076
- $value: 288,
1077
- $description: "min-width for drawer component",
1078
- filePath: "data/tokens/components/container.json",
1079
- isSource: true,
1080
- original: {
1081
- $type: "sizing",
1082
- $value: "{container.size.responsive.XL}",
1083
- $description: "min-width for drawer component",
1084
- },
1085
- name: "containerSizeDrawerMinwidth",
1086
- attributes: {},
1087
- path: ["container", "size", "drawer", "minwidth"],
1088
- },
1089
- maxwidth: {
1090
- $type: "sizing",
1091
- $value: 760,
1092
- $description: "max-width for drawer component",
1093
- filePath: "data/tokens/components/container.json",
1094
- isSource: true,
1095
- original: {
1096
- $type: "sizing",
1097
- $value: "{container.size.responsive.XXXXL}",
1098
- $description: "max-width for drawer component",
1099
- },
1100
- name: "containerSizeDrawerMaxwidth",
1101
- attributes: {},
1102
- path: ["container", "size", "drawer", "maxwidth"],
1103
- },
1104
- closed: {
1105
- M: {
1106
- $type: "sizing",
1107
- $value: 40,
1108
- $description: "width for the closed drawer state",
1109
- filePath: "data/tokens/components/container.json",
1110
- isSource: true,
1111
- original: {
1112
- $type: "sizing",
1113
- $value: "{global.size.macro.M}",
1114
- $description: "width for the closed drawer state",
1115
- },
1116
- name: "containerSizeDrawerClosedM",
1117
- attributes: {},
1118
- path: ["container", "size", "drawer", "closed", "M"],
1119
- },
1120
- },
1121
- },
1122
- footer: {
1123
- M: {
1124
- $type: "sizing",
1125
- $value: 56,
1126
- $description: "card and tile footers",
1127
- filePath: "data/tokens/components/container.json",
1128
- isSource: true,
1129
- original: {
1130
- $type: "sizing",
1131
- $value: "{global.size.macro.XL}",
1132
- $description: "card and tile footers",
1133
- },
1134
- name: "containerSizeFooterM",
1135
- attributes: {},
1136
- path: ["container", "size", "footer", "M"],
1137
- },
1138
- L: {
1139
- $type: "sizing",
1140
- $value: 72,
1141
- $description: "Dialog, sidebar and drawer footer max-height",
1142
- filePath: "data/tokens/components/container.json",
1143
- isSource: true,
1144
- original: {
1145
- $type: "sizing",
1146
- $value: "{global.size.macro.XS} * 3",
1147
- $description: "Dialog, sidebar and drawer footer max-height",
1148
- },
1149
- name: "containerSizeFooterL",
1150
- attributes: {},
1151
- path: ["container", "size", "footer", "L"],
1152
- },
1153
- },
1154
1249
  icon: {
1155
1250
  S: {
1156
1251
  $type: "sizing",
@@ -948,6 +948,101 @@
948
948
  },
949
949
  },
950
950
  },
951
+ dialog: {
952
+ maxWidth: {
953
+ XXS: {
954
+ $type: "sizing",
955
+ $value: "300",
956
+ filePath: "data/tokens/components/container.json",
957
+ isSource: true,
958
+ original: {
959
+ $type: "sizing",
960
+ $value: "300",
961
+ },
962
+ name: "containerSizeDialogMaxWidthXxs",
963
+ attributes: {},
964
+ path: ["container", "size", "dialog", "maxWidth", "XXS"],
965
+ },
966
+ XS: {
967
+ $type: "sizing",
968
+ $value: "380",
969
+ filePath: "data/tokens/components/container.json",
970
+ isSource: true,
971
+ original: {
972
+ $type: "sizing",
973
+ $value: "380",
974
+ },
975
+ name: "containerSizeDialogMaxWidthXs",
976
+ attributes: {},
977
+ path: ["container", "size", "dialog", "maxWidth", "XS"],
978
+ },
979
+ S: {
980
+ $type: "sizing",
981
+ $value: "540",
982
+ filePath: "data/tokens/components/container.json",
983
+ isSource: true,
984
+ original: {
985
+ $type: "sizing",
986
+ $value: "540",
987
+ },
988
+ name: "containerSizeDialogMaxWidthS",
989
+ attributes: {},
990
+ path: ["container", "size", "dialog", "maxWidth", "S"],
991
+ },
992
+ M: {
993
+ $type: "sizing",
994
+ $value: "750",
995
+ filePath: "data/tokens/components/container.json",
996
+ isSource: true,
997
+ original: {
998
+ $type: "sizing",
999
+ $value: "750",
1000
+ },
1001
+ name: "containerSizeDialogMaxWidthM",
1002
+ attributes: {},
1003
+ path: ["container", "size", "dialog", "maxWidth", "M"],
1004
+ },
1005
+ L: {
1006
+ $type: "sizing",
1007
+ $value: "850",
1008
+ filePath: "data/tokens/components/container.json",
1009
+ isSource: true,
1010
+ original: {
1011
+ $type: "sizing",
1012
+ $value: "850",
1013
+ },
1014
+ name: "containerSizeDialogMaxWidthL",
1015
+ attributes: {},
1016
+ path: ["container", "size", "dialog", "maxWidth", "L"],
1017
+ },
1018
+ XL: {
1019
+ $type: "sizing",
1020
+ $value: "960",
1021
+ filePath: "data/tokens/components/container.json",
1022
+ isSource: true,
1023
+ original: {
1024
+ $type: "sizing",
1025
+ $value: "960",
1026
+ },
1027
+ name: "containerSizeDialogMaxWidthXl",
1028
+ attributes: {},
1029
+ path: ["container", "size", "dialog", "maxWidth", "XL"],
1030
+ },
1031
+ XXL: {
1032
+ $type: "sizing",
1033
+ $value: "1080",
1034
+ filePath: "data/tokens/components/container.json",
1035
+ isSource: true,
1036
+ original: {
1037
+ $type: "sizing",
1038
+ $value: "1080",
1039
+ },
1040
+ name: "containerSizeDialogMaxWidthXxl",
1041
+ attributes: {},
1042
+ path: ["container", "size", "dialog", "maxWidth", "XXL"],
1043
+ },
1044
+ },
1045
+ },
951
1046
  drag: {
952
1047
  droptarget: {
953
1048
  $type: "sizing",
@@ -965,6 +1060,87 @@
965
1060
  path: ["container", "size", "drag", "droptarget"],
966
1061
  },
967
1062
  },
1063
+ drawer: {
1064
+ minwidth: {
1065
+ $type: "sizing",
1066
+ $value: 288,
1067
+ $description: "min-width for drawer component",
1068
+ filePath: "data/tokens/components/container.json",
1069
+ isSource: true,
1070
+ original: {
1071
+ $type: "sizing",
1072
+ $value: "{container.size.responsive.XL}",
1073
+ $description: "min-width for drawer component",
1074
+ },
1075
+ name: "containerSizeDrawerMinwidth",
1076
+ attributes: {},
1077
+ path: ["container", "size", "drawer", "minwidth"],
1078
+ },
1079
+ maxwidth: {
1080
+ $type: "sizing",
1081
+ $value: 760,
1082
+ $description: "max-width for drawer component",
1083
+ filePath: "data/tokens/components/container.json",
1084
+ isSource: true,
1085
+ original: {
1086
+ $type: "sizing",
1087
+ $value: "{container.size.responsive.XXXXL}",
1088
+ $description: "max-width for drawer component",
1089
+ },
1090
+ name: "containerSizeDrawerMaxwidth",
1091
+ attributes: {},
1092
+ path: ["container", "size", "drawer", "maxwidth"],
1093
+ },
1094
+ closed: {
1095
+ M: {
1096
+ $type: "sizing",
1097
+ $value: 40,
1098
+ $description: "width for the closed drawer state",
1099
+ filePath: "data/tokens/components/container.json",
1100
+ isSource: true,
1101
+ original: {
1102
+ $type: "sizing",
1103
+ $value: "{global.size.macro.M}",
1104
+ $description: "width for the closed drawer state",
1105
+ },
1106
+ name: "containerSizeDrawerClosedM",
1107
+ attributes: {},
1108
+ path: ["container", "size", "drawer", "closed", "M"],
1109
+ },
1110
+ },
1111
+ },
1112
+ footer: {
1113
+ M: {
1114
+ $type: "sizing",
1115
+ $value: 56,
1116
+ $description: "card and tile footers",
1117
+ filePath: "data/tokens/components/container.json",
1118
+ isSource: true,
1119
+ original: {
1120
+ $type: "sizing",
1121
+ $value: "{global.size.macro.XL}",
1122
+ $description: "card and tile footers",
1123
+ },
1124
+ name: "containerSizeFooterM",
1125
+ attributes: {},
1126
+ path: ["container", "size", "footer", "M"],
1127
+ },
1128
+ L: {
1129
+ $type: "sizing",
1130
+ $value: 72,
1131
+ $description: "Dialog, sidebar and drawer footer max-height",
1132
+ filePath: "data/tokens/components/container.json",
1133
+ isSource: true,
1134
+ original: {
1135
+ $type: "sizing",
1136
+ $value: "{global.size.macro.XS} * 3",
1137
+ $description: "Dialog, sidebar and drawer footer max-height",
1138
+ },
1139
+ name: "containerSizeFooterL",
1140
+ attributes: {},
1141
+ path: ["container", "size", "footer", "L"],
1142
+ },
1143
+ },
968
1144
  generic: {
969
1145
  emptystate: {
970
1146
  illustration: {
@@ -1070,87 +1246,6 @@
1070
1246
  },
1071
1247
  },
1072
1248
  },
1073
- drawer: {
1074
- minwidth: {
1075
- $type: "sizing",
1076
- $value: 288,
1077
- $description: "min-width for drawer component",
1078
- filePath: "data/tokens/components/container.json",
1079
- isSource: true,
1080
- original: {
1081
- $type: "sizing",
1082
- $value: "{container.size.responsive.XL}",
1083
- $description: "min-width for drawer component",
1084
- },
1085
- name: "containerSizeDrawerMinwidth",
1086
- attributes: {},
1087
- path: ["container", "size", "drawer", "minwidth"],
1088
- },
1089
- maxwidth: {
1090
- $type: "sizing",
1091
- $value: 760,
1092
- $description: "max-width for drawer component",
1093
- filePath: "data/tokens/components/container.json",
1094
- isSource: true,
1095
- original: {
1096
- $type: "sizing",
1097
- $value: "{container.size.responsive.XXXXL}",
1098
- $description: "max-width for drawer component",
1099
- },
1100
- name: "containerSizeDrawerMaxwidth",
1101
- attributes: {},
1102
- path: ["container", "size", "drawer", "maxwidth"],
1103
- },
1104
- closed: {
1105
- M: {
1106
- $type: "sizing",
1107
- $value: 40,
1108
- $description: "width for the closed drawer state",
1109
- filePath: "data/tokens/components/container.json",
1110
- isSource: true,
1111
- original: {
1112
- $type: "sizing",
1113
- $value: "{global.size.macro.M}",
1114
- $description: "width for the closed drawer state",
1115
- },
1116
- name: "containerSizeDrawerClosedM",
1117
- attributes: {},
1118
- path: ["container", "size", "drawer", "closed", "M"],
1119
- },
1120
- },
1121
- },
1122
- footer: {
1123
- M: {
1124
- $type: "sizing",
1125
- $value: 56,
1126
- $description: "card and tile footers",
1127
- filePath: "data/tokens/components/container.json",
1128
- isSource: true,
1129
- original: {
1130
- $type: "sizing",
1131
- $value: "{global.size.macro.XL}",
1132
- $description: "card and tile footers",
1133
- },
1134
- name: "containerSizeFooterM",
1135
- attributes: {},
1136
- path: ["container", "size", "footer", "M"],
1137
- },
1138
- L: {
1139
- $type: "sizing",
1140
- $value: 72,
1141
- $description: "Dialog, sidebar and drawer footer max-height",
1142
- filePath: "data/tokens/components/container.json",
1143
- isSource: true,
1144
- original: {
1145
- $type: "sizing",
1146
- $value: "{global.size.macro.XS} * 3",
1147
- $description: "Dialog, sidebar and drawer footer max-height",
1148
- },
1149
- name: "containerSizeFooterL",
1150
- attributes: {},
1151
- path: ["container", "size", "footer", "L"],
1152
- },
1153
- },
1154
1249
  icon: {
1155
1250
  S: {
1156
1251
  $type: "sizing",