@rypen-dev/shared-components 8.1.8 → 8.1.9

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects. Starting with version 8, this package is built with Vite 7 and Vue 3.",
4
- "version": "8.1.8",
4
+ "version": "8.1.9",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "scripts": {
@@ -14,12 +14,12 @@ input[type="date"]::-webkit-inner-spin-button {
14
14
  -webkit-appearance: none;
15
15
  }
16
16
 
17
- input[type=number] {
17
+ input[type=number]:not(.show-steps) {
18
18
  -moz-appearance: textfield;
19
19
  }
20
20
 
21
- input[type=number]::-webkit-inner-spin-button,
22
- input[type=number]::-webkit-outer-spin-button {
21
+ input[type=number]:not(.show-steps)::-webkit-inner-spin-button,
22
+ input[type=number]:not(.show-steps)::-webkit-outer-spin-button {
23
23
  -webkit-appearance: none;
24
24
  margin: 0;
25
25
  }
@@ -276,6 +276,14 @@
276
276
  width: 842px;
277
277
  }
278
278
 
279
+ &.full {
280
+ width: 100%;
281
+ }
282
+
283
+ &.full-height {
284
+ height: 100%;
285
+ }
286
+
279
287
  .close {
280
288
  right: 30px;
281
289
  top: 40px;