@yahoo/uds 3.145.0 → 3.146.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/automated-config/dist/generated/autoVariants.cjs +34 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +5 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +5 -0
- package/dist/automated-config/dist/generated/autoVariants.js +34 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1457 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +161 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +161 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1457 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +385 -0
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +2 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +385 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +9 -5
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +3 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +3 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.js +9 -6
- package/dist/automated-config/dist/utils/index.cjs +14 -3
- package/dist/automated-config/dist/utils/index.d.cts +1 -1
- package/dist/automated-config/dist/utils/index.d.ts +1 -1
- package/dist/automated-config/dist/utils/index.js +14 -3
- package/dist/cli/runner.cjs +6 -2
- package/dist/cli/runner.js +6 -2
- package/dist/components/Banner/Banner.cjs +2 -1
- package/dist/components/Banner/Banner.js +2 -1
- package/dist/components/Banner/utils.cjs +3 -12
- package/dist/components/Banner/utils.d.cts +1 -6
- package/dist/components/Banner/utils.d.ts +1 -6
- package/dist/components/Banner/utils.js +2 -11
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/components/client/PaddleNav/PaddleButton.cjs +51 -0
- package/dist/components/client/PaddleNav/PaddleButton.d.cts +16 -0
- package/dist/components/client/PaddleNav/PaddleButton.d.ts +17 -0
- package/dist/components/client/PaddleNav/PaddleButton.js +49 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.cjs +18 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleButtonNext.js +16 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.cjs +18 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleButtonPrevious.js +16 -0
- package/dist/components/client/PaddleNav/PaddleNav.cjs +193 -0
- package/dist/components/client/PaddleNav/PaddleNav.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleNav.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleNav.js +191 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.cjs +29 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.d.cts +11 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.d.ts +12 -0
- package/dist/components/client/PaddleNav/PaddleNavContent.js +27 -0
- package/dist/components/client/PaddleNav/index.cjs +11 -0
- package/dist/components/client/PaddleNav/index.d.cts +6 -0
- package/dist/components/client/PaddleNav/index.d.ts +7 -0
- package/dist/components/client/PaddleNav/index.js +7 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.cjs +12 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.d.cts +22 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.d.ts +23 -0
- package/dist/components/client/PaddleNav/paddleButtonIcons.js +10 -0
- package/dist/components/client/PaddleNav/paddleNavContext.cjs +20 -0
- package/dist/components/client/PaddleNav/paddleNavContext.d.cts +20 -0
- package/dist/components/client/PaddleNav/paddleNavContext.d.ts +21 -0
- package/dist/components/client/PaddleNav/paddleNavContext.js +16 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.cjs +25 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.cts +16 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.d.ts +17 -0
- package/dist/components/client/PaddleNav/utils/resolvePaddleNavCornerOrientation.js +24 -0
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.cts +1 -1
- package/dist/components/client/Popover/UDSPopoverConfigProvider.d.ts +1 -1
- package/dist/components/client/index.cjs +8 -0
- package/dist/components/client/index.d.cts +5 -1
- package/dist/components/client/index.d.ts +5 -1
- package/dist/components/client/index.js +5 -1
- package/dist/components/index.cjs +8 -0
- package/dist/components/index.d.cts +5 -1
- package/dist/components/index.d.ts +5 -1
- package/dist/components/index.js +5 -1
- package/dist/config/dist/index.cjs +399 -14
- package/dist/config/dist/index.js +399 -14
- package/dist/css/dist/packages/config/dist/index.cjs +399 -14
- package/dist/css/dist/packages/config/dist/index.js +399 -14
- package/dist/icons/dist/types.d.cts +1 -1
- package/dist/icons/dist/types.d.ts +1 -1
- package/dist/index.cjs +11 -1
- package/dist/index.d.cts +9 -5
- package/dist/index.d.ts +9 -5
- package/dist/index.js +8 -4
- package/dist/styles/styler.d.cts +24 -19
- package/dist/styles/styler.d.ts +24 -19
- package/dist/styles/variants.d.cts +34 -0
- package/dist/styles/variants.d.ts +34 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +1457 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +1457 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.cjs +15 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/buildConfigSchema.js +15 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +14 -2
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +14 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +399 -14
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +399 -14
- package/dist/tailwind-internal/dist/plugins/components.cjs +1 -0
- package/dist/tailwind-internal/dist/plugins/components.js +2 -1
- package/dist/tailwind-internal/dist/utils/getNestedBorderRadiusUtilities.cjs +6 -0
- package/dist/tailwind-internal/dist/utils/getNestedBorderRadiusUtilities.js +6 -0
- package/dist/tokens/automation/configs/index.cjs +1 -0
- package/dist/tokens/automation/configs/index.d.cts +2 -2
- package/dist/tokens/automation/configs/index.d.ts +2 -2
- package/dist/tokens/automation/configs/index.js +2 -2
- package/dist/tokens/automation/index.cjs +3 -1
- package/dist/tokens/automation/index.d.cts +3 -3
- package/dist/tokens/automation/index.d.ts +3 -3
- package/dist/tokens/automation/index.js +4 -4
- package/dist/tokens/index.cjs +3 -1
- package/dist/tokens/index.d.cts +5 -5
- package/dist/tokens/index.d.ts +5 -5
- package/dist/tokens/index.js +4 -4
- package/dist/tokens/types.d.cts +6 -2
- package/dist/tokens/types.d.ts +6 -2
- package/dist/types/dist/index.d.cts +50 -1
- package/dist/types/dist/index.d.ts +50 -1
- package/dist/uds/generated/componentData.cjs +2781 -3273
- package/dist/uds/generated/componentData.js +2776 -2710
- package/dist/uds/generated/tailwindPurge.cjs +22 -0
- package/dist/uds/generated/tailwindPurge.js +22 -0
- package/dist/utils/hasDisplayName.cjs +17 -0
- package/dist/utils/hasDisplayName.d.cts +12 -0
- package/dist/utils/hasDisplayName.d.ts +12 -0
- package/dist/utils/hasDisplayName.js +15 -0
- package/generated/componentData.json +1770 -1565
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
|
@@ -11707,6 +11707,391 @@ const defaultUniversalTokensConfigAuto = {
|
|
|
11707
11707
|
} } }
|
|
11708
11708
|
}
|
|
11709
11709
|
},
|
|
11710
|
+
paddleNav: {
|
|
11711
|
+
defaults: {
|
|
11712
|
+
size: "md",
|
|
11713
|
+
variant: "primary"
|
|
11714
|
+
},
|
|
11715
|
+
variables: {
|
|
11716
|
+
"size/lg/icon": { size: { rest: {
|
|
11717
|
+
type: "iconSizes",
|
|
11718
|
+
value: "md",
|
|
11719
|
+
valueType: "alias"
|
|
11720
|
+
} } },
|
|
11721
|
+
"size/lg/root": {
|
|
11722
|
+
borderRadius: { rest: {
|
|
11723
|
+
type: "borderRadii",
|
|
11724
|
+
value: "full",
|
|
11725
|
+
valueType: "alias"
|
|
11726
|
+
} },
|
|
11727
|
+
borderWidth: { rest: {
|
|
11728
|
+
type: "borderWidths",
|
|
11729
|
+
value: "thin",
|
|
11730
|
+
valueType: "alias"
|
|
11731
|
+
} },
|
|
11732
|
+
spacing: { rest: {
|
|
11733
|
+
type: "spacingAliases",
|
|
11734
|
+
value: "3.5",
|
|
11735
|
+
valueType: "alias"
|
|
11736
|
+
} }
|
|
11737
|
+
},
|
|
11738
|
+
"size/md/icon": { size: { rest: {
|
|
11739
|
+
type: "iconSizes",
|
|
11740
|
+
value: "sm",
|
|
11741
|
+
valueType: "alias"
|
|
11742
|
+
} } },
|
|
11743
|
+
"size/md/root": {
|
|
11744
|
+
borderRadius: { rest: {
|
|
11745
|
+
type: "borderRadii",
|
|
11746
|
+
value: "full",
|
|
11747
|
+
valueType: "alias"
|
|
11748
|
+
} },
|
|
11749
|
+
borderWidth: { rest: {
|
|
11750
|
+
type: "borderWidths",
|
|
11751
|
+
value: "thin",
|
|
11752
|
+
valueType: "alias"
|
|
11753
|
+
} },
|
|
11754
|
+
spacing: { rest: {
|
|
11755
|
+
type: "spacingAliases",
|
|
11756
|
+
value: "3",
|
|
11757
|
+
valueType: "alias"
|
|
11758
|
+
} }
|
|
11759
|
+
},
|
|
11760
|
+
"size/sm/icon": { size: { rest: {
|
|
11761
|
+
type: "iconSizes",
|
|
11762
|
+
value: "sm",
|
|
11763
|
+
valueType: "alias"
|
|
11764
|
+
} } },
|
|
11765
|
+
"size/sm/root": {
|
|
11766
|
+
borderRadius: { rest: {
|
|
11767
|
+
type: "borderRadii",
|
|
11768
|
+
value: "full",
|
|
11769
|
+
valueType: "alias"
|
|
11770
|
+
} },
|
|
11771
|
+
borderWidth: { rest: {
|
|
11772
|
+
type: "borderWidths",
|
|
11773
|
+
value: "thin",
|
|
11774
|
+
valueType: "alias"
|
|
11775
|
+
} },
|
|
11776
|
+
spacing: { rest: {
|
|
11777
|
+
type: "spacingAliases",
|
|
11778
|
+
value: "2",
|
|
11779
|
+
valueType: "alias"
|
|
11780
|
+
} }
|
|
11781
|
+
},
|
|
11782
|
+
"size/xl/icon": { size: { rest: {
|
|
11783
|
+
type: "iconSizes",
|
|
11784
|
+
value: "lg",
|
|
11785
|
+
valueType: "alias"
|
|
11786
|
+
} } },
|
|
11787
|
+
"size/xl/root": {
|
|
11788
|
+
borderRadius: { rest: {
|
|
11789
|
+
type: "borderRadii",
|
|
11790
|
+
value: "full",
|
|
11791
|
+
valueType: "alias"
|
|
11792
|
+
} },
|
|
11793
|
+
borderWidth: { rest: {
|
|
11794
|
+
type: "borderWidths",
|
|
11795
|
+
value: "thin",
|
|
11796
|
+
valueType: "alias"
|
|
11797
|
+
} },
|
|
11798
|
+
spacing: { rest: {
|
|
11799
|
+
type: "spacingAliases",
|
|
11800
|
+
value: "4",
|
|
11801
|
+
valueType: "alias"
|
|
11802
|
+
} }
|
|
11803
|
+
},
|
|
11804
|
+
"size/xs/icon": { size: { rest: {
|
|
11805
|
+
type: "iconSizes",
|
|
11806
|
+
value: "xs",
|
|
11807
|
+
valueType: "alias"
|
|
11808
|
+
} } },
|
|
11809
|
+
"size/xs/root": {
|
|
11810
|
+
borderRadius: { rest: {
|
|
11811
|
+
type: "borderRadii",
|
|
11812
|
+
value: "full",
|
|
11813
|
+
valueType: "alias"
|
|
11814
|
+
} },
|
|
11815
|
+
borderWidth: { rest: {
|
|
11816
|
+
type: "borderWidths",
|
|
11817
|
+
value: "thin",
|
|
11818
|
+
valueType: "alias"
|
|
11819
|
+
} },
|
|
11820
|
+
spacing: { rest: {
|
|
11821
|
+
type: "spacingAliases",
|
|
11822
|
+
value: "2",
|
|
11823
|
+
valueType: "alias"
|
|
11824
|
+
} }
|
|
11825
|
+
},
|
|
11826
|
+
"variant/primary/background": {
|
|
11827
|
+
backgroundColor: {
|
|
11828
|
+
hover: {
|
|
11829
|
+
type: "backgroundPaletteColors",
|
|
11830
|
+
value: "primary",
|
|
11831
|
+
valueType: "alias"
|
|
11832
|
+
},
|
|
11833
|
+
pressed: {
|
|
11834
|
+
type: "backgroundPaletteColors",
|
|
11835
|
+
value: "primary",
|
|
11836
|
+
valueType: "alias"
|
|
11837
|
+
},
|
|
11838
|
+
rest: {
|
|
11839
|
+
type: "backgroundPaletteColors",
|
|
11840
|
+
value: "primary",
|
|
11841
|
+
valueType: "alias"
|
|
11842
|
+
}
|
|
11843
|
+
},
|
|
11844
|
+
opacity: {
|
|
11845
|
+
hover: {
|
|
11846
|
+
type: "opacitySteps",
|
|
11847
|
+
value: "100",
|
|
11848
|
+
valueType: "alias"
|
|
11849
|
+
},
|
|
11850
|
+
pressed: {
|
|
11851
|
+
type: "opacitySteps",
|
|
11852
|
+
value: "100",
|
|
11853
|
+
valueType: "alias"
|
|
11854
|
+
},
|
|
11855
|
+
rest: {
|
|
11856
|
+
type: "opacitySteps",
|
|
11857
|
+
value: "100",
|
|
11858
|
+
valueType: "alias"
|
|
11859
|
+
}
|
|
11860
|
+
}
|
|
11861
|
+
},
|
|
11862
|
+
"variant/primary/icon": { color: {
|
|
11863
|
+
hover: {
|
|
11864
|
+
type: "foregroundPaletteColors",
|
|
11865
|
+
value: "primary",
|
|
11866
|
+
valueType: "alias"
|
|
11867
|
+
},
|
|
11868
|
+
pressed: {
|
|
11869
|
+
type: "foregroundPaletteColors",
|
|
11870
|
+
value: "primary",
|
|
11871
|
+
valueType: "alias"
|
|
11872
|
+
},
|
|
11873
|
+
rest: {
|
|
11874
|
+
type: "foregroundPaletteColors",
|
|
11875
|
+
value: "primary",
|
|
11876
|
+
valueType: "alias"
|
|
11877
|
+
}
|
|
11878
|
+
} },
|
|
11879
|
+
"variant/primary/root": {
|
|
11880
|
+
borderColor: {
|
|
11881
|
+
hover: {
|
|
11882
|
+
type: "linePaletteColors",
|
|
11883
|
+
value: "tertiary",
|
|
11884
|
+
valueType: "alias"
|
|
11885
|
+
},
|
|
11886
|
+
pressed: {
|
|
11887
|
+
type: "linePaletteColors",
|
|
11888
|
+
value: "tertiary",
|
|
11889
|
+
valueType: "alias"
|
|
11890
|
+
},
|
|
11891
|
+
rest: {
|
|
11892
|
+
type: "linePaletteColors",
|
|
11893
|
+
value: "tertiary",
|
|
11894
|
+
valueType: "alias"
|
|
11895
|
+
}
|
|
11896
|
+
},
|
|
11897
|
+
shadow: {
|
|
11898
|
+
hover: {
|
|
11899
|
+
type: "shadowVariants",
|
|
11900
|
+
value: "none",
|
|
11901
|
+
valueType: "alias"
|
|
11902
|
+
},
|
|
11903
|
+
pressed: {
|
|
11904
|
+
type: "shadowVariants",
|
|
11905
|
+
value: "none",
|
|
11906
|
+
valueType: "alias"
|
|
11907
|
+
},
|
|
11908
|
+
rest: {
|
|
11909
|
+
type: "shadowVariants",
|
|
11910
|
+
value: "none",
|
|
11911
|
+
valueType: "alias"
|
|
11912
|
+
}
|
|
11913
|
+
}
|
|
11914
|
+
},
|
|
11915
|
+
"variant/secondary/background": {
|
|
11916
|
+
backgroundColor: {
|
|
11917
|
+
hover: {
|
|
11918
|
+
type: "spectrumColors",
|
|
11919
|
+
value: "carbon-1",
|
|
11920
|
+
valueType: "alias"
|
|
11921
|
+
},
|
|
11922
|
+
pressed: {
|
|
11923
|
+
type: "spectrumColors",
|
|
11924
|
+
value: "carbon-1",
|
|
11925
|
+
valueType: "alias"
|
|
11926
|
+
},
|
|
11927
|
+
rest: {
|
|
11928
|
+
type: "spectrumColors",
|
|
11929
|
+
value: "carbon-1",
|
|
11930
|
+
valueType: "alias"
|
|
11931
|
+
}
|
|
11932
|
+
},
|
|
11933
|
+
opacity: {
|
|
11934
|
+
hover: {
|
|
11935
|
+
type: "opacitySteps",
|
|
11936
|
+
value: "100",
|
|
11937
|
+
valueType: "alias"
|
|
11938
|
+
},
|
|
11939
|
+
pressed: {
|
|
11940
|
+
type: "opacitySteps",
|
|
11941
|
+
value: "100",
|
|
11942
|
+
valueType: "alias"
|
|
11943
|
+
},
|
|
11944
|
+
rest: {
|
|
11945
|
+
type: "opacitySteps",
|
|
11946
|
+
value: "100",
|
|
11947
|
+
valueType: "alias"
|
|
11948
|
+
}
|
|
11949
|
+
}
|
|
11950
|
+
},
|
|
11951
|
+
"variant/secondary/icon": { color: {
|
|
11952
|
+
hover: {
|
|
11953
|
+
type: "foregroundPaletteColors",
|
|
11954
|
+
value: "primary",
|
|
11955
|
+
valueType: "alias"
|
|
11956
|
+
},
|
|
11957
|
+
pressed: {
|
|
11958
|
+
type: "foregroundPaletteColors",
|
|
11959
|
+
value: "primary",
|
|
11960
|
+
valueType: "alias"
|
|
11961
|
+
},
|
|
11962
|
+
rest: {
|
|
11963
|
+
type: "foregroundPaletteColors",
|
|
11964
|
+
value: "primary",
|
|
11965
|
+
valueType: "alias"
|
|
11966
|
+
}
|
|
11967
|
+
} },
|
|
11968
|
+
"variant/secondary/root": {
|
|
11969
|
+
borderColor: {
|
|
11970
|
+
hover: {
|
|
11971
|
+
type: "linePaletteColors",
|
|
11972
|
+
value: "tertiary",
|
|
11973
|
+
valueType: "alias"
|
|
11974
|
+
},
|
|
11975
|
+
pressed: {
|
|
11976
|
+
type: "linePaletteColors",
|
|
11977
|
+
value: "tertiary",
|
|
11978
|
+
valueType: "alias"
|
|
11979
|
+
},
|
|
11980
|
+
rest: {
|
|
11981
|
+
type: "linePaletteColors",
|
|
11982
|
+
value: "tertiary",
|
|
11983
|
+
valueType: "alias"
|
|
11984
|
+
}
|
|
11985
|
+
},
|
|
11986
|
+
shadow: {
|
|
11987
|
+
hover: {
|
|
11988
|
+
type: "shadowVariants",
|
|
11989
|
+
value: "none",
|
|
11990
|
+
valueType: "alias"
|
|
11991
|
+
},
|
|
11992
|
+
pressed: {
|
|
11993
|
+
type: "shadowVariants",
|
|
11994
|
+
value: "none",
|
|
11995
|
+
valueType: "alias"
|
|
11996
|
+
},
|
|
11997
|
+
rest: {
|
|
11998
|
+
type: "shadowVariants",
|
|
11999
|
+
value: "none",
|
|
12000
|
+
valueType: "alias"
|
|
12001
|
+
}
|
|
12002
|
+
}
|
|
12003
|
+
},
|
|
12004
|
+
"variant/tertiary/background": {
|
|
12005
|
+
backgroundColor: {
|
|
12006
|
+
hover: {
|
|
12007
|
+
type: "backgroundPaletteColors",
|
|
12008
|
+
value: "primary",
|
|
12009
|
+
valueType: "alias"
|
|
12010
|
+
},
|
|
12011
|
+
pressed: {
|
|
12012
|
+
type: "backgroundPaletteColors",
|
|
12013
|
+
value: "primary",
|
|
12014
|
+
valueType: "alias"
|
|
12015
|
+
},
|
|
12016
|
+
rest: {
|
|
12017
|
+
type: "backgroundPaletteColors",
|
|
12018
|
+
value: "primary",
|
|
12019
|
+
valueType: "alias"
|
|
12020
|
+
}
|
|
12021
|
+
},
|
|
12022
|
+
opacity: {
|
|
12023
|
+
hover: {
|
|
12024
|
+
type: "opacitySteps",
|
|
12025
|
+
value: "30",
|
|
12026
|
+
valueType: "alias"
|
|
12027
|
+
},
|
|
12028
|
+
pressed: {
|
|
12029
|
+
type: "opacitySteps",
|
|
12030
|
+
value: "30",
|
|
12031
|
+
valueType: "alias"
|
|
12032
|
+
},
|
|
12033
|
+
rest: {
|
|
12034
|
+
type: "opacitySteps",
|
|
12035
|
+
value: "30",
|
|
12036
|
+
valueType: "alias"
|
|
12037
|
+
}
|
|
12038
|
+
}
|
|
12039
|
+
},
|
|
12040
|
+
"variant/tertiary/icon": { color: {
|
|
12041
|
+
hover: {
|
|
12042
|
+
type: "foregroundPaletteColors",
|
|
12043
|
+
value: "primary",
|
|
12044
|
+
valueType: "alias"
|
|
12045
|
+
},
|
|
12046
|
+
pressed: {
|
|
12047
|
+
type: "foregroundPaletteColors",
|
|
12048
|
+
value: "primary",
|
|
12049
|
+
valueType: "alias"
|
|
12050
|
+
},
|
|
12051
|
+
rest: {
|
|
12052
|
+
type: "foregroundPaletteColors",
|
|
12053
|
+
value: "primary",
|
|
12054
|
+
valueType: "alias"
|
|
12055
|
+
}
|
|
12056
|
+
} },
|
|
12057
|
+
"variant/tertiary/root": {
|
|
12058
|
+
borderColor: {
|
|
12059
|
+
hover: {
|
|
12060
|
+
type: "alwaysPaletteAliases",
|
|
12061
|
+
value: "always/transparent",
|
|
12062
|
+
valueType: "alias"
|
|
12063
|
+
},
|
|
12064
|
+
pressed: {
|
|
12065
|
+
type: "alwaysPaletteAliases",
|
|
12066
|
+
value: "always/transparent",
|
|
12067
|
+
valueType: "alias"
|
|
12068
|
+
},
|
|
12069
|
+
rest: {
|
|
12070
|
+
type: "alwaysPaletteAliases",
|
|
12071
|
+
value: "always/transparent",
|
|
12072
|
+
valueType: "alias"
|
|
12073
|
+
}
|
|
12074
|
+
},
|
|
12075
|
+
shadow: {
|
|
12076
|
+
hover: {
|
|
12077
|
+
type: "shadowVariants",
|
|
12078
|
+
value: "none",
|
|
12079
|
+
valueType: "alias"
|
|
12080
|
+
},
|
|
12081
|
+
pressed: {
|
|
12082
|
+
type: "shadowVariants",
|
|
12083
|
+
value: "none",
|
|
12084
|
+
valueType: "alias"
|
|
12085
|
+
},
|
|
12086
|
+
rest: {
|
|
12087
|
+
type: "shadowVariants",
|
|
12088
|
+
value: "none",
|
|
12089
|
+
valueType: "alias"
|
|
12090
|
+
}
|
|
12091
|
+
}
|
|
12092
|
+
}
|
|
12093
|
+
}
|
|
12094
|
+
},
|
|
11710
12095
|
popover: {
|
|
11711
12096
|
defaults: {
|
|
11712
12097
|
size: "default",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.cjs";
|
|
2
|
+
import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.cjs";
|
|
3
3
|
import { ComponentSchema } from "../utils/buildConfigSchema.cjs";
|
|
4
4
|
|
|
5
5
|
//#region ../automated-config/dist/generated/universalTokensConfigAuto.d.ts
|
|
@@ -19,6 +19,7 @@ interface UniversalTokensConfigAuto {
|
|
|
19
19
|
menuContent: ComponentSchema<typeof MenuContentConfig>;
|
|
20
20
|
menuItem: ComponentSchema<typeof MenuItemConfig>;
|
|
21
21
|
modal: ComponentSchema<typeof ModalConfig>;
|
|
22
|
+
paddleNav: ComponentSchema<typeof PaddleNavConfig>;
|
|
22
23
|
popover: ComponentSchema<typeof PopoverConfig>;
|
|
23
24
|
radio: ComponentSchema<typeof RadioConfig>;
|
|
24
25
|
scrim: ComponentSchema<typeof ScrimConfig>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.js";
|
|
2
|
+
import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "./generatedConfigs.js";
|
|
3
3
|
import { ComponentSchema } from "../utils/buildConfigSchema.js";
|
|
4
4
|
|
|
5
5
|
//#region ../automated-config/dist/generated/universalTokensConfigAuto.d.ts
|
|
@@ -19,6 +19,7 @@ interface UniversalTokensConfigAuto {
|
|
|
19
19
|
menuContent: ComponentSchema<typeof MenuContentConfig>;
|
|
20
20
|
menuItem: ComponentSchema<typeof MenuItemConfig>;
|
|
21
21
|
modal: ComponentSchema<typeof ModalConfig>;
|
|
22
|
+
paddleNav: ComponentSchema<typeof PaddleNavConfig>;
|
|
22
23
|
popover: ComponentSchema<typeof PopoverConfig>;
|
|
23
24
|
radio: ComponentSchema<typeof RadioConfig>;
|
|
24
25
|
scrim: ComponentSchema<typeof ScrimConfig>;
|