@7shifts/sous-chef 3.13.0 → 3.13.1

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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import './foundation/_design-tokens.scss';
2
- import './foundation/color-constants';
2
+ export * from './foundation/color-constants';
3
3
  export * from './core';
4
4
  export * from './lists';
5
5
  export * from './controls';
package/dist/index.js CHANGED
@@ -10250,6 +10250,7 @@ exports.Bold = Bold;
10250
10250
  exports.BreadcrumbItem = BreadcrumbItem;
10251
10251
  exports.Breadcrumbs = Breadcrumbs;
10252
10252
  exports.Button = Button$1;
10253
+ exports.COLORS = COLORS;
10253
10254
  exports.Calendar = Calendar;
10254
10255
  exports.Card = Card;
10255
10256
  exports.CheckboxField = CheckboxField;