@brightspace-ui/core 3.171.2 → 3.171.4
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.
| 
         @@ -82,6 +82,7 @@ const SWATCH_TRANSPARENT = `<svg xmlns="http://www.w3.org/2000/svg" width="24" h 
     | 
|
| 
       82 
82 
     | 
    
         | 
| 
       83 
83 
     | 
    
         
             
            /**
         
     | 
| 
       84 
84 
     | 
    
         
             
             * This component allows for inputting a HEX color value.
         
     | 
| 
      
 85 
     | 
    
         
            +
             * @slot - Dropdown content for the color input
         
     | 
| 
       85 
86 
     | 
    
         
             
             * @slot inline-help - Help text that will appear below the input. Use this only when other helpful cues are not sufficient, such as a carefully-worded label.
         
     | 
| 
       86 
87 
     | 
    
         
             
             * @fires change - Dispatched when an alteration to the value is committed by the user.
         
     | 
| 
       87 
88 
     | 
    
         
             
             */
         
     | 
    
        package/custom-elements.json
    CHANGED
    
    | 
         @@ -5547,6 +5547,10 @@ 
     | 
|
| 
       5547 
5547 
     | 
    
         
             
                    }
         
     | 
| 
       5548 
5548 
     | 
    
         
             
                  ],
         
     | 
| 
       5549 
5549 
     | 
    
         
             
                  "slots": [
         
     | 
| 
      
 5550 
     | 
    
         
            +
                    {
         
     | 
| 
      
 5551 
     | 
    
         
            +
                      "name": "",
         
     | 
| 
      
 5552 
     | 
    
         
            +
                      "description": "Dropdown content for the color input"
         
     | 
| 
      
 5553 
     | 
    
         
            +
                    },
         
     | 
| 
       5550 
5554 
     | 
    
         
             
                    {
         
     | 
| 
       5551 
5555 
     | 
    
         
             
                      "name": "inline-help",
         
     | 
| 
       5552 
5556 
     | 
    
         
             
                      "description": "Help text that will appear below the input. Use this only when other helpful cues are not sufficient, such as a carefully-worded label."
         
     | 
    
        package/package.json
    CHANGED
    
    | 
         @@ -1,6 +1,6 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            {
         
     | 
| 
       2 
2 
     | 
    
         
             
              "name": "@brightspace-ui/core",
         
     | 
| 
       3 
     | 
    
         
            -
              "version": "3.171. 
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "3.171.4",
         
     | 
| 
       4 
4 
     | 
    
         
             
              "description": "A collection of accessible, free, open-source web components for building Brightspace applications",
         
     | 
| 
       5 
5 
     | 
    
         
             
              "type": "module",
         
     | 
| 
       6 
6 
     | 
    
         
             
              "repository": "https://github.com/BrightspaceUI/core.git",
         
     |