@onsvisual/svelte-components 1.0.2 → 1.0.3

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 (2) hide show
  1. package/dist/css/main.css +6 -16
  2. package/package.json +1 -1
package/dist/css/main.css CHANGED
@@ -10,6 +10,9 @@
10
10
  }
11
11
 
12
12
  /* Fixes for unexpected behaviour in design system */
13
+ body {
14
+ height: unset;
15
+ }
13
16
  .ons-grid {
14
17
  font-size: unset;
15
18
  }
@@ -19,6 +22,9 @@
19
22
  .primary-nav__link:focus + ul {
20
23
  top: 100%;
21
24
  }
25
+ .primary-nav__link:focus.hide-children + ul {
26
+ left: -99999px;
27
+ }
22
28
  .col-wrap:after,
23
29
  .col-wrap:before,
24
30
  .col:after,
@@ -487,19 +493,3 @@
487
493
  width: 624px;
488
494
  }
489
495
  }
490
-
491
- /* Get rid? */
492
- .hide {
493
- display: none !important;
494
- }
495
- .visuallyhidden {
496
- position: absolute;
497
- width: 1px;
498
- height: 1px;
499
- padding: 0;
500
- margin: -1px;
501
- border: 0;
502
- overflow: hidden;
503
- clip: rect(0 0 0 0);
504
- white-space: nowrap;
505
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onsvisual/svelte-components",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "scripts": {
5
5
  "dev": "vite dev",
6
6
  "build": "npm run build:package && npm run build:docs",