@telus-uds/theme-koodo 3.17.0 → 3.18.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.
@@ -3069,6 +3069,93 @@
3069
3069
  "paddingTop": 12
3070
3070
  }
3071
3071
  },
3072
+ "OrderedList": {
3073
+ "appearances": {
3074
+ "compact": {
3075
+ "description": "When true it will reduce the line height of the list item.",
3076
+ "type": "variant",
3077
+ "values": [true]
3078
+ },
3079
+ "size": {
3080
+ "description": "Indicates list item text size.",
3081
+ "type": "variant",
3082
+ "values": ["large", "medium", "small"]
3083
+ }
3084
+ },
3085
+ "rules": [
3086
+ {
3087
+ "if": {
3088
+ "size": "large"
3089
+ },
3090
+ "tokens": {
3091
+ "itemFontSize": 20,
3092
+ "itemLineHeight": 1.4
3093
+ }
3094
+ },
3095
+ {
3096
+ "if": {
3097
+ "size": "medium"
3098
+ },
3099
+ "tokens": {}
3100
+ },
3101
+ {
3102
+ "if": {
3103
+ "size": "small"
3104
+ },
3105
+ "tokens": {
3106
+ "itemFontSize": 14,
3107
+ "itemLineHeight": 1.42857142857
3108
+ }
3109
+ },
3110
+ {
3111
+ "if": {
3112
+ "compact": true
3113
+ },
3114
+ "tokens": {
3115
+ "itemLineHeight": 1.2
3116
+ }
3117
+ },
3118
+ {
3119
+ "if": {
3120
+ "compact": true,
3121
+ "size": "small"
3122
+ },
3123
+ "tokens": {
3124
+ "itemLineHeight": 1.1
3125
+ }
3126
+ },
3127
+ {
3128
+ "if": {
3129
+ "compact": true,
3130
+ "size": "large"
3131
+ },
3132
+ "tokens": {
3133
+ "itemLineHeight": 1.3
3134
+ }
3135
+ }
3136
+ ],
3137
+ "tokens": {
3138
+ "headerFontName": "StagSans",
3139
+ "headerFontWeight": 600,
3140
+ "interItemMargin": 8,
3141
+ "itemBulletContainerWidth": 16,
3142
+ "itemBulletHeight": 4,
3143
+ "itemBulletWidth": 4,
3144
+ "itemColor": {
3145
+ "red": 0,
3146
+ "green": 0,
3147
+ "blue": 0,
3148
+ "alpha": 1
3149
+ },
3150
+ "itemFontName": "StagSans",
3151
+ "itemFontSize": 16,
3152
+ "itemFontWeight": 400,
3153
+ "itemLineHeight": 1.5,
3154
+ "itemMarginTop": 0,
3155
+ "itemPaddingTop": 0,
3156
+ "listGutter": 8
3157
+ }
3158
+ },
3072
3159
  "Pagination": {
3073
3160
  "appearances": {
3074
3161
  "viewport": {
@@ -6343,7 +6430,7 @@
6343
6430
  }
6344
6431
  },
6345
6432
  "metadata": {
6346
- "themeTokensVersion": "2.16.0",
6433
+ "themeTokensVersion": "2.17.0",
6347
6434
  "name": "theme-koodo"
6348
6435
  }
6349
6436
  }