@gravityforms/components
Version:
UI components for use in Gravity Forms development. Both React and vanilla js flavors.
1 lines • 4.83 kB
Source Map (JSON)
{"version":3,"sources":["reset.css"],"names":[],"mappings":"AAAA,sBAAsB;AACtB;CACC;;;;;;GAME;CACF,sBAAsB;CACtB,iBAAiB;CACjB,gBAAgB;CAChB,kBAAkB;CAClB,gCAAgC;CAChC,kBAAkB;CAClB,mCAAmC;CACnC,kCAAkC;CAClC,8BAA8B;CAC9B,2BAA2B;CAC3B,sBAAsB;;CAEtB;;;EAGC;AAmHF;AAjHC;;;;;;EAMC;AACD;;;EAKC,UAAU;EACV,eAAe;CAChB;AAEA,+BAA+B;AAC/B;EAGC,sBAAsB;CACvB;AAEA,+CAA+C;AAC/C;EAEC,cAAc;CACf;AAEA,yCAAyC;AACzC;EAIC,gBAAgB;CACjB;AAEA,0IAA0I;AAC1I;EACC,qBAAqB;CACtB;AAEA,wDAAwD;AACxD;EACC,qBAAqB;EACrB,oBAAoB;CACrB;AAEA,4CAA4C;AAC5C;EACC,yBAAyB;CAC1B;AAEA,gGAAgG;AAChG;EAEC,yBAAyB;CAC1B;AAEA,sEAAsE;AACtE;EACC,mBAAmB;CACpB;AAEA,kDAAkD;AAClD;EACC,0BAA0B;EAC1B,uBAAkB;OAAlB,kBAAkB;CACnB;AAEA,kDAAkD;AAClD;EACC,WAAW;EACX,sBAAsB;CACvB;AAEA,oDAAoD;AACpD;EACC,YAAY;CACb;AAFA;EACC,YAAY;CACb;AAEA;4DAC2D;AAC3D;EACC,aAAa;CACd;AAEA;;sGAEqG;AACrG;EACC,4BAA4B;EAC5B,+BAA+B;EAC/B,qBAAyB;EACzB,qCAAqC;EACrC,yBAAyB;CAC1B;AAEA,yEAAyE;AACzE;EACC,0BAA0B;CAC3B;AAEA,iCAAiC;AACjC;EACC,WAAW;EACX,sBAAsB;CACvB;AAEA,yCAAyC;AACzC;EACC,aAAa;CACd;AAED,qBAAqB","file":"reset.css","sourcesContent":["/* stylelint-disable */\n.gform-admin {\n\t/*\n\t * Inheritance Firewall\n\t *\n\t * Cuts the host document's cascade for all inherited properties.\n\t * Everything inside .gform-admin inherits from HERE, not from\n\t * WP admin, WP theme, or any other host.\n\t */\n\tbox-sizing: border-box;\n\tletter-spacing: 0;\n\tfont-weight: 400;\n\tfont-style: normal;\n\tinterpolate-size: allow-keywords;\n\tisolation: isolate;\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n\t-webkit-text-size-adjust: none;\n\t-moz-text-size-adjust: none;\n\ttext-size-adjust: none;\n\n\t/*\n\tThe new CSS reset - version 1.11.3 (last updated 25.08.2024)\n\tGitHub page: https://github.com/elad2412/the-new-css-reset\n\t*/\n\n\t/*\n Remove all the styles of the \"User-Agent-Stylesheet\", except for the 'display' property\n - The \"symbol *\" part is to solve Firefox SVG sprite bug\n - The \"html\" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)\n\t\n\tNOTE: The [data-gravity-noreset] attribute is used to exempt a container from the nuclear reset.\n\t*/\n\t*:where(\n\t\t:not(html, iframe, canvas, img, svg, video, audio, svg *, symbol *):not(\n\t\t\t[data-gravity-noreset], [data-gravity-noreset] *\n\t\t)\n\t) {\n\t\tall: unset;\n\t\tdisplay: revert;\n\t}\n\n\t/* Preferred box-sizing value */\n\t*,\n\t*::before,\n\t*::after {\n\t\tbox-sizing: border-box;\n\t}\n\n\t/* Reapply the pointer cursor for anchor tags */\n\ta,\n\tbutton {\n\t\tcursor: revert;\n\t}\n\n\t/* Remove list styles (bullets/numbers) */\n\tol,\n\tul,\n\tmenu,\n\tsummary {\n\t\tlist-style: none;\n\t}\n\n\t/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */\n\tol {\n\t\tcounter-reset: revert;\n\t}\n\n\t/* For images to not be able to exceed their container */\n\timg {\n\t\tmax-inline-size: 100%;\n\t\tmax-block-size: 100%;\n\t}\n\n\t/* removes spacing between cells in tables */\n\ttable {\n\t\tborder-collapse: collapse;\n\t}\n\n\t/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */\n\tinput,\n\ttextarea {\n\t\t-webkit-user-select: auto;\n\t}\n\n\t/* revert the 'white-space' property for textarea elements on Safari */\n\ttextarea {\n\t\twhite-space: revert;\n\t}\n\n\t/* minimum style to allow to style meter element */\n\tmeter {\n\t\t-webkit-appearance: revert;\n\t\tappearance: revert;\n\t}\n\n\t/* preformatted text - use only for this feature */\n\t:where(pre) {\n\t\tall: revert;\n\t\tbox-sizing: border-box;\n\t}\n\n\t/* reset default text opacity of input placeholder */\n\t::placeholder {\n\t\tcolor: unset;\n\t}\n\n\t/* fix the feature of 'hidden' attribute.\n\t display:revert; revert to element instead of attribute */\n\t:where([hidden]) {\n\t\tdisplay: none;\n\t}\n\n\t/* revert for bug in Chromium browsers\n\t - fix for the content editable attribute will work properly.\n\t - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/\n\t:where([contenteditable]:not([contenteditable=\"false\"])) {\n\t\t-moz-user-modify: read-write;\n\t\t-webkit-user-modify: read-write;\n\t\toverflow-wrap: break-word;\n\t\t-webkit-line-break: after-white-space;\n\t\t-webkit-user-select: auto;\n\t}\n\n\t/* apply back the draggable feature - exist only in Chromium and Safari */\n\t:where([draggable=\"true\"]) {\n\t\t-webkit-user-drag: element;\n\t}\n\n\t/* Revert Modal native behavior */\n\t:where(dialog:modal) {\n\t\tall: revert;\n\t\tbox-sizing: border-box;\n\t}\n\n\t/* Remove details summary webkit styles */\n\t::-webkit-details-marker {\n\t\tdisplay: none;\n\t}\n}\n/* stylelint-enable */\n"]}