@trionesdev/antd-mobile-base-react 0.0.2-beta.16 → 0.0.2-beta.18

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.
Files changed (118) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +23 -23
  3. package/dist/Alert/alert.js +1 -1
  4. package/dist/Alert/style.scss +69 -69
  5. package/dist/Avatar/avatar.d.ts +2 -2
  6. package/dist/Avatar/avatar.js +1 -1
  7. package/dist/Avatar/style.scss +17 -17
  8. package/dist/Badge/style.scss +100 -100
  9. package/dist/Card/style.scss +35 -35
  10. package/dist/CascaderView/cascader-column-item.js +1 -1
  11. package/dist/CascaderView/style.scss +22 -22
  12. package/dist/Cell/CellGroup.js +25 -8
  13. package/dist/Cell/cell.js +20 -37
  14. package/dist/Cell/context.d.ts +4 -2
  15. package/dist/Cell/styles.scss +81 -52
  16. package/dist/Cell/types.d.ts +6 -4
  17. package/dist/Checkbox/checkbox-button.js +1 -1
  18. package/dist/Checkbox/checkbox-group.js +1 -2
  19. package/dist/Checkbox/checkbox-round.js +1 -1
  20. package/dist/Checkbox/index.scss +165 -165
  21. package/dist/ConfigProvider/config-provider.d.ts +1 -0
  22. package/dist/DemoBlock/index.scss +20 -20
  23. package/dist/DemoDescription/index.scss +3 -3
  24. package/dist/Descriptions/style.scss +65 -65
  25. package/dist/Divider/divider.d.ts +1 -1
  26. package/dist/Divider/divider.js +5 -3
  27. package/dist/Divider/style.scss +62 -62
  28. package/dist/Ellipsis/style.scss +13 -13
  29. package/dist/Empty/style.scss +29 -29
  30. package/dist/ErrorBlock/demo/base.js +2 -2
  31. package/dist/ErrorBlock/style.scss +62 -62
  32. package/dist/Footer/style.scss +55 -55
  33. package/dist/Form/ErrorList.d.ts +4 -0
  34. package/dist/Form/ErrorList.js +9 -0
  35. package/dist/Form/context.d.ts +4 -2
  36. package/dist/Form/context.js +2 -1
  37. package/dist/Form/form.d.ts +24 -6
  38. package/dist/Form/form.js +22 -11
  39. package/dist/Form/hooks/useForm.js +1 -8
  40. package/dist/Form/hooks/useFormContext.js +1 -2
  41. package/dist/Form/index.d.ts +6 -3
  42. package/dist/Form/index.js +4 -1
  43. package/dist/Form/styles.scss +11 -0
  44. package/dist/Form/types.d.ts +2 -1
  45. package/dist/FormCell/FormCell.d.ts +21 -0
  46. package/dist/FormCell/FormCell.js +56 -0
  47. package/dist/FormCell/index.d.ts +4 -0
  48. package/dist/FormCell/index.js +3 -0
  49. package/dist/FormCell/styles.scss +103 -0
  50. package/dist/Grid/style.scss +17 -17
  51. package/dist/Icon/demo/base.js +2 -2
  52. package/dist/InputNumber/style.scss +100 -100
  53. package/dist/Loading/DotLoading.d.ts +8 -0
  54. package/dist/Loading/DotLoading.js +33 -0
  55. package/dist/Loading/SpinLoading.js +70 -0
  56. package/dist/Loading/dot-loading.scss +72 -0
  57. package/dist/Loading/index.d.ts +5 -0
  58. package/dist/Loading/index.js +3 -0
  59. package/dist/{SpinLoading → Loading}/spin-loading.scss +39 -40
  60. package/dist/NavBar/nav-bar.js +1 -1
  61. package/dist/NavBar/style.scss +64 -64
  62. package/dist/NoticeBar/style.scss +130 -130
  63. package/dist/PageIndicator/style.scss +59 -59
  64. package/dist/Progress/Progress.js +1 -1
  65. package/dist/Progress/ProgressCircle.js +5 -2
  66. package/dist/Progress/ProgressLine.js +2 -2
  67. package/dist/Progress/style.scss +33 -33
  68. package/dist/Progress/types.d.ts +2 -2
  69. package/dist/Radio/radio.js +1 -1
  70. package/dist/Radio/style.scss +154 -141
  71. package/dist/Rate/rate.js +1 -1
  72. package/dist/Rate/style.scss +37 -37
  73. package/dist/Result/demo/base.js +2 -2
  74. package/dist/Result/style.scss +73 -73
  75. package/dist/Result/use-result-icon.js +1 -1
  76. package/dist/SafeArea/style.scss +20 -20
  77. package/dist/Scaffold/style.scss +17 -17
  78. package/dist/Segmented/style.scss +75 -75
  79. package/dist/Skeleton/Skeleton.d.ts +80 -21
  80. package/dist/Skeleton/Skeleton.js +248 -57
  81. package/dist/Skeleton/index.d.ts +3 -1
  82. package/dist/Skeleton/index.js +2 -1
  83. package/dist/Skeleton/style.scss +215 -48
  84. package/dist/Space/space.js +12 -9
  85. package/dist/Space/style.scss +101 -80
  86. package/dist/Stepper/stepper.js +2 -1
  87. package/dist/Stepper/style.scss +100 -100
  88. package/dist/Steps/HorizontalSteps.js +5 -2
  89. package/dist/Steps/VerticalSteps.js +5 -2
  90. package/dist/Steps/style.scss +153 -153
  91. package/dist/Steps/types.d.ts +2 -0
  92. package/dist/Switch/style.scss +127 -128
  93. package/dist/Switch/switch.d.ts +2 -0
  94. package/dist/Switch/switch.js +6 -5
  95. package/dist/TabBar/demo/base.js +2 -2
  96. package/dist/TabBar/index.scss +37 -37
  97. package/dist/Tabs/style.scss +108 -108
  98. package/dist/Tag/style.scss +110 -109
  99. package/dist/Tag/tag.d.ts +1 -1
  100. package/dist/Tag/tag.js +1 -1
  101. package/dist/WaterMark/style.scss +17 -17
  102. package/dist/index.d.ts +9 -4
  103. package/dist/index.js +4 -2
  104. package/dist/style/css-variable.scss +6 -6
  105. package/dist/style/style.scss +52 -52
  106. package/dist/style/theme-dark.scss +24 -24
  107. package/dist/style/theme-default.scss +54 -54
  108. package/dist/style/variable.scss +180 -173
  109. package/dist/types.d.ts +6 -1
  110. package/dist/utils/type.js +36 -36
  111. package/dist/utils/with-default-props.js +4 -4
  112. package/package.json +4 -7
  113. package/dist/SpinLoading/index.d.ts +0 -3
  114. package/dist/SpinLoading/index.js +0 -2
  115. package/dist/SpinLoading/spin-loading.js +0 -59
  116. package/dist/Tabs/demo/base.d.ts +0 -3
  117. package/dist/Tabs/demo/base.js +0 -59
  118. /package/dist/{SpinLoading/spin-loading.d.ts → Loading/SpinLoading.d.ts} +0 -0
