@yahoo/uds 3.157.0 → 3.157.1
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/generatedConfigs.cjs +67 -51
- package/dist/automated-config/dist/generated/generatedConfigs.d.cts +15 -1
- package/dist/automated-config/dist/generated/generatedConfigs.d.ts +15 -1
- package/dist/automated-config/dist/generated/generatedConfigs.js +67 -51
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.cjs +1 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.cts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.d.ts +4 -1
- package/dist/automated-config/dist/generated/universalTokensConfigAuto.js +1 -1
- package/dist/automated-config/dist/properties.cjs +8 -1
- package/dist/automated-config/dist/properties.d.cts +8 -0
- package/dist/automated-config/dist/properties.d.ts +8 -0
- package/dist/automated-config/dist/properties.js +8 -1
- package/dist/automated-config/dist/utils/buildConfigSchema.cjs +7 -0
- package/dist/automated-config/dist/utils/buildConfigSchema.d.cts +10 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.d.ts +10 -3
- package/dist/automated-config/dist/utils/buildConfigSchema.js +7 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.cjs +129 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.cts +133 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.d.ts +133 -0
- package/dist/automated-config/dist/utils/getButtonControlHeight.js +122 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.cjs +114 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.cts +78 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.d.ts +78 -0
- package/dist/automated-config/dist/utils/getButtonControlHeightPx.js +108 -0
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.cts +2 -2
- package/dist/automated-config/dist/utils/getConfigVariantProperties.d.ts +2 -2
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +110 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.cts +19 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.d.ts +19 -0
- package/dist/automated-config/dist/utils/iconButtonMatchButtonHeight.js +108 -0
- package/dist/automated-config/dist/utils/index.cjs +85 -28
- package/dist/automated-config/dist/utils/index.d.cts +15 -4
- package/dist/automated-config/dist/utils/index.d.ts +15 -4
- package/dist/automated-config/dist/utils/index.js +85 -28
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.cjs +15 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.cts +20 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.d.ts +20 -0
- package/dist/automated-config/dist/utils/isConfiguratorPropertyVisible.js +15 -0
- package/dist/components/client/Button.cjs +3 -3
- package/dist/components/client/Button.js +3 -3
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.cts +1 -1
- package/dist/components/client/Menu/Menu.ItemCheckbox.d.ts +1 -1
- package/dist/config/dist/index.cjs +5 -5
- package/dist/config/dist/index.js +5 -5
- package/dist/css/dist/packages/automated-config/dist/properties.cjs +8 -1
- package/dist/css/dist/packages/automated-config/dist/properties.js +8 -1
- package/dist/css/dist/packages/config/dist/index.cjs +5 -5
- package/dist/css/dist/packages/config/dist/index.js +5 -5
- package/dist/css-tokens/dist/index.cjs +2 -0
- package/dist/css-tokens/dist/index.d.cts +2 -1
- package/dist/css-tokens/dist/index.d.ts +2 -1
- package/dist/css-tokens/dist/index.js +2 -1
- package/dist/index.cjs +23 -0
- package/dist/index.d.cts +6 -2
- package/dist/index.d.ts +6 -2
- package/dist/index.js +6 -2
- package/dist/styles/styler.d.cts +12 -12
- package/dist/styles/styler.d.ts +12 -12
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.cjs +67 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/generated/generatedConfigs.js +67 -51
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.cjs +8 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/properties.js +8 -1
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.cjs +126 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/getButtonControlHeight.js +123 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.cjs +20 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/iconButtonMatchButtonHeight.js +20 -0
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.cjs +82 -28
- package/dist/tailwind-internal/dist/packages/automated-config/dist/utils/index.js +82 -28
- package/dist/tailwind-internal/dist/packages/config/dist/index.cjs +5 -5
- package/dist/tailwind-internal/dist/packages/config/dist/index.js +5 -5
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.cjs +2 -0
- package/dist/tailwind-internal/dist/packages/css-tokens/dist/index.js +2 -1
- package/dist/tailwind-internal/dist/plugins/components.cjs +1 -1
- package/dist/tailwind-internal/dist/plugins/components.js +1 -1
- package/dist/tokens/automation/index.cjs +22 -0
- package/dist/tokens/automation/index.d.cts +5 -1
- package/dist/tokens/automation/index.d.ts +5 -1
- package/dist/tokens/automation/index.js +5 -1
- package/dist/tokens/consts/cssTokens.cjs +1 -0
- package/dist/tokens/consts/cssTokens.d.cts +2 -2
- package/dist/tokens/consts/cssTokens.d.ts +2 -2
- package/dist/tokens/consts/cssTokens.js +2 -2
- package/dist/tokens/index.cjs +23 -0
- package/dist/tokens/index.d.cts +6 -2
- package/dist/tokens/index.d.ts +6 -2
- package/dist/tokens/index.js +6 -2
- package/dist/uds/generated/componentData.cjs +133 -130
- package/dist/uds/generated/componentData.js +133 -130
- package/dist/uds/generated/migrationSchemaVersion.cjs +1 -1
- package/dist/uds/generated/migrationSchemaVersion.js +1 -1
- package/dist/uds/generated/tailwindPurge.cjs +5 -5
- package/dist/uds/generated/tailwindPurge.js +5 -5
- package/generated/componentData.json +191 -188
- package/generated/migrationSchemaVersion.ts +1 -1
- package/generated/tailwindPurge.ts +1 -1
- package/package.json +1 -1
|
@@ -1121,6 +1121,7 @@
|
|
|
1121
1121
|
"uds-ring",
|
|
1122
1122
|
"uds-hit-target",
|
|
1123
1123
|
"inline-flex",
|
|
1124
|
+
"max-w-full",
|
|
1124
1125
|
"overflow-hidden",
|
|
1125
1126
|
"justify-center",
|
|
1126
1127
|
"items-center",
|
|
@@ -1137,8 +1138,10 @@
|
|
|
1137
1138
|
"withIcon",
|
|
1138
1139
|
"uds-button-with-gap",
|
|
1139
1140
|
"animate-spin",
|
|
1141
|
+
"min-w-0",
|
|
1140
1142
|
"truncate",
|
|
1141
1143
|
"flex",
|
|
1144
|
+
"shrink-0",
|
|
1142
1145
|
"overflow-clip",
|
|
1143
1146
|
"uds-button-icon-container"
|
|
1144
1147
|
],
|
|
@@ -2964,194 +2967,6 @@
|
|
|
2964
2967
|
"runtimeConfigInternalComponentProps": {},
|
|
2965
2968
|
"motionVarPrefixes": []
|
|
2966
2969
|
},
|
|
2967
|
-
"InputHelpText": {
|
|
2968
|
-
"name": "InputHelpText",
|
|
2969
|
-
"defaultProps": {
|
|
2970
|
-
"size": "md"
|
|
2971
|
-
},
|
|
2972
|
-
"getStylesLiterals": {
|
|
2973
|
-
"inputVariantRoot": "default",
|
|
2974
|
-
"inputVariantValueRoot": "empty",
|
|
2975
|
-
"inputVariantValueRoot:1": "filled"
|
|
2976
|
-
},
|
|
2977
|
-
"cxLiterals": [],
|
|
2978
|
-
"internalComponents": [
|
|
2979
|
-
"InputHelpTextInternal",
|
|
2980
|
-
"Box"
|
|
2981
|
-
],
|
|
2982
|
-
"internalComponentProps": {
|
|
2983
|
-
"Box": {
|
|
2984
|
-
"spacingTop": [
|
|
2985
|
-
"2"
|
|
2986
|
-
]
|
|
2987
|
-
}
|
|
2988
|
-
},
|
|
2989
|
-
"propToVariantKeys": {
|
|
2990
|
-
"size": [
|
|
2991
|
-
"inputSizeRoot"
|
|
2992
|
-
]
|
|
2993
|
-
},
|
|
2994
|
-
"runtimeConfigDefaultProps": {},
|
|
2995
|
-
"runtimeConfigGetStyles": {},
|
|
2996
|
-
"runtimeConfigInternalComponentProps": {},
|
|
2997
|
-
"motionVarPrefixes": []
|
|
2998
|
-
},
|
|
2999
|
-
"Input": {
|
|
3000
|
-
"name": "Input",
|
|
3001
|
-
"defaultProps": {
|
|
3002
|
-
"type": "text",
|
|
3003
|
-
"size": "md",
|
|
3004
|
-
"width": "full"
|
|
3005
|
-
},
|
|
3006
|
-
"getStylesLiterals": {
|
|
3007
|
-
"inputVariantRoot": "default",
|
|
3008
|
-
"inputVariantValueRoot": "empty",
|
|
3009
|
-
"inputVariantValueRoot:1": "filled",
|
|
3010
|
-
"inputVariantInputWrapper": "default",
|
|
3011
|
-
"inputVariantValueInputWrapper": "empty",
|
|
3012
|
-
"inputVariantValueInputWrapper:1": "filled",
|
|
3013
|
-
"inputVariantInput": "default",
|
|
3014
|
-
"inputVariantValueInput": "empty",
|
|
3015
|
-
"inputVariantValueInput:1": "filled",
|
|
3016
|
-
"inputVariantInputPlaceholder": "default",
|
|
3017
|
-
"inputVariantValueInputPlaceholder": "empty",
|
|
3018
|
-
"inputVariantValueInputPlaceholder:1": "filled",
|
|
3019
|
-
"inputVariantLabel": "default",
|
|
3020
|
-
"inputVariantValueLabel": "empty",
|
|
3021
|
-
"inputVariantValueLabel:1": "filled",
|
|
3022
|
-
"inputVariantLabelRequired": "default",
|
|
3023
|
-
"inputVariantValueLabelRequired": "empty",
|
|
3024
|
-
"inputVariantValueLabelRequired:1": "filled",
|
|
3025
|
-
"inputVariantStartIcon": "default",
|
|
3026
|
-
"inputVariantValueStartIcon": "empty",
|
|
3027
|
-
"inputVariantValueStartIcon:1": "filled",
|
|
3028
|
-
"inputVariantEndIcon": "default",
|
|
3029
|
-
"inputVariantValueEndIcon": "empty",
|
|
3030
|
-
"inputVariantValueEndIcon:1": "filled"
|
|
3031
|
-
},
|
|
3032
|
-
"cxLiterals": [
|
|
3033
|
-
"opacity-50",
|
|
3034
|
-
"min-w-[200px]",
|
|
3035
|
-
"grow",
|
|
3036
|
-
"uds-hit-target",
|
|
3037
|
-
"bg-transparent",
|
|
3038
|
-
"bg-clip-text",
|
|
3039
|
-
"focus-visible:outline-none",
|
|
3040
|
-
"cursor-text",
|
|
3041
|
-
"cursor-not-allowed"
|
|
3042
|
-
],
|
|
3043
|
-
"internalComponents": [
|
|
3044
|
-
"IconSlot",
|
|
3045
|
-
"StartIcon",
|
|
3046
|
-
"EndIcon",
|
|
3047
|
-
"HelpTextContent",
|
|
3048
|
-
"Box",
|
|
3049
|
-
"InputHelpTextInternal",
|
|
3050
|
-
"VStack",
|
|
3051
|
-
"HStack",
|
|
3052
|
-
"AnimateHeightChange"
|
|
3053
|
-
],
|
|
3054
|
-
"internalComponentProps": {
|
|
3055
|
-
"HelpTextContent": {
|
|
3056
|
-
"spacingTop": [
|
|
3057
|
-
"2"
|
|
3058
|
-
]
|
|
3059
|
-
},
|
|
3060
|
-
"Box": {
|
|
3061
|
-
"spacingBottom": [
|
|
3062
|
-
"2"
|
|
3063
|
-
],
|
|
3064
|
-
"columnGap": [
|
|
3065
|
-
"0.5"
|
|
3066
|
-
],
|
|
3067
|
-
"alignItems": [
|
|
3068
|
-
"flex-end",
|
|
3069
|
-
"center"
|
|
3070
|
-
],
|
|
3071
|
-
"position": [
|
|
3072
|
-
"relative"
|
|
3073
|
-
]
|
|
3074
|
-
},
|
|
3075
|
-
"HStack": {
|
|
3076
|
-
"alignItems": [
|
|
3077
|
-
"center"
|
|
3078
|
-
],
|
|
3079
|
-
"gap": [
|
|
3080
|
-
"1"
|
|
3081
|
-
]
|
|
3082
|
-
}
|
|
3083
|
-
},
|
|
3084
|
-
"propToVariantKeys": {
|
|
3085
|
-
"size": [
|
|
3086
|
-
"inputSizeRoot",
|
|
3087
|
-
"inputSizeInputWrapperStatic",
|
|
3088
|
-
"inputSizeInputWrapperDynamic",
|
|
3089
|
-
"inputSizeInput",
|
|
3090
|
-
"inputSizeLabel",
|
|
3091
|
-
"inputSizeStartIcon",
|
|
3092
|
-
"inputSizeEndIcon"
|
|
3093
|
-
],
|
|
3094
|
-
"startIcon": [
|
|
3095
|
-
"icon"
|
|
3096
|
-
],
|
|
3097
|
-
"endIcon": [
|
|
3098
|
-
"icon"
|
|
3099
|
-
],
|
|
3100
|
-
"slotProps": [
|
|
3101
|
-
"helperTextSlotProps"
|
|
3102
|
-
],
|
|
3103
|
-
"helperTextIcon": [
|
|
3104
|
-
"startIcon"
|
|
3105
|
-
]
|
|
3106
|
-
},
|
|
3107
|
-
"runtimeConfigDefaultProps": {},
|
|
3108
|
-
"runtimeConfigGetStyles": {},
|
|
3109
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3110
|
-
"motionVarPrefixes": []
|
|
3111
|
-
},
|
|
3112
|
-
"InputHelpTextInternal": {
|
|
3113
|
-
"name": "InputHelpTextInternal",
|
|
3114
|
-
"defaultProps": {},
|
|
3115
|
-
"getStylesLiterals": {
|
|
3116
|
-
"inputVariantHelperText": "default",
|
|
3117
|
-
"inputVariantValueHelperText": "empty",
|
|
3118
|
-
"inputVariantValueHelperText:1": "filled",
|
|
3119
|
-
"inputVariantHelperIcon": "default",
|
|
3120
|
-
"inputVariantValueHelperIcon": "empty",
|
|
3121
|
-
"inputVariantValueHelperIcon:1": "filled"
|
|
3122
|
-
},
|
|
3123
|
-
"cxLiterals": [],
|
|
3124
|
-
"internalComponents": [
|
|
3125
|
-
"IconSlot",
|
|
3126
|
-
"HStack"
|
|
3127
|
-
],
|
|
3128
|
-
"internalComponentProps": {
|
|
3129
|
-
"HStack": {
|
|
3130
|
-
"gap": [
|
|
3131
|
-
"1"
|
|
3132
|
-
],
|
|
3133
|
-
"alignItems": [
|
|
3134
|
-
"center"
|
|
3135
|
-
]
|
|
3136
|
-
}
|
|
3137
|
-
},
|
|
3138
|
-
"propToVariantKeys": {
|
|
3139
|
-
"size": [
|
|
3140
|
-
"inputSizeHelperText",
|
|
3141
|
-
"inputSizeHelperIcon"
|
|
3142
|
-
],
|
|
3143
|
-
"startIcon": [
|
|
3144
|
-
"icon"
|
|
3145
|
-
],
|
|
3146
|
-
"endIcon": [
|
|
3147
|
-
"icon"
|
|
3148
|
-
]
|
|
3149
|
-
},
|
|
3150
|
-
"runtimeConfigDefaultProps": {},
|
|
3151
|
-
"runtimeConfigGetStyles": {},
|
|
3152
|
-
"runtimeConfigInternalComponentProps": {},
|
|
3153
|
-
"motionVarPrefixes": []
|
|
3154
|
-
},
|
|
3155
2970
|
"ChipButton": {
|
|
3156
2971
|
"name": "ChipButton",
|
|
3157
2972
|
"defaultProps": {
|
|
@@ -3353,6 +3168,194 @@
|
|
|
3353
3168
|
"runtimeConfigInternalComponentProps": {},
|
|
3354
3169
|
"motionVarPrefixes": []
|
|
3355
3170
|
},
|
|
3171
|
+
"InputHelpText": {
|
|
3172
|
+
"name": "InputHelpText",
|
|
3173
|
+
"defaultProps": {
|
|
3174
|
+
"size": "md"
|
|
3175
|
+
},
|
|
3176
|
+
"getStylesLiterals": {
|
|
3177
|
+
"inputVariantRoot": "default",
|
|
3178
|
+
"inputVariantValueRoot": "empty",
|
|
3179
|
+
"inputVariantValueRoot:1": "filled"
|
|
3180
|
+
},
|
|
3181
|
+
"cxLiterals": [],
|
|
3182
|
+
"internalComponents": [
|
|
3183
|
+
"InputHelpTextInternal",
|
|
3184
|
+
"Box"
|
|
3185
|
+
],
|
|
3186
|
+
"internalComponentProps": {
|
|
3187
|
+
"Box": {
|
|
3188
|
+
"spacingTop": [
|
|
3189
|
+
"2"
|
|
3190
|
+
]
|
|
3191
|
+
}
|
|
3192
|
+
},
|
|
3193
|
+
"propToVariantKeys": {
|
|
3194
|
+
"size": [
|
|
3195
|
+
"inputSizeRoot"
|
|
3196
|
+
]
|
|
3197
|
+
},
|
|
3198
|
+
"runtimeConfigDefaultProps": {},
|
|
3199
|
+
"runtimeConfigGetStyles": {},
|
|
3200
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3201
|
+
"motionVarPrefixes": []
|
|
3202
|
+
},
|
|
3203
|
+
"Input": {
|
|
3204
|
+
"name": "Input",
|
|
3205
|
+
"defaultProps": {
|
|
3206
|
+
"type": "text",
|
|
3207
|
+
"size": "md",
|
|
3208
|
+
"width": "full"
|
|
3209
|
+
},
|
|
3210
|
+
"getStylesLiterals": {
|
|
3211
|
+
"inputVariantRoot": "default",
|
|
3212
|
+
"inputVariantValueRoot": "empty",
|
|
3213
|
+
"inputVariantValueRoot:1": "filled",
|
|
3214
|
+
"inputVariantInputWrapper": "default",
|
|
3215
|
+
"inputVariantValueInputWrapper": "empty",
|
|
3216
|
+
"inputVariantValueInputWrapper:1": "filled",
|
|
3217
|
+
"inputVariantInput": "default",
|
|
3218
|
+
"inputVariantValueInput": "empty",
|
|
3219
|
+
"inputVariantValueInput:1": "filled",
|
|
3220
|
+
"inputVariantInputPlaceholder": "default",
|
|
3221
|
+
"inputVariantValueInputPlaceholder": "empty",
|
|
3222
|
+
"inputVariantValueInputPlaceholder:1": "filled",
|
|
3223
|
+
"inputVariantLabel": "default",
|
|
3224
|
+
"inputVariantValueLabel": "empty",
|
|
3225
|
+
"inputVariantValueLabel:1": "filled",
|
|
3226
|
+
"inputVariantLabelRequired": "default",
|
|
3227
|
+
"inputVariantValueLabelRequired": "empty",
|
|
3228
|
+
"inputVariantValueLabelRequired:1": "filled",
|
|
3229
|
+
"inputVariantStartIcon": "default",
|
|
3230
|
+
"inputVariantValueStartIcon": "empty",
|
|
3231
|
+
"inputVariantValueStartIcon:1": "filled",
|
|
3232
|
+
"inputVariantEndIcon": "default",
|
|
3233
|
+
"inputVariantValueEndIcon": "empty",
|
|
3234
|
+
"inputVariantValueEndIcon:1": "filled"
|
|
3235
|
+
},
|
|
3236
|
+
"cxLiterals": [
|
|
3237
|
+
"opacity-50",
|
|
3238
|
+
"min-w-[200px]",
|
|
3239
|
+
"grow",
|
|
3240
|
+
"uds-hit-target",
|
|
3241
|
+
"bg-transparent",
|
|
3242
|
+
"bg-clip-text",
|
|
3243
|
+
"focus-visible:outline-none",
|
|
3244
|
+
"cursor-text",
|
|
3245
|
+
"cursor-not-allowed"
|
|
3246
|
+
],
|
|
3247
|
+
"internalComponents": [
|
|
3248
|
+
"IconSlot",
|
|
3249
|
+
"StartIcon",
|
|
3250
|
+
"EndIcon",
|
|
3251
|
+
"HelpTextContent",
|
|
3252
|
+
"Box",
|
|
3253
|
+
"InputHelpTextInternal",
|
|
3254
|
+
"VStack",
|
|
3255
|
+
"HStack",
|
|
3256
|
+
"AnimateHeightChange"
|
|
3257
|
+
],
|
|
3258
|
+
"internalComponentProps": {
|
|
3259
|
+
"HelpTextContent": {
|
|
3260
|
+
"spacingTop": [
|
|
3261
|
+
"2"
|
|
3262
|
+
]
|
|
3263
|
+
},
|
|
3264
|
+
"Box": {
|
|
3265
|
+
"spacingBottom": [
|
|
3266
|
+
"2"
|
|
3267
|
+
],
|
|
3268
|
+
"columnGap": [
|
|
3269
|
+
"0.5"
|
|
3270
|
+
],
|
|
3271
|
+
"alignItems": [
|
|
3272
|
+
"flex-end",
|
|
3273
|
+
"center"
|
|
3274
|
+
],
|
|
3275
|
+
"position": [
|
|
3276
|
+
"relative"
|
|
3277
|
+
]
|
|
3278
|
+
},
|
|
3279
|
+
"HStack": {
|
|
3280
|
+
"alignItems": [
|
|
3281
|
+
"center"
|
|
3282
|
+
],
|
|
3283
|
+
"gap": [
|
|
3284
|
+
"1"
|
|
3285
|
+
]
|
|
3286
|
+
}
|
|
3287
|
+
},
|
|
3288
|
+
"propToVariantKeys": {
|
|
3289
|
+
"size": [
|
|
3290
|
+
"inputSizeRoot",
|
|
3291
|
+
"inputSizeInputWrapperStatic",
|
|
3292
|
+
"inputSizeInputWrapperDynamic",
|
|
3293
|
+
"inputSizeInput",
|
|
3294
|
+
"inputSizeLabel",
|
|
3295
|
+
"inputSizeStartIcon",
|
|
3296
|
+
"inputSizeEndIcon"
|
|
3297
|
+
],
|
|
3298
|
+
"startIcon": [
|
|
3299
|
+
"icon"
|
|
3300
|
+
],
|
|
3301
|
+
"endIcon": [
|
|
3302
|
+
"icon"
|
|
3303
|
+
],
|
|
3304
|
+
"slotProps": [
|
|
3305
|
+
"helperTextSlotProps"
|
|
3306
|
+
],
|
|
3307
|
+
"helperTextIcon": [
|
|
3308
|
+
"startIcon"
|
|
3309
|
+
]
|
|
3310
|
+
},
|
|
3311
|
+
"runtimeConfigDefaultProps": {},
|
|
3312
|
+
"runtimeConfigGetStyles": {},
|
|
3313
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3314
|
+
"motionVarPrefixes": []
|
|
3315
|
+
},
|
|
3316
|
+
"InputHelpTextInternal": {
|
|
3317
|
+
"name": "InputHelpTextInternal",
|
|
3318
|
+
"defaultProps": {},
|
|
3319
|
+
"getStylesLiterals": {
|
|
3320
|
+
"inputVariantHelperText": "default",
|
|
3321
|
+
"inputVariantValueHelperText": "empty",
|
|
3322
|
+
"inputVariantValueHelperText:1": "filled",
|
|
3323
|
+
"inputVariantHelperIcon": "default",
|
|
3324
|
+
"inputVariantValueHelperIcon": "empty",
|
|
3325
|
+
"inputVariantValueHelperIcon:1": "filled"
|
|
3326
|
+
},
|
|
3327
|
+
"cxLiterals": [],
|
|
3328
|
+
"internalComponents": [
|
|
3329
|
+
"IconSlot",
|
|
3330
|
+
"HStack"
|
|
3331
|
+
],
|
|
3332
|
+
"internalComponentProps": {
|
|
3333
|
+
"HStack": {
|
|
3334
|
+
"gap": [
|
|
3335
|
+
"1"
|
|
3336
|
+
],
|
|
3337
|
+
"alignItems": [
|
|
3338
|
+
"center"
|
|
3339
|
+
]
|
|
3340
|
+
}
|
|
3341
|
+
},
|
|
3342
|
+
"propToVariantKeys": {
|
|
3343
|
+
"size": [
|
|
3344
|
+
"inputSizeHelperText",
|
|
3345
|
+
"inputSizeHelperIcon"
|
|
3346
|
+
],
|
|
3347
|
+
"startIcon": [
|
|
3348
|
+
"icon"
|
|
3349
|
+
],
|
|
3350
|
+
"endIcon": [
|
|
3351
|
+
"icon"
|
|
3352
|
+
]
|
|
3353
|
+
},
|
|
3354
|
+
"runtimeConfigDefaultProps": {},
|
|
3355
|
+
"runtimeConfigGetStyles": {},
|
|
3356
|
+
"runtimeConfigInternalComponentProps": {},
|
|
3357
|
+
"motionVarPrefixes": []
|
|
3358
|
+
},
|
|
3356
3359
|
"AvatarImage": {
|
|
3357
3360
|
"name": "AvatarImage",
|
|
3358
3361
|
"defaultProps": {
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
// was produced. The CLI sends this to the configurator's
|
|
5
5
|
// /api/config/for-package-version endpoint so the server applies the precise
|
|
6
6
|
// down-migration chain rather than relying on the legacy npm-version map.
|
|
7
|
-
export const MIGRATION_SCHEMA_VERSION = 'v0.
|
|
7
|
+
export const MIGRATION_SCHEMA_VERSION = 'v0.99.0' as const;
|