listpage-next 0.0.167 → 0.0.168

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.
@@ -78,41 +78,46 @@ const HeaderLeft = (props)=>{
78
78
  });
79
79
  };
80
80
  const ActionContainer = styled.div`
81
- display: flex;
82
- align-items: center;
81
+ display: flex;
82
+ align-items: center;
83
83
 
84
- gap: 4px;
84
+ gap: 4px;
85
85
  `;
86
86
  const NameContainer = styled.div`
87
- display: flex;
88
- align-items: flex-start;
89
- flex-direction: column;
87
+ display: flex;
88
+ align-items: flex-start;
89
+ flex-direction: column;
90
90
  `;
91
91
  const NameText = styled.span`
92
- font-size: 14px;
93
- font-weight: 500;
94
- color: #000000;
92
+ font-size: 14px;
93
+ font-weight: 500;
94
+ color: #000000;
95
95
 
96
- font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
96
+ font-family:
97
+ ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
98
+ 'Segoe UI Symbol', 'Noto Color Emoji';
97
99
  `;
98
100
  const AiTipText = styled.span`
99
- font-size: 11px;
100
- color: #00000080;
101
- padding: 0 8px;
101
+ font-size: 11px;
102
+ color: #00000080;
103
+ padding: 0 8px;
102
104
  `;
103
105
  const Left = styled.div`
104
- display: flex;
105
- align-items: center;
106
+ display: flex;
107
+ align-items: center;
106
108
  `;
107
109
  const Right = styled.div`
108
-
110
+ flex-grow: 1;
111
+ display: flex;
112
+ align-items: center;
113
+ justify-content: flex-end;
109
114
  `;
110
115
  const HeaderContainer = styled.div`
111
- height: 60px;
112
- flex-shrink: 0;
113
- flex-grow: 0;
114
- display: flex;
115
- padding: 12.5px 0px;
116
- box-sizing: border-box;
116
+ height: 60px;
117
+ flex-shrink: 0;
118
+ flex-grow: 0;
119
+ display: flex;
120
+ padding: 12.5px 0px;
121
+ box-sizing: border-box;
117
122
  `;
118
123
  export { ClientContentHeader };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "listpage-next",
3
- "version": "0.0.167",
3
+ "version": "0.0.168",
4
4
  "description": "A React component library for creating filter forms with Ant Design",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",