@snhaman/pollymorph 1.5.0 → 1.6.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.
package/dist/rules.d.mts CHANGED
@@ -1,7 +1,7 @@
1
- import { d as PollyMorphRules } from './types-C6UlcDOW.mjs';
2
-
3
1
  /** The full rules object **/
4
- declare const rules: PollyMorphRules;
2
+ declare const rules: any;
3
+ /** The full component rules object — all 15 component specs **/
4
+ declare const componentRules: any;
5
5
  declare const rulePrimaryPurple: string;
6
6
  declare const rulePrimaryOrange: string;
7
7
  declare const ruleNonBrandAccents: string;
@@ -22,10 +22,20 @@ declare const ruleFontMixing: string;
22
22
  declare const rulePageStructure: string;
23
23
  declare const ruleCards: string;
24
24
  declare const ruleTables: string;
25
- declare const ruleButtonPrimary: string;
26
- declare const ruleButtonSecondary: string;
27
- declare const ruleTabs: string;
28
- declare const ruleSidebarActiveState: string;
29
- declare const rulePagination: string;
25
+ declare const ruleButton: any;
26
+ declare const ruleTag: any;
27
+ declare const ruleTextInput: any;
28
+ declare const ruleSelection: any;
29
+ declare const ruleTable: any;
30
+ declare const ruleTabs: any;
31
+ declare const ruleSidebarNav: any;
32
+ declare const ruleBreadcrumb: any;
33
+ declare const ruleModal: any;
34
+ declare const ruleSnackbar: any;
35
+ declare const ruleTooltip: any;
36
+ declare const ruleHoverCard: any;
37
+ declare const ruleCommentThread: any;
38
+ declare const ruleChartColors: any;
39
+ declare const ruleCLIColors: any;
30
40
 
31
- export { ruleButtonPrimary, ruleButtonSecondary, ruleCardBg, ruleCards, ruleFontInter, ruleFontMixing, ruleFontMono, ruleFontSpaceGrotesk, ruleInteractiveLinks, ruleMutedText, ruleNonBrandAccents, rulePageStructure, rulePagination, rulePlatformSurface, rulePrimaryOrange, rulePrimaryPurple, ruleSidebarActiveState, ruleSidebarBg, ruleSidebarStroke, ruleStatusBlue, ruleStatusGreen, ruleStatusRed, ruleStatusYellow, ruleTables, ruleTabs, rules };
41
+ export { componentRules, ruleBreadcrumb, ruleButton, ruleCLIColors, ruleCardBg, ruleCards, ruleChartColors, ruleCommentThread, ruleFontInter, ruleFontMixing, ruleFontMono, ruleFontSpaceGrotesk, ruleHoverCard, ruleInteractiveLinks, ruleModal, ruleMutedText, ruleNonBrandAccents, rulePageStructure, rulePlatformSurface, rulePrimaryOrange, rulePrimaryPurple, ruleSelection, ruleSidebarBg, ruleSidebarNav, ruleSidebarStroke, ruleSnackbar, ruleStatusBlue, ruleStatusGreen, ruleStatusRed, ruleStatusYellow, ruleTable, ruleTables, ruleTabs, ruleTag, ruleTextInput, ruleTooltip, rules };
package/dist/rules.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { d as PollyMorphRules } from './types-C6UlcDOW.js';
2
-
3
1
  /** The full rules object **/
4
- declare const rules: PollyMorphRules;
2
+ declare const rules: any;
3
+ /** The full component rules object — all 15 component specs **/
4
+ declare const componentRules: any;
5
5
  declare const rulePrimaryPurple: string;
6
6
  declare const rulePrimaryOrange: string;
7
7
  declare const ruleNonBrandAccents: string;
@@ -22,10 +22,20 @@ declare const ruleFontMixing: string;
22
22
  declare const rulePageStructure: string;
23
23
  declare const ruleCards: string;
24
24
  declare const ruleTables: string;
25
- declare const ruleButtonPrimary: string;
26
- declare const ruleButtonSecondary: string;
27
- declare const ruleTabs: string;
28
- declare const ruleSidebarActiveState: string;
29
- declare const rulePagination: string;
25
+ declare const ruleButton: any;
26
+ declare const ruleTag: any;
27
+ declare const ruleTextInput: any;
28
+ declare const ruleSelection: any;
29
+ declare const ruleTable: any;
30
+ declare const ruleTabs: any;
31
+ declare const ruleSidebarNav: any;
32
+ declare const ruleBreadcrumb: any;
33
+ declare const ruleModal: any;
34
+ declare const ruleSnackbar: any;
35
+ declare const ruleTooltip: any;
36
+ declare const ruleHoverCard: any;
37
+ declare const ruleCommentThread: any;
38
+ declare const ruleChartColors: any;
39
+ declare const ruleCLIColors: any;
30
40
 
31
- export { ruleButtonPrimary, ruleButtonSecondary, ruleCardBg, ruleCards, ruleFontInter, ruleFontMixing, ruleFontMono, ruleFontSpaceGrotesk, ruleInteractiveLinks, ruleMutedText, ruleNonBrandAccents, rulePageStructure, rulePagination, rulePlatformSurface, rulePrimaryOrange, rulePrimaryPurple, ruleSidebarActiveState, ruleSidebarBg, ruleSidebarStroke, ruleStatusBlue, ruleStatusGreen, ruleStatusRed, ruleStatusYellow, ruleTables, ruleTabs, rules };
41
+ export { componentRules, ruleBreadcrumb, ruleButton, ruleCLIColors, ruleCardBg, ruleCards, ruleChartColors, ruleCommentThread, ruleFontInter, ruleFontMixing, ruleFontMono, ruleFontSpaceGrotesk, ruleHoverCard, ruleInteractiveLinks, ruleModal, ruleMutedText, ruleNonBrandAccents, rulePageStructure, rulePlatformSurface, rulePrimaryOrange, rulePrimaryPurple, ruleSelection, ruleSidebarBg, ruleSidebarNav, ruleSidebarStroke, ruleSnackbar, ruleStatusBlue, ruleStatusGreen, ruleStatusRed, ruleStatusYellow, ruleTable, ruleTables, ruleTabs, ruleTag, ruleTextInput, ruleTooltip, rules };