@common-origin/design-system 2.2.5 → 2.4.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 (33) hide show
  1. package/dist/components/atoms/Box/Box.d.ts +10 -0
  2. package/dist/components/atoms/CategoryBadge/CategoryBadge.d.ts +82 -0
  3. package/dist/components/atoms/CategoryBadge/index.d.ts +2 -0
  4. package/dist/components/atoms/Container/Container.d.ts +1 -1
  5. package/dist/components/atoms/StatusBadge/StatusBadge.d.ts +68 -0
  6. package/dist/components/atoms/StatusBadge/index.d.ts +2 -0
  7. package/dist/components/atoms/index.d.ts +2 -0
  8. package/dist/components/molecules/ActionSheet/ActionSheet.d.ts +110 -0
  9. package/dist/components/molecules/ActionSheet/index.d.ts +2 -0
  10. package/dist/components/molecules/Alert/Alert.d.ts +1 -1
  11. package/dist/components/molecules/CardLarge/CardLarge.d.ts +1 -1
  12. package/dist/components/molecules/List/List.d.ts +1 -1
  13. package/dist/components/molecules/List/ListItem.d.ts +22 -1
  14. package/dist/components/molecules/SearchField/SearchField.d.ts +108 -0
  15. package/dist/components/molecules/SearchField/index.d.ts +2 -0
  16. package/dist/components/molecules/Sheet/Sheet.d.ts +1 -1
  17. package/dist/components/molecules/Slider/Slider.d.ts +1 -1
  18. package/dist/components/molecules/TabBar/TabBar.d.ts +79 -0
  19. package/dist/components/molecules/TabBar/index.d.ts +2 -0
  20. package/dist/components/molecules/index.d.ts +3 -0
  21. package/dist/index.d.ts +85 -0
  22. package/dist/index.esm.js +2776 -1283
  23. package/dist/index.esm.js.map +1 -1
  24. package/dist/index.js +2779 -1281
  25. package/dist/index.js.map +1 -1
  26. package/dist/page-components/ErrorBoundary.d.ts +1 -1
  27. package/dist/styles/tokens.json +85 -0
  28. package/dist/tokens/index.esm.js +85 -0
  29. package/dist/tokens/index.esm.js.map +1 -1
  30. package/dist/tokens/index.js +85 -0
  31. package/dist/tokens/index.js.map +1 -1
  32. package/dist/tokens/tokens.d.ts +85 -0
  33. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -169,6 +169,51 @@ export declare const tokens: {
169
169
  "1200": string;
170
170
  "1300": string;
171
171
  };
172
+ purple: {
173
+ "100": string;
174
+ "200": string;
175
+ "300": string;
176
+ "400": string;
177
+ "500": string;
178
+ "600": string;
179
+ "700": string;
180
+ "800": string;
181
+ "900": string;
182
+ "1000": string;
183
+ "1100": string;
184
+ "1200": string;
185
+ "1300": string;
186
+ };
187
+ pink: {
188
+ "100": string;
189
+ "200": string;
190
+ "300": string;
191
+ "400": string;
192
+ "500": string;
193
+ "600": string;
194
+ "700": string;
195
+ "800": string;
196
+ "900": string;
197
+ "1000": string;
198
+ "1100": string;
199
+ "1200": string;
200
+ "1300": string;
201
+ };
202
+ yellow: {
203
+ "100": string;
204
+ "200": string;
205
+ "300": string;
206
+ "400": string;
207
+ "500": string;
208
+ "600": string;
209
+ "700": string;
210
+ "800": string;
211
+ "900": string;
212
+ "1000": string;
213
+ "1100": string;
214
+ "1200": string;
215
+ "1300": string;
216
+ };
172
217
  };
173
218
  spacing: {
174
219
  "0": string;
@@ -647,6 +692,46 @@ export declare const tokens: {
647
692
  pending: string;
648
693
  neutral: string;
649
694
  };
695
+ category: {
696
+ blue: string;
697
+ "blue-emphasis": string;
698
+ "blue-subtle": string;
699
+ purple: string;
700
+ "purple-emphasis": string;
701
+ "purple-subtle": string;
702
+ pink: string;
703
+ "pink-emphasis": string;
704
+ "pink-subtle": string;
705
+ yellow: string;
706
+ "yellow-emphasis": string;
707
+ "yellow-subtle": string;
708
+ green: string;
709
+ "green-emphasis": string;
710
+ "green-subtle": string;
711
+ red: string;
712
+ "red-emphasis": string;
713
+ "red-subtle": string;
714
+ orange: string;
715
+ "orange-emphasis": string;
716
+ "orange-subtle": string;
717
+ gray: string;
718
+ "gray-emphasis": string;
719
+ "gray-subtle": string;
720
+ };
721
+ status: {
722
+ pending: string;
723
+ "pending-bg": string;
724
+ completed: string;
725
+ "completed-bg": string;
726
+ failed: string;
727
+ "failed-bg": string;
728
+ cancelled: string;
729
+ "cancelled-bg": string;
730
+ processing: string;
731
+ "processing-bg": string;
732
+ scheduled: string;
733
+ "scheduled-bg": string;
734
+ };
650
735
  };
651
736
  typography: {
652
737
  display: string;