@fluidattacks/design 1.2.9 → 1.2.11
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/design.js +141 -62
- package/dist/design.mjs +772 -685
- package/dist/node_modules/@cloudinary/react/index.d.ts +4 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/By3dLutAction.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/FillLightAction.d.ts +23 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/ImproveAction.d.ts +28 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/OpacityAdjustAction.d.ts +15 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/RecolorAction.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/ReplaceColorAction.d.ts +36 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust/simple/ViesusCorrectAdjustAction.d.ts +22 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/adjust.d.ts +263 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/animated.d.ts +54 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/border.d.ts +101 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/customFunction/CustomFunctionAction.d.ts +30 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/customFunction/RemoteAction.d.ts +6 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/customFunction.d.ts +25 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryAction.d.ts +19 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryColorSpaceAction.d.ts +20 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryColorSpaceFromICCAction.d.ts +18 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryDPRAction.d.ts +19 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryFormatAction.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery/DeliveryQualityAction.d.ts +28 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/delivery.d.ts +156 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/AssistColorBlind.d.ts +27 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/BackgroundRemoval.d.ts +19 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Blur.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Cartoonify.d.ts +38 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Colorize.d.ts +19 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Dither.d.ts +20 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/DropShadow.d.ts +40 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/EffectActionWithBlend.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/EffectActionWithLevel.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/EffectActionWithStrength.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/LeveledEffectAction.d.ts +23 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/EffectActions/SimpleEffectAction.d.ts +18 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Extract.d.ts +23 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/GenerativeBackgroundReplace.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/GenerativeRecolor.d.ts +21 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/GenerativeRemove.d.ts +25 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/GenerativeReplace.d.ts +22 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/GradientFade.d.ts +37 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Outline.d.ts +48 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/RemoveBackgroundAction.d.ts +31 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Shadow.d.ts +42 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/SimulateColorBlind.d.ts +23 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/StyleTransfer.d.ts +43 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Theme.d.ts +24 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/Vectorize.d.ts +51 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/Accelerate.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/Blackwhite.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/Deshake.d.ts +21 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/FadeIn.d.ts +21 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/FadeOut.d.ts +21 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/Loop.d.ts +13 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/leveled/MakeTransparent.d.ts +26 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect/pixelate/Pixelate.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/effect.d.ts +516 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/layer/LayerAction.d.ts +75 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/namedTransformation/NamedTransformationAction.d.ts +15 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/namedTransformation.d.ts +27 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/overlay.d.ts +48 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/psdTools/ClipAction.d.ts +31 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/psdTools/GetLayerAction.d.ts +31 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/psdTools/SmartObjectAction.d.ts +26 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/psdTools.d.ts +78 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeAdvancedAction.d.ts +20 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeAutoPadAction.d.ts +22 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeCropAction.d.ts +27 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeFillAction.d.ts +22 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeLimitFillAction.d.ts +10 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeLimitFitAction.d.ts +10 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeLimitPadAction.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeMinimumPadAction.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizePadAction.d.ts +31 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeScaleAction.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ResizeSimpleAction.d.ts +52 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize/ThumbnailAction.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/resize.d.ts +234 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/rotate/RotateAction.d.ts +34 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/rotate.d.ts +26 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/roundCorners/RoundCornersAction.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/roundCorners.d.ts +30 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/AudioCodecAction.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/AudioFrequencyAction.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/BitRateAction.d.ts +24 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/FPSAction.d.ts +20 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/FPSRangeAction.d.ts +20 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/KeyframeIntervalsAction.d.ts +15 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/StreamingProfile.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/ToAnimatedAction.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode/VideoCodecAction.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/transcode.d.ts +197 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/underlay.d.ts +50 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/videoEdit/ConcatenateAction.d.ts +56 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/videoEdit/PreviewAction.d.ts +37 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/videoEdit/TrimAction.d.ts +50 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/videoEdit/VolumeAction.d.ts +15 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions/videoEdit.d.ts +117 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/actions.d.ts +15 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/backwards/createCloudinaryLegacyURL.d.ts +2 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/backwards/expression.d.ts +160 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/backwards/transformation.d.ts +191 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/index.d.ts +6 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/Action.d.ts +45 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/RawAction.d.ts +14 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/ActionModel.d.ts +7 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/IAudioSourceModel.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/IErrorObject.d.ts +9 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/IFetchSourceModel.d.ts +13 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/IImageSourceModel.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/IStrokeModel.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/ITextSourceModel.d.ts +19 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/QualifierModel.d.ts +7 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/actionToJson.d.ts +7 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/createGravityModel.d.ts +28 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/models/qualifierToJson.d.ts +7 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/qualifier/Qualifier.d.ts +15 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/internal/qualifier/QualifierValue.d.ts +37 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/GradientFade.d.ts +24 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/animatedFormat/AnimatedFormatQualifierValue.d.ts +8 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/animatedFormat.d.ts +39 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/artisticFilter.d.ts +136 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/aspectRatio/AspectRatioQualifierValue.d.ts +7 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/aspectRatio.d.ts +68 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/audioCodec.d.ts +40 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/audioFrequency.d.ts +100 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/autoFocus.d.ts +58 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/BackgroundGenerativeFillQualifier.d.ts +20 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/BlurredBackgroundAction.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/auto/BackgroundAutoBorderQualifier.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/auto/BackgroundAutoPredominantQualifier.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/base/BackgroundQualifier.d.ts +10 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/base/BaseCommonBackground.d.ts +24 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/base/BaseGradientBackground.d.ts +27 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/gradient/BackgroundBorderGradientQualifier.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background/shared/gradient/BackgroundPredominantGradientQualifier.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/background.d.ts +85 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/blendMode/BlendModeQualifier.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/chromaSubSampling.d.ts +23 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/color.d.ts +685 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/colorSpace.d.ts +33 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/dither.d.ts +123 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/dpr.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/expression/ExpressionQualifier.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/expression.d.ts +18 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/flag/FlagQualifier.d.ts +14 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/focusOn.d.ts +256 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/fontHinting.d.ts +35 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/fontStyle.d.ts +23 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/fontWeight.d.ts +35 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/format/FormatQualifier.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/format.d.ts +522 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gradientDirection/GradientDirectionQualifierValue.d.ts +8 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gradientDirection.d.ts +41 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/GravityQualifier.d.ts +22 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/autoGravity/AutoGravity.d.ts +16 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/compassGravity/CompassGravity.d.ts +13 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/focusOnGravity/FocusOnGravity.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/qualifiers/compass/CompassQualifier.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/qualifiers/focusOn/FocusOnValue.d.ts +11 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity/xyCenterGravity/XYCenterGravity.d.ts +10 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/gravity.d.ts +97 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/improveMode.d.ts +33 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/outlineMode.d.ts +33 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/position/PositionQualifier.d.ts +43 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/position.d.ts +13 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/progressive.d.ts +28 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/quality.d.ts +81 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/region/CustomRegion.d.ts +30 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/region/NamedRegion.d.ts +10 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/region/RectangleRegion.d.ts +17 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/region.d.ts +42 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/rotate/RotationModeQualifierValue.d.ts +12 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/rotationMode.d.ts +45 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/simulateColorBlind.d.ts +59 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/BaseSource.d.ts +32 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/AudioSource.d.ts +21 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/BaseTextSource.d.ts +32 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/FetchSource.d.ts +43 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/ImageSource.d.ts +43 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/SubtitlesSource.d.ts +28 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/TextSource.d.ts +14 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source/sourceTypes/VideoSource.d.ts +32 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/source.d.ts +72 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/streamingProfile.d.ts +51 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/textAlignment.d.ts +47 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/textDecoration.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/textStroke.d.ts +21 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/textStyle.d.ts +71 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/video/TimelinePosition.d.ts +29 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers/videoCodecType/VideoCodecType.d.ts +43 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/qualifiers.d.ts +31 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/transformation/ImageTransformation.d.ts +9 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/transformation/Transformation.d.ts +196 -0
- package/dist/node_modules/@cloudinary/transformation-builder-sdk/transformation/VideoTransformation.d.ts +9 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/adjust.d.ts +3 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/animated.d.ts +8 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/border.d.ts +3 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/customFunction.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/delivery.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/effect.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/namedTransformation.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/overlay.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/psdTools.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/resize.d.ts +3 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/rotate.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/roundCorners.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/transcode.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/underlay.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions/videoEdit.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/actions.d.ts +15 -0
- package/dist/node_modules/@cloudinary/url-gen/assets/CloudinaryFile.d.ts +112 -0
- package/dist/node_modules/@cloudinary/url-gen/assets/CloudinaryImage.d.ts +12 -0
- package/dist/node_modules/@cloudinary/url-gen/assets/CloudinaryMedia.d.ts +33 -0
- package/dist/node_modules/@cloudinary/url-gen/assets/CloudinaryTransformable.d.ts +179 -0
- package/dist/node_modules/@cloudinary/url-gen/assets/CloudinaryVideo.d.ts +26 -0
- package/dist/node_modules/@cloudinary/url-gen/backwards/createCloudinaryLegacyURL.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/backwards/expression.d.ts +160 -0
- package/dist/node_modules/@cloudinary/url-gen/backwards/generateTransformationString.d.ts +14 -0
- package/dist/node_modules/@cloudinary/url-gen/backwards/transformation.d.ts +191 -0
- package/dist/node_modules/@cloudinary/url-gen/config/BaseConfig.d.ts +4 -0
- package/dist/node_modules/@cloudinary/url-gen/config/CloudConfig.d.ts +26 -0
- package/dist/node_modules/@cloudinary/url-gen/config/CloudinaryConfig.d.ts +22 -0
- package/dist/node_modules/@cloudinary/url-gen/config/URLConfig.d.ts +61 -0
- package/dist/node_modules/@cloudinary/url-gen/index.d.ts +16 -0
- package/dist/node_modules/@cloudinary/url-gen/instance/Cloudinary.d.ts +13 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/GradientFade.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/animatedFormat.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/artisticFilter.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/aspectRatio.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/audioCodec.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/audioFrequency.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/background.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/chromaSubSampling.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/color.d.ts +3 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/colorSpace.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/dither.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/dpr.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/expression.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/fontHinting.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/fontStyle.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/fontWeight.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/format.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/gradientDirection.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/gravity.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/improveMode.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/outlineMode.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/position.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/quality.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/region.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/rotationMode.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/simulateColorBlind.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/source.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/streamingProfile.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/textAlignment.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/textDecoration.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers/textStroke.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/qualifiers.d.ts +31 -0
- package/dist/node_modules/@cloudinary/url-gen/transformation/ImageTransformation.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/transformation/Transformation.d.ts +2 -0
- package/dist/node_modules/@cloudinary/url-gen/transformation/VideoTransformation.d.ts +2 -0
- package/dist/src/components/accordion/styles.d.ts +6 -0
- package/dist/src/components/accordion/types.d.ts +29 -0
- package/dist/src/components/accordion/utils.d.ts +11 -0
- package/dist/src/components/button/styles.d.ts +1 -0
- package/dist/src/components/button/types.d.ts +7 -3
- package/dist/src/components/button/utils.d.ts +3 -0
- package/dist/src/components/cloud-image/index.d.ts +3 -3
- package/dist/src/components/cloud-image/types.d.ts +2 -2
- package/dist/src/components/grid-layout/styles.d.ts +8 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/button/index.stories.d.ts +0 -10
- package/dist/src/components/container/index.stories.d.ts +0 -7
- package/dist/src/components/grid-layout/index.stories.d.ts +0 -5
- package/dist/src/components/tooltip/index.stories.d.ts +0 -8
|
@@ -0,0 +1,685 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @memberOf Qualifiers
|
|
3
|
+
* @description This namespace contains all the colors used in the SDK
|
|
4
|
+
* @namespace Color
|
|
5
|
+
* @example
|
|
6
|
+
* // Reference only, do NOT use within your code for tree-shaking reasons
|
|
7
|
+
* // SDK functions that require color accept a string (like 'red') or a hex value, like 'ffffff'
|
|
8
|
+
* import {Color} from '@cloudinary/url-gen/qualifiers/color'
|
|
9
|
+
* console.log(Color.RED);
|
|
10
|
+
*/
|
|
11
|
+
declare const Color: {
|
|
12
|
+
SNOW: string;
|
|
13
|
+
SNOW1: string;
|
|
14
|
+
SNOW2: string;
|
|
15
|
+
ROSYBROWN1: string;
|
|
16
|
+
ROSYBROWN2: string;
|
|
17
|
+
SNOW3: string;
|
|
18
|
+
LIGHTCORAL: string;
|
|
19
|
+
INDIANRED1: string;
|
|
20
|
+
ROSYBROWN3: string;
|
|
21
|
+
INDIANRED2: string;
|
|
22
|
+
ROSYBROWN: string;
|
|
23
|
+
BROWN1: string;
|
|
24
|
+
FIREBRICK1: string;
|
|
25
|
+
BROWN2: string;
|
|
26
|
+
INDIANRED: string;
|
|
27
|
+
INDIANRED3: string;
|
|
28
|
+
FIREBRICK2: string;
|
|
29
|
+
SNOW4: string;
|
|
30
|
+
BROWN3: string;
|
|
31
|
+
RED: string;
|
|
32
|
+
RED1: string;
|
|
33
|
+
ROSYBROWN4: string;
|
|
34
|
+
FIREBRICK3: string;
|
|
35
|
+
RED2: string;
|
|
36
|
+
FIREBRICK: string;
|
|
37
|
+
BROWN: string;
|
|
38
|
+
RED3: string;
|
|
39
|
+
INDIANRED4: string;
|
|
40
|
+
BROWN4: string;
|
|
41
|
+
FIREBRICK4: string;
|
|
42
|
+
DARKRED: string;
|
|
43
|
+
RED4: string;
|
|
44
|
+
LIGHTPINK1: string;
|
|
45
|
+
LIGHTPINK3: string;
|
|
46
|
+
LIGHTPINK4: string;
|
|
47
|
+
LIGHTPINK2: string;
|
|
48
|
+
LIGHTPINK: string;
|
|
49
|
+
PINK: string;
|
|
50
|
+
CRIMSON: string;
|
|
51
|
+
PINK1: string;
|
|
52
|
+
PINK2: string;
|
|
53
|
+
PINK3: string;
|
|
54
|
+
PINK4: string;
|
|
55
|
+
PALEVIOLETRED4: string;
|
|
56
|
+
PALEVIOLETRED: string;
|
|
57
|
+
PALEVIOLETRED2: string;
|
|
58
|
+
PALEVIOLETRED1: string;
|
|
59
|
+
PALEVIOLETRED3: string;
|
|
60
|
+
LAVENDERBLUSH: string;
|
|
61
|
+
LAVENDERBLUSH1: string;
|
|
62
|
+
LAVENDERBLUSH3: string;
|
|
63
|
+
LAVENDERBLUSH2: string;
|
|
64
|
+
LAVENDERBLUSH4: string;
|
|
65
|
+
MAROON: string;
|
|
66
|
+
HOTPINK3: string;
|
|
67
|
+
VIOLETRED3: string;
|
|
68
|
+
VIOLETRED1: string;
|
|
69
|
+
VIOLETRED2: string;
|
|
70
|
+
VIOLETRED4: string;
|
|
71
|
+
HOTPINK2: string;
|
|
72
|
+
HOTPINK1: string;
|
|
73
|
+
HOTPINK4: string;
|
|
74
|
+
HOTPINK: string;
|
|
75
|
+
DEEPPINK: string;
|
|
76
|
+
DEEPPINK1: string;
|
|
77
|
+
DEEPPINK2: string;
|
|
78
|
+
DEEPPINK3: string;
|
|
79
|
+
DEEPPINK4: string;
|
|
80
|
+
MAROON1: string;
|
|
81
|
+
MAROON2: string;
|
|
82
|
+
MAROON3: string;
|
|
83
|
+
MAROON4: string;
|
|
84
|
+
MEDIUMVIOLETRED: string;
|
|
85
|
+
VIOLETRED: string;
|
|
86
|
+
ORCHID2: string;
|
|
87
|
+
ORCHID: string;
|
|
88
|
+
ORCHID1: string;
|
|
89
|
+
ORCHID3: string;
|
|
90
|
+
ORCHID4: string;
|
|
91
|
+
THISTLE1: string;
|
|
92
|
+
THISTLE2: string;
|
|
93
|
+
PLUM1: string;
|
|
94
|
+
PLUM2: string;
|
|
95
|
+
THISTLE: string;
|
|
96
|
+
THISTLE3: string;
|
|
97
|
+
PLUM: string;
|
|
98
|
+
VIOLET: string;
|
|
99
|
+
PLUM3: string;
|
|
100
|
+
THISTLE4: string;
|
|
101
|
+
FUCHSIA: string;
|
|
102
|
+
MAGENTA: string;
|
|
103
|
+
MAGENTA1: string;
|
|
104
|
+
PLUM4: string;
|
|
105
|
+
MAGENTA2: string;
|
|
106
|
+
MAGENTA3: string;
|
|
107
|
+
DARKMAGENTA: string;
|
|
108
|
+
MAGENTA4: string;
|
|
109
|
+
PURPLE: string;
|
|
110
|
+
MEDIUMORCHID: string;
|
|
111
|
+
MEDIUMORCHID1: string;
|
|
112
|
+
MEDIUMORCHID2: string;
|
|
113
|
+
MEDIUMORCHID3: string;
|
|
114
|
+
MEDIUMORCHID4: string;
|
|
115
|
+
DARKVIOLET: string;
|
|
116
|
+
DARKORCHID: string;
|
|
117
|
+
DARKORCHID1: string;
|
|
118
|
+
DARKORCHID3: string;
|
|
119
|
+
DARKORCHID2: string;
|
|
120
|
+
DARKORCHID4: string;
|
|
121
|
+
INDIGO: string;
|
|
122
|
+
BLUEVIOLET: string;
|
|
123
|
+
PURPLE2: string;
|
|
124
|
+
PURPLE3: string;
|
|
125
|
+
PURPLE4: string;
|
|
126
|
+
PURPLE1: string;
|
|
127
|
+
MEDIUMPURPLE: string;
|
|
128
|
+
MEDIUMPURPLE1: string;
|
|
129
|
+
MEDIUMPURPLE2: string;
|
|
130
|
+
MEDIUMPURPLE3: string;
|
|
131
|
+
MEDIUMPURPLE4: string;
|
|
132
|
+
DARKSLATEBLUE: string;
|
|
133
|
+
LIGHTSLATEBLUE: string;
|
|
134
|
+
MEDIUMSLATEBLUE: string;
|
|
135
|
+
SLATEBLUE: string;
|
|
136
|
+
SLATEBLUE1: string;
|
|
137
|
+
SLATEBLUE2: string;
|
|
138
|
+
SLATEBLUE3: string;
|
|
139
|
+
SLATEBLUE4: string;
|
|
140
|
+
GHOSTWHITE: string;
|
|
141
|
+
LAVENDER: string;
|
|
142
|
+
BLUE: string;
|
|
143
|
+
BLUE1: string;
|
|
144
|
+
BLUE2: string;
|
|
145
|
+
BLUE3: string;
|
|
146
|
+
MEDIUMBLUE: string;
|
|
147
|
+
BLUE4: string;
|
|
148
|
+
DARKBLUE: string;
|
|
149
|
+
MIDNIGHTBLUE: string;
|
|
150
|
+
NAVY: string;
|
|
151
|
+
NAVYBLUE: string;
|
|
152
|
+
ROYALBLUE: string;
|
|
153
|
+
ROYALBLUE1: string;
|
|
154
|
+
ROYALBLUE2: string;
|
|
155
|
+
ROYALBLUE3: string;
|
|
156
|
+
ROYALBLUE4: string;
|
|
157
|
+
CORNFLOWERBLUE: string;
|
|
158
|
+
LIGHTSTEELBLUE: string;
|
|
159
|
+
LIGHTSTEELBLUE1: string;
|
|
160
|
+
LIGHTSTEELBLUE2: string;
|
|
161
|
+
LIGHTSTEELBLUE3: string;
|
|
162
|
+
LIGHTSTEELBLUE4: string;
|
|
163
|
+
SLATEGRAY4: string;
|
|
164
|
+
SLATEGRAY1: string;
|
|
165
|
+
SLATEGRAY2: string;
|
|
166
|
+
SLATEGRAY3: string;
|
|
167
|
+
LIGHTSLATEGRAY: string;
|
|
168
|
+
LIGHTSLATEGREY: string;
|
|
169
|
+
SLATEGRAY: string;
|
|
170
|
+
SLATEGREY: string;
|
|
171
|
+
DODGERBLUE: string;
|
|
172
|
+
DODGERBLUE1: string;
|
|
173
|
+
DODGERBLUE2: string;
|
|
174
|
+
DODGERBLUE4: string;
|
|
175
|
+
DODGERBLUE3: string;
|
|
176
|
+
ALICEBLUE: string;
|
|
177
|
+
STEELBLUE4: string;
|
|
178
|
+
STEELBLUE: string;
|
|
179
|
+
STEELBLUE1: string;
|
|
180
|
+
STEELBLUE2: string;
|
|
181
|
+
STEELBLUE3: string;
|
|
182
|
+
SKYBLUE4: string;
|
|
183
|
+
SKYBLUE1: string;
|
|
184
|
+
SKYBLUE2: string;
|
|
185
|
+
SKYBLUE3: string;
|
|
186
|
+
LIGHTSKYBLUE: string;
|
|
187
|
+
LIGHTSKYBLUE4: string;
|
|
188
|
+
LIGHTSKYBLUE1: string;
|
|
189
|
+
LIGHTSKYBLUE2: string;
|
|
190
|
+
LIGHTSKYBLUE3: string;
|
|
191
|
+
SKYBLUE: string;
|
|
192
|
+
LIGHTBLUE3: string;
|
|
193
|
+
DEEPSKYBLUE: string;
|
|
194
|
+
DEEPSKYBLUE1: string;
|
|
195
|
+
DEEPSKYBLUE2: string;
|
|
196
|
+
DEEPSKYBLUE4: string;
|
|
197
|
+
DEEPSKYBLUE3: string;
|
|
198
|
+
LIGHTBLUE1: string;
|
|
199
|
+
LIGHTBLUE2: string;
|
|
200
|
+
LIGHTBLUE: string;
|
|
201
|
+
LIGHTBLUE4: string;
|
|
202
|
+
POWDERBLUE: string;
|
|
203
|
+
CADETBLUE1: string;
|
|
204
|
+
CADETBLUE2: string;
|
|
205
|
+
CADETBLUE3: string;
|
|
206
|
+
CADETBLUE4: string;
|
|
207
|
+
TURQUOISE1: string;
|
|
208
|
+
TURQUOISE2: string;
|
|
209
|
+
TURQUOISE3: string;
|
|
210
|
+
TURQUOISE4: string;
|
|
211
|
+
CADETBLUE: string;
|
|
212
|
+
DARKTURQUOISE: string;
|
|
213
|
+
AZURE: string;
|
|
214
|
+
AZURE1: string;
|
|
215
|
+
LIGHTCYAN1: string;
|
|
216
|
+
LIGHTCYAN: string;
|
|
217
|
+
AZURE2: string;
|
|
218
|
+
LIGHTCYAN2: string;
|
|
219
|
+
PALETURQUOISE1: string;
|
|
220
|
+
PALETURQUOISE: string;
|
|
221
|
+
PALETURQUOISE2: string;
|
|
222
|
+
DARKSLATEGRAY1: string;
|
|
223
|
+
AZURE3: string;
|
|
224
|
+
LIGHTCYAN3: string;
|
|
225
|
+
DARKSLATEGRAY2: string;
|
|
226
|
+
PALETURQUOISE3: string;
|
|
227
|
+
DARKSLATEGRAY3: string;
|
|
228
|
+
AZURE4: string;
|
|
229
|
+
LIGHTCYAN4: string;
|
|
230
|
+
AQUA: string;
|
|
231
|
+
CYAN: string;
|
|
232
|
+
CYAN1: string;
|
|
233
|
+
PALETURQUOISE4: string;
|
|
234
|
+
CYAN2: string;
|
|
235
|
+
DARKSLATEGRAY4: string;
|
|
236
|
+
CYAN3: string;
|
|
237
|
+
CYAN4: string;
|
|
238
|
+
DARKCYAN: string;
|
|
239
|
+
TEAL: string;
|
|
240
|
+
DARKSLATEGRAY: string;
|
|
241
|
+
DARKSLATEGREY: string;
|
|
242
|
+
MEDIUMTURQUOISE: string;
|
|
243
|
+
LIGHTSEAGREEN: string;
|
|
244
|
+
TURQUOISE: string;
|
|
245
|
+
AQUAMARINE4: string;
|
|
246
|
+
AQUAMARINE: string;
|
|
247
|
+
AQUAMARINE1: string;
|
|
248
|
+
AQUAMARINE2: string;
|
|
249
|
+
AQUAMARINE3: string;
|
|
250
|
+
MEDIUMAQUAMARINE: string;
|
|
251
|
+
MEDIUMSPRINGGREEN: string;
|
|
252
|
+
MINTCREAM: string;
|
|
253
|
+
SPRINGGREEN: string;
|
|
254
|
+
SPRINGGREEN1: string;
|
|
255
|
+
SPRINGGREEN2: string;
|
|
256
|
+
SPRINGGREEN3: string;
|
|
257
|
+
SPRINGGREEN4: string;
|
|
258
|
+
MEDIUMSEAGREEN: string;
|
|
259
|
+
SEAGREEN: string;
|
|
260
|
+
SEAGREEN3: string;
|
|
261
|
+
SEAGREEN1: string;
|
|
262
|
+
SEAGREEN4: string;
|
|
263
|
+
SEAGREEN2: string;
|
|
264
|
+
MEDIUMFORESTGREEN: string;
|
|
265
|
+
HONEYDEW: string;
|
|
266
|
+
HONEYDEW1: string;
|
|
267
|
+
HONEYDEW2: string;
|
|
268
|
+
DARKSEAGREEN1: string;
|
|
269
|
+
DARKSEAGREEN2: string;
|
|
270
|
+
PALEGREEN1: string;
|
|
271
|
+
PALEGREEN: string;
|
|
272
|
+
HONEYDEW3: string;
|
|
273
|
+
LIGHTGREEN: string;
|
|
274
|
+
PALEGREEN2: string;
|
|
275
|
+
DARKSEAGREEN3: string;
|
|
276
|
+
DARKSEAGREEN: string;
|
|
277
|
+
PALEGREEN3: string;
|
|
278
|
+
HONEYDEW4: string;
|
|
279
|
+
GREEN1: string;
|
|
280
|
+
LIME: string;
|
|
281
|
+
LIMEGREEN: string;
|
|
282
|
+
DARKSEAGREEN4: string;
|
|
283
|
+
GREEN2: string;
|
|
284
|
+
PALEGREEN4: string;
|
|
285
|
+
GREEN3: string;
|
|
286
|
+
FORESTGREEN: string;
|
|
287
|
+
GREEN4: string;
|
|
288
|
+
GREEN: string;
|
|
289
|
+
DARKGREEN: string;
|
|
290
|
+
LAWNGREEN: string;
|
|
291
|
+
CHARTREUSE: string;
|
|
292
|
+
CHARTREUSE1: string;
|
|
293
|
+
CHARTREUSE2: string;
|
|
294
|
+
CHARTREUSE3: string;
|
|
295
|
+
CHARTREUSE4: string;
|
|
296
|
+
GREENYELLOW: string;
|
|
297
|
+
DARKOLIVEGREEN3: string;
|
|
298
|
+
DARKOLIVEGREEN1: string;
|
|
299
|
+
DARKOLIVEGREEN2: string;
|
|
300
|
+
DARKOLIVEGREEN4: string;
|
|
301
|
+
DARKOLIVEGREEN: string;
|
|
302
|
+
OLIVEDRAB: string;
|
|
303
|
+
OLIVEDRAB1: string;
|
|
304
|
+
OLIVEDRAB2: string;
|
|
305
|
+
OLIVEDRAB3: string;
|
|
306
|
+
YELLOWGREEN: string;
|
|
307
|
+
OLIVEDRAB4: string;
|
|
308
|
+
IVORY: string;
|
|
309
|
+
IVORY1: string;
|
|
310
|
+
LIGHTYELLOW: string;
|
|
311
|
+
LIGHTYELLOW1: string;
|
|
312
|
+
BEIGE: string;
|
|
313
|
+
IVORY2: string;
|
|
314
|
+
LIGHTGOLDENRODYELLOW: string;
|
|
315
|
+
LIGHTYELLOW2: string;
|
|
316
|
+
IVORY3: string;
|
|
317
|
+
LIGHTYELLOW3: string;
|
|
318
|
+
IVORY4: string;
|
|
319
|
+
LIGHTYELLOW4: string;
|
|
320
|
+
YELLOW: string;
|
|
321
|
+
YELLOW1: string;
|
|
322
|
+
YELLOW2: string;
|
|
323
|
+
YELLOW3: string;
|
|
324
|
+
YELLOW4: string;
|
|
325
|
+
OLIVE: string;
|
|
326
|
+
DARKKHAKI: string;
|
|
327
|
+
KHAKI2: string;
|
|
328
|
+
LEMONCHIFFON4: string;
|
|
329
|
+
KHAKI1: string;
|
|
330
|
+
KHAKI3: string;
|
|
331
|
+
KHAKI4: string;
|
|
332
|
+
PALEGOLDENROD: string;
|
|
333
|
+
LEMONCHIFFON: string;
|
|
334
|
+
LEMONCHIFFON1: string;
|
|
335
|
+
KHAKI: string;
|
|
336
|
+
LEMONCHIFFON3: string;
|
|
337
|
+
LEMONCHIFFON2: string;
|
|
338
|
+
MEDIUMGOLDENROD: string;
|
|
339
|
+
CORNSILK4: string;
|
|
340
|
+
GOLD: string;
|
|
341
|
+
GOLD1: string;
|
|
342
|
+
GOLD2: string;
|
|
343
|
+
GOLD3: string;
|
|
344
|
+
GOLD4: string;
|
|
345
|
+
LIGHTGOLDENROD: string;
|
|
346
|
+
LIGHTGOLDENROD4: string;
|
|
347
|
+
LIGHTGOLDENROD1: string;
|
|
348
|
+
LIGHTGOLDENROD3: string;
|
|
349
|
+
LIGHTGOLDENROD2: string;
|
|
350
|
+
CORNSILK3: string;
|
|
351
|
+
CORNSILK2: string;
|
|
352
|
+
CORNSILK: string;
|
|
353
|
+
CORNSILK1: string;
|
|
354
|
+
GOLDENROD: string;
|
|
355
|
+
GOLDENROD1: string;
|
|
356
|
+
GOLDENROD2: string;
|
|
357
|
+
GOLDENROD3: string;
|
|
358
|
+
GOLDENROD4: string;
|
|
359
|
+
DARKGOLDENROD: string;
|
|
360
|
+
DARKGOLDENROD1: string;
|
|
361
|
+
DARKGOLDENROD2: string;
|
|
362
|
+
DARKGOLDENROD3: string;
|
|
363
|
+
DARKGOLDENROD4: string;
|
|
364
|
+
FLORALWHITE: string;
|
|
365
|
+
WHEAT2: string;
|
|
366
|
+
OLDLACE: string;
|
|
367
|
+
WHEAT: string;
|
|
368
|
+
WHEAT1: string;
|
|
369
|
+
WHEAT3: string;
|
|
370
|
+
ORANGE: string;
|
|
371
|
+
ORANGE1: string;
|
|
372
|
+
ORANGE2: string;
|
|
373
|
+
ORANGE3: string;
|
|
374
|
+
ORANGE4: string;
|
|
375
|
+
WHEAT4: string;
|
|
376
|
+
MOCCASIN: string;
|
|
377
|
+
PAPAYAWHIP: string;
|
|
378
|
+
NAVAJOWHITE3: string;
|
|
379
|
+
BLANCHEDALMOND: string;
|
|
380
|
+
NAVAJOWHITE: string;
|
|
381
|
+
NAVAJOWHITE1: string;
|
|
382
|
+
NAVAJOWHITE2: string;
|
|
383
|
+
NAVAJOWHITE4: string;
|
|
384
|
+
ANTIQUEWHITE4: string;
|
|
385
|
+
ANTIQUEWHITE: string;
|
|
386
|
+
TAN: string;
|
|
387
|
+
BISQUE4: string;
|
|
388
|
+
BURLYWOOD: string;
|
|
389
|
+
ANTIQUEWHITE2: string;
|
|
390
|
+
BURLYWOOD1: string;
|
|
391
|
+
BURLYWOOD3: string;
|
|
392
|
+
BURLYWOOD2: string;
|
|
393
|
+
ANTIQUEWHITE1: string;
|
|
394
|
+
BURLYWOOD4: string;
|
|
395
|
+
ANTIQUEWHITE3: string;
|
|
396
|
+
DARKORANGE: string;
|
|
397
|
+
BISQUE2: string;
|
|
398
|
+
BISQUE: string;
|
|
399
|
+
BISQUE1: string;
|
|
400
|
+
BISQUE3: string;
|
|
401
|
+
DARKORANGE1: string;
|
|
402
|
+
LINEN: string;
|
|
403
|
+
DARKORANGE2: string;
|
|
404
|
+
DARKORANGE3: string;
|
|
405
|
+
DARKORANGE4: string;
|
|
406
|
+
PERU: string;
|
|
407
|
+
TAN1: string;
|
|
408
|
+
TAN2: string;
|
|
409
|
+
TAN3: string;
|
|
410
|
+
TAN4: string;
|
|
411
|
+
PEACHPUFF: string;
|
|
412
|
+
PEACHPUFF1: string;
|
|
413
|
+
PEACHPUFF4: string;
|
|
414
|
+
PEACHPUFF2: string;
|
|
415
|
+
PEACHPUFF3: string;
|
|
416
|
+
SANDYBROWN: string;
|
|
417
|
+
SEASHELL4: string;
|
|
418
|
+
SEASHELL2: string;
|
|
419
|
+
SEASHELL3: string;
|
|
420
|
+
CHOCOLATE: string;
|
|
421
|
+
CHOCOLATE1: string;
|
|
422
|
+
CHOCOLATE2: string;
|
|
423
|
+
CHOCOLATE3: string;
|
|
424
|
+
CHOCOLATE4: string;
|
|
425
|
+
SADDLEBROWN: string;
|
|
426
|
+
SEASHELL: string;
|
|
427
|
+
SEASHELL1: string;
|
|
428
|
+
SIENNA4: string;
|
|
429
|
+
SIENNA: string;
|
|
430
|
+
SIENNA1: string;
|
|
431
|
+
SIENNA2: string;
|
|
432
|
+
SIENNA3: string;
|
|
433
|
+
LIGHTSALMON3: string;
|
|
434
|
+
LIGHTSALMON: string;
|
|
435
|
+
LIGHTSALMON1: string;
|
|
436
|
+
LIGHTSALMON4: string;
|
|
437
|
+
LIGHTSALMON2: string;
|
|
438
|
+
CORAL: string;
|
|
439
|
+
ORANGERED: string;
|
|
440
|
+
ORANGERED1: string;
|
|
441
|
+
ORANGERED2: string;
|
|
442
|
+
ORANGERED3: string;
|
|
443
|
+
ORANGERED4: string;
|
|
444
|
+
DARKSALMON: string;
|
|
445
|
+
SALMON1: string;
|
|
446
|
+
SALMON2: string;
|
|
447
|
+
SALMON3: string;
|
|
448
|
+
SALMON4: string;
|
|
449
|
+
CORAL1: string;
|
|
450
|
+
CORAL2: string;
|
|
451
|
+
CORAL3: string;
|
|
452
|
+
CORAL4: string;
|
|
453
|
+
TOMATO4: string;
|
|
454
|
+
TOMATO: string;
|
|
455
|
+
TOMATO1: string;
|
|
456
|
+
TOMATO2: string;
|
|
457
|
+
TOMATO3: string;
|
|
458
|
+
MISTYROSE4: string;
|
|
459
|
+
MISTYROSE2: string;
|
|
460
|
+
MISTYROSE: string;
|
|
461
|
+
MISTYROSE1: string;
|
|
462
|
+
SALMON: string;
|
|
463
|
+
MISTYROSE3: string;
|
|
464
|
+
WHITE: string;
|
|
465
|
+
GRAY100: string;
|
|
466
|
+
GREY100: string;
|
|
467
|
+
GRAY99: string;
|
|
468
|
+
GREY99: string;
|
|
469
|
+
GRAY98: string;
|
|
470
|
+
GREY98: string;
|
|
471
|
+
GRAY97: string;
|
|
472
|
+
GREY97: string;
|
|
473
|
+
GRAY96: string;
|
|
474
|
+
GREY96: string;
|
|
475
|
+
WHITESMOKE: string;
|
|
476
|
+
GRAY95: string;
|
|
477
|
+
GREY95: string;
|
|
478
|
+
GRAY94: string;
|
|
479
|
+
GREY94: string;
|
|
480
|
+
GRAY93: string;
|
|
481
|
+
GREY93: string;
|
|
482
|
+
GRAY92: string;
|
|
483
|
+
GREY92: string;
|
|
484
|
+
GRAY91: string;
|
|
485
|
+
GREY91: string;
|
|
486
|
+
GRAY90: string;
|
|
487
|
+
GREY90: string;
|
|
488
|
+
GRAY89: string;
|
|
489
|
+
GREY89: string;
|
|
490
|
+
GRAY88: string;
|
|
491
|
+
GREY88: string;
|
|
492
|
+
GRAY87: string;
|
|
493
|
+
GREY87: string;
|
|
494
|
+
GAINSBORO: string;
|
|
495
|
+
GRAY86: string;
|
|
496
|
+
GREY86: string;
|
|
497
|
+
GRAY85: string;
|
|
498
|
+
GREY85: string;
|
|
499
|
+
GRAY84: string;
|
|
500
|
+
GREY84: string;
|
|
501
|
+
GRAY83: string;
|
|
502
|
+
GREY83: string;
|
|
503
|
+
LIGHTGRAY: string;
|
|
504
|
+
LIGHTGREY: string;
|
|
505
|
+
GRAY82: string;
|
|
506
|
+
GREY82: string;
|
|
507
|
+
GRAY81: string;
|
|
508
|
+
GREY81: string;
|
|
509
|
+
GRAY80: string;
|
|
510
|
+
GREY80: string;
|
|
511
|
+
GRAY79: string;
|
|
512
|
+
GREY79: string;
|
|
513
|
+
GRAY78: string;
|
|
514
|
+
GREY78: string;
|
|
515
|
+
GRAY77: string;
|
|
516
|
+
GREY77: string;
|
|
517
|
+
GRAY76: string;
|
|
518
|
+
GREY76: string;
|
|
519
|
+
SILVER: string;
|
|
520
|
+
GRAY75: string;
|
|
521
|
+
GREY75: string;
|
|
522
|
+
GRAY74: string;
|
|
523
|
+
GREY74: string;
|
|
524
|
+
GRAY73: string;
|
|
525
|
+
GREY73: string;
|
|
526
|
+
GRAY72: string;
|
|
527
|
+
GREY72: string;
|
|
528
|
+
GRAY71: string;
|
|
529
|
+
GREY71: string;
|
|
530
|
+
GRAY70: string;
|
|
531
|
+
GREY70: string;
|
|
532
|
+
GRAY69: string;
|
|
533
|
+
GREY69: string;
|
|
534
|
+
GRAY68: string;
|
|
535
|
+
GREY68: string;
|
|
536
|
+
GRAY67: string;
|
|
537
|
+
GREY67: string;
|
|
538
|
+
DARKGRAY: string;
|
|
539
|
+
DARKGREY: string;
|
|
540
|
+
GRAY66: string;
|
|
541
|
+
GREY66: string;
|
|
542
|
+
GRAY65: string;
|
|
543
|
+
GREY65: string;
|
|
544
|
+
GRAY64: string;
|
|
545
|
+
GREY64: string;
|
|
546
|
+
GRAY63: string;
|
|
547
|
+
GREY63: string;
|
|
548
|
+
GRAY62: string;
|
|
549
|
+
GREY62: string;
|
|
550
|
+
GRAY61: string;
|
|
551
|
+
GREY61: string;
|
|
552
|
+
GRAY60: string;
|
|
553
|
+
GREY60: string;
|
|
554
|
+
GRAY59: string;
|
|
555
|
+
GREY59: string;
|
|
556
|
+
GRAY58: string;
|
|
557
|
+
GREY58: string;
|
|
558
|
+
GRAY57: string;
|
|
559
|
+
GREY57: string;
|
|
560
|
+
GRAY56: string;
|
|
561
|
+
GREY56: string;
|
|
562
|
+
GRAY55: string;
|
|
563
|
+
GREY55: string;
|
|
564
|
+
GRAY54: string;
|
|
565
|
+
GREY54: string;
|
|
566
|
+
GRAY53: string;
|
|
567
|
+
GREY53: string;
|
|
568
|
+
GRAY52: string;
|
|
569
|
+
GREY52: string;
|
|
570
|
+
GRAY51: string;
|
|
571
|
+
GREY51: string;
|
|
572
|
+
FRACTAL: string;
|
|
573
|
+
GRAY50: string;
|
|
574
|
+
GREY50: string;
|
|
575
|
+
GRAY: string;
|
|
576
|
+
GREY: string;
|
|
577
|
+
GRAY49: string;
|
|
578
|
+
GREY49: string;
|
|
579
|
+
GRAY48: string;
|
|
580
|
+
GREY48: string;
|
|
581
|
+
GRAY47: string;
|
|
582
|
+
GREY47: string;
|
|
583
|
+
GRAY46: string;
|
|
584
|
+
GREY46: string;
|
|
585
|
+
GRAY45: string;
|
|
586
|
+
GREY45: string;
|
|
587
|
+
GRAY44: string;
|
|
588
|
+
GREY44: string;
|
|
589
|
+
GRAY43: string;
|
|
590
|
+
GREY43: string;
|
|
591
|
+
GRAY42: string;
|
|
592
|
+
GREY42: string;
|
|
593
|
+
DIMGRAY: string;
|
|
594
|
+
DIMGREY: string;
|
|
595
|
+
GRAY41: string;
|
|
596
|
+
GREY41: string;
|
|
597
|
+
GRAY40: string;
|
|
598
|
+
GREY40: string;
|
|
599
|
+
GRAY39: string;
|
|
600
|
+
GREY39: string;
|
|
601
|
+
GRAY38: string;
|
|
602
|
+
GREY38: string;
|
|
603
|
+
GRAY37: string;
|
|
604
|
+
GREY37: string;
|
|
605
|
+
GRAY36: string;
|
|
606
|
+
GREY36: string;
|
|
607
|
+
GRAY35: string;
|
|
608
|
+
GREY35: string;
|
|
609
|
+
GRAY34: string;
|
|
610
|
+
GREY34: string;
|
|
611
|
+
GRAY33: string;
|
|
612
|
+
GREY33: string;
|
|
613
|
+
GRAY32: string;
|
|
614
|
+
GREY32: string;
|
|
615
|
+
GRAY31: string;
|
|
616
|
+
GREY31: string;
|
|
617
|
+
GRAY30: string;
|
|
618
|
+
GREY30: string;
|
|
619
|
+
GRAY29: string;
|
|
620
|
+
GREY29: string;
|
|
621
|
+
GRAY28: string;
|
|
622
|
+
GREY28: string;
|
|
623
|
+
GRAY27: string;
|
|
624
|
+
GREY27: string;
|
|
625
|
+
GRAY26: string;
|
|
626
|
+
GREY26: string;
|
|
627
|
+
GRAY25: string;
|
|
628
|
+
GREY25: string;
|
|
629
|
+
GRAY24: string;
|
|
630
|
+
GREY24: string;
|
|
631
|
+
GRAY23: string;
|
|
632
|
+
GREY23: string;
|
|
633
|
+
GRAY22: string;
|
|
634
|
+
GREY22: string;
|
|
635
|
+
GRAY21: string;
|
|
636
|
+
GREY21: string;
|
|
637
|
+
GRAY20: string;
|
|
638
|
+
GREY20: string;
|
|
639
|
+
GRAY19: string;
|
|
640
|
+
GREY19: string;
|
|
641
|
+
GRAY18: string;
|
|
642
|
+
GREY18: string;
|
|
643
|
+
GRAY17: string;
|
|
644
|
+
GREY17: string;
|
|
645
|
+
GRAY16: string;
|
|
646
|
+
GREY16: string;
|
|
647
|
+
GRAY15: string;
|
|
648
|
+
GREY15: string;
|
|
649
|
+
GRAY14: string;
|
|
650
|
+
GREY14: string;
|
|
651
|
+
GRAY13: string;
|
|
652
|
+
GREY13: string;
|
|
653
|
+
GRAY12: string;
|
|
654
|
+
GREY12: string;
|
|
655
|
+
GRAY11: string;
|
|
656
|
+
GREY11: string;
|
|
657
|
+
GRAY10: string;
|
|
658
|
+
GREY10: string;
|
|
659
|
+
GRAY9: string;
|
|
660
|
+
GREY9: string;
|
|
661
|
+
GRAY8: string;
|
|
662
|
+
GREY8: string;
|
|
663
|
+
GRAY7: string;
|
|
664
|
+
GREY7: string;
|
|
665
|
+
GRAY6: string;
|
|
666
|
+
GREY6: string;
|
|
667
|
+
GRAY5: string;
|
|
668
|
+
GREY5: string;
|
|
669
|
+
GRAY4: string;
|
|
670
|
+
GREY4: string;
|
|
671
|
+
GRAY3: string;
|
|
672
|
+
GREY3: string;
|
|
673
|
+
GRAY2: string;
|
|
674
|
+
GREY2: string;
|
|
675
|
+
GRAY1: string;
|
|
676
|
+
GREY1: string;
|
|
677
|
+
BLACK: string;
|
|
678
|
+
GRAY0: string;
|
|
679
|
+
GREY0: string;
|
|
680
|
+
OPAQUE: string;
|
|
681
|
+
NONE: string;
|
|
682
|
+
TRANSPARENT: string;
|
|
683
|
+
};
|
|
684
|
+
export { Color };
|
|
685
|
+
export declare type SystemColors = keyof typeof Color | string;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { ColorSpaceType } from '../types/types.js';
|
|
2
|
+
/**
|
|
3
|
+
* @summary qualifier
|
|
4
|
+
* @memberOf Qualifiers.ColorSpace
|
|
5
|
+
*/
|
|
6
|
+
declare function srgb(): ColorSpaceType;
|
|
7
|
+
/**
|
|
8
|
+
* @summary qualifier
|
|
9
|
+
* @memberOf Qualifiers.ColorSpace
|
|
10
|
+
*/
|
|
11
|
+
declare function trueColor(): ColorSpaceType;
|
|
12
|
+
/**
|
|
13
|
+
* @summary qualifier
|
|
14
|
+
* @memberOf Qualifiers.ColorSpace
|
|
15
|
+
*/
|
|
16
|
+
declare function tinySrgb(): ColorSpaceType;
|
|
17
|
+
/**
|
|
18
|
+
* @summary qualifier
|
|
19
|
+
* @memberOf Qualifiers.ColorSpace
|
|
20
|
+
*/
|
|
21
|
+
declare function cmyk(): ColorSpaceType;
|
|
22
|
+
/**
|
|
23
|
+
* @summary qualifier
|
|
24
|
+
* @memberOf Qualifiers.ColorSpace
|
|
25
|
+
*/
|
|
26
|
+
declare function noCmyk(): ColorSpaceType;
|
|
27
|
+
/**
|
|
28
|
+
* @summary qualifier
|
|
29
|
+
* @memberOf Qualifiers.ColorSpace
|
|
30
|
+
*/
|
|
31
|
+
declare function keepCmyk(): ColorSpaceType;
|
|
32
|
+
declare const ColorSpace: Record<string, () => ColorSpaceType>;
|
|
33
|
+
export { ColorSpace, cmyk, keepCmyk, noCmyk, srgb, tinySrgb, trueColor };
|