From f0646e4aef455487eed9ef7740c1810fc35d1b5c Mon Sep 17 00:00:00 2001
From: Ambreen Hasan <48563658+ambreeen@users.noreply.github.com>
Date: Tue, 13 Oct 2020 14:54:16 -0700
Subject: [PATCH] Updating 228 metadata with recent changes/missing token
additions (#20)
* Updating 228 metadata with recent changes/missing token additions
* Update LSP version
---
core/pom.xml | 4 +-
.../resources/tokens/slds/components.json | 44261 +++++++++-------
.../main/resources/tokens/slds/tokens.json | 1198 +-
lsp/pom.xml | 6 +-
pom.xml | 4 +-
5 files changed, 24939 insertions(+), 20534 deletions(-)
diff --git a/core/pom.xml b/core/pom.xml
index b3b05ab..4183c7f 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -7,12 +7,12 @@
com.salesforce.sldscommon
- 0.0.5
+ 0.0.6com.salesforce.sldscore
- 0.0.5
+ 0.0.6
diff --git a/core/src/main/resources/tokens/slds/components.json b/core/src/main/resources/tokens/slds/components.json
index 02e82a7..4408503 100644
--- a/core/src/main/resources/tokens/slds/components.json
+++ b/core/src/main/resources/tokens/slds/components.json
@@ -1,26 +1,25 @@
[ {
- "description" : "",
+ "description" : "A Carousel can accept a maximum number of 5 panels where only 1 panel is visible at a time.\n\nYou are able to navigate between panels by interacting with the `slds-carousel__indicator` elements that sit below the panel.\n\nA panel becomes visible by toggling the `slds-hide` class with the `slds-show` class on the `slds-carousel__panel` element.\n\nWhen making the `slds-carousel__panel` active, the indicator should be updated with the `slds-is-active` class. This provides visual feedback showing which carousel panel is active.\n\n### Accessibility\n\nA Carousel is built using a tabbed UI specification and requires the following to meet accessibility requirements:\n\n- The tab list, which should have `role=\"tablist\"`\n- The tabs in that list, which should each be an `` anchor wrapped in a `