@mirohq/design-system-base-select 1.3.25 → 1.3.26
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/types.d.ts +15 -15
- package/package.json +3 -3
package/dist/types.d.ts
CHANGED
|
@@ -5485,7 +5485,7 @@ declare const contentStyles: {
|
|
|
5485
5485
|
backgroundRepeat?: Globals | ScaleValue | Index | Property.BackgroundRepeat | undefined;
|
|
5486
5486
|
backgroundSize?: Globals | ScaleValue | Index | Property.BackgroundSize | undefined;
|
|
5487
5487
|
blockOverflow?: Globals | ScaleValue | Index | Property.BlockOverflow | undefined;
|
|
5488
|
-
blockSize?: Globals | ScaleValue | Index | Property.BlockSize | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | undefined;
|
|
5488
|
+
blockSize?: Globals | ScaleValue | Index | Property.BlockSize | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | undefined;
|
|
5489
5489
|
borderBlockColor?: Globals | ScaleValue | Index | Property.BorderBlockColor | undefined;
|
|
5490
5490
|
borderBlockEndColor?: Globals | ScaleValue | Index | (OnlyString | ("transparent" | "AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "Highlight" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(") | undefined;
|
|
5491
5491
|
borderBlockEndStyle?: Globals | ScaleValue | Index | ("inset" | "none" | "hidden" | "dashed" | "dotted" | "double" | "groove" | "outset" | "ridge" | "solid") | undefined;
|
|
@@ -5564,7 +5564,7 @@ declare const contentStyles: {
|
|
|
5564
5564
|
display?: Globals | ScaleValue | Index | Property.Display | undefined;
|
|
5565
5565
|
emptyCells?: Globals | ScaleValue | Index | Property.EmptyCells | undefined;
|
|
5566
5566
|
filter?: Globals | ScaleValue | Index | Property.Filter | undefined;
|
|
5567
|
-
flexBasis?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.FlexBasis | undefined;
|
|
5567
|
+
flexBasis?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.FlexBasis | undefined;
|
|
5568
5568
|
flexDirection?: Globals | ScaleValue | Index | Property.FlexDirection | undefined;
|
|
5569
5569
|
flexGrow?: Globals | ScaleValue | Index | OnlyStringNumeric | undefined;
|
|
5570
5570
|
flexShrink?: Globals | ScaleValue | Index | OnlyNumber | undefined;
|
|
@@ -5596,16 +5596,16 @@ declare const contentStyles: {
|
|
|
5596
5596
|
gridRowEnd?: Globals | ScaleValue | Index | (OnlyStringNumeric | "auto") | undefined;
|
|
5597
5597
|
gridRowStart?: Globals | ScaleValue | Index | (OnlyStringNumeric | "auto") | undefined;
|
|
5598
5598
|
gridTemplateAreas?: Globals | ScaleValue | Index | Property.GridTemplateAreas | undefined;
|
|
5599
|
-
gridTemplateColumns?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.GridTemplateColumns | undefined;
|
|
5600
|
-
gridTemplateRows?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.GridTemplateRows | undefined;
|
|
5599
|
+
gridTemplateColumns?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.GridTemplateColumns | undefined;
|
|
5600
|
+
gridTemplateRows?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.GridTemplateRows | undefined;
|
|
5601
5601
|
hangingPunctuation?: Globals | ScaleValue | Index | Property.HangingPunctuation | undefined;
|
|
5602
|
-
height?: Globals | ScaleValue | Index | Property.Height | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | undefined;
|
|
5602
|
+
height?: Globals | ScaleValue | Index | Property.Height | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | undefined;
|
|
5603
5603
|
hyphens?: Globals | ScaleValue | Index | Property.Hyphens | undefined;
|
|
5604
5604
|
imageOrientation?: Globals | ScaleValue | Index | Property.ImageOrientation | undefined;
|
|
5605
5605
|
imageRendering?: Globals | ScaleValue | Index | Property.ImageRendering | undefined;
|
|
5606
5606
|
imageResolution?: Globals | ScaleValue | Index | Property.ImageResolution | undefined;
|
|
5607
5607
|
initialLetter?: Globals | ScaleValue | Index | Property.InitialLetter | undefined;
|
|
5608
|
-
inlineSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.InlineSize | undefined;
|
|
5608
|
+
inlineSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.InlineSize | undefined;
|
|
5609
5609
|
inset?: Globals | ScaleValue | Index | "$0" | "$25" | "$50" | "$100" | "$150" | "$200" | "$300" | "$400" | "$500" | "$600" | "$350" | "$700" | "$800" | "$1200" | "$1600" | "$2000" | Property.Inset | undefined;
|
|
5610
5610
|
insetBlock?: Globals | ScaleValue | Index | "$0" | "$25" | "$50" | "$100" | "$150" | "$200" | "$300" | "$400" | "$500" | "$600" | "$350" | "$700" | "$800" | "$1200" | "$1600" | "$2000" | Property.InsetBlock | undefined;
|
|
5611
5611
|
insetBlockEnd?: Globals | ScaleValue | Index | "$0" | "$25" | "$50" | "$100" | "$150" | "$200" | "$300" | "$400" | "$500" | "$600" | "$350" | "$700" | "$800" | "$1200" | "$1600" | "$2000" | Property.InsetBlockEnd | undefined;
|
|
@@ -5651,15 +5651,15 @@ declare const contentStyles: {
|
|
|
5651
5651
|
maskSize?: Globals | ScaleValue | Index | Property.MaskSize | undefined;
|
|
5652
5652
|
maskType?: Globals | ScaleValue | Index | Property.MaskType | undefined;
|
|
5653
5653
|
mathStyle?: Globals | ScaleValue | Index | Property.MathStyle | undefined;
|
|
5654
|
-
maxBlockSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MaxBlockSize | undefined;
|
|
5655
|
-
maxHeight?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MaxHeight | undefined;
|
|
5656
|
-
maxInlineSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MaxInlineSize | undefined;
|
|
5654
|
+
maxBlockSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MaxBlockSize | undefined;
|
|
5655
|
+
maxHeight?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MaxHeight | undefined;
|
|
5656
|
+
maxInlineSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MaxInlineSize | undefined;
|
|
5657
5657
|
maxLines?: Globals | ScaleValue | Index | Property.MaxLines | undefined;
|
|
5658
|
-
maxWidth?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MaxWidth | undefined;
|
|
5659
|
-
minBlockSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MinBlockSize | undefined;
|
|
5660
|
-
minHeight?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MinHeight | undefined;
|
|
5661
|
-
minInlineSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MinInlineSize | undefined;
|
|
5662
|
-
minWidth?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | Property.MinWidth | undefined;
|
|
5658
|
+
maxWidth?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MaxWidth | undefined;
|
|
5659
|
+
minBlockSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MinBlockSize | undefined;
|
|
5660
|
+
minHeight?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MinHeight | undefined;
|
|
5661
|
+
minInlineSize?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MinInlineSize | undefined;
|
|
5662
|
+
minWidth?: Globals | ScaleValue | Index | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | Property.MinWidth | undefined;
|
|
5663
5663
|
mixBlendMode?: Globals | ScaleValue | Index | ("color" | "normal" | "color-burn" | "color-dodge" | "darken" | "difference" | "exclusion" | "hard-light" | "hue" | "lighten" | "luminosity" | "multiply" | "overlay" | "saturation" | "screen" | "soft-light") | undefined;
|
|
5664
5664
|
motionDistance?: Globals | ScaleValue | Index | OnlyStringNumeric | undefined;
|
|
5665
5665
|
motionPath?: Globals | ScaleValue | Index | Property.OffsetPath | undefined;
|
|
@@ -5797,7 +5797,7 @@ declare const contentStyles: {
|
|
|
5797
5797
|
visibility?: Globals | ScaleValue | Index | Property.Visibility | undefined;
|
|
5798
5798
|
whiteSpace?: Globals | ScaleValue | Index | Property.WhiteSpace | undefined;
|
|
5799
5799
|
widows?: Globals | ScaleValue | Index | OnlyNumber | undefined;
|
|
5800
|
-
width?: Globals | ScaleValue | Index | Property.Width | "$number" | "$icon-200" | "$icon-300" | "$icon-400" | undefined;
|
|
5800
|
+
width?: Globals | ScaleValue | Index | Property.Width | "$number" | "$icon-200" | "$icon-250" | "$icon-300" | "$icon-400" | undefined;
|
|
5801
5801
|
willChange?: Globals | ScaleValue | Index | Property.WillChange | undefined;
|
|
5802
5802
|
wordBreak?: Globals | ScaleValue | Index | Property.WordBreak | undefined;
|
|
5803
5803
|
wordSpacing?: Globals | ScaleValue | Index | Property.WordSpacing | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mirohq/design-system-base-select",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.26",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "Miro",
|
|
6
6
|
"source": "src/index.ts",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@mirohq/design-system-primitive": "^2.2.1",
|
|
30
|
-
"@mirohq/design-system-stitches": "^3.3.
|
|
31
|
-
"@mirohq/design-system-styles": "^3.2.
|
|
30
|
+
"@mirohq/design-system-stitches": "^3.3.26",
|
|
31
|
+
"@mirohq/design-system-styles": "^3.2.26"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "rollup -c ../../../../rollup.config.js",
|