@dialpad/dialtone-css 8.50.1 → 8.50.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-css",
3
- "version": "8.50.1",
3
+ "version": "8.50.3",
4
4
  "description": "Dialpad's design system",
5
5
  "keywords": [
6
6
  "Dialpad",
@@ -1,19 +0,0 @@
1
- //
2
- // DIALTONE
3
- // COMPONENTS: Tab Panel
4
- //
5
- // These are the styles for Tab Panel component.
6
- //
7
- // TABLE OF CONTENTS
8
- // • BASE STYLE
9
- //
10
- // ============================================================================
11
- // $ BASE STYLE
12
- // ----------------------------------------------------------------------------
13
- .d-tab-panel--hidden {
14
- display: none;
15
- }
16
-
17
- .d-tab-panel-container {
18
- display: contents;
19
- }