@westpac/ui 1.1.0 → 1.1.1

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.
@@ -181,6 +181,9 @@
181
181
  .relative {
182
182
  position: relative;
183
183
  }
184
+ .static {
185
+ position: static;
186
+ }
184
187
  .sticky {
185
188
  position: sticky;
186
189
  }
@@ -181,6 +181,9 @@
181
181
  .relative {
182
182
  position: relative;
183
183
  }
184
+ .static {
185
+ position: static;
186
+ }
184
187
  .sticky {
185
188
  position: sticky;
186
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westpac/ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -254,7 +254,7 @@
254
254
  "vite": "^7.1.12",
255
255
  "vitest": "^3.2.4",
256
256
  "@westpac/eslint-config": "~1.1.0",
257
- "@westpac/style-config": "~1.0.0",
257
+ "@westpac/style-config": "~1.0.1",
258
258
  "@westpac/ts-config": "~0.0.0",
259
259
  "@westpac/test-config": "~0.0.0"
260
260
  },