@terraware/web-components 3.0.5 → 3.0.6

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.
@@ -54,7 +54,6 @@
54
54
  }
55
55
 
56
56
  .dialog-box {
57
- border: 1px solid $tw-clr-brdr-tertiary;
58
57
  box-shadow: $tw-elvtn-base-800;
59
58
  border-radius: $tw-sz-base-small;
60
59
  display: flex;
@@ -83,7 +82,6 @@
83
82
  }
84
83
 
85
84
  &--header {
86
- background-color: $tw-clr-base-gray-050;
87
85
  border-bottom: 1px solid $tw-clr-brdr-tertiary;
88
86
  padding: $tw-spc-base-small $tw-spc-base-medium;
89
87
  display: flex;
@@ -119,7 +117,6 @@
119
117
 
120
118
  &--body {
121
119
  background: $tw-clr-base-white;
122
- border-bottom: 1px solid $tw-clr-brdr-tertiary;
123
120
  padding: $tw-spc-base-medium;
124
121
  text-align: center;
125
122
  &.scrolled {
@@ -147,7 +144,7 @@
147
144
 
148
145
  &--footer {
149
146
  border-radius: 0 0 $tw-sz-base-small $tw-sz-base-small;
150
- background-color: $tw-clr-base-gray-050;
147
+ background-color: $tw-clr-bg-secondary;
151
148
  padding: $tw-spc-base-medium $tw-spc-base-medium;
152
149
  button + button {
153
150
  margin-left: $tw-spc-base-x-small;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@terraware/web-components",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "author": "Terraformation Inc.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {