@rainersoft/design-tokens 2.0.0 → 2.3.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/index.d.ts CHANGED
@@ -264,6 +264,14 @@ var colors$1 = {
264
264
  "900": "#171717",
265
265
  "950": "#0a0a0f"
266
266
  }
267
+ },
268
+ effects: {
269
+ matrixRain: {
270
+ base: "#fbbf24"
271
+ },
272
+ stars: {
273
+ base: "#00e6ff"
274
+ }
267
275
  }
268
276
  };
269
277
  var lightColors = {
@@ -566,7 +574,7 @@ var darkColors = {
566
574
  colors: colors
567
575
  };
568
576
 
569
- var typography = {
577
+ var typography$1 = {
570
578
  fontFamily: {
571
579
  sans: "ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
572
580
  serif: "ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif",
@@ -826,11 +834,11 @@ var typography = {
826
834
  }
827
835
  }
828
836
  };
829
- var typography$1 = {
830
- typography: typography
837
+ var typography = {
838
+ typography: typography$1
831
839
  };
832
840
 
833
- var spacing = {
841
+ var spacing$2 = {
834
842
  "0": "0px",
835
843
  "1": "0.25rem",
836
844
  "2": "0.5rem",
@@ -868,10 +876,10 @@ var spacing = {
868
876
  "3.5": "0.875rem"
869
877
  };
870
878
  var spacing$1 = {
871
- spacing: spacing
879
+ spacing: spacing$2
872
880
  };
873
881
 
874
- var radius = {
882
+ var radius$2 = {
875
883
  none: "0px",
876
884
  sm: "0.125rem",
877
885
  base: "0.25rem",
@@ -883,10 +891,10 @@ var radius = {
883
891
  full: "9999px"
884
892
  };
885
893
  var radius$1 = {
886
- radius: radius
894
+ radius: radius$2
887
895
  };
888
896
 
889
- var shadows = {
897
+ var shadows$1 = {
890
898
  light: {
891
899
  xs: "0 1px 2px 0 rgba(0, 0, 0, 0.05)",
892
900
  sm: "0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)",
@@ -914,11 +922,11 @@ var shadows = {
914
922
  }
915
923
  }
916
924
  };
917
- var shadows$1 = {
918
- shadows: shadows
925
+ var shadows = {
926
+ shadows: shadows$1
919
927
  };
920
928
 
921
- var animations = {
929
+ var animations$1 = {
922
930
  "accordion-down": {
923
931
  name: "accordion-down",
924
932
  duration: "0.2s",
@@ -1057,11 +1065,11 @@ var animations = {
1057
1065
  }
1058
1066
  }
1059
1067
  };
1060
- var animations$1 = {
1061
- animations: animations
1068
+ var animations = {
1069
+ animations: animations$1
1062
1070
  };
1063
1071
 
1064
- var motion = {
1072
+ var motion$1 = {
1065
1073
  duration: {
1066
1074
  instant: "0ms",
1067
1075
  fast: "100ms",
@@ -1090,11 +1098,11 @@ var motion = {
1090
1098
  long: "200ms"
1091
1099
  }
1092
1100
  };
1093
- var motion$1 = {
1094
- motion: motion
1101
+ var motion = {
1102
+ motion: motion$1
1095
1103
  };
1096
1104
 
1097
- var breakpoints = {
1105
+ var breakpoints$1 = {
1098
1106
  xs: "0px",
1099
1107
  sm: "640px",
1100
1108
  md: "768px",
@@ -1103,10 +1111,10 @@ var breakpoints = {
1103
1111
  "2xl": "1536px",
1104
1112
  "3xl": "1920px"
1105
1113
  };
1106
- var breakpoints$1 = {
1107
- breakpoints: breakpoints};
1114
+ var breakpoints = {
1115
+ breakpoints: breakpoints$1};
1108
1116
 
1109
- var zIndex = {
1117
+ var zIndex$1 = {
1110
1118
  base: 0,
1111
1119
  dropdown: 1000,
1112
1120
  sticky: 1020,
@@ -1119,8 +1127,8 @@ var zIndex = {
1119
1127
  notification: 1090,
1120
1128
  max: 9999
1121
1129
  };
1122
- var zIndex$1 = {
1123
- zIndex: zIndex};
1130
+ var zIndex = {
1131
+ zIndex: zIndex$1};
1124
1132
 
1125
1133
  /**
1126
1134
  * @fileoverview Tokens utilitários - Classes Tailwind CSS
@@ -1828,8 +1836,9 @@ declare function validateContrast(foreground: string, background: string, option
1828
1836
  * do Rainer Design System. Estes tokens podem ser utilizados em qualquer
1829
1837
  * framework ou tecnologia, garantindo consistência visual.
1830
1838
  *
1831
- * @module tokens
1832
- * @version 2.0.0
1839
+ * @module @rainersoft/design-tokens/tokens
1840
+ * @version 2.2.0
1841
+ * @license MIT
1833
1842
  * @author Rainer Teixeira
1834
1843
  * @since 1.0.0
1835
1844
  */
@@ -2134,6 +2143,14 @@ declare const tokens: {
2134
2143
  "950": string;
2135
2144
  };
2136
2145
  };
2146
+ effects: {
2147
+ matrixRain: {
2148
+ base: string;
2149
+ };
2150
+ stars: {
2151
+ base: string;
2152
+ };
2153
+ };
2137
2154
  };
2138
2155
  readonly dark: {
2139
2156
  primary: {
@@ -3531,6 +3548,14 @@ declare const lightThemeColors: {
3531
3548
  "950": string;
3532
3549
  };
3533
3550
  };
3551
+ effects: {
3552
+ matrixRain: {
3553
+ base: string;
3554
+ };
3555
+ stars: {
3556
+ base: string;
3557
+ };
3558
+ };
3534
3559
  };
3535
3560
  /**
3536
3561
  * Cores do tema escuro
@@ -4811,7 +4836,7 @@ type DarkColors = typeof darkColors.colors;
4811
4836
  * @description
4812
4837
  * Tipo que representa todos os tokens de tipografia.
4813
4838
  */
4814
- type Typography = typeof typography$1.typography;
4839
+ type Typography = typeof typography.typography;
4815
4840
  /**
4816
4841
  * Tipo TypeScript para tokens de espaçamento
4817
4842
  *
@@ -4835,7 +4860,7 @@ type Radius = typeof radius$1.radius;
4835
4860
  * @description
4836
4861
  * Tipo que representa todos os tokens de sombras.
4837
4862
  */
4838
- type Shadows = typeof shadows$1.shadows;
4863
+ type Shadows = typeof shadows.shadows;
4839
4864
  /**
4840
4865
  * Tipo TypeScript para tokens de animações
4841
4866
  *
@@ -4843,7 +4868,7 @@ type Shadows = typeof shadows$1.shadows;
4843
4868
  * @description
4844
4869
  * Tipo que representa todos os tokens de animações.
4845
4870
  */
4846
- type Animations = typeof animations$1.animations;
4871
+ type Animations = typeof animations.animations;
4847
4872
  /**
4848
4873
  * Tipo TypeScript para tokens de motion
4849
4874
  *
@@ -4851,7 +4876,7 @@ type Animations = typeof animations$1.animations;
4851
4876
  * @description
4852
4877
  * Tipo que representa todos os tokens de motion.
4853
4878
  */
4854
- type Motion = typeof motion$1.motion;
4879
+ type Motion = typeof motion.motion;
4855
4880
  /**
4856
4881
  * Tipo TypeScript para tokens de breakpoints
4857
4882
  *
@@ -4859,7 +4884,7 @@ type Motion = typeof motion$1.motion;
4859
4884
  * @description
4860
4885
  * Tipo que representa todos os tokens de breakpoints responsivos.
4861
4886
  */
4862
- type Breakpoints = typeof breakpoints$1.breakpoints;
4887
+ type Breakpoints = typeof breakpoints.breakpoints;
4863
4888
  /**
4864
4889
  * Tipo TypeScript para tokens de z-index
4865
4890
  *
@@ -4867,7 +4892,7 @@ type Breakpoints = typeof breakpoints$1.breakpoints;
4867
4892
  * @description
4868
4893
  * Tipo que representa todos os tokens de z-index.
4869
4894
  */
4870
- type ZIndex = typeof zIndex$1.zIndex;
4895
+ type ZIndex = typeof zIndex.zIndex;
4871
4896
 
4872
4897
  /**
4873
4898
  * @fileoverview Tema Claro - Rainer Design System
@@ -5188,6 +5213,14 @@ declare const lightTheme: {
5188
5213
  "950": string;
5189
5214
  };
5190
5215
  };
5216
+ effects: {
5217
+ matrixRain: {
5218
+ base: string;
5219
+ };
5220
+ stars: {
5221
+ base: string;
5222
+ };
5223
+ };
5191
5224
  };
5192
5225
  readonly typography: {
5193
5226
  fontFamily: {
@@ -6512,6 +6545,14 @@ declare const themes: {
6512
6545
  "950": string;
6513
6546
  };
6514
6547
  };
6548
+ effects: {
6549
+ matrixRain: {
6550
+ base: string;
6551
+ };
6552
+ stars: {
6553
+ base: string;
6554
+ };
6555
+ };
6515
6556
  };
6516
6557
  readonly typography: {
6517
6558
  fontFamily: {
@@ -7461,4 +7502,984 @@ declare const themes: {
7461
7502
  */
7462
7503
  type Themes = typeof themes;
7463
7504
 
7464
- export { type Animations, BACKGROUND, type Background, type Breakpoints, COLORS, type Colors, type DarkColors, type DarkTheme, GRADIENTS, GRADIENT_COLORS, GRADIENT_COMPOSITES, GRADIENT_DIRECTIONS, type GradientColors, type GradientComposites, type GradientDirections, type Gradients, type LightColors, type LightTheme, MOTION, type Motion, NAVIGATION, type Navigation, RESPONSIVE, type Radius, SHADOWS, type Shadows, type Spacing, type Themes, type Tokens, type Typography, type ZIndex, Z_INDEX, animationTokens, breakpointTokens, componentTokens, darkTheme, darkThemeColors, effectTokens, getContrast, getContrastInfo, getLuminance, hexToRgb, lightTheme, lightThemeColors, meetsWCAGAA, meetsWCAGAAA, motionTokens, radiusTokens, shadowTokens, spacingTokens, themes, tokens, typographyTokens, validateContrast, zIndexTokens };
7505
+ /**
7506
+ * Design Tokens Helpers
7507
+ *
7508
+ * Funções utilitárias para facilitar o uso dos design tokens.
7509
+ * Fornece helpers para acessar cores, espaçamentos, tipografia, etc.
7510
+ *
7511
+ * @module @rainersoft/design-tokens/helpers
7512
+ * @author Rainer Teixeira
7513
+ */
7514
+
7515
+ /**
7516
+ * Obtém cores do tema claro
7517
+ */
7518
+ declare function getLightColors(): {
7519
+ primary: {
7520
+ base: string;
7521
+ hover: string;
7522
+ active: string;
7523
+ disabled: string;
7524
+ focus: string;
7525
+ background: string;
7526
+ backgroundHover: string;
7527
+ backgroundActive: string;
7528
+ border: string;
7529
+ borderHover: string;
7530
+ borderFocus: string;
7531
+ text: string;
7532
+ textHover: string;
7533
+ textDisabled: string;
7534
+ };
7535
+ secondary: {
7536
+ base: string;
7537
+ hover: string;
7538
+ active: string;
7539
+ disabled: string;
7540
+ focus: string;
7541
+ background: string;
7542
+ backgroundHover: string;
7543
+ backgroundActive: string;
7544
+ border: string;
7545
+ borderHover: string;
7546
+ borderFocus: string;
7547
+ text: string;
7548
+ textHover: string;
7549
+ textDisabled: string;
7550
+ };
7551
+ accent: {
7552
+ base: string;
7553
+ hover: string;
7554
+ active: string;
7555
+ disabled: string;
7556
+ focus: string;
7557
+ background: string;
7558
+ backgroundHover: string;
7559
+ backgroundActive: string;
7560
+ border: string;
7561
+ borderHover: string;
7562
+ borderFocus: string;
7563
+ text: string;
7564
+ textHover: string;
7565
+ textDisabled: string;
7566
+ };
7567
+ background: {
7568
+ primary: string;
7569
+ secondary: string;
7570
+ tertiary: string;
7571
+ inverse: string;
7572
+ overlay: string;
7573
+ muted: string;
7574
+ };
7575
+ surface: {
7576
+ primary: string;
7577
+ secondary: string;
7578
+ tertiary: string;
7579
+ elevated: string;
7580
+ overlay: string;
7581
+ hover: string;
7582
+ active: string;
7583
+ };
7584
+ text: {
7585
+ primary: string;
7586
+ secondary: string;
7587
+ tertiary: string;
7588
+ inverse: string;
7589
+ disabled: string;
7590
+ link: string;
7591
+ linkHover: string;
7592
+ linkActive: string;
7593
+ linkVisited: string;
7594
+ onPrimary: string;
7595
+ onSecondary: string;
7596
+ onAccent: string;
7597
+ onBackground: string;
7598
+ onSurface: string;
7599
+ };
7600
+ border: {
7601
+ primary: string;
7602
+ secondary: string;
7603
+ tertiary: string;
7604
+ focus: string;
7605
+ focusRing: string;
7606
+ inverse: string;
7607
+ hover: string;
7608
+ active: string;
7609
+ disabled: string;
7610
+ };
7611
+ status: {
7612
+ success: {
7613
+ base: string;
7614
+ hover: string;
7615
+ active: string;
7616
+ background: string;
7617
+ backgroundHover: string;
7618
+ border: string;
7619
+ text: string;
7620
+ textOnBackground: string;
7621
+ };
7622
+ warning: {
7623
+ base: string;
7624
+ hover: string;
7625
+ active: string;
7626
+ background: string;
7627
+ backgroundHover: string;
7628
+ border: string;
7629
+ text: string;
7630
+ textOnBackground: string;
7631
+ };
7632
+ error: {
7633
+ base: string;
7634
+ hover: string;
7635
+ active: string;
7636
+ background: string;
7637
+ backgroundHover: string;
7638
+ border: string;
7639
+ text: string;
7640
+ textOnBackground: string;
7641
+ };
7642
+ info: {
7643
+ base: string;
7644
+ hover: string;
7645
+ active: string;
7646
+ background: string;
7647
+ backgroundHover: string;
7648
+ border: string;
7649
+ text: string;
7650
+ textOnBackground: string;
7651
+ };
7652
+ };
7653
+ interactive: {
7654
+ default: string;
7655
+ hover: string;
7656
+ active: string;
7657
+ disabled: string;
7658
+ disabledText: string;
7659
+ focus: string;
7660
+ focusRing: string;
7661
+ };
7662
+ primitive: {
7663
+ cyan: {
7664
+ "50": string;
7665
+ "100": string;
7666
+ "200": string;
7667
+ "300": string;
7668
+ "400": string;
7669
+ "500": string;
7670
+ "600": string;
7671
+ "700": string;
7672
+ "800": string;
7673
+ "900": string;
7674
+ };
7675
+ purple: {
7676
+ "50": string;
7677
+ "100": string;
7678
+ "200": string;
7679
+ "300": string;
7680
+ "400": string;
7681
+ "500": string;
7682
+ "600": string;
7683
+ "700": string;
7684
+ "800": string;
7685
+ "900": string;
7686
+ };
7687
+ pink: {
7688
+ "50": string;
7689
+ "100": string;
7690
+ "200": string;
7691
+ "300": string;
7692
+ "400": string;
7693
+ "500": string;
7694
+ "600": string;
7695
+ "700": string;
7696
+ "800": string;
7697
+ "900": string;
7698
+ };
7699
+ blue: {
7700
+ "50": string;
7701
+ "100": string;
7702
+ "200": string;
7703
+ "300": string;
7704
+ "400": string;
7705
+ "500": string;
7706
+ "600": string;
7707
+ "700": string;
7708
+ "800": string;
7709
+ "900": string;
7710
+ };
7711
+ green: {
7712
+ "50": string;
7713
+ "100": string;
7714
+ "200": string;
7715
+ "300": string;
7716
+ "400": string;
7717
+ "500": string;
7718
+ "600": string;
7719
+ "700": string;
7720
+ "800": string;
7721
+ "900": string;
7722
+ };
7723
+ orange: {
7724
+ "50": string;
7725
+ "100": string;
7726
+ "200": string;
7727
+ "300": string;
7728
+ "400": string;
7729
+ "500": string;
7730
+ "600": string;
7731
+ "700": string;
7732
+ "800": string;
7733
+ "900": string;
7734
+ };
7735
+ red: {
7736
+ "50": string;
7737
+ "100": string;
7738
+ "200": string;
7739
+ "300": string;
7740
+ "400": string;
7741
+ "500": string;
7742
+ "600": string;
7743
+ "700": string;
7744
+ "800": string;
7745
+ "900": string;
7746
+ };
7747
+ amber: {
7748
+ "50": string;
7749
+ "100": string;
7750
+ "200": string;
7751
+ "300": string;
7752
+ "400": string;
7753
+ "500": string;
7754
+ "600": string;
7755
+ "700": string;
7756
+ "800": string;
7757
+ "900": string;
7758
+ };
7759
+ emerald: {
7760
+ "50": string;
7761
+ "100": string;
7762
+ "200": string;
7763
+ "300": string;
7764
+ "400": string;
7765
+ "500": string;
7766
+ "600": string;
7767
+ "700": string;
7768
+ "800": string;
7769
+ "900": string;
7770
+ };
7771
+ neutral: {
7772
+ "50": string;
7773
+ "100": string;
7774
+ "200": string;
7775
+ "300": string;
7776
+ "400": string;
7777
+ "500": string;
7778
+ "600": string;
7779
+ "700": string;
7780
+ "800": string;
7781
+ "900": string;
7782
+ "950": string;
7783
+ };
7784
+ };
7785
+ effects: {
7786
+ matrixRain: {
7787
+ base: string;
7788
+ };
7789
+ stars: {
7790
+ base: string;
7791
+ };
7792
+ };
7793
+ };
7794
+ /**
7795
+ * Obtém cores do tema escuro
7796
+ */
7797
+ declare function getDarkColors(): {
7798
+ primary: {
7799
+ base: string;
7800
+ hover: string;
7801
+ active: string;
7802
+ disabled: string;
7803
+ focus: string;
7804
+ background: string;
7805
+ backgroundHover: string;
7806
+ backgroundActive: string;
7807
+ border: string;
7808
+ borderHover: string;
7809
+ borderFocus: string;
7810
+ text: string;
7811
+ textHover: string;
7812
+ textDisabled: string;
7813
+ };
7814
+ secondary: {
7815
+ base: string;
7816
+ hover: string;
7817
+ active: string;
7818
+ disabled: string;
7819
+ focus: string;
7820
+ background: string;
7821
+ backgroundHover: string;
7822
+ backgroundActive: string;
7823
+ border: string;
7824
+ borderHover: string;
7825
+ borderFocus: string;
7826
+ text: string;
7827
+ textHover: string;
7828
+ textDisabled: string;
7829
+ };
7830
+ accent: {
7831
+ base: string;
7832
+ hover: string;
7833
+ active: string;
7834
+ disabled: string;
7835
+ focus: string;
7836
+ background: string;
7837
+ backgroundHover: string;
7838
+ backgroundActive: string;
7839
+ border: string;
7840
+ borderHover: string;
7841
+ borderFocus: string;
7842
+ text: string;
7843
+ textHover: string;
7844
+ textDisabled: string;
7845
+ };
7846
+ background: {
7847
+ primary: string;
7848
+ secondary: string;
7849
+ tertiary: string;
7850
+ inverse: string;
7851
+ overlay: string;
7852
+ muted: string;
7853
+ };
7854
+ surface: {
7855
+ primary: string;
7856
+ secondary: string;
7857
+ tertiary: string;
7858
+ elevated: string;
7859
+ overlay: string;
7860
+ glass: string;
7861
+ glassHover: string;
7862
+ hover: string;
7863
+ active: string;
7864
+ };
7865
+ text: {
7866
+ primary: string;
7867
+ secondary: string;
7868
+ tertiary: string;
7869
+ inverse: string;
7870
+ disabled: string;
7871
+ link: string;
7872
+ linkHover: string;
7873
+ linkActive: string;
7874
+ linkVisited: string;
7875
+ onPrimary: string;
7876
+ onSecondary: string;
7877
+ onAccent: string;
7878
+ onBackground: string;
7879
+ onSurface: string;
7880
+ glow: string;
7881
+ neonCyan: string;
7882
+ neonPink: string;
7883
+ neonPurple: string;
7884
+ neonGreen: string;
7885
+ };
7886
+ border: {
7887
+ primary: string;
7888
+ secondary: string;
7889
+ tertiary: string;
7890
+ focus: string;
7891
+ focusRing: string;
7892
+ inverse: string;
7893
+ neon: string;
7894
+ neonGlow: string;
7895
+ hover: string;
7896
+ active: string;
7897
+ disabled: string;
7898
+ };
7899
+ status: {
7900
+ success: {
7901
+ base: string;
7902
+ hover: string;
7903
+ active: string;
7904
+ background: string;
7905
+ backgroundHover: string;
7906
+ border: string;
7907
+ text: string;
7908
+ textOnBackground: string;
7909
+ };
7910
+ warning: {
7911
+ base: string;
7912
+ hover: string;
7913
+ active: string;
7914
+ background: string;
7915
+ backgroundHover: string;
7916
+ border: string;
7917
+ text: string;
7918
+ textOnBackground: string;
7919
+ };
7920
+ error: {
7921
+ base: string;
7922
+ hover: string;
7923
+ active: string;
7924
+ background: string;
7925
+ backgroundHover: string;
7926
+ border: string;
7927
+ text: string;
7928
+ textOnBackground: string;
7929
+ };
7930
+ info: {
7931
+ base: string;
7932
+ hover: string;
7933
+ active: string;
7934
+ background: string;
7935
+ backgroundHover: string;
7936
+ border: string;
7937
+ text: string;
7938
+ textOnBackground: string;
7939
+ };
7940
+ };
7941
+ interactive: {
7942
+ default: string;
7943
+ hover: string;
7944
+ active: string;
7945
+ disabled: string;
7946
+ disabledText: string;
7947
+ focus: string;
7948
+ focusRing: string;
7949
+ };
7950
+ effects: {
7951
+ glowCyan: string;
7952
+ glowPink: string;
7953
+ glowPurple: string;
7954
+ glowGreen: string;
7955
+ shadowSm: string;
7956
+ shadowMd: string;
7957
+ shadowLg: string;
7958
+ };
7959
+ gradients: {
7960
+ primary: string;
7961
+ secondary: string;
7962
+ accent: string;
7963
+ background: string;
7964
+ };
7965
+ primitive: {
7966
+ cyan: {
7967
+ "50": string;
7968
+ "100": string;
7969
+ "200": string;
7970
+ "300": string;
7971
+ "400": string;
7972
+ "500": string;
7973
+ "600": string;
7974
+ "700": string;
7975
+ "800": string;
7976
+ "900": string;
7977
+ };
7978
+ purple: {
7979
+ "50": string;
7980
+ "100": string;
7981
+ "200": string;
7982
+ "300": string;
7983
+ "400": string;
7984
+ "500": string;
7985
+ "600": string;
7986
+ "700": string;
7987
+ "800": string;
7988
+ "900": string;
7989
+ };
7990
+ pink: {
7991
+ "50": string;
7992
+ "100": string;
7993
+ "200": string;
7994
+ "300": string;
7995
+ "400": string;
7996
+ "500": string;
7997
+ "600": string;
7998
+ "700": string;
7999
+ "800": string;
8000
+ "900": string;
8001
+ };
8002
+ blue: {
8003
+ "50": string;
8004
+ "100": string;
8005
+ "200": string;
8006
+ "300": string;
8007
+ "400": string;
8008
+ "500": string;
8009
+ "600": string;
8010
+ "700": string;
8011
+ "800": string;
8012
+ "900": string;
8013
+ };
8014
+ green: {
8015
+ "50": string;
8016
+ "100": string;
8017
+ "200": string;
8018
+ "300": string;
8019
+ "400": string;
8020
+ "500": string;
8021
+ "600": string;
8022
+ "700": string;
8023
+ "800": string;
8024
+ "900": string;
8025
+ };
8026
+ orange: {
8027
+ "50": string;
8028
+ "100": string;
8029
+ "200": string;
8030
+ "300": string;
8031
+ "400": string;
8032
+ "500": string;
8033
+ "600": string;
8034
+ "700": string;
8035
+ "800": string;
8036
+ "900": string;
8037
+ };
8038
+ red: {
8039
+ "50": string;
8040
+ "100": string;
8041
+ "200": string;
8042
+ "300": string;
8043
+ "400": string;
8044
+ "500": string;
8045
+ "600": string;
8046
+ "700": string;
8047
+ "800": string;
8048
+ "900": string;
8049
+ };
8050
+ amber: {
8051
+ "50": string;
8052
+ "100": string;
8053
+ "200": string;
8054
+ "300": string;
8055
+ "400": string;
8056
+ "500": string;
8057
+ "600": string;
8058
+ "700": string;
8059
+ "800": string;
8060
+ "900": string;
8061
+ };
8062
+ emerald: {
8063
+ "50": string;
8064
+ "100": string;
8065
+ "200": string;
8066
+ "300": string;
8067
+ "400": string;
8068
+ "500": string;
8069
+ "600": string;
8070
+ "700": string;
8071
+ "800": string;
8072
+ "900": string;
8073
+ };
8074
+ neutral: {
8075
+ "50": string;
8076
+ "100": string;
8077
+ "200": string;
8078
+ "300": string;
8079
+ "400": string;
8080
+ "500": string;
8081
+ "600": string;
8082
+ "700": string;
8083
+ "800": string;
8084
+ "900": string;
8085
+ "950": string;
8086
+ };
8087
+ };
8088
+ };
8089
+ /**
8090
+ * Obtém espaçamento do sistema de design
8091
+ */
8092
+ declare function getSpacing(): {
8093
+ "0": string;
8094
+ px: string;
8095
+ "0.5": string;
8096
+ "1": string;
8097
+ "1.5": string;
8098
+ "2": string;
8099
+ "2.5": string;
8100
+ "3": string;
8101
+ "3.5": string;
8102
+ "4": string;
8103
+ "5": string;
8104
+ "6": string;
8105
+ "7": string;
8106
+ "8": string;
8107
+ "9": string;
8108
+ "10": string;
8109
+ "11": string;
8110
+ "12": string;
8111
+ "14": string;
8112
+ "16": string;
8113
+ "20": string;
8114
+ "24": string;
8115
+ "28": string;
8116
+ "32": string;
8117
+ "36": string;
8118
+ "40": string;
8119
+ "44": string;
8120
+ "48": string;
8121
+ "52": string;
8122
+ "56": string;
8123
+ "60": string;
8124
+ "64": string;
8125
+ "72": string;
8126
+ "80": string;
8127
+ "96": string;
8128
+ };
8129
+ /**
8130
+ * Obtém tipografia do sistema de design
8131
+ */
8132
+ declare function getTypography(): {
8133
+ fontFamily: {
8134
+ sans: string;
8135
+ serif: string;
8136
+ mono: string;
8137
+ display: string;
8138
+ body: string;
8139
+ code: string;
8140
+ };
8141
+ fontSize: {
8142
+ xs: string;
8143
+ sm: string;
8144
+ base: string;
8145
+ lg: string;
8146
+ xl: string;
8147
+ "2xl": string;
8148
+ "3xl": string;
8149
+ "4xl": string;
8150
+ "5xl": string;
8151
+ "6xl": string;
8152
+ "7xl": string;
8153
+ "8xl": string;
8154
+ "9xl": string;
8155
+ };
8156
+ fontWeight: {
8157
+ thin: string;
8158
+ extralight: string;
8159
+ light: string;
8160
+ normal: string;
8161
+ medium: string;
8162
+ semibold: string;
8163
+ bold: string;
8164
+ extrabold: string;
8165
+ black: string;
8166
+ };
8167
+ lineHeight: {
8168
+ none: string;
8169
+ tight: string;
8170
+ snug: string;
8171
+ normal: string;
8172
+ relaxed: string;
8173
+ loose: string;
8174
+ };
8175
+ letterSpacing: {
8176
+ tighter: string;
8177
+ tight: string;
8178
+ normal: string;
8179
+ wide: string;
8180
+ wider: string;
8181
+ widest: string;
8182
+ };
8183
+ headings: {
8184
+ h1: {
8185
+ fontFamily: string;
8186
+ fontSize: string;
8187
+ fontSizeMobile: string;
8188
+ fontSizeTablet: string;
8189
+ fontSizeDesktop: string;
8190
+ fontWeight: string;
8191
+ lineHeight: string;
8192
+ letterSpacing: string;
8193
+ marginBottom: string;
8194
+ };
8195
+ h2: {
8196
+ fontFamily: string;
8197
+ fontSize: string;
8198
+ fontSizeMobile: string;
8199
+ fontSizeTablet: string;
8200
+ fontSizeDesktop: string;
8201
+ fontWeight: string;
8202
+ lineHeight: string;
8203
+ letterSpacing: string;
8204
+ marginBottom: string;
8205
+ };
8206
+ h3: {
8207
+ fontFamily: string;
8208
+ fontSize: string;
8209
+ fontSizeMobile: string;
8210
+ fontSizeTablet: string;
8211
+ fontSizeDesktop: string;
8212
+ fontWeight: string;
8213
+ lineHeight: string;
8214
+ letterSpacing: string;
8215
+ marginBottom: string;
8216
+ };
8217
+ h4: {
8218
+ fontFamily: string;
8219
+ fontSize: string;
8220
+ fontSizeMobile: string;
8221
+ fontSizeTablet: string;
8222
+ fontSizeDesktop: string;
8223
+ fontWeight: string;
8224
+ lineHeight: string;
8225
+ letterSpacing: string;
8226
+ marginBottom: string;
8227
+ };
8228
+ h5: {
8229
+ fontFamily: string;
8230
+ fontSize: string;
8231
+ fontSizeMobile: string;
8232
+ fontSizeTablet: string;
8233
+ fontSizeDesktop: string;
8234
+ fontWeight: string;
8235
+ lineHeight: string;
8236
+ letterSpacing: string;
8237
+ marginBottom: string;
8238
+ };
8239
+ h6: {
8240
+ fontFamily: string;
8241
+ fontSize: string;
8242
+ fontSizeMobile: string;
8243
+ fontSizeTablet: string;
8244
+ fontSizeDesktop: string;
8245
+ fontWeight: string;
8246
+ lineHeight: string;
8247
+ letterSpacing: string;
8248
+ marginBottom: string;
8249
+ };
8250
+ };
8251
+ subtitle: {
8252
+ large: {
8253
+ fontFamily: string;
8254
+ fontSize: string;
8255
+ fontSizeMobile: string;
8256
+ fontSizeTablet: string;
8257
+ fontSizeDesktop: string;
8258
+ fontWeight: string;
8259
+ lineHeight: string;
8260
+ letterSpacing: string;
8261
+ marginBottom: string;
8262
+ };
8263
+ medium: {
8264
+ fontFamily: string;
8265
+ fontSize: string;
8266
+ fontSizeMobile: string;
8267
+ fontSizeTablet: string;
8268
+ fontSizeDesktop: string;
8269
+ fontWeight: string;
8270
+ lineHeight: string;
8271
+ letterSpacing: string;
8272
+ marginBottom: string;
8273
+ };
8274
+ small: {
8275
+ fontFamily: string;
8276
+ fontSize: string;
8277
+ fontWeight: string;
8278
+ lineHeight: string;
8279
+ letterSpacing: string;
8280
+ marginBottom: string;
8281
+ };
8282
+ };
8283
+ body: {
8284
+ large: {
8285
+ fontFamily: string;
8286
+ fontSize: string;
8287
+ fontWeight: string;
8288
+ lineHeight: string;
8289
+ letterSpacing: string;
8290
+ };
8291
+ medium: {
8292
+ fontFamily: string;
8293
+ fontSize: string;
8294
+ fontWeight: string;
8295
+ lineHeight: string;
8296
+ letterSpacing: string;
8297
+ };
8298
+ small: {
8299
+ fontFamily: string;
8300
+ fontSize: string;
8301
+ fontWeight: string;
8302
+ lineHeight: string;
8303
+ letterSpacing: string;
8304
+ };
8305
+ };
8306
+ caption: {
8307
+ large: {
8308
+ fontFamily: string;
8309
+ fontSize: string;
8310
+ fontWeight: string;
8311
+ lineHeight: string;
8312
+ letterSpacing: string;
8313
+ };
8314
+ medium: {
8315
+ fontFamily: string;
8316
+ fontSize: string;
8317
+ fontWeight: string;
8318
+ lineHeight: string;
8319
+ letterSpacing: string;
8320
+ };
8321
+ small: {
8322
+ fontFamily: string;
8323
+ fontSize: string;
8324
+ fontWeight: string;
8325
+ lineHeight: string;
8326
+ letterSpacing: string;
8327
+ };
8328
+ };
8329
+ button: {
8330
+ large: {
8331
+ fontFamily: string;
8332
+ fontSize: string;
8333
+ fontWeight: string;
8334
+ lineHeight: string;
8335
+ letterSpacing: string;
8336
+ };
8337
+ medium: {
8338
+ fontFamily: string;
8339
+ fontSize: string;
8340
+ fontWeight: string;
8341
+ lineHeight: string;
8342
+ letterSpacing: string;
8343
+ };
8344
+ small: {
8345
+ fontFamily: string;
8346
+ fontSize: string;
8347
+ fontWeight: string;
8348
+ lineHeight: string;
8349
+ letterSpacing: string;
8350
+ };
8351
+ };
8352
+ label: {
8353
+ large: {
8354
+ fontFamily: string;
8355
+ fontSize: string;
8356
+ fontWeight: string;
8357
+ lineHeight: string;
8358
+ letterSpacing: string;
8359
+ };
8360
+ medium: {
8361
+ fontFamily: string;
8362
+ fontSize: string;
8363
+ fontWeight: string;
8364
+ lineHeight: string;
8365
+ letterSpacing: string;
8366
+ };
8367
+ small: {
8368
+ fontFamily: string;
8369
+ fontSize: string;
8370
+ fontWeight: string;
8371
+ lineHeight: string;
8372
+ letterSpacing: string;
8373
+ };
8374
+ };
8375
+ code: {
8376
+ inline: {
8377
+ fontFamily: string;
8378
+ fontSize: string;
8379
+ fontWeight: string;
8380
+ lineHeight: string;
8381
+ letterSpacing: string;
8382
+ };
8383
+ block: {
8384
+ fontFamily: string;
8385
+ fontSize: string;
8386
+ fontWeight: string;
8387
+ lineHeight: string;
8388
+ letterSpacing: string;
8389
+ };
8390
+ };
8391
+ };
8392
+ /**
8393
+ * Obtém raios de borda do sistema de design
8394
+ */
8395
+ declare function getRadius(): {
8396
+ none: string;
8397
+ sm: string;
8398
+ base: string;
8399
+ md: string;
8400
+ lg: string;
8401
+ xl: string;
8402
+ "2xl": string;
8403
+ "3xl": string;
8404
+ full: string;
8405
+ };
8406
+ /**
8407
+ * Obtém sombras do sistema de design
8408
+ */
8409
+ declare function getShadows(theme?: 'light' | 'dark'): {
8410
+ xs: string;
8411
+ sm: string;
8412
+ base: string;
8413
+ md: string;
8414
+ lg: string;
8415
+ xl: string;
8416
+ "2xl": string;
8417
+ inner: string;
8418
+ } | {
8419
+ xs: string;
8420
+ sm: string;
8421
+ base: string;
8422
+ md: string;
8423
+ lg: string;
8424
+ xl: string;
8425
+ "2xl": string;
8426
+ inner: string;
8427
+ glow: {
8428
+ cyan: string;
8429
+ pink: string;
8430
+ purple: string;
8431
+ green: string;
8432
+ };
8433
+ };
8434
+ /**
8435
+ * Helper para obter valor de espaçamento
8436
+ */
8437
+ declare function spacing(size: keyof Tokens['spacing']): string;
8438
+ /**
8439
+ * Helper para obter valor de raio de borda
8440
+ */
8441
+ declare function radius(size: keyof Tokens['radius']): string;
8442
+
8443
+ /**
8444
+ * @fileoverview Ponto de entrada principal da biblioteca @rainersoft/design-tokens
8445
+ *
8446
+ * @description
8447
+ * Biblioteca enterprise-grade de design tokens para sistemas de design modernos.
8448
+ * Tecnologicamente agnóstica, escalável e pronta para produção.
8449
+ *
8450
+ * Esta biblioteca fornece tokens de design estruturados que podem ser utilizados
8451
+ * em qualquer framework ou tecnologia, garantindo consistência visual em toda
8452
+ * a aplicação.
8453
+ *
8454
+ * @module @rainersoft/design-tokens
8455
+ * @version 2.2.0
8456
+ * @author Rainer Teixeira
8457
+ * @license MIT
8458
+ * @since 1.0.0
8459
+ *
8460
+ * @example
8461
+ * ```typescript
8462
+ * import { tokens, themes, lightTheme, darkTheme } from '@rainersoft/design-tokens';
8463
+ *
8464
+ * // Usar tokens diretamente
8465
+ * const primaryColor = tokens.colors.light.brand.primary;
8466
+ *
8467
+ * // Usar temas completos
8468
+ * const theme = lightTheme;
8469
+ * ```
8470
+ */
8471
+
8472
+ /**
8473
+ * CSS Variables para temas dinâmicos
8474
+ *
8475
+ * @description
8476
+ * Importa o arquivo CSS com as variáveis de design para uso direto
8477
+ *
8478
+ * @example
8479
+ * ```typescript
8480
+ * import '@rainersoft/design-tokens/css-vars.css';
8481
+ * ```
8482
+ */
8483
+ declare const cssVarsPath = "./src/css-vars.css";
8484
+
8485
+ export { type Animations, BACKGROUND, type Background, type Breakpoints, COLORS, type Colors, type DarkColors, type DarkTheme, GRADIENTS, GRADIENT_COLORS, GRADIENT_COMPOSITES, GRADIENT_DIRECTIONS, type GradientColors, type GradientComposites, type GradientDirections, type Gradients, type LightColors, type LightTheme, MOTION, type Motion, NAVIGATION, type Navigation, RESPONSIVE, type Radius, SHADOWS, type Shadows, type Spacing, type Themes, type Tokens, type Typography, type ZIndex, Z_INDEX, animationTokens, breakpointTokens, componentTokens, cssVarsPath, darkTheme, darkThemeColors, effectTokens, getContrast, getContrastInfo, getDarkColors, getLightColors, getLuminance, getRadius, getShadows, getSpacing, getTypography, hexToRgb, lightTheme, lightThemeColors, meetsWCAGAA, meetsWCAGAAA, motionTokens, radius, radiusTokens, shadowTokens, spacing, spacingTokens, themes, tokens, typographyTokens, validateContrast, zIndexTokens };