@jobber/components 6.61.1 → 6.61.2

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/styles.css +9 -1
  2. package/package.json +2 -2
package/dist/styles.css CHANGED
@@ -7999,22 +7999,28 @@ html.atlantisLightBoxActive {
7999
7999
  background-color: var(--color-surface);
8000
8000
  transition:
8001
8001
  border 200ms ease-in,
8002
+ border-radius 100ms ease-in,
8002
8003
  -webkit-transform 100ms ease-in-out;
8003
8004
  transition:
8004
8005
  border var(--timing-base) ease-in,
8006
+ border-radius var(--timing-quick) ease-in,
8005
8007
  -webkit-transform var(--timing-quick) ease-in-out;
8006
8008
  transition:
8007
8009
  border 200ms ease-in,
8010
+ border-radius 100ms ease-in,
8008
8011
  transform 100ms ease-in-out;
8009
8012
  transition:
8010
8013
  border var(--timing-base) ease-in,
8014
+ border-radius var(--timing-quick) ease-in,
8011
8015
  transform var(--timing-quick) ease-in-out;
8012
8016
  transition:
8013
8017
  border 200ms ease-in,
8018
+ border-radius 100ms ease-in,
8014
8019
  transform 100ms ease-in-out,
8015
8020
  -webkit-transform 100ms ease-in-out;
8016
8021
  transition:
8017
8022
  border var(--timing-base) ease-in,
8023
+ border-radius var(--timing-quick) ease-in,
8018
8024
  transform var(--timing-quick) ease-in-out,
8019
8025
  -webkit-transform var(--timing-quick) ease-in-out;
8020
8026
  -ms-flex-negative: 0;
@@ -8029,7 +8035,9 @@ html.atlantisLightBoxActive {
8029
8035
  padding: 2px;
8030
8036
  padding: var(--space-smallest);
8031
8037
  border: 2px solid rgba(255, 255, 255, 1);
8032
- border: 2px solid var(--color-surface);
8038
+ border: var(--border-thick) solid var(--color-surface);
8039
+ border-radius: 8px;
8040
+ border-radius: var(--radius-base);
8033
8041
  background-color: transparent;
8034
8042
  -webkit-transform: scale(1.125);
8035
8043
  transform: scale(1.125);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.61.1",
3
+ "version": "6.61.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -542,5 +542,5 @@
542
542
  "> 1%",
543
543
  "IE 10"
544
544
  ],
545
- "gitHead": "1ccb1b893cc5ebfe13df5e850c2b51f9265ffdde"
545
+ "gitHead": "c8acc65e6a0540c04af4dc4dcd12186915de9c99"
546
546
  }