@westpac/ui 0.32.1 → 0.33.0

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.
@@ -3032,6 +3032,7 @@ body {
3032
3032
  padding-top: 0.25rem;
3033
3033
  padding-bottom: 0.25rem;
3034
3034
  padding-left: 0.5625rem;
3035
+ padding-right: 2.4375rem;
3035
3036
  font-size: 0.875rem;
3036
3037
  line-height: 1.25rem;
3037
3038
  }
@@ -6534,6 +6535,7 @@ body {
6534
6535
  padding-top: 0.25rem;
6535
6536
  padding-bottom: 0.25rem;
6536
6537
  padding-left: 0.5625rem;
6538
+ padding-right: 2.4375rem;
6537
6539
  font-size: 0.875rem;
6538
6540
  line-height: 1.25rem;
6539
6541
  }
@@ -6697,6 +6699,7 @@ body {
6697
6699
  padding-top: 0.25rem;
6698
6700
  padding-bottom: 0.25rem;
6699
6701
  padding-left: 0.5625rem;
6702
+ padding-right: 2.4375rem;
6700
6703
  font-size: 0.875rem;
6701
6704
  line-height: 1.25rem;
6702
6705
  }
@@ -6860,6 +6863,7 @@ body {
6860
6863
  padding-top: 0.25rem;
6861
6864
  padding-bottom: 0.25rem;
6862
6865
  padding-left: 0.5625rem;
6866
+ padding-right: 2.4375rem;
6863
6867
  font-size: 0.875rem;
6864
6868
  line-height: 1.25rem;
6865
6869
  }
@@ -7023,6 +7027,7 @@ body {
7023
7027
  padding-top: 0.25rem;
7024
7028
  padding-bottom: 0.25rem;
7025
7029
  padding-left: 0.5625rem;
7030
+ padding-right: 2.4375rem;
7026
7031
  font-size: 0.875rem;
7027
7032
  line-height: 1.25rem;
7028
7033
  }
@@ -7186,6 +7191,7 @@ body {
7186
7191
  padding-top: 0.25rem;
7187
7192
  padding-bottom: 0.25rem;
7188
7193
  padding-left: 0.5625rem;
7194
+ padding-right: 2.4375rem;
7189
7195
  font-size: 0.875rem;
7190
7196
  line-height: 1.25rem;
7191
7197
  }
@@ -3032,6 +3032,7 @@ body {
3032
3032
  padding-top: 0.25rem;
3033
3033
  padding-bottom: 0.25rem;
3034
3034
  padding-left: 0.5625rem;
3035
+ padding-right: 2.4375rem;
3035
3036
  font-size: 0.875rem;
3036
3037
  line-height: 1.25rem;
3037
3038
  }
@@ -6534,6 +6535,7 @@ body {
6534
6535
  padding-top: 0.25rem;
6535
6536
  padding-bottom: 0.25rem;
6536
6537
  padding-left: 0.5625rem;
6538
+ padding-right: 2.4375rem;
6537
6539
  font-size: 0.875rem;
6538
6540
  line-height: 1.25rem;
6539
6541
  }
@@ -6697,6 +6699,7 @@ body {
6697
6699
  padding-top: 0.25rem;
6698
6700
  padding-bottom: 0.25rem;
6699
6701
  padding-left: 0.5625rem;
6702
+ padding-right: 2.4375rem;
6700
6703
  font-size: 0.875rem;
6701
6704
  line-height: 1.25rem;
6702
6705
  }
@@ -6860,6 +6863,7 @@ body {
6860
6863
  padding-top: 0.25rem;
6861
6864
  padding-bottom: 0.25rem;
6862
6865
  padding-left: 0.5625rem;
6866
+ padding-right: 2.4375rem;
6863
6867
  font-size: 0.875rem;
6864
6868
  line-height: 1.25rem;
6865
6869
  }
@@ -7023,6 +7027,7 @@ body {
7023
7027
  padding-top: 0.25rem;
7024
7028
  padding-bottom: 0.25rem;
7025
7029
  padding-left: 0.5625rem;
7030
+ padding-right: 2.4375rem;
7026
7031
  font-size: 0.875rem;
7027
7032
  line-height: 1.25rem;
7028
7033
  }
@@ -7186,6 +7191,7 @@ body {
7186
7191
  padding-top: 0.25rem;
7187
7192
  padding-bottom: 0.25rem;
7188
7193
  padding-left: 0.5625rem;
7194
+ padding-right: 2.4375rem;
7189
7195
  font-size: 0.875rem;
7190
7196
  line-height: 1.25rem;
7191
7197
  }
@@ -22,7 +22,7 @@ export declare const generateDatePicker: () => {
22
22
  '@apply max-w-[8.75rem]': {};
23
23
  };
24
24
  '.duet-date__input': {
25
- '@apply py-[0.25rem] pl-[0.5625rem] text-sm': {};
25
+ '@apply py-[0.25rem] pl-[0.5625rem] pr-6.5 text-sm': {};
26
26
  };
27
27
  '.duet-date__toggle': {
28
28
  '@apply px-2 w-auto': {};
@@ -23,7 +23,7 @@ export const generateDatePicker = ()=>{
23
23
  '@apply max-w-[8.75rem]': {}
24
24
  },
25
25
  '.duet-date__input': {
26
- '@apply py-[0.25rem] pl-[0.5625rem] text-sm': {}
26
+ '@apply py-[0.25rem] pl-[0.5625rem] pr-6.5 text-sm': {}
27
27
  },
28
28
  '.duet-date__toggle': {
29
29
  '@apply px-2 w-auto': {}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westpac/ui",
3
- "version": "0.32.1",
3
+ "version": "0.33.0",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -258,8 +258,8 @@
258
258
  "vite": "^5.2.12",
259
259
  "vitest": "^0.30.1",
260
260
  "@westpac/eslint-config": "~0.4.0",
261
- "@westpac/test-config": "~0.0.0",
262
- "@westpac/ts-config": "~0.0.0"
261
+ "@westpac/ts-config": "~0.0.0",
262
+ "@westpac/test-config": "~0.0.0"
263
263
  },
264
264
  "dependencies": {
265
265
  "@duetds/date-picker": "~1.4.0",
@@ -27,7 +27,7 @@ export const generateDatePicker = () => {
27
27
  '@apply max-w-[8.75rem]': {},
28
28
  },
29
29
  '.duet-date__input': {
30
- '@apply py-[0.25rem] pl-[0.5625rem] text-sm': {},
30
+ '@apply py-[0.25rem] pl-[0.5625rem] pr-6.5 text-sm': {},
31
31
  },
32
32
  '.duet-date__toggle': {
33
33
  '@apply px-2 w-auto': {},