Socket
Socket
Sign inDemoInstall

@dynatrace/groundhog

Package Overview
Dependencies
Maintainers
4
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dynatrace/groundhog - npm Package Compare versions

Comparing version 4.0.1 to 5.0.0

dist/css/buttongroup/buttongroup.css

26

dist/js/main.js

@@ -850,4 +850,5 @@ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

require('./expandable/expandable');
require('./progresscircle/progresscircle');
},{"./expandable/expandable":3,"./js-common-components/closest":5,"./js-common-components/toggler":7,"./navbar/navbar":10,"./slider/slider":11,"./table/table":12,"./tabs/tabs":13}],10:[function(require,module,exports){
},{"./expandable/expandable":3,"./js-common-components/closest":5,"./js-common-components/toggler":7,"./navbar/navbar":10,"./progresscircle/progresscircle":11,"./slider/slider":12,"./table/table":13,"./tabs/tabs":14}],10:[function(require,module,exports){
var _dollar = require('../js-common-components/dollar');

@@ -1009,2 +1010,21 @@

var circleCircumference = 1514;
var init = function init() {
(0, _dollar2.default)('.progresscircle[data-progress]').forEach(function (circle) {
var progress = circle.getAttribute('data-progress');
var c = circle.querySelector('.progresscircle__progress');
c.style['stroke-dashoffset'] = circleCircumference - circleCircumference / 100 * progress;
});
};
init();
},{"../js-common-components/dollar":6}],12:[function(require,module,exports){
var _dollar = require('../js-common-components/dollar');
var _dollar2 = _interopRequireDefault(_dollar);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function colorRangeInput() {

@@ -1030,3 +1050,3 @@ this.min = this.min || 0;

},{"../js-common-components/dollar":6}],12:[function(require,module,exports){
},{"../js-common-components/dollar":6}],13:[function(require,module,exports){
var _dollar = require('../js-common-components/dollar');

@@ -1066,3 +1086,3 @@

},{"../js-common-components/dollar":6}],13:[function(require,module,exports){
},{"../js-common-components/dollar":6}],14:[function(require,module,exports){
var _dollar = require('../js-common-components/dollar');

@@ -1069,0 +1089,0 @@

2

package.json
{
"name": "@dynatrace/groundhog",
"version": "4.0.1",
"version": "5.0.0",
"description": "CSS components for Dynatrace",

@@ -5,0 +5,0 @@ "main": "dist/js/main.js",

@@ -7,2 +7,3 @@ ---

keywords: "breadcrumbs, structure, hierarchy, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -14,3 +15,2 @@

## Including the breadcrumbs bar

@@ -17,0 +17,0 @@ Breadcrumbs visually enhances the basic html `<ul>` (unordered list) element to introduce semantic structure into the markup of the breadcrumbs.

@@ -7,2 +7,3 @@ ---

keywords: "button, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "Caption, figcaption, img, image, Dynatrace, groundhog, css component"
since: 0.6.2
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "Checkbox, form element, form, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "Definition list, table, meta data, key-value, Dynatrace, groundhog, css component"
since: 0.8.0
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "expandable, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "Footer, web, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "icons, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "input, form, form element, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

---
layout: components.hbs
meta:
title: "Lists"
description: "A list component for Dynatrace styled web entities with css and markup examples."
keywords: "list, unordered, ordered, steps, structure, Dynatrace, groundhog, css component"
layout: components_icons.hbs
meta:
title: "Lists"
description: "A list component for Dynatrace styled web entities with css and markup examples."
keywords: "list, unordered, ordered, steps, structure, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -8,0 +9,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "loading, distractor, spinner, Dynatrace, groundhog, css component"
since: 0.3.2
---

@@ -9,0 +10,0 @@

@@ -8,1 +8,2 @@ require('./js-common-components/toggler');

require('./expandable/expandable');
require('./progresscircle/progresscircle');

@@ -7,2 +7,3 @@ ---

keywords: "media, Dynatrace, groundhog, css, component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "navbar, menu, menubar, navigation, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -0,1 +1,9 @@

---
meta:
title: "Pagination"
description: "A pagination component for Dynatrace styled web entities with css and markup examples."
keywords: "pagination, paging, pages, navigation, css component"
since: 0.1.1
---
## Notes

@@ -2,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "Progress, Dynatrace, groundhog, css component"
since: 2.0.0
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "radio, input, radio button, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "select, dropdown, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "sidebar, navigation, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "slider, range, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "subnav, menu, menubar, navigation, css component"
since: 2.0.0
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "switch, form, toggle, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "expandable, table, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "table, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "tabs, panes, navigation, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "tag, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "textarea, input, form, form element, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

@@ -7,2 +7,3 @@ ---

keywords: "tile, button, card, Dynatrace, groundhog, css component"
since: 0.1.1
---

@@ -9,0 +10,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc