@esri/calcite-design-tokens 3.2.0-next.3 → 3.2.0-next.5

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.
@@ -130,16 +130,14 @@ declare const tokens: {
130
130
  fixed: DesignToken;
131
131
  };
132
132
  };
133
- corner: {
134
- radius: {
135
- default: DesignToken;
136
- sharp: DesignToken;
137
- none: DesignToken;
138
- xs: DesignToken;
139
- sm: DesignToken;
140
- round: DesignToken;
141
- pill: DesignToken;
142
- };
133
+ "corner-radius": {
134
+ default: DesignToken;
135
+ sharp: DesignToken;
136
+ none: DesignToken;
137
+ xs: DesignToken;
138
+ sm: DesignToken;
139
+ round: DesignToken;
140
+ pill: DesignToken;
143
141
  };
144
142
  font: {
145
143
  family: {