@@ -1,37 +1,37 @@
1
- @use "../style/variable" as variable;
2
-
3
- $trionesTabBarActiveColor: variable.$trionesColorPrimary !default;
4
-
5
- $tabBarCls: 'triones-tab-bar';
6
- .#{$tabBarCls} {
7
- box-sizing: border-box;
8
- padding-top: 4Px;
9
- &-wrap {
10
- display: flex;
11
- background-color: #ffffff;
12
- width: 100%;
13
- justify-content: space-around;
14
- }
15
-
16
- &-item {
17
- display: flex;
18
- align-items: center;
19
- flex-direction: column;
20
- gap: 4Px;
21
- cursor: default;
22
- flex: 1 auto;
23
- padding: 4Px;
24
-
25
- &-active {
26
- color: $trionesTabBarActiveColor;
27
- }
28
-
29
- &-icon {
30
- flex-grow: 1;
31
- }
32
-
33
- &-label {
34
- font-size: 12Px;
35
- }
36
- }
37
- }
1
+ @use "../style/variable" as variable;
2
+
3
+ $trionesTabBarActiveColor: variable.$trionesColorPrimary !default;
4
+
5
+ $tabBarCls: 'triones-tab-bar';
6
+ .#{$tabBarCls} {
7
+ box-sizing: border-box;
8
+ padding-top: 4Px;
9
+ &-wrap {
10
+ display: flex;
11
+ background-color: #ffffff;
12
+ width: 100%;
13
+ justify-content: space-around;
14
+ }
15
+
16
+ &-item {
17
+ display: flex;
18
+ align-items: center;
19
+ flex-direction: column;
20
+ gap: 4Px;
21
+ cursor: default;
22
+ flex: 1 auto;
23
+ padding: 4Px;
24
+
25
+ &-active {
26
+ color: $trionesTabBarActiveColor;
27
+ }
28
+
29
+ &-icon {
30
+ flex-grow: 1;
31
+ }
32
+
33
+ &-label {
34
+ font-size: 12Px;
35
+ }
36
+ }
37
+ }
@@ -1,108 +1,108 @@
1
- @use "../style/variable" as variable;
2
- $tabsCls: 'triones-antm-tabs';
3
-
4
- .#{$tabsCls} {
5
- display: flex;
6
- flex-direction: column;
7
- &-nav {
8
- position: relative;
9
- display: flex;
10
- flex: none;
11
- align-items: center;
12
-
13
- &::before {
14
- bottom: 0;
15
- position: absolute;
16
- right: 0;
17
- left: 0;
18
- border-bottom: 1Px solid #f0f0f0;
19
- content: ' ';
20
- }
21
-
22
- &-wrap {
23
- //position: relative;
24
- //display: flex;
25
- //flex: auto;
26
- //align-self: stretch;
27
- //overflow: hidden;
28
- //white-space: nowrap;
29
- //transform: translate(0);
30
- width: 100%;
31
- }
32
-
33
- &-list {
34
- position: relative;
35
- display: flex;
36
- flex: auto;
37
- overflow-y: auto;
38
- scrollbar-width: none;
39
- }
40
- }
41
-
42
- &-ink-bar {
43
- position: absolute;
44
- bottom: 0;
45
- background-color: variable.$trionesColorPrimary;
46
- height: 2px;
47
- //width: 100px;
48
- &-animated {
49
-
50
- }
51
- }
52
-
53
- &-tab {
54
- position: relative;
55
- display: inline-flex;
56
- align-items: center;
57
- justify-content: center;
58
- padding: 10Px 10Px;
59
- font-size: 14Px;
60
- background: transparent;
61
- border: 0;
62
- outline: none;
63
- cursor: pointer;
64
- color: rgba(0, 0, 0, 0.88);
65
- white-space: nowrap;
66
-
67
- &-stretch {
68
- flex: auto;
69
- }
70
-
71
- &-active {
72
- color: variable.$trionesColorPrimary;
73
- &::after{
74
- content: ' ';
75
- position: absolute;
76
- bottom: 0;
77
- width: calc(100% - 0.24rem * 2);
78
- height: 0.04rem;
79
- overflow: hidden;
80
- font-size: 0;
81
- border-radius: 50vh;
82
- box-sizing: border-box;
83
- background-color: variable.$trionesColorPrimary;
84
- }
85
- }
86
-
87
- }
88
-
89
- &-content-holder {
90
- flex: auto;
91
- overflow: hidden;
92
- .#{$tabsCls} {
93
- &-content {
94
- height: 100%;
95
- }
96
- }
97
- }
98
-
99
- &-tab-pane {
100
- height: 100%;
101
- display: none;
102
-
103
- &-active {
104
- display: block;
105
- }
106
- }
107
- }
108
-
1
+ @use "../style/variable" as variable;
2
+ $tabsCls: 'triones-antm-tabs';
3
+
4
+ .#{$tabsCls} {
5
+ display: flex;
6
+ flex-direction: column;
7
+ &-nav {
8
+ position: relative;
9
+ display: flex;
10
+ flex: none;
11
+ align-items: center;
12
+
13
+ &::before {
14
+ bottom: 0;
15
+ position: absolute;
16
+ right: 0;
17
+ left: 0;
18
+ border-bottom: 1Px solid #f0f0f0;
19
+ content: ' ';
20
+ }
21
+
22
+ &-wrap {
23
+ //position: relative;
24
+ //display: flex;
25
+ //flex: auto;
26
+ //align-self: stretch;
27
+ //overflow: hidden;
28
+ //white-space: nowrap;
29
+ //transform: translate(0);
30
+ width: 100%;
31
+ }
32
+
33
+ &-list {
34
+ position: relative;
35
+ display: flex;
36
+ flex: auto;
37
+ overflow-y: auto;
38
+ scrollbar-width: none;
39
+ }
40
+ }
41
+
42
+ &-ink-bar {
43
+ position: absolute;
44
+ bottom: 0;
45
+ background-color: variable.$trionesColorPrimary;
46
+ height: 2px;
47
+ //width: 100px;
48
+ &-animated {
49
+
50
+ }
51
+ }
52
+
53
+ &-tab {
54
+ position: relative;
55
+ display: inline-flex;
56
+ align-items: center;
57
+ justify-content: center;
58
+ padding: 10Px 10Px;
59
+ font-size: 14Px;
60
+ background: transparent;
61
+ border: 0;
62
+ outline: none;
63
+ cursor: pointer;
64
+ color: rgba(0, 0, 0, 0.88);
65
+ white-space: nowrap;
66
+
67
+ &-stretch {
68
+ flex: auto;
69
+ }
70
+
71
+ &-active {
72
+ color: variable.$trionesColorPrimary;
73
+ &::after{
74
+ content: ' ';
75
+ position: absolute;
76
+ bottom: 0;
77
+ width: calc(100% - 0.24rem * 2);
78
+ height: 2Px;
79
+ overflow: hidden;
80
+ font-size: 0;
81
+ border-radius: 50vh;
82
+ box-sizing: border-box;
83
+ background-color: variable.$trionesColorPrimary;
84
+ }
85
+ }
86
+
87
+ }
88
+
89
+ &-content-holder {
90
+ flex: auto;
91
+ overflow: hidden;
92
+ .#{$tabsCls} {
93
+ &-content {
94
+ height: 100%;
95
+ }
96
+ }
97
+ }
98
+
99
+ &-tab-pane {
100
+ height: 100%;
101
+ display: none;
102
+
103
+ &-active {
104
+ display: block;
105
+ }
106
+ }
107
+ }
108
+
@@ -1,109 +1,110 @@
1
- @use "../style/variable" as variable;
2
-
3
- $tagCls: 'triones-antm-tag';
4
-
5
- .#{$tagCls} {
6
- display: inline-flex;
7
- align-items: center;
8
- padding: 2Px 8Px;
9
- font-size: 12Px;
10
- line-height: 1.2;
11
- border-radius: variable.$trionesBorderRadius;
12
- box-sizing: border-box;
13
- white-space: nowrap;
14
-
15
- &-square {
16
- border-radius: 0;
17
- }
18
-
19
- &-round {
20
- border-radius: 12Px;
21
- }
22
-
23
- // Default variant styles
24
- &-default {
25
- &.#{$tagCls}-solid {
26
- background: #666;
27
- color: #fff;
28
- }
29
-
30
- &.#{$tagCls}-outline {
31
- color: #666;
32
- border: 1px solid #666;
33
- background: transparent;
34
- }
35
- }
36
-
37
- // Primary variant styles
38
- &-primary {
39
- &.#{$tagCls}-solid {
40
- background: variable.$trionesColorPrimary;
41
- color: #fff;
42
- }
43
-
44
- &.#{$tagCls}-outline {
45
- color: variable.$trionesColorPrimary;
46
- border: 1px solid variable.$trionesColorPrimary;
47
- background: transparent;
48
- }
49
- }
50
-
51
- // Success variant styles
52
- &-success {
53
- &.#{$tagCls}-solid {
54
- background: variable.$trionesColorSuccess;
55
- color: #fff;
56
- }
57
-
58
- &.#{$tagCls}-outline {
59
- color: variable.$trionesColorSuccess;
60
- border: 1px solid variable.$trionesColorSuccess;
61
- background: transparent;
62
- }
63
- }
64
-
65
- // Warning variant styles
66
- &-warning {
67
- &.#{$tagCls}-solid {
68
- background: variable.$trionesColorWarning;
69
- color: #fff;
70
- }
71
-
72
- &.#{$tagCls}-outline {
73
- color: variable.$trionesColorWarning;
74
- border: 1px solid variable.$trionesColorWarning;
75
- background: transparent;
76
- }
77
- }
78
-
79
- // Danger variant styles
80
- &-danger {
81
- &.#{$tagCls}-solid {
82
- background: variable.$trionesColorError;
83
- color: #fff;
84
- }
85
-
86
- &.#{$tagCls}-outline {
87
- color: variable.$trionesColorError;
88
- border: 1px solid variable.$trionesColorError;
89
- background: transparent;
90
- }
91
- }
92
-
93
- &-icon {
94
- margin-inline-end: 4Px;
95
-
96
- .triones-antm-icon {
97
- font-size: 10Px;
98
- }
99
- }
100
-
101
- &-close {
102
- margin-inline-start: 4Px;
103
- display: flex;
104
-
105
- .triones-antm-icon {
106
- font-size: 10Px;
107
- }
108
- }
109
- }
1
+ @use "../style/variable" as variable;
2
+
3
+ $tagCls: 'triones-antm-tag';
4
+
5
+ .#{$tagCls} {
6
+ display: inline-flex;
7
+ align-items: center;
8
+ padding: 2Px 8Px;
9
+ font-size: variable.$trionesFontSizeSm;
10
+ line-height: 1;
11
+ border-radius: variable.$trionesBorderRadiusXs;
12
+ box-sizing: border-box;
13
+ white-space: nowrap;
14
+
15
+ &-square {
16
+ border-radius: 0;
17
+ }
18
+
19
+ &-round {
20
+ padding: 2Px 8Px;
21
+ border-radius: 12Px;
22
+ }
23
+
24
+ // Default variant styles
25
+ &-default {
26
+ &.#{$tagCls}-solid {
27
+ background: #666;
28
+ color: #fff;
29
+ }
30
+
31
+ &.#{$tagCls}-outline {
32
+ color: #666;
33
+ border: 1px solid #666;
34
+ background: transparent;
35
+ }
36
+ }
37
+
38
+ // processing variant styles
39
+ &-processing {
40
+ &.#{$tagCls}-solid {
41
+ background: variable.$trionesColorPrimary;
42
+ color: #fff;
43
+ }
44
+
45
+ &.#{$tagCls}-outline {
46
+ color: variable.$trionesColorPrimary;
47
+ border: 1px solid variable.$trionesColorPrimary;
48
+ background: transparent;
49
+ }
50
+ }
51
+
52
+ // Success variant styles
53
+ &-success {
54
+ &.#{$tagCls}-solid {
55
+ background: variable.$trionesColorSuccess;
56
+ color: #fff;
57
+ }
58
+
59
+ &.#{$tagCls}-outline {
60
+ color: variable.$trionesColorSuccess;
61
+ border: 1px solid variable.$trionesColorSuccess;
62
+ background: transparent;
63
+ }
64
+ }
65
+
66
+ // Warning variant styles
67
+ &-warning {
68
+ &.#{$tagCls}-solid {
69
+ background: variable.$trionesColorWarning;
70
+ color: #fff;
71
+ }
72
+
73
+ &.#{$tagCls}-outline {
74
+ color: variable.$trionesColorWarning;
75
+ border: 1px solid variable.$trionesColorWarning;
76
+ background: transparent;
77
+ }
78
+ }
79
+
80
+ // Danger variant styles
81
+ &-error {
82
+ &.#{$tagCls}-solid {
83
+ background: variable.$trionesColorError;
84
+ color: #fff;
85
+ }
86
+
87
+ &.#{$tagCls}-outline {
88
+ color: variable.$trionesColorError;
89
+ border: 1px solid variable.$trionesColorError;
90
+ background: transparent;
91
+ }
92
+ }
93
+
94
+ &-icon {
95
+ margin-inline-end: 4Px;
96
+
97
+ .triones-antm-icon {
98
+ font-size: 10Px;
99
+ }
100
+ }
101
+
102
+ &-close {
103
+ margin-inline-start: 4Px;
104
+ display: flex;
105
+
106
+ .triones-antm-icon {
107
+ font-size: 10Px;
108
+ }
109
+ }
110
+ }
package/dist/Tag/tag.d.ts CHANGED
@@ -5,7 +5,7 @@ export type TagProps = {
5
5
  /**
6
6
  * 标签色
7
7
  */
8
- color?: 'default' | 'primary' | 'success' | 'warning' | 'danger' | string;
8
+ color?: 'default' | 'processing' | 'success' | 'warning' | 'error' | string;
9
9
  /**
10
10
  * 填充模式
11
11
  */
package/dist/Tag/tag.js CHANGED
@@ -27,7 +27,7 @@ export var Tag = function Tag(_ref) {
27
27
  var clsPrefix = 'triones-antm-tag';
28
28
 
29
29
  // 是否是预设颜色
30
- var isPresetColor = ['default', 'primary', 'success', 'warning', 'danger'].includes(color);
30
+ var isPresetColor = ['default', 'processing', 'success', 'warning', 'error'].includes(color);
31
31
  var customStyle = !isPresetColor ? _objectSpread(_objectSpread({}, fill === 'solid' ? {
32
32
  backgroundColor: color,
33
33
  color: '#fff'
@@ -1,17 +1,17 @@
1
- $class-prefix-water-mark: 'triones-antm-water-mark';
2
- /* prettier-ignore */
3
- .#{$class-prefix-water-mark} {
4
- --z-index: var(--triones-antm-water-mark-z-index, 2000);
5
-
6
- position: absolute;
7
- z-index: var(--z-index);
8
- left: 0;
9
- right: 0;
10
- top: 0;
11
- bottom: 0;
12
- pointer-events: none;
13
- background-repeat: repeat;
14
- &-full-page {
15
- position: fixed;
16
- }
17
- }
1
+ $class-prefix-water-mark: 'triones-antm-water-mark';
2
+ /* prettier-ignore */
3
+ .#{$class-prefix-water-mark} {
4
+ --z-index: var(--triones-antm-water-mark-z-index, 2000);
5
+
6
+ position: absolute;
7
+ z-index: var(--z-index);
8
+ left: 0;
9
+ right: 0;
10
+ top: 0;
11
+ bottom: 0;
12
+ pointer-events: none;
13
+ background-repeat: repeat;
14
+ &-full-page {
15
+ position: fixed;
16
+ }
17
+ }
package/dist/index.d.ts CHANGED
@@ -27,8 +27,11 @@ export { default as ErrorBlock, createErrorBlock } from './ErrorBlock';
27
27
  export type { ErrorBlockStatus, ErrorBlockProps } from './ErrorBlock';
28
28
  export { default as Footer } from './Footer';
29
29
  export type { FooterProps, ChipItem, LinkItem } from './Footer';
30
- export { default as Form, useFormContext } from './Form';
31
- export type { FormProps, FormLayout, FormLayoutAlign, FormItemLayout } from './Form';
30
+ export { default as Form, useFormContext, Field } from './Form';
31
+ export type { FormInstance } from "./Form/interface";
32
+ export type { FormProps, FormLayout, FormHorizontalAlign, FormItemVerticalAlign, FormItemLayout } from './Form';
33
+ export { default as FormCell } from "./FormCell";
34
+ export type { FormCellProps } from "./FormCell";
32
35
  export { default as Grid } from './Grid';
33
36
  export type { GridProps, GridItemProps } from './Grid';
34
37
  export { default as IndexedStack } from './IndexedStack';
@@ -55,10 +58,12 @@ export { default as Scaffold } from './Scaffold';
55
58
  export type { ScaffoldProps } from './Scaffold';
56
59
  export { Segmented } from './Segmented';
57
60
  export type { SegmentedProps } from './Segmented';
61
+ export { default as Skeleton } from './Skeleton';
62
+ export type { SkeletonProps, SkeletonAvatarProps, SkeletonTitleProps, SkeletonParagraphProps, SkeletonInputProps, SkeletonButtonProps, SkeletonBlockType, SkeletonAvatarShape, SkeletonAvatarSize, SkeletonButtonShape, } from './Skeleton';
58
63
  export { default as Space } from './Space';
59
64
  export type { SpaceProps } from './Space';
60
- export { default as SpinLoading } from './SpinLoading';
61
- export type { SpinLoadingProps } from './SpinLoading';
65
+ export { DotLoading, SpinLoading } from './Loading';
66
+ export type { DotLoadingProps, SpinLoadingProps } from './Loading';
62
67
  export { default as Stepper } from './Stepper';
63
68
  export type { StepperProps } from './Stepper';
64
69
  export { default as Steps } from './Steps';
package/dist/index.js CHANGED
@@ -13,7 +13,8 @@ export { default as Ellipsis } from "./Ellipsis";
13
13
  export { default as Empty } from "./Empty";
14
14
  export { default as ErrorBlock, createErrorBlock } from "./ErrorBlock";
15
15
  export { default as Footer } from "./Footer";
16
- export { default as Form, useFormContext } from "./Form";
16
+ export { default as Form, useFormContext, Field } from "./Form";
17
+ export { default as FormCell } from "./FormCell";
17
18
  export { default as Grid } from "./Grid";
18
19
  export { default as IndexedStack } from "./IndexedStack";
19
20
  export { default as InputNumber } from "./InputNumber";
@@ -27,8 +28,9 @@ export { default as Result } from "./Result";
27
28
  export { default as SafeArea } from "./SafeArea";
28
29
  export { default as Scaffold } from "./Scaffold";
29
30
  export { Segmented } from "./Segmented";
31
+ export { default as Skeleton } from "./Skeleton";
30
32
  export { default as Space } from "./Space";
31
- export { default as SpinLoading } from "./SpinLoading";
33
+ export { DotLoading, SpinLoading } from "./Loading";
32
34
  export { default as Stepper } from "./Stepper";
33
35
  export { default as Steps } from "./Steps";
34
36
  export { default as Switch } from "./Switch";
@@ -1,6 +1,6 @@
1
- :root,page {
2
- //--triones-blue: #1677FF;
3
- //--trioens-color-primary: #1677FF;
4
-
5
- --triones-safe-area-multiple:1;
6
- }
1
+ :root,page {
2
+ //--triones-blue: #1677FF;
3
+ //--trioens-color-primary: #1677FF;
4
+
5
+ --triones-safe-area-multiple:1;
6
+ }