@itcase/types 1.0.6 → 1.0.8
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/CHANGELOG.md +4 -0
- package/package.json +9 -9
- package/types/appearance/index.ts +110 -0
- package/types/border/borderColor.ts +34 -23
- package/types/border/index.ts +0 -1
- package/types/colors/active.ts +57 -0
- package/types/colors/colorsSvg.ts +7 -0
- package/types/colors/disabled.ts +57 -0
- package/types/colors/focus.ts +57 -0
- package/types/colors/hover.ts +57 -0
- package/types/colors/index.ts +4 -0
- package/types/common/index.ts +1 -0
- package/types/direction/index.ts +1 -0
- package/types/elevation/index.ts +1 -0
- package/types/fill/fill.ts +34 -16
- package/types/fill/fillGradient.ts +4 -7
- package/types/fill/fillSize.ts +17 -0
- package/types/fill/index.ts +1 -2
- package/types/height/index.ts +1 -0
- package/types/index.ts +8 -22
- package/types/item/index.ts +1 -0
- package/types/item/item.ts +57 -0
- package/types/justifyContent/index.ts +1 -0
- package/types/option/index.ts +1 -0
- package/types/position/index.ts +1 -0
- package/types/resizeMode/index.ts +1 -0
- package/types/{resizeMode.ts → resizeMode/resizeMode.ts} +1 -7
- package/types/shape/index.ts +1 -0
- package/types/shape/shape.ts +13 -0
- package/types/size/index.ts +1 -1
- package/types/stacking/index.ts +1 -0
- package/types/style/index.ts +1 -0
- package/types/style/style.ts +6 -0
- package/types/text/index.ts +0 -5
- package/types/text/textColor.ts +31 -16
- package/types/underline/index.ts +1 -0
- package/types/width/index.ts +1 -0
- package/types/wrap/index.ts +1 -0
- package/types/appearanceKeys.ts +0 -43
- package/types/border/borderColorHover.ts +0 -18
- package/types/fill/fillHover.ts +0 -20
- package/types/fill/fillType.ts +0 -5
- package/types/flex/flexAlign.ts +0 -12
- package/types/flex/flexGrow.ts +0 -5
- package/types/flex/flexJustifyContent.ts +0 -12
- package/types/flex/flexWrap.ts +0 -5
- package/types/flex/index.ts +0 -4
- package/types/grid/gridAlign.ts +0 -23
- package/types/grid/gridAlignSelf.ts +0 -23
- package/types/grid/gridJustifyItems.ts +0 -24
- package/types/grid/gridJustifySelf.ts +0 -28
- package/types/grid/index.ts +0 -4
- package/types/horizontal/horizontalContentAlign.ts +0 -6
- package/types/horizontal/horizontalResizeMode.ts +0 -6
- package/types/horizontal/index.ts +0 -2
- package/types/icon/iconFillSize.ts +0 -16
- package/types/icon/iconSize.ts +0 -17
- package/types/icon/index.ts +0 -2
- package/types/itemColor.ts +0 -39
- package/types/overflow.ts +0 -5
- package/types/shape.ts +0 -5
- package/types/size/sizeOption.ts +0 -18
- package/types/svgFill.ts +0 -33
- package/types/text/textAlign.ts +0 -5
- package/types/text/textGradient.ts +0 -13
- package/types/text/textStyle.ts +0 -5
- package/types/text/textWeight.ts +0 -21
- package/types/text/textWrap.ts +0 -5
- package/types/type.ts +0 -13
- package/types/vertical/index.ts +0 -2
- package/types/vertical/verticalContentAlign.ts +0 -6
- package/types/vertical/verticalResizeMode.ts +0 -5
- /package/types/{common.ts → common/common.ts} +0 -0
- /package/types/{direction.ts → direction/direction.ts} +0 -0
- /package/types/{elevation.ts → elevation/elevation.ts} +0 -0
- /package/types/{height.ts → height/height.ts} +0 -0
- /package/types/{justifyContent.ts → justifyContent/justifyContent.ts} +0 -0
- /package/types/{option.ts → option/option.ts} +0 -0
- /package/types/{position.ts → position/position.ts} +0 -0
- /package/types/{titleSize.ts → size/titleSize.ts} +0 -0
- /package/types/{stacking.ts → stacking/stacking.ts} +0 -0
- /package/types/{underline.ts → underline/underline.ts} +0 -0
- /package/types/{width.ts → width/width.ts} +0 -0
- /package/types/{wrap.ts → wrap/wrap.ts} +0 -0
package/types/text/textWeight.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
const textWeightProps = [
|
|
2
|
-
'normal',
|
|
3
|
-
'bold',
|
|
4
|
-
'light',
|
|
5
|
-
'lighter',
|
|
6
|
-
'bolder',
|
|
7
|
-
'100',
|
|
8
|
-
'200',
|
|
9
|
-
'300',
|
|
10
|
-
'400',
|
|
11
|
-
'500',
|
|
12
|
-
'600',
|
|
13
|
-
'700',
|
|
14
|
-
'800',
|
|
15
|
-
'900',
|
|
16
|
-
'950',
|
|
17
|
-
] as const
|
|
18
|
-
|
|
19
|
-
export type TextWeightProps = (typeof textWeightProps)[number]
|
|
20
|
-
|
|
21
|
-
export { textWeightProps }
|
package/types/text/textWrap.ts
DELETED
package/types/type.ts
DELETED
package/types/vertical/index.ts
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|