@yahoo/uds 3.152.0 → 3.153.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 +25 -0
- package/dist/automated-config/dist/generated/autoVariants.d.cts +6 -0
- package/dist/automated-config/dist/generated/autoVariants.d.ts +6 -0
- package/dist/automated-config/dist/generated/autoVariants.js +25 -0
- package/dist/automated-config/dist/generated/generatedConfigs.cjs +1368 -0
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +169 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +169 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +1368 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +198 -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 +198 -0
- package/dist/automated-config/dist/types/ComponentConfig.d.cts +2 -0
- package/dist/automated-config/dist/types/ComponentConfig.d.ts +2 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +13 -20
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +14 -2
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +14 -2
- package/dist/automated-config/dist/utils/buildConfigSchema.js +13 -20
- package/dist/automated-config/dist/utils/componentStatePseudoStates.cjs +15 -0
- package/dist/automated-config/dist/utils/componentStatePseudoStates.js +14 -0
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.cjs +4 -2
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.cts +1 -1
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.d.ts +1 -1
- package/dist/automated-config/dist/utils/getConfigVariantPseudoStates.js +4 -2
- package/dist/automated-config/dist/utils/index.cjs +114 -48
- package/dist/automated-config/dist/utils/index.d.cts +25 -2
- package/dist/automated-config/dist/utils/index.d.ts +25 -2
- package/dist/automated-config/dist/utils/index.js +114 -49
- 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/Pagination/Pagination.cjs +62 -0
- package/dist/components/client/Pagination/Pagination.d.cts +28 -0
- package/dist/components/client/Pagination/Pagination.d.ts +29 -0
- package/dist/components/client/Pagination/Pagination.js +60 -0
- package/dist/components/client/Pagination/PaginationEllipsis.cjs +24 -0
- package/dist/components/client/Pagination/PaginationEllipsis.d.cts +10 -0
- package/dist/components/client/Pagination/PaginationEllipsis.d.ts +11 -0
- package/dist/components/client/Pagination/PaginationEllipsis.js +22 -0
- package/dist/components/client/Pagination/PaginationItem.cjs +52 -0
- package/dist/components/client/Pagination/PaginationItem.d.cts +10 -0
- package/dist/components/client/Pagination/PaginationItem.d.ts +11 -0
- package/dist/components/client/Pagination/PaginationItem.js +50 -0
- package/dist/components/client/Pagination/PaginationLink.cjs +53 -0
- package/dist/components/client/Pagination/PaginationLink.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationLink.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationLink.js +51 -0
- package/dist/components/client/Pagination/PaginationNext.cjs +56 -0
- package/dist/components/client/Pagination/PaginationNext.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationNext.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationNext.js +54 -0
- package/dist/components/client/Pagination/PaginationNumbers.cjs +52 -0
- package/dist/components/client/Pagination/PaginationNumbers.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationNumbers.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationNumbers.js +50 -0
- package/dist/components/client/Pagination/PaginationPrev.cjs +56 -0
- package/dist/components/client/Pagination/PaginationPrev.d.cts +9 -0
- package/dist/components/client/Pagination/PaginationPrev.d.ts +10 -0
- package/dist/components/client/Pagination/PaginationPrev.js +54 -0
- package/dist/components/client/Pagination/computeVisiblePages.cjs +22 -0
- package/dist/components/client/Pagination/computeVisiblePages.d.cts +18 -0
- package/dist/components/client/Pagination/computeVisiblePages.d.ts +19 -0
- package/dist/components/client/Pagination/computeVisiblePages.js +21 -0
- package/dist/components/client/Pagination/ellipsisDefault.cjs +33 -0
- package/dist/components/client/Pagination/ellipsisDefault.d.cts +10 -0
- package/dist/components/client/Pagination/ellipsisDefault.d.ts +11 -0
- package/dist/components/client/Pagination/ellipsisDefault.js +32 -0
- package/dist/components/client/Pagination/ellipsisNone.cjs +29 -0
- package/dist/components/client/Pagination/ellipsisNone.d.cts +10 -0
- package/dist/components/client/Pagination/ellipsisNone.d.ts +11 -0
- package/dist/components/client/Pagination/ellipsisNone.js +28 -0
- package/dist/components/client/Pagination/index.cjs +19 -0
- package/dist/components/client/Pagination/index.d.cts +10 -0
- package/dist/components/client/Pagination/index.d.ts +11 -0
- package/dist/components/client/Pagination/index.js +11 -0
- package/dist/components/client/Pagination/paginationContext.cjs +44 -0
- package/dist/components/client/Pagination/paginationContext.d.cts +34 -0
- package/dist/components/client/Pagination/paginationContext.d.ts +35 -0
- package/dist/components/client/Pagination/paginationContext.js +38 -0
- package/dist/components/client/Pagination/paginationStyles.cjs +72 -0
- package/dist/components/client/Pagination/paginationStyles.d.cts +14 -0
- package/dist/components/client/Pagination/paginationStyles.d.ts +15 -0
- package/dist/components/client/Pagination/paginationStyles.js +63 -0
- package/dist/components/client/index.cjs +14 -0
- package/dist/components/client/index.d.cts +8 -1
- package/dist/components/client/index.d.ts +8 -1
- package/dist/components/client/index.js +8 -1
- package/dist/components/index.cjs +14 -0
- package/dist/components/index.d.cts +8 -1
- package/dist/components/index.d.ts +8 -1
- package/dist/components/index.js +8 -1
- package/dist/config/dist/index.cjs +272 -2
- package/dist/config/dist/index.js +272 -2
- package/dist/css/dist/css/utils.cjs +5 -1
- package/dist/css/dist/css/utils.js +5 -1
- package/dist/css/dist/packages/config/dist/index.cjs +272 -2
- package/dist/css/dist/packages/config/dist/index.js +272 -2
- package/dist/css/dist/purger/optimized/purgeFromCode.cjs +6 -4
- package/dist/css/dist/purger/optimized/purgeFromCode.js +6 -4
- package/dist/index.cjs +16 -0
- package/dist/index.d.cts +11 -4
- package/dist/index.d.ts +11 -4
- package/dist/index.js +10 -3
- package/dist/styles/styler.d.cts +13 -7
- package/dist/styles/styler.d.ts +13 -7
- package/dist/styles/variants.d.cts +27 -0
- package/dist/styles/variants.d.ts +27 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +1368 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +1368 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.cjs +16 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/componentStatePseudoStates.js +15 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +113 -48
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +113 -48
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +272 -2
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +272 -2
- 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/getShadowStyles.d.cts +2 -2
- package/dist/tailwind-internal/dist/utils/getShadowStyles.d.ts +2 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.cjs +3 -2
- package/dist/tailwind-v3/dist/purger/legacy/purgeCSS.js +3 -2
- 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 +2 -0
- package/dist/tokens/automation/index.d.cts +3 -3
- package/dist/tokens/automation/index.d.ts +3 -3
- package/dist/tokens/automation/index.js +3 -3
- package/dist/tokens/index.cjs +2 -0
- package/dist/tokens/index.d.cts +4 -4
- package/dist/tokens/index.d.ts +4 -4
- package/dist/tokens/index.js +3 -3
- package/dist/tokens/types.d.cts +2 -2
- package/dist/tokens/types.d.ts +2 -2
- package/dist/types/dist/index.d.cts +83 -1
- package/dist/types/dist/index.d.ts +83 -1
- package/dist/uds/generated/componentData.cjs +2159 -1772
- package/dist/uds/generated/componentData.js +2159 -1772
- package/dist/uds/generated/tailwindPurge.cjs +73 -5
- package/dist/uds/generated/tailwindPurge.js +73 -5
- package/generated/componentData.json +2751 -2284
- package/generated/tailwindPurge.ts +4 -4
- package/package.json +1 -1
|
@@ -28948,8 +28948,278 @@ const defaultTokensConfig = {
|
|
|
28948
28948
|
}
|
|
28949
28949
|
}
|
|
28950
28950
|
},
|
|
28951
|
-
version: "v0.
|
|
28952
|
-
|
|
28951
|
+
version: "v0.95.0",
|
|
28952
|
+
pagination: {
|
|
28953
|
+
defaults: {
|
|
28954
|
+
size: "md",
|
|
28955
|
+
variant: "default"
|
|
28956
|
+
},
|
|
28957
|
+
variables: {
|
|
28958
|
+
"size/md/icon": { size: { rest: {
|
|
28959
|
+
type: "iconSizes",
|
|
28960
|
+
value: "sm",
|
|
28961
|
+
valueType: "alias"
|
|
28962
|
+
} } },
|
|
28963
|
+
"size/md/item": {
|
|
28964
|
+
borderRadius: { rest: {
|
|
28965
|
+
type: "borderRadii",
|
|
28966
|
+
value: "full",
|
|
28967
|
+
valueType: "alias"
|
|
28968
|
+
} },
|
|
28969
|
+
spacing: { rest: {
|
|
28970
|
+
type: "spacingAliases",
|
|
28971
|
+
value: "2",
|
|
28972
|
+
valueType: "alias"
|
|
28973
|
+
} }
|
|
28974
|
+
},
|
|
28975
|
+
"size/md/root": { gap: { rest: {
|
|
28976
|
+
type: "spacingAliases",
|
|
28977
|
+
value: "0",
|
|
28978
|
+
valueType: "alias"
|
|
28979
|
+
} } },
|
|
28980
|
+
"size/md/text": { textVariant: { rest: {
|
|
28981
|
+
type: "textVariants",
|
|
28982
|
+
value: "ui2",
|
|
28983
|
+
valueType: "alias"
|
|
28984
|
+
} } },
|
|
28985
|
+
"size/sm/icon": { size: { rest: {
|
|
28986
|
+
type: "iconSizes",
|
|
28987
|
+
value: "sm",
|
|
28988
|
+
valueType: "alias"
|
|
28989
|
+
} } },
|
|
28990
|
+
"size/sm/item": {
|
|
28991
|
+
borderRadius: { rest: {
|
|
28992
|
+
type: "borderRadii",
|
|
28993
|
+
value: "full",
|
|
28994
|
+
valueType: "alias"
|
|
28995
|
+
} },
|
|
28996
|
+
spacing: { rest: {
|
|
28997
|
+
type: "spacingAliases",
|
|
28998
|
+
value: "1.5",
|
|
28999
|
+
valueType: "alias"
|
|
29000
|
+
} }
|
|
29001
|
+
},
|
|
29002
|
+
"size/sm/root": { gap: { rest: {
|
|
29003
|
+
type: "spacingAliases",
|
|
29004
|
+
value: "0",
|
|
29005
|
+
valueType: "alias"
|
|
29006
|
+
} } },
|
|
29007
|
+
"size/sm/text": { textVariant: { rest: {
|
|
29008
|
+
type: "textVariants",
|
|
29009
|
+
value: "ui2",
|
|
29010
|
+
valueType: "alias"
|
|
29011
|
+
} } },
|
|
29012
|
+
"variant/default/active/off/root": {
|
|
29013
|
+
backgroundColor: {
|
|
29014
|
+
hover: {
|
|
29015
|
+
type: "backgroundPaletteColors",
|
|
29016
|
+
value: "brand-secondary",
|
|
29017
|
+
valueType: "alias"
|
|
29018
|
+
},
|
|
29019
|
+
pressed: {
|
|
29020
|
+
type: "spectrumColors",
|
|
29021
|
+
value: "purple-2",
|
|
29022
|
+
valueType: "alias"
|
|
29023
|
+
},
|
|
29024
|
+
rest: {
|
|
29025
|
+
type: "alwaysPaletteAliases",
|
|
29026
|
+
value: "always/transparent",
|
|
29027
|
+
valueType: "alias"
|
|
29028
|
+
}
|
|
29029
|
+
},
|
|
29030
|
+
color: {
|
|
29031
|
+
hover: {
|
|
29032
|
+
type: "foregroundPaletteColors",
|
|
29033
|
+
value: "secondary",
|
|
29034
|
+
valueType: "alias"
|
|
29035
|
+
},
|
|
29036
|
+
pressed: {
|
|
29037
|
+
type: "foregroundPaletteColors",
|
|
29038
|
+
value: "secondary",
|
|
29039
|
+
valueType: "alias"
|
|
29040
|
+
},
|
|
29041
|
+
rest: {
|
|
29042
|
+
type: "foregroundPaletteColors",
|
|
29043
|
+
value: "secondary",
|
|
29044
|
+
valueType: "alias"
|
|
29045
|
+
}
|
|
29046
|
+
},
|
|
29047
|
+
borderColor: {
|
|
29048
|
+
hover: {
|
|
29049
|
+
type: "alwaysPaletteAliases",
|
|
29050
|
+
value: "always/transparent",
|
|
29051
|
+
valueType: "alias"
|
|
29052
|
+
},
|
|
29053
|
+
pressed: {
|
|
29054
|
+
type: "alwaysPaletteAliases",
|
|
29055
|
+
value: "always/transparent",
|
|
29056
|
+
valueType: "alias"
|
|
29057
|
+
},
|
|
29058
|
+
rest: {
|
|
29059
|
+
type: "alwaysPaletteAliases",
|
|
29060
|
+
value: "always/transparent",
|
|
29061
|
+
valueType: "alias"
|
|
29062
|
+
}
|
|
29063
|
+
},
|
|
29064
|
+
borderWidth: {
|
|
29065
|
+
hover: {
|
|
29066
|
+
type: "borderWidths",
|
|
29067
|
+
value: "none",
|
|
29068
|
+
valueType: "alias"
|
|
29069
|
+
},
|
|
29070
|
+
pressed: {
|
|
29071
|
+
type: "borderWidths",
|
|
29072
|
+
value: "none",
|
|
29073
|
+
valueType: "alias"
|
|
29074
|
+
},
|
|
29075
|
+
rest: {
|
|
29076
|
+
type: "borderWidths",
|
|
29077
|
+
value: "none",
|
|
29078
|
+
valueType: "alias"
|
|
29079
|
+
}
|
|
29080
|
+
},
|
|
29081
|
+
shadow: {
|
|
29082
|
+
hover: {
|
|
29083
|
+
type: "shadowVariants",
|
|
29084
|
+
value: "none",
|
|
29085
|
+
valueType: "alias"
|
|
29086
|
+
},
|
|
29087
|
+
pressed: {
|
|
29088
|
+
type: "shadowVariants",
|
|
29089
|
+
value: "none",
|
|
29090
|
+
valueType: "alias"
|
|
29091
|
+
},
|
|
29092
|
+
rest: {
|
|
29093
|
+
type: "shadowVariants",
|
|
29094
|
+
value: "none",
|
|
29095
|
+
valueType: "alias"
|
|
29096
|
+
}
|
|
29097
|
+
},
|
|
29098
|
+
insetShadow: {
|
|
29099
|
+
hover: {
|
|
29100
|
+
type: "shadowVariantsWithInvert",
|
|
29101
|
+
value: "none",
|
|
29102
|
+
valueType: "alias"
|
|
29103
|
+
},
|
|
29104
|
+
pressed: {
|
|
29105
|
+
type: "shadowVariantsWithInvert",
|
|
29106
|
+
value: "sm",
|
|
29107
|
+
valueType: "alias"
|
|
29108
|
+
},
|
|
29109
|
+
rest: {
|
|
29110
|
+
type: "shadowVariantsWithInvert",
|
|
29111
|
+
value: "none",
|
|
29112
|
+
valueType: "alias"
|
|
29113
|
+
}
|
|
29114
|
+
}
|
|
29115
|
+
},
|
|
29116
|
+
"variant/default/active/on/root": {
|
|
29117
|
+
backgroundColor: {
|
|
29118
|
+
hover: {
|
|
29119
|
+
type: "backgroundPaletteColors",
|
|
29120
|
+
value: "brand",
|
|
29121
|
+
valueType: "alias"
|
|
29122
|
+
},
|
|
29123
|
+
pressed: {
|
|
29124
|
+
type: "backgroundPaletteColors",
|
|
29125
|
+
value: "brand",
|
|
29126
|
+
valueType: "alias"
|
|
29127
|
+
},
|
|
29128
|
+
rest: {
|
|
29129
|
+
type: "backgroundPaletteColors",
|
|
29130
|
+
value: "brand",
|
|
29131
|
+
valueType: "alias"
|
|
29132
|
+
}
|
|
29133
|
+
},
|
|
29134
|
+
color: {
|
|
29135
|
+
hover: {
|
|
29136
|
+
type: "foregroundPaletteColors",
|
|
29137
|
+
value: "on-color",
|
|
29138
|
+
valueType: "alias"
|
|
29139
|
+
},
|
|
29140
|
+
pressed: {
|
|
29141
|
+
type: "foregroundPaletteColors",
|
|
29142
|
+
value: "on-color",
|
|
29143
|
+
valueType: "alias"
|
|
29144
|
+
},
|
|
29145
|
+
rest: {
|
|
29146
|
+
type: "foregroundPaletteColors",
|
|
29147
|
+
value: "on-color",
|
|
29148
|
+
valueType: "alias"
|
|
29149
|
+
}
|
|
29150
|
+
},
|
|
29151
|
+
borderColor: {
|
|
29152
|
+
hover: {
|
|
29153
|
+
type: "alwaysPaletteAliases",
|
|
29154
|
+
value: "always/transparent",
|
|
29155
|
+
valueType: "alias"
|
|
29156
|
+
},
|
|
29157
|
+
pressed: {
|
|
29158
|
+
type: "alwaysPaletteAliases",
|
|
29159
|
+
value: "always/transparent",
|
|
29160
|
+
valueType: "alias"
|
|
29161
|
+
},
|
|
29162
|
+
rest: {
|
|
29163
|
+
type: "alwaysPaletteAliases",
|
|
29164
|
+
value: "always/transparent",
|
|
29165
|
+
valueType: "alias"
|
|
29166
|
+
}
|
|
29167
|
+
},
|
|
29168
|
+
borderWidth: {
|
|
29169
|
+
hover: {
|
|
29170
|
+
type: "borderWidths",
|
|
29171
|
+
value: "none",
|
|
29172
|
+
valueType: "alias"
|
|
29173
|
+
},
|
|
29174
|
+
pressed: {
|
|
29175
|
+
type: "borderWidths",
|
|
29176
|
+
value: "none",
|
|
29177
|
+
valueType: "alias"
|
|
29178
|
+
},
|
|
29179
|
+
rest: {
|
|
29180
|
+
type: "borderWidths",
|
|
29181
|
+
value: "none",
|
|
29182
|
+
valueType: "alias"
|
|
29183
|
+
}
|
|
29184
|
+
},
|
|
29185
|
+
shadow: {
|
|
29186
|
+
hover: {
|
|
29187
|
+
type: "shadowVariants",
|
|
29188
|
+
value: "none",
|
|
29189
|
+
valueType: "alias"
|
|
29190
|
+
},
|
|
29191
|
+
pressed: {
|
|
29192
|
+
type: "shadowVariants",
|
|
29193
|
+
value: "none",
|
|
29194
|
+
valueType: "alias"
|
|
29195
|
+
},
|
|
29196
|
+
rest: {
|
|
29197
|
+
type: "shadowVariants",
|
|
29198
|
+
value: "none",
|
|
29199
|
+
valueType: "alias"
|
|
29200
|
+
}
|
|
29201
|
+
},
|
|
29202
|
+
insetShadow: {
|
|
29203
|
+
hover: {
|
|
29204
|
+
type: "shadowVariantsWithInvert",
|
|
29205
|
+
value: "none",
|
|
29206
|
+
valueType: "alias"
|
|
29207
|
+
},
|
|
29208
|
+
pressed: {
|
|
29209
|
+
type: "shadowVariantsWithInvert",
|
|
29210
|
+
value: "none",
|
|
29211
|
+
valueType: "alias"
|
|
29212
|
+
},
|
|
29213
|
+
rest: {
|
|
29214
|
+
type: "shadowVariantsWithInvert",
|
|
29215
|
+
value: "none",
|
|
29216
|
+
valueType: "alias"
|
|
29217
|
+
}
|
|
29218
|
+
}
|
|
29219
|
+
}
|
|
29220
|
+
}
|
|
29221
|
+
},
|
|
29222
|
+
version: "v0.95.0"
|
|
28953
29223
|
};
|
|
28954
29224
|
//#endregion
|
|
28955
29225
|
exports.defaultTokensConfig = defaultTokensConfig;
|
|
@@ -28948,8 +28948,278 @@ const defaultTokensConfig = {
|
|
|
28948
28948
|
}
|
|
28949
28949
|
}
|
|
28950
28950
|
},
|
|
28951
|
-
version: "v0.
|
|
28952
|
-
|
|
28951
|
+
version: "v0.95.0",
|
|
28952
|
+
pagination: {
|
|
28953
|
+
defaults: {
|
|
28954
|
+
size: "md",
|
|
28955
|
+
variant: "default"
|
|
28956
|
+
},
|
|
28957
|
+
variables: {
|
|
28958
|
+
"size/md/icon": { size: { rest: {
|
|
28959
|
+
type: "iconSizes",
|
|
28960
|
+
value: "sm",
|
|
28961
|
+
valueType: "alias"
|
|
28962
|
+
} } },
|
|
28963
|
+
"size/md/item": {
|
|
28964
|
+
borderRadius: { rest: {
|
|
28965
|
+
type: "borderRadii",
|
|
28966
|
+
value: "full",
|
|
28967
|
+
valueType: "alias"
|
|
28968
|
+
} },
|
|
28969
|
+
spacing: { rest: {
|
|
28970
|
+
type: "spacingAliases",
|
|
28971
|
+
value: "2",
|
|
28972
|
+
valueType: "alias"
|
|
28973
|
+
} }
|
|
28974
|
+
},
|
|
28975
|
+
"size/md/root": { gap: { rest: {
|
|
28976
|
+
type: "spacingAliases",
|
|
28977
|
+
value: "0",
|
|
28978
|
+
valueType: "alias"
|
|
28979
|
+
} } },
|
|
28980
|
+
"size/md/text": { textVariant: { rest: {
|
|
28981
|
+
type: "textVariants",
|
|
28982
|
+
value: "ui2",
|
|
28983
|
+
valueType: "alias"
|
|
28984
|
+
} } },
|
|
28985
|
+
"size/sm/icon": { size: { rest: {
|
|
28986
|
+
type: "iconSizes",
|
|
28987
|
+
value: "sm",
|
|
28988
|
+
valueType: "alias"
|
|
28989
|
+
} } },
|
|
28990
|
+
"size/sm/item": {
|
|
28991
|
+
borderRadius: { rest: {
|
|
28992
|
+
type: "borderRadii",
|
|
28993
|
+
value: "full",
|
|
28994
|
+
valueType: "alias"
|
|
28995
|
+
} },
|
|
28996
|
+
spacing: { rest: {
|
|
28997
|
+
type: "spacingAliases",
|
|
28998
|
+
value: "1.5",
|
|
28999
|
+
valueType: "alias"
|
|
29000
|
+
} }
|
|
29001
|
+
},
|
|
29002
|
+
"size/sm/root": { gap: { rest: {
|
|
29003
|
+
type: "spacingAliases",
|
|
29004
|
+
value: "0",
|
|
29005
|
+
valueType: "alias"
|
|
29006
|
+
} } },
|
|
29007
|
+
"size/sm/text": { textVariant: { rest: {
|
|
29008
|
+
type: "textVariants",
|
|
29009
|
+
value: "ui2",
|
|
29010
|
+
valueType: "alias"
|
|
29011
|
+
} } },
|
|
29012
|
+
"variant/default/active/off/root": {
|
|
29013
|
+
backgroundColor: {
|
|
29014
|
+
hover: {
|
|
29015
|
+
type: "backgroundPaletteColors",
|
|
29016
|
+
value: "brand-secondary",
|
|
29017
|
+
valueType: "alias"
|
|
29018
|
+
},
|
|
29019
|
+
pressed: {
|
|
29020
|
+
type: "spectrumColors",
|
|
29021
|
+
value: "purple-2",
|
|
29022
|
+
valueType: "alias"
|
|
29023
|
+
},
|
|
29024
|
+
rest: {
|
|
29025
|
+
type: "alwaysPaletteAliases",
|
|
29026
|
+
value: "always/transparent",
|
|
29027
|
+
valueType: "alias"
|
|
29028
|
+
}
|
|
29029
|
+
},
|
|
29030
|
+
color: {
|
|
29031
|
+
hover: {
|
|
29032
|
+
type: "foregroundPaletteColors",
|
|
29033
|
+
value: "secondary",
|
|
29034
|
+
valueType: "alias"
|
|
29035
|
+
},
|
|
29036
|
+
pressed: {
|
|
29037
|
+
type: "foregroundPaletteColors",
|
|
29038
|
+
value: "secondary",
|
|
29039
|
+
valueType: "alias"
|
|
29040
|
+
},
|
|
29041
|
+
rest: {
|
|
29042
|
+
type: "foregroundPaletteColors",
|
|
29043
|
+
value: "secondary",
|
|
29044
|
+
valueType: "alias"
|
|
29045
|
+
}
|
|
29046
|
+
},
|
|
29047
|
+
borderColor: {
|
|
29048
|
+
hover: {
|
|
29049
|
+
type: "alwaysPaletteAliases",
|
|
29050
|
+
value: "always/transparent",
|
|
29051
|
+
valueType: "alias"
|
|
29052
|
+
},
|
|
29053
|
+
pressed: {
|
|
29054
|
+
type: "alwaysPaletteAliases",
|
|
29055
|
+
value: "always/transparent",
|
|
29056
|
+
valueType: "alias"
|
|
29057
|
+
},
|
|
29058
|
+
rest: {
|
|
29059
|
+
type: "alwaysPaletteAliases",
|
|
29060
|
+
value: "always/transparent",
|
|
29061
|
+
valueType: "alias"
|
|
29062
|
+
}
|
|
29063
|
+
},
|
|
29064
|
+
borderWidth: {
|
|
29065
|
+
hover: {
|
|
29066
|
+
type: "borderWidths",
|
|
29067
|
+
value: "none",
|
|
29068
|
+
valueType: "alias"
|
|
29069
|
+
},
|
|
29070
|
+
pressed: {
|
|
29071
|
+
type: "borderWidths",
|
|
29072
|
+
value: "none",
|
|
29073
|
+
valueType: "alias"
|
|
29074
|
+
},
|
|
29075
|
+
rest: {
|
|
29076
|
+
type: "borderWidths",
|
|
29077
|
+
value: "none",
|
|
29078
|
+
valueType: "alias"
|
|
29079
|
+
}
|
|
29080
|
+
},
|
|
29081
|
+
shadow: {
|
|
29082
|
+
hover: {
|
|
29083
|
+
type: "shadowVariants",
|
|
29084
|
+
value: "none",
|
|
29085
|
+
valueType: "alias"
|
|
29086
|
+
},
|
|
29087
|
+
pressed: {
|
|
29088
|
+
type: "shadowVariants",
|
|
29089
|
+
value: "none",
|
|
29090
|
+
valueType: "alias"
|
|
29091
|
+
},
|
|
29092
|
+
rest: {
|
|
29093
|
+
type: "shadowVariants",
|
|
29094
|
+
value: "none",
|
|
29095
|
+
valueType: "alias"
|
|
29096
|
+
}
|
|
29097
|
+
},
|
|
29098
|
+
insetShadow: {
|
|
29099
|
+
hover: {
|
|
29100
|
+
type: "shadowVariantsWithInvert",
|
|
29101
|
+
value: "none",
|
|
29102
|
+
valueType: "alias"
|
|
29103
|
+
},
|
|
29104
|
+
pressed: {
|
|
29105
|
+
type: "shadowVariantsWithInvert",
|
|
29106
|
+
value: "sm",
|
|
29107
|
+
valueType: "alias"
|
|
29108
|
+
},
|
|
29109
|
+
rest: {
|
|
29110
|
+
type: "shadowVariantsWithInvert",
|
|
29111
|
+
value: "none",
|
|
29112
|
+
valueType: "alias"
|
|
29113
|
+
}
|
|
29114
|
+
}
|
|
29115
|
+
},
|
|
29116
|
+
"variant/default/active/on/root": {
|
|
29117
|
+
backgroundColor: {
|
|
29118
|
+
hover: {
|
|
29119
|
+
type: "backgroundPaletteColors",
|
|
29120
|
+
value: "brand",
|
|
29121
|
+
valueType: "alias"
|
|
29122
|
+
},
|
|
29123
|
+
pressed: {
|
|
29124
|
+
type: "backgroundPaletteColors",
|
|
29125
|
+
value: "brand",
|
|
29126
|
+
valueType: "alias"
|
|
29127
|
+
},
|
|
29128
|
+
rest: {
|
|
29129
|
+
type: "backgroundPaletteColors",
|
|
29130
|
+
value: "brand",
|
|
29131
|
+
valueType: "alias"
|
|
29132
|
+
}
|
|
29133
|
+
},
|
|
29134
|
+
color: {
|
|
29135
|
+
hover: {
|
|
29136
|
+
type: "foregroundPaletteColors",
|
|
29137
|
+
value: "on-color",
|
|
29138
|
+
valueType: "alias"
|
|
29139
|
+
},
|
|
29140
|
+
pressed: {
|
|
29141
|
+
type: "foregroundPaletteColors",
|
|
29142
|
+
value: "on-color",
|
|
29143
|
+
valueType: "alias"
|
|
29144
|
+
},
|
|
29145
|
+
rest: {
|
|
29146
|
+
type: "foregroundPaletteColors",
|
|
29147
|
+
value: "on-color",
|
|
29148
|
+
valueType: "alias"
|
|
29149
|
+
}
|
|
29150
|
+
},
|
|
29151
|
+
borderColor: {
|
|
29152
|
+
hover: {
|
|
29153
|
+
type: "alwaysPaletteAliases",
|
|
29154
|
+
value: "always/transparent",
|
|
29155
|
+
valueType: "alias"
|
|
29156
|
+
},
|
|
29157
|
+
pressed: {
|
|
29158
|
+
type: "alwaysPaletteAliases",
|
|
29159
|
+
value: "always/transparent",
|
|
29160
|
+
valueType: "alias"
|
|
29161
|
+
},
|
|
29162
|
+
rest: {
|
|
29163
|
+
type: "alwaysPaletteAliases",
|
|
29164
|
+
value: "always/transparent",
|
|
29165
|
+
valueType: "alias"
|
|
29166
|
+
}
|
|
29167
|
+
},
|
|
29168
|
+
borderWidth: {
|
|
29169
|
+
hover: {
|
|
29170
|
+
type: "borderWidths",
|
|
29171
|
+
value: "none",
|
|
29172
|
+
valueType: "alias"
|
|
29173
|
+
},
|
|
29174
|
+
pressed: {
|
|
29175
|
+
type: "borderWidths",
|
|
29176
|
+
value: "none",
|
|
29177
|
+
valueType: "alias"
|
|
29178
|
+
},
|
|
29179
|
+
rest: {
|
|
29180
|
+
type: "borderWidths",
|
|
29181
|
+
value: "none",
|
|
29182
|
+
valueType: "alias"
|
|
29183
|
+
}
|
|
29184
|
+
},
|
|
29185
|
+
shadow: {
|
|
29186
|
+
hover: {
|
|
29187
|
+
type: "shadowVariants",
|
|
29188
|
+
value: "none",
|
|
29189
|
+
valueType: "alias"
|
|
29190
|
+
},
|
|
29191
|
+
pressed: {
|
|
29192
|
+
type: "shadowVariants",
|
|
29193
|
+
value: "none",
|
|
29194
|
+
valueType: "alias"
|
|
29195
|
+
},
|
|
29196
|
+
rest: {
|
|
29197
|
+
type: "shadowVariants",
|
|
29198
|
+
value: "none",
|
|
29199
|
+
valueType: "alias"
|
|
29200
|
+
}
|
|
29201
|
+
},
|
|
29202
|
+
insetShadow: {
|
|
29203
|
+
hover: {
|
|
29204
|
+
type: "shadowVariantsWithInvert",
|
|
29205
|
+
value: "none",
|
|
29206
|
+
valueType: "alias"
|
|
29207
|
+
},
|
|
29208
|
+
pressed: {
|
|
29209
|
+
type: "shadowVariantsWithInvert",
|
|
29210
|
+
value: "none",
|
|
29211
|
+
valueType: "alias"
|
|
29212
|
+
},
|
|
29213
|
+
rest: {
|
|
29214
|
+
type: "shadowVariantsWithInvert",
|
|
29215
|
+
value: "none",
|
|
29216
|
+
valueType: "alias"
|
|
29217
|
+
}
|
|
29218
|
+
}
|
|
29219
|
+
}
|
|
29220
|
+
}
|
|
29221
|
+
},
|
|
29222
|
+
version: "v0.95.0"
|
|
28953
29223
|
};
|
|
28954
29224
|
//#endregion
|
|
28955
29225
|
export { defaultTokensConfig };
|
|
@@ -32,6 +32,7 @@ const componentsPlugin = (/* @__PURE__ */ require_runtime.__toESM(require_plugin
|
|
|
32
32
|
addComponents(require_index$1.generateStyles(require_generatedConfigs.TabsConfig, config.tabs, theme, previewOptions));
|
|
33
33
|
addComponents(require_index$1.generateStyles(require_generatedConfigs.ModalConfig, config.modal, theme, previewOptions));
|
|
34
34
|
addComponents(require_index$1.generateStyles(require_generatedConfigs.PaddleNavConfig, config.paddleNav, theme, previewOptions));
|
|
35
|
+
addComponents(require_index$1.generateStyles(require_generatedConfigs.PaginationConfig, config.pagination, theme, previewOptions));
|
|
35
36
|
}, () => ({ theme: { extend: { opacity: require_index.opacityMap } } }));
|
|
36
37
|
//#endregion
|
|
37
38
|
exports.componentsPlugin = componentsPlugin;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { __toESM } from "../_virtual/_rolldown/runtime.js";
|
|
3
3
|
import { require_plugin } from "../node_modules/.bun/tailwindcss@3.4.19_7500dce058369e0a/node_modules/tailwindcss/plugin.js";
|
|
4
4
|
import { opacityMap } from "../packages/fixtures/dist/index.js";
|
|
5
|
-
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 "../packages/automated-config/dist/generated/generatedConfigs.js";
|
|
5
|
+
import { AvatarConfig, BadgeConfig, BannerConfig, BottomSheetConfig, ButtonConfig, CheckboxConfig, ChipConfig, DividerConfig, IconButtonConfig, InputConfig, LinkConfig, MenuContentConfig, MenuItemConfig, ModalConfig, PaddleNavConfig, PaginationConfig, PopoverConfig, RadioConfig, ScrimConfig, SwitchConfig, TabConfig, TabsConfig, ToastConfig, TooltipConfig } from "../packages/automated-config/dist/generated/generatedConfigs.js";
|
|
6
6
|
import { generateStyles } from "../packages/automated-config/dist/utils/index.js";
|
|
7
7
|
//#region ../tailwind-internal/dist/plugins/components.js
|
|
8
8
|
/*! © 2026 Yahoo, Inc. UDS Tailwind Internal v0.0.0-development */
|
|
@@ -32,6 +32,7 @@ const componentsPlugin = (/* @__PURE__ */ __toESM(require_plugin(), 1)).default.
|
|
|
32
32
|
addComponents(generateStyles(TabsConfig, config.tabs, theme, previewOptions));
|
|
33
33
|
addComponents(generateStyles(ModalConfig, config.modal, theme, previewOptions));
|
|
34
34
|
addComponents(generateStyles(PaddleNavConfig, config.paddleNav, theme, previewOptions));
|
|
35
|
+
addComponents(generateStyles(PaginationConfig, config.pagination, theme, previewOptions));
|
|
35
36
|
}, () => ({ theme: { extend: { opacity: opacityMap } } }));
|
|
36
37
|
//#endregion
|
|
37
38
|
export { componentsPlugin };
|
|
@@ -10,8 +10,8 @@ declare function getShadowStyles({
|
|
|
10
10
|
}: {
|
|
11
11
|
config: UniversalTokensConfig;
|
|
12
12
|
shadowType: ShadowType;
|
|
13
|
-
}): Record<".uds-
|
|
14
|
-
readonly [x: string]: "var(--uds-
|
|
13
|
+
}): Record<".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5", {
|
|
14
|
+
readonly [x: string]: "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
15
15
|
readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
16
16
|
}>; //#endregion
|
|
17
17
|
//#endregion
|
|
@@ -10,8 +10,8 @@ declare function getShadowStyles({
|
|
|
10
10
|
}: {
|
|
11
11
|
config: UniversalTokensConfig;
|
|
12
12
|
shadowType: ShadowType;
|
|
13
|
-
}): Record<".uds-
|
|
14
|
-
readonly [x: string]: "var(--uds-
|
|
13
|
+
}): Record<".uds-inset-shadow-none" | ".uds-inset-shadow-xs" | ".uds-inset-shadow-sm" | ".uds-inset-shadow-md" | ".uds-inset-shadow-lg" | ".uds-inset-shadow-xl" | ".uds-inset-shadow-2xl" | ".uds-inset-shadow-elevation-0" | ".uds-inset-shadow-elevation-1" | ".uds-inset-shadow-elevation-2" | ".uds-inset-shadow-elevation-3" | ".uds-inset-shadow-elevation-4" | ".uds-inset-shadow-elevation-5" | ".uds-drop-shadow-none" | ".uds-drop-shadow-xs" | ".uds-drop-shadow-sm" | ".uds-drop-shadow-md" | ".uds-drop-shadow-lg" | ".uds-drop-shadow-xl" | ".uds-drop-shadow-2xl" | ".uds-drop-shadow-elevation-0" | ".uds-drop-shadow-elevation-1" | ".uds-drop-shadow-elevation-2" | ".uds-drop-shadow-elevation-3" | ".uds-drop-shadow-elevation-4" | ".uds-drop-shadow-elevation-5", {
|
|
14
|
+
readonly [x: string]: "var(--uds-inset-shadow-none)" | "var(--uds-inset-shadow-xs)" | "var(--uds-inset-shadow-sm)" | "var(--uds-inset-shadow-md)" | "var(--uds-inset-shadow-lg)" | "var(--uds-inset-shadow-xl)" | "var(--uds-inset-shadow-2xl)" | "var(--uds-inset-shadow-elevation-0)" | "var(--uds-inset-shadow-elevation-1)" | "var(--uds-inset-shadow-elevation-2)" | "var(--uds-inset-shadow-elevation-3)" | "var(--uds-inset-shadow-elevation-4)" | "var(--uds-inset-shadow-elevation-5)" | "var(--uds-drop-shadow-none)" | "var(--uds-drop-shadow-xs)" | "var(--uds-drop-shadow-sm)" | "var(--uds-drop-shadow-md)" | "var(--uds-drop-shadow-lg)" | "var(--uds-drop-shadow-xl)" | "var(--uds-drop-shadow-2xl)" | "var(--uds-drop-shadow-elevation-0)" | "var(--uds-drop-shadow-elevation-1)" | "var(--uds-drop-shadow-elevation-2)" | "var(--uds-drop-shadow-elevation-3)" | "var(--uds-drop-shadow-elevation-4)" | "var(--uds-drop-shadow-elevation-5)" | "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
15
15
|
readonly boxShadow: "var(--uds-drop-shadow, 0 0 transparent), var(--uds-inset-shadow, 0 0 transparent), var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow, 0 0 transparent)";
|
|
16
16
|
}>; //#endregion
|
|
17
17
|
//#endregion
|
|
@@ -114,7 +114,7 @@ const getTailwindSafelist = (project, componentList, variants, generatedPurgeCss
|
|
|
114
114
|
if (variantClass) safeList.push(variantClass.replaceAll("\\", ""));
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
|
-
return Array.from(new Set(safeList)).filter(Boolean);
|
|
117
|
+
return Array.from(new Set(safeList)).filter(Boolean).sort();
|
|
118
118
|
};
|
|
119
119
|
/**
|
|
120
120
|
* Get the used props for a given component.
|
|
@@ -132,11 +132,12 @@ const isUDSComponent = (component, { componentToVariants }) => {
|
|
|
132
132
|
return !!componentToVariants[component];
|
|
133
133
|
};
|
|
134
134
|
const saveToFile = (safeList, outputPath) => {
|
|
135
|
+
const sortedSafeList = [...safeList].sort();
|
|
135
136
|
const fileContent = `
|
|
136
137
|
//! This file is generated by \`uds purge\` from @yahoo/uds
|
|
137
138
|
//! Do not edit directly
|
|
138
139
|
//! If there is issue with this file please report to #ask-uds
|
|
139
|
-
export const safelist = ${JSON.stringify(
|
|
140
|
+
export const safelist = ${JSON.stringify(sortedSafeList)};
|
|
140
141
|
`;
|
|
141
142
|
(0, node_fs.mkdirSync)(node_path.default.dirname(outputPath), { recursive: true });
|
|
142
143
|
(0, node_fs.writeFileSync)(outputPath, fileContent);
|
|
@@ -111,7 +111,7 @@ const getTailwindSafelist = (project, componentList, variants, generatedPurgeCss
|
|
|
111
111
|
if (variantClass) safeList.push(variantClass.replaceAll("\\", ""));
|
|
112
112
|
});
|
|
113
113
|
}
|
|
114
|
-
return Array.from(new Set(safeList)).filter(Boolean);
|
|
114
|
+
return Array.from(new Set(safeList)).filter(Boolean).sort();
|
|
115
115
|
};
|
|
116
116
|
/**
|
|
117
117
|
* Get the used props for a given component.
|
|
@@ -129,11 +129,12 @@ const isUDSComponent = (component, { componentToVariants }) => {
|
|
|
129
129
|
return !!componentToVariants[component];
|
|
130
130
|
};
|
|
131
131
|
const saveToFile = (safeList, outputPath) => {
|
|
132
|
+
const sortedSafeList = [...safeList].sort();
|
|
132
133
|
const fileContent = `
|
|
133
134
|
//! This file is generated by \`uds purge\` from @yahoo/uds
|
|
134
135
|
//! Do not edit directly
|
|
135
136
|
//! If there is issue with this file please report to #ask-uds
|
|
136
|
-
export const safelist = ${JSON.stringify(
|
|
137
|
+
export const safelist = ${JSON.stringify(sortedSafeList)};
|
|
137
138
|
`;
|
|
138
139
|
mkdirSync(path.dirname(outputPath), { recursive: true });
|
|
139
140
|
writeFileSync(outputPath, fileContent);
|
|
@@ -16,6 +16,7 @@ exports.MenuContentConfig = require_generatedConfigs.MenuContentConfig;
|
|
|
16
16
|
exports.MenuItemConfig = require_generatedConfigs.MenuItemConfig;
|
|
17
17
|
exports.ModalConfig = require_generatedConfigs.ModalConfig;
|
|
18
18
|
exports.PaddleNavConfig = require_generatedConfigs.PaddleNavConfig;
|
|
19
|
+
exports.PaginationConfig = require_generatedConfigs.PaginationConfig;
|
|
19
20
|
exports.PopoverConfig = require_generatedConfigs.PopoverConfig;
|
|
20
21
|
exports.RadioConfig = require_generatedConfigs.RadioConfig;
|
|
21
22
|
exports.ScrimConfig = require_generatedConfigs.ScrimConfig;
